aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-02feat: validate temp dir exists through `value_parser` and fixed clippy issuesAlec Di Vito3-25/+48
2025-02-22feat: address comments; add in new argument (`temp-directory`); add comments ↵Alec Di Vito5-68/+188
to upload code; add tests
2025-02-17feat: implement temporary file uploads and tweak mobile designAlec Di Vito4-43/+195
2025-02-06Add date pill and sort links for mobile viewsFlat1-1/+6
2025-02-06move favicon and css to stable, non-random routesLukas Stabe1-4/+4
2025-02-06Make clippy happySven-Hendrik Haase2-6/+3
2025-02-05add read-only webdav supportLukas Stabe5-2/+145
2025-01-03Use Self where possibleadamnemecek5-20/+20
2024-10-11Fix formattingSven-Hendrik Haase1-1/+5
2024-10-11Prefix OVERWRITE_FILES env varSven-Hendrik Haase1-1/+1
Fixes #1457.
2024-09-21Add missing `|` to `USERINFO` setcyqsimon1-1/+2
2024-09-21Remove non-compliant `BASE` setcyqsimon1-2/+1
2024-09-15Make URL encoding fully WHATWG-compliantcyqsimon1-4/+14
2024-09-12Fix lintsSven-Hendrik Haase1-2/+1
2024-07-20Bump depsSven-Hendrik Haase1-7/+11
2024-07-14Don't show mkdir option when the directory is not upload allowedGaurav Atreya1-1/+1
Fixes #1249
2024-06-26Fix typos in CLIZakhary Kaplan1-1/+1
2024-06-09Bump rustls to v0.23Sven-Hendrik Haase2-16/+7
2024-06-09Remove explicit dependency on httpSven-Hendrik Haase4-6/+7
We now use the one supplied by actix-web.
2024-06-06chore: clean upAlec Di Vito2-5/+4
2024-06-06feat: Added HTML and Javascript progress bar when uploading filesAlec Di Vito5-13/+261
2024-04-26Improve documentation for the --header parameter (#1389)orwithout1-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-26Bump depsSven-Hendrik Haase1-1/+2
2024-04-16fix missing drag-form when dragging file in to browserchaibiq1-1/+1
2024-03-28Bump depsSven-Hendrik Haase1-1/+0
2024-03-16add file and folder symbol to scsschaibiq1-2/+2
2024-03-16add folder and file symbolchaibiq1-2/+2
2024-02-01tweak doc commentCarson McManus1-2/+2
2024-01-30move check for disable_indexingCarson McManus1-9/+8
2024-01-30Revert "completely disable the listing renderer when indexing is disabled"Carson McManus1-15/+3
This reverts commit 7b5b1a0e7fec2c0577eb0dc2a93e9fde48228a67.
2024-01-30completely disable the listing renderer when indexing is disabledCarson McManus1-3/+15
2024-01-30Rename `StartError` -> `StartupError`cyqsimon2-11/+12
2024-01-30add short version of `--disable-indexing` cli argCarson McManus1-1/+2
2024-01-29Refactor errorscyqsimon7-134/+142
- Split `ContexualError` into `StartError` & `RuntimeError` - Made sure every `RuntimeError` variant has an accurate status code
2024-01-29add `--disable-indexing` cli flag to completely disable directory indexingCarson McManus4-1/+20
2024-01-26Fix inaccurate uses of `sanitize_path`cyqsimon2-5/+6
2024-01-16Reformat args helpSven-Hendrik Haase1-3/+5
2024-01-16Add option for compress responsezuisong3-1/+20
2024-01-14Compress response using `actix_web::middleware::compress`Dean Li1-0/+1
2024-01-13Tighter code formattingSven-Hendrik Haase1-3/+0
2024-01-13Clean up default order functionSven-Hendrik Haase3-41/+19
I removed the stringly typing as we already have enums for this that we can make use of.
2024-01-13Use tokio::fs instead of std::fs to enable async file operations (fixes #445)Sven-Hendrik Haase1-8/+9
2024-01-13Set default sorting order and method with argumentselandsborough4-4/+59
2024-01-13Fix formattingSven-Hendrik Haase1-8/+14
2024-01-11Ignore readonly metadata and handle errors insteadVictor1-11/+15
2024-01-03Update actix-multipart to 0.6.1Sven-Hendrik Haase2-3/+3
2023-12-11Remove header Content-Encoding when archivingWhyme Lyu2-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-06Prevent illegal request path from crashing programcyqsimon1-6/+11
2023-11-09Better help for -uSven-Hendrik Haase1-0/+5
2023-10-10Fix incorrect conditional compilationSven-Hendrik Haase1-3/+1