Running for real. Lots of todos added
parent
a96c82dea4
commit
95a038f7af
|
@ -8,7 +8,7 @@ RUN apt-get update \
|
||||||
# Make sure the dependencies are all cached so we won't hammer crates.io
|
# Make sure the dependencies are all cached so we won't hammer crates.io
|
||||||
|
|
||||||
ADD old-git.tar.gz .
|
ADD old-git.tar.gz .
|
||||||
RUN git checkout 16984ddcd3c9cdc04b2c4c3625eb83176c1b2dda \
|
RUN git checkout 690f07dab67111a75fe190f014c8c23ef1753598 \
|
||||||
&& git reset --hard \
|
&& git reset --hard \
|
||||||
&& cargo check
|
&& cargo check
|
||||||
|
|
||||||
|
|
6
todo.md
6
todo.md
|
@ -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
|
- ETag cache
|
||||||
- Server-side hash?
|
- Server-side hash?
|
||||||
- Log / audit log?
|
- Log / audit log?
|
||||||
|
|
Loading…
Reference in New Issue