Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-03-03 | Show File Size in Bytes | Lzzzt | 3 | -7/+26 | |
Add a cli option that show file size in bytes rather than KB or MB, etc. | |||||
2025-03-02 | feat: validate temp dir exists through `value_parser` and fixed clippy issues | Alec Di Vito | 3 | -25/+48 | |
2025-02-22 | feat: address comments; add in new argument (`temp-directory`); add comments ↵ | Alec Di Vito | 5 | -68/+188 | |
to upload code; add tests | |||||
2025-02-17 | feat: implement temporary file uploads and tweak mobile design | Alec Di Vito | 4 | -43/+195 | |
2025-02-06 | Add date pill and sort links for mobile views | Flat | 1 | -1/+6 | |
2025-02-06 | move favicon and css to stable, non-random routes | Lukas Stabe | 1 | -4/+4 | |
2025-02-06 | Make clippy happy | Sven-Hendrik Haase | 2 | -6/+3 | |
2025-02-05 | add read-only webdav support | Lukas Stabe | 5 | -2/+145 | |
2025-01-03 | Use Self where possible | adamnemecek | 5 | -20/+20 | |
2024-10-11 | Fix formatting | Sven-Hendrik Haase | 1 | -1/+5 | |
2024-10-11 | Prefix OVERWRITE_FILES env var | Sven-Hendrik Haase | 1 | -1/+1 | |
Fixes #1457. | |||||
2024-09-21 | Add missing `|` to `USERINFO` set | cyqsimon | 1 | -1/+2 | |
2024-09-21 | Remove non-compliant `BASE` set | cyqsimon | 1 | -2/+1 | |
2024-09-15 | Make URL encoding fully WHATWG-compliant | cyqsimon | 1 | -4/+14 | |
2024-09-12 | Fix lints | Sven-Hendrik Haase | 1 | -2/+1 | |
2024-07-20 | Bump deps | Sven-Hendrik Haase | 1 | -7/+11 | |
2024-07-14 | Don't show mkdir option when the directory is not upload allowed | Gaurav Atreya | 1 | -1/+1 | |
Fixes #1249 | |||||
2024-06-26 | Fix typos in CLI | Zakhary Kaplan | 1 | -1/+1 | |
2024-06-09 | Bump rustls to v0.23 | Sven-Hendrik Haase | 2 | -16/+7 | |
2024-06-09 | Remove explicit dependency on http | Sven-Hendrik Haase | 4 | -6/+7 | |
We now use the one supplied by actix-web. | |||||
2024-06-06 | chore: clean up | Alec Di Vito | 2 | -5/+4 | |
2024-06-06 | feat: Added HTML and Javascript progress bar when uploading files | Alec Di Vito | 5 | -13/+261 | |
2024-04-26 | Improve documentation for the --header parameter (#1389) | orwithout | 1 | -1/+6 | |
* Improve documentation for the --header parameter * Add Support for HSTS to Enhance HTTPS Security --------- Co-authored-by: orwithout <googoldecibel@gmail.com> | |||||
2024-04-26 | Bump deps | Sven-Hendrik Haase | 1 | -1/+2 | |
2024-04-16 | fix missing drag-form when dragging file in to browser | chaibiq | 1 | -1/+1 | |
2024-03-28 | Bump deps | Sven-Hendrik Haase | 1 | -1/+0 | |
2024-03-16 | add file and folder symbol to scss | chaibiq | 1 | -2/+2 | |
2024-03-16 | add folder and file symbol | chaibiq | 1 | -2/+2 | |
2024-02-01 | tweak doc comment | Carson McManus | 1 | -2/+2 | |
2024-01-30 | move check for disable_indexing | Carson McManus | 1 | -9/+8 | |
2024-01-30 | Revert "completely disable the listing renderer when indexing is disabled" | Carson McManus | 1 | -15/+3 | |
This reverts commit 7b5b1a0e7fec2c0577eb0dc2a93e9fde48228a67. | |||||
2024-01-30 | completely disable the listing renderer when indexing is disabled | Carson McManus | 1 | -3/+15 | |
2024-01-30 | Rename `StartError` -> `StartupError` | cyqsimon | 2 | -11/+12 | |
2024-01-30 | add short version of `--disable-indexing` cli arg | Carson McManus | 1 | -1/+2 | |
2024-01-29 | Refactor errors | cyqsimon | 7 | -134/+142 | |
- Split `ContexualError` into `StartError` & `RuntimeError` - Made sure every `RuntimeError` variant has an accurate status code | |||||
2024-01-29 | add `--disable-indexing` cli flag to completely disable directory indexing | Carson McManus | 4 | -1/+20 | |
2024-01-26 | Fix inaccurate uses of `sanitize_path` | cyqsimon | 2 | -5/+6 | |
2024-01-16 | Reformat args help | Sven-Hendrik Haase | 1 | -3/+5 | |
2024-01-16 | Add option for compress response | zuisong | 3 | -1/+20 | |
2024-01-14 | Compress response using `actix_web::middleware::compress` | Dean Li | 1 | -0/+1 | |
2024-01-13 | Tighter code formatting | Sven-Hendrik Haase | 1 | -3/+0 | |
2024-01-13 | Clean up default order function | Sven-Hendrik Haase | 3 | -41/+19 | |
I removed the stringly typing as we already have enums for this that we can make use of. | |||||
2024-01-13 | Use tokio::fs instead of std::fs to enable async file operations (fixes #445) | Sven-Hendrik Haase | 1 | -8/+9 | |
2024-01-13 | Set default sorting order and method with arguments | elandsborough | 4 | -4/+59 | |
2024-01-13 | Fix formatting | Sven-Hendrik Haase | 1 | -8/+14 | |
2024-01-11 | Ignore readonly metadata and handle errors instead | Victor | 1 | -11/+15 | |
2024-01-03 | Update actix-multipart to 0.6.1 | Sven-Hendrik Haase | 2 | -3/+3 | |
2023-12-11 | Remove header Content-Encoding when archiving | Whyme Lyu | 2 | -10/+0 | |
Content-Encoding is a representation header which kinda means "same content, presented differently to different clients" or "encoded & decoded on-the-fly, guided by content negotiation". In the case of downloading an archive, MDN docs explicitly says that (quoted from https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding): > If the original media is encoded in some way (e.g. a zip file) then this > information would not be included in the Content-Encoding header. Thus this patch. Also fixes !1187. | |||||
2023-12-06 | Prevent illegal request path from crashing program | cyqsimon | 1 | -6/+11 | |
2023-11-09 | Better help for -u | Sven-Hendrik Haase | 1 | -0/+5 | |