1. 18 Apr, 2016 7 commits
    • W-Mark Kubacki's avatar
      browse: Remove whitespace from template's output, annotate output · cc6aa6b5
      W-Mark Kubacki authored
      Fixes a surplus — next to "go up".
      
      Identifies the preamble as the table's summary.
      
      Emits filesizes in bytes, which can be consumed by any browser-side scripts
      or utilized in sorting when the table is copy-and-pasted into a spreadsheet
      software.
      
      Uses <time> along with proper datetime representation, which a browser could
      utilize to display the datetime rendered according to the requestor's locale.
      cc6aa6b5
    • W-Mark Kubacki's avatar
      browse: When sorting by size, offset directories · 239f6825
      W-Mark Kubacki authored
      Assigns negative sizes to directories in order to have them listed reliably
      before any zero-sized files. That order is what most users expect when
      sorting by size.
      
      As side effect directories will appear before files on all filesystem
      implementations. To give an example: before this change directories had a size
      of 4 KiB when using Linux with ext4 or tmpfs, and with ZFS a size resembling
      an estimation of the number of leaves within said directory.
      239f6825
    • W-Mark Kubacki's avatar
      browse: Move predicate 'limit' to ServeListing · 1d38d113
      W-Mark Kubacki authored
      This keeps the interface of all available formatters honest,
      and allows for truncated listings all formats.
      1d38d113
    • W-Mark Kubacki's avatar
    • Matt Holt's avatar
      Merge pull request #760 from Burmudar/hostname-placeholder · da016f8d
      Matt Holt authored
      Add hostname placeholder. Headers use replacer
      da016f8d
    • W. Mark Kubacki's avatar
      browse: Fix known bugs (#770) · 2f2d357f
      W. Mark Kubacki authored
      * browse: Catch the case of a directory disappearing before having been read
      
      * browse: Revert to old pass-through behaviour
      
      PROPFIND is a request for an alternate view on a directory's contents, which
      response is indeed not implemented but ideally allowed to ask for.
      OPTIONS would ideally return (at least) what methods the requestor could use,
      which is an allowed request method, too.
      
      This addresses #767.
      2f2d357f
    • Matthew Holt's avatar
      Minor changes · 924b53eb
      Matthew Holt authored
      924b53eb
  2. 17 Apr, 2016 5 commits
  3. 16 Apr, 2016 4 commits
  4. 15 Apr, 2016 5 commits
  5. 13 Apr, 2016 1 commit
  6. 12 Apr, 2016 3 commits
  7. 11 Apr, 2016 8 commits
  8. 10 Apr, 2016 1 commit
  9. 09 Apr, 2016 4 commits
  10. 06 Apr, 2016 2 commits