Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change cli args | Lzzzt | 2025-03-06 | 2 | -3/+24 |
| | | | | Signed-off-by: Lzzzt <liuzitao0123@gmail.com> | ||||
* | make the option effect raw mode | Lzzzt | 2025-03-03 | 3 | -9/+9 |
| | | | | Signed-off-by: Lzzzt <liuzitao0123@gmail.com> | ||||
* | Show File Size in Bytes | Lzzzt | 2025-03-03 | 3 | -7/+26 |
| | | | | Add a cli option that show file size in bytes rather than KB or MB, etc. | ||||
* | feat: validate temp dir exists through `value_parser` and fixed clippy issues | Alec Di Vito | 2025-03-02 | 3 | -25/+48 |
| | |||||
* | feat: address comments; add in new argument (`temp-directory`); add comments ↵ | Alec Di Vito | 2025-02-22 | 5 | -68/+188 |
| | | | | to upload code; add tests | ||||
* | feat: implement temporary file uploads and tweak mobile design | Alec Di Vito | 2025-02-17 | 4 | -43/+195 |
| | |||||
* | Merge branch 'master' into upload-progress-bar | Sven-Hendrik Haase | 2025-02-07 | 10 | -72/+226 |
|\ | |||||
| * | Add date pill and sort links for mobile views | Flat | 2025-02-06 | 1 | -1/+6 |
| | | |||||
| * | move favicon and css to stable, non-random routes | Lukas Stabe | 2025-02-06 | 1 | -4/+4 |
| | | |||||
| * | Make clippy happy | Sven-Hendrik Haase | 2025-02-06 | 2 | -6/+3 |
| | | |||||
| * | add read-only webdav support | Lukas Stabe | 2025-02-05 | 5 | -2/+145 |
| | | |||||
| * | Use Self where possible | adamnemecek | 2025-01-03 | 5 | -20/+20 |
| | | |||||
| * | Fix formatting | Sven-Hendrik Haase | 2024-10-11 | 1 | -1/+5 |
| | | |||||
| * | Prefix OVERWRITE_FILES env var | Sven-Hendrik Haase | 2024-10-11 | 1 | -1/+1 |
| | | | | | | | | Fixes #1457. | ||||
| * | Add missing `|` to `USERINFO` set | cyqsimon | 2024-09-21 | 1 | -1/+2 |
| | | |||||
| * | Remove non-compliant `BASE` set | cyqsimon | 2024-09-21 | 1 | -2/+1 |
| | | |||||
| * | Make URL encoding fully WHATWG-compliant | cyqsimon | 2024-09-15 | 1 | -4/+14 |
| | | |||||
| * | Fix lints | Sven-Hendrik Haase | 2024-09-12 | 1 | -2/+1 |
| | | |||||
| * | Merge pull request #1442 from Atreyagaurav/master | Sven-Hendrik Haase | 2024-09-12 | 1 | -1/+1 |
| |\ | | | | | | | Don't show mkdir option when the directory is not upload allowed | ||||
| | * | Don't show mkdir option when the directory is not upload allowed | Gaurav Atreya | 2024-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes #1249 | ||||
| * | | Bump deps | Sven-Hendrik Haase | 2024-07-20 | 1 | -7/+11 |
| |/ | |||||
| * | Fix typos in CLI | Zakhary Kaplan | 2024-06-26 | 1 | -1/+1 |
| | | |||||
| * | Bump rustls to v0.23 | Sven-Hendrik Haase | 2024-06-09 | 2 | -16/+7 |
| | | |||||
| * | Remove explicit dependency on http | Sven-Hendrik Haase | 2024-06-09 | 4 | -6/+7 |
| | | | | | | | | We now use the one supplied by actix-web. | ||||
* | | chore: clean up | Alec Di Vito | 2024-06-06 | 2 | -5/+4 |
| | | |||||
* | | feat: Added HTML and Javascript progress bar when uploading files | Alec Di Vito | 2024-06-06 | 5 | -13/+261 |
|/ | |||||
* | Improve documentation for the --header parameter (#1389) | orwithout | 2024-04-26 | 1 | -1/+6 |
| | | | | | | | | * Improve documentation for the --header parameter * Add Support for HSTS to Enhance HTTPS Security --------- Co-authored-by: orwithout <googoldecibel@gmail.com> | ||||
* | Bump deps | Sven-Hendrik Haase | 2024-04-26 | 1 | -1/+2 |
| | |||||
* | fix missing drag-form when dragging file in to browser | chaibiq | 2024-04-16 | 1 | -1/+1 |
| | |||||
* | Bump deps | Sven-Hendrik Haase | 2024-03-28 | 1 | -1/+0 |
| | |||||
* | Merge pull request #1329 from dyc3/disable-indexing | Sven-Hendrik Haase | 2024-02-01 | 4 | -1/+20 |
|\ | | | | | add `--disable-indexing` cli flag to completely disable directory indexing | ||||
| * | tweak doc comment | Carson McManus | 2024-02-01 | 1 | -2/+2 |
| | | |||||
| * | move check for disable_indexing | Carson McManus | 2024-01-30 | 1 | -9/+8 |
| | | |||||
| * | Revert "completely disable the listing renderer when indexing is disabled" | Carson McManus | 2024-01-30 | 1 | -15/+3 |
| | | | | | | | | This reverts commit 7b5b1a0e7fec2c0577eb0dc2a93e9fde48228a67. | ||||
| * | completely disable the listing renderer when indexing is disabled | Carson McManus | 2024-01-30 | 1 | -3/+15 |
| | | |||||
| * | add short version of `--disable-indexing` cli arg | Carson McManus | 2024-01-30 | 1 | -1/+2 |
| | | |||||
| * | add `--disable-indexing` cli flag to completely disable directory indexing | Carson McManus | 2024-01-29 | 4 | -1/+20 |
| | | |||||
* | | Rename `StartError` -> `StartupError` | cyqsimon | 2024-01-30 | 2 | -11/+12 |
| | | |||||
* | | Refactor errors | cyqsimon | 2024-01-29 | 7 | -134/+142 |
|/ | | | | | - Split `ContexualError` into `StartError` & `RuntimeError` - Made sure every `RuntimeError` variant has an accurate status code | ||||
* | Fix inaccurate uses of `sanitize_path` | cyqsimon | 2024-01-26 | 2 | -5/+6 |
| | |||||
* | Reformat args help | Sven-Hendrik Haase | 2024-01-16 | 1 | -3/+5 |
| | |||||
* | Add option for compress response | zuisong | 2024-01-16 | 3 | -1/+20 |
| | |||||
* | Compress response using `actix_web::middleware::compress` | Dean Li | 2024-01-14 | 1 | -0/+1 |
| | |||||
* | Tighter code formatting | Sven-Hendrik Haase | 2024-01-13 | 1 | -3/+0 |
| | |||||
* | Clean up default order function | Sven-Hendrik Haase | 2024-01-13 | 3 | -41/+19 |
| | | | | I removed the stringly typing as we already have enums for this that we can make use of. | ||||
* | Merge pull request #1308 from ↵ | Sven-Hendrik Haase | 2024-01-13 | 4 | -4/+59 |
|\ | | | | | | | | | ElliottLandsborough/set_sorting_order_with_arguments Set default sorting order and method with arguments | ||||
| * | Set default sorting order and method with arguments | elandsborough | 2024-01-13 | 4 | -4/+59 |
| | | |||||
* | | Use tokio::fs instead of std::fs to enable async file operations (fixes #445) | Sven-Hendrik Haase | 2024-01-13 | 1 | -8/+9 |
| | | |||||
* | | Fix formatting | Sven-Hendrik Haase | 2024-01-13 | 1 | -8/+14 |
| | | |||||
* | | Ignore readonly metadata and handle errors instead | Victor | 2024-01-11 | 1 | -11/+15 |
|/ |