aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add --directory-size flag to enable directory size calculationSven-Hendrik Haase2025-03-201-0/+6
* Add asynchronous directory size countingSven-Hendrik Haase2025-03-071-1/+1
* Reformat everything with Rust 2024 editionSven-Hendrik Haase2025-03-071-1/+3
* change cli argsLzzzt2025-03-061-2/+18
* make the option effect raw modeLzzzt2025-03-031-2/+2
* Show File Size in BytesLzzzt2025-03-031-0/+4
* feat: validate temp dir exists through `value_parser` and fixed clippy issuesAlec Di Vito2025-03-021-0/+15
* feat: address comments; add in new argument (`temp-directory`); add comments ...Alec Di Vito2025-02-221-0/+22
* feat: implement temporary file uploads and tweak mobile designAlec Di Vito2025-02-171-3/+7
* Merge branch 'master' into upload-progress-barSven-Hendrik Haase2025-02-071-3/+13
|\
| * add read-only webdav supportLukas Stabe2025-02-051-0/+6
| * Fix formattingSven-Hendrik Haase2024-10-111-1/+5
| * Prefix OVERWRITE_FILES env varSven-Hendrik Haase2024-10-111-1/+1
| * Fix typos in CLIZakhary Kaplan2024-06-261-1/+1
| * Remove explicit dependency on httpSven-Hendrik Haase2024-06-091-1/+1
* | chore: clean upAlec Di Vito2024-06-061-1/+1
* | feat: Added HTML and Javascript progress bar when uploading filesAlec Di Vito2024-06-061-0/+8
|/
* Improve documentation for the --header parameter (#1389)orwithout2024-04-261-1/+6
* Merge pull request #1329 from dyc3/disable-indexingSven-Hendrik Haase2024-02-011-0/+7
|\
| * tweak doc commentCarson McManus2024-02-011-2/+2
| * add short version of `--disable-indexing` cli argCarson McManus2024-01-301-1/+2
| * add `--disable-indexing` cli flag to completely disable directory indexingCarson McManus2024-01-291-0/+6
* | Refactor errorscyqsimon2024-01-291-6/+26
|/
* Reformat args helpSven-Hendrik Haase2024-01-161-3/+5
* Add option for compress responsezuisong2024-01-161-0/+12
* Clean up default order functionSven-Hendrik Haase2024-01-131-4/+5
* Set default sorting order and method with argumentselandsborough2024-01-131-0/+20
* Better help for -uSven-Hendrik Haase2023-11-091-0/+5
* Fix arg help formattingSven-Hendrik Haase2023-08-211-4/+9
* Merge pull request #1179 from proudmuslim-dev/masterSven-Hendrik Haase2023-08-211-1/+9
|\
| * 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-211-1/+5
* | Add pretty urlsNorberto Lopes2023-08-061-0/+8
|/
* Allow parameters to be provided via env varsSven-Hendrik Haase2023-07-051-32/+78
* Fix lintsSven-Hendrik Haase2022-12-191-4/+4
* Fix clap 4 behavior when allowing duplicate argsSven-Hendrik Haase2022-11-111-12/+3
* Golf a use lineSven-Hendrik Haase2022-10-141-2/+1
* Fix clap deprecationsSven-Hendrik Haase2022-10-141-36/+35
* Upgrade clap to v4Sven-Hendrik Haase2022-10-121-33/+24
* Tidy up some importsSven-Hendrik Haase2022-09-201-2/+3
* Improved output of -hJonas Diemer2022-09-181-1/+1
* cargo fmtJonas Diemer2022-09-181-1/+6
* Use argument -u instead of --allowed-upload-dirJonas Diemer2022-09-181-11/+5
* Renamed option for more clarityJonas Diemer2022-09-181-3/+5
* Switched to use of PathBuf, fixed for subdirsJonas Diemer2022-09-181-3/+2
* Added dependency to -u for --restrict-upload-dirJonas Diemer2022-09-181-1/+2
* Added option restrict-upload-dirJonas Diemer2022-09-181-0/+4
* Fix typosKian-Meng Ang2022-09-141-1/+1
* Correct SpellingGaurav2022-08-141-1/+1