Running for real. Lots of todos added

main
_ 2020-11-03 16:00:50 +00:00
parent 690f07dab6
commit 05a83854f9
2 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN apt-get update \
# Make sure the dependencies are all cached so we won't hammer crates.io
ADD old-git.tar.gz .
RUN git checkout 16984ddcd3c9cdc04b2c4c3625eb83176c1b2dda \
RUN git checkout 690f07dab67111a75fe190f014c8c23ef1753598 \
&& git reset --hard \
&& cargo check

View File

@ -1,3 +1,9 @@
- Add file size in directory listing
- Large text files not streaming as expected?
- Allow spaces in server names
- Make file_server_root mandatory
- Deny unused HTTP methods for endpoints
- Hide ptth_server.toml from file server
- ETag cache
- Server-side hash?
- Log / audit log?