update readme with new features

This commit is contained in:
ed 2021-02-21 00:29:10 +00:00
parent 39397a489d
commit b2a560b76f

View File

@ -44,13 +44,22 @@ you may also want these, especially on servers:
* upload * upload
* ☑ basic: plain multipart, ie6 support * ☑ basic: plain multipart, ie6 support
* ☑ up2k: js, resumable, multithreaded * ☑ up2k: js, resumable, multithreaded
* ☑ stash: simple PUT filedropper
* ☑ symlink/discard existing files (content-matching)
* download * download
* ☑ single files in browser * ☑ single files in browser
* ✖ folders as zip files * ✖ folders as zip files
* ☑ FUSE client (read-only) * ☑ FUSE client (read-only)
* browser * browser
* ☑ tree-view
* ☑ media player * ☑ media player
* ✖ thumbnails * ✖ thumbnails
* ✖ SPA (browse while uploading)
* currently safe using the file-tree on the left only, not folders in the file list
* server indexing
* ☑ locate files by contents
* ☑ search by name/path/date/size
* ✖ search by ID3-tags etc.
* markdown * markdown
* ☑ viewer * ☑ viewer
* ☑ editor (sure why not) * ☑ editor (sure why not)