rejetto / hfs2

web based file server
https://rejetto.com/hfs
GNU General Public License v3.0
601 stars 131 forks source link

may use "added time" of hfs instead "modified time" of files on web and ui for sorting? #15

Open NewUserHa opened 3 years ago

NewUserHa commented 3 years ago

on the web, hfs is using the file's modified time as the info of the file. But maybe hfs can use the time added to hfs' VFS for better sorting both on web and local ui to important the new files.

Another thought: And both VFS window and log window displays left-right horizontal texts. And if the window is not enough for the text(filename or URL path), then the texts get truncated. So the VFS window and log window and log box window can use a stacked layout for a better view.

NewUserHa commented 3 years ago

And the requests dump content actually is redundancy. the most useful may be the User-Agent and Cookie or Referer, the rest of the dump could just go to file if users wanna save them.

NaitLee commented 3 years ago

Technology explained, there is a %item-added% symbol for showing added time If you can do HFS templates, you can do by editing template with a text editor, replace all %item-modified% to %item-added% also %item-modified-dt% to %item-added-dt%

Also, sorting by date-added seems not possible through url parameters, and need done by javascript. (I've not looked deeply)