aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * add `--disable-indexing` cli flag to completely disable directory indexingCarson McManus2024-01-294-1/+20
* | Rename `StartError` -> `StartupError`cyqsimon2024-01-302-11/+12
* | Refactor errorscyqsimon2024-01-297-134/+142
|/
* Fix inaccurate uses of `sanitize_path`cyqsimon2024-01-262-5/+6
* Reformat args helpSven-Hendrik Haase2024-01-161-3/+5
* Add option for compress responsezuisong2024-01-163-1/+20
* Compress response using `actix_web::middleware::compress`Dean Li2024-01-141-0/+1
* Tighter code formattingSven-Hendrik Haase2024-01-131-3/+0
* Clean up default order functionSven-Hendrik Haase2024-01-133-41/+19
* Merge pull request #1308 from ElliottLandsborough/set_sorting_order_with_argu...Sven-Hendrik Haase2024-01-134-4/+59
|\
| * Set default sorting order and method with argumentselandsborough2024-01-134-4/+59
* | Use tokio::fs instead of std::fs to enable async file operations (fixes #445)Sven-Hendrik Haase2024-01-131-8/+9
* | Fix formattingSven-Hendrik Haase2024-01-131-8/+14
* | Ignore readonly metadata and handle errors insteadVictor2024-01-111-11/+15
|/
* Merge pull request #1285 from cyqsimon/listing-crash-fixSven-Hendrik Haase2024-01-031-6/+11
|\
| * Prevent illegal request path from crashing programcyqsimon2023-12-061-6/+11
* | Merge pull request #1290 from 5long/remove-content-encodingSven-Hendrik Haase2024-01-032-10/+0
|\ \
| * | Remove header Content-Encoding when archivingWhyme Lyu2023-12-112-10/+0
| |/
* / Update actix-multipart to 0.6.1Sven-Hendrik Haase2024-01-032-3/+3
|/
* Better help for -uSven-Hendrik Haase2023-11-091-0/+5
* Fix incorrect conditional compilationSven-Hendrik Haase2023-10-101-3/+1
* Merge pull request #1228 from cyqsimon/upload-refactorSven-Hendrik Haase2023-09-246-132/+156
|\
| * Fix clippy complaintscyqsimon2023-09-051-1/+1
| * Fix incorrect usage of app data extractorcyqsimon2023-09-051-1/+1
| * Minor code style refactorscyqsimon2023-09-052-21/+27
| * Use distinct query type for file op APIscyqsimon2023-09-053-18/+20
| * rename `file_upload` to `file_op`cyqsimon2023-09-052-2/+4
| * Rewrite `contains_symlink`cyqsimon2023-09-052-29/+41
| * Make file util functions genericcyqsimon2023-07-101-4/+4
| * Create shared file utiity modulecyqsimon2023-07-104-86/+88
* | Fix MIPS compileSven-Hendrik Haase2023-08-211-3/+2
* | Fix arg help formattingSven-Hendrik Haase2023-08-211-4/+9
* | Merge pull request #1179 from proudmuslim-dev/masterSven-Hendrik Haase2023-08-212-3/+23
|\ \
| * | Add file content example to `--auth-file` argumentproudmuslim-dev2023-08-031-1/+5
| * | Update src/args.rsproudmuslim-dev2023-08-031-1/+1
| * | Add ability to read auth from fileProudmuslim2023-07-212-3/+19
| |/
* | Adjust from feedbackNorberto Lopes2023-08-071-1/+6
* | Add pretty urlsNorberto Lopes2023-08-063-1/+39
* | use a char instead of string literalDashon Wells2023-08-021-1/+1
* | Run cargo fmt to fix formattingDashon Wells2023-08-021-2/+3
* | Encode single quote in directory path nameDashon Wells2023-08-021-1/+2
* | Fix error page wrappingBao Trinh2023-07-261-2/+10
* | Consolidate javascript and add commentsBao Trinh2023-07-261-35/+29
* | use grass include macro; remove build.rsBao Trinh2023-07-212-5/+5
* | remove commented codeBao Trinh2023-07-201-2/+0
* | Separate color schemes into separate filesBao Trinh2023-07-122-3/+29
* | simplify theme selection using data attributesBao Trinh2023-07-111-13/+12
|/
* Fix ANSI color codes are printed when not a ttySven-Hendrik Haase2023-07-051-12/+14
* Allow parameters to be provided via env varsSven-Hendrik Haase2023-07-051-32/+78
* Remove atty depSven-Hendrik Haase2023-07-021-4/+4