aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add EC key support (closes #1080)Sven-Hendrik Haase2023-04-161-1/+3
|
* Split up wget testsSven-Hendrik Haase2023-03-011-23/+35
|
* Merge pull request #1043 from Yusuto/wget-fixSven-Hendrik Haase2023-03-012-27/+95
|\ | | | | Fix the wget footer
| * Added tests and small fixesSilux2023-02-251-5/+68
| | | | | | | | | | | | ...discovered when writing the tests. Ran rustfmt, clippy::all, cargo test, everything passed and I hope the tests I wrote are good. Now with 100% less forgotten debug logs!
| * Switched from using AsRef<str> to using &UriSilux2023-02-222-16/+17
| | | | | | | | | | | | | | | | I honestly just switched the definition and then frantically changed small things based on rusts error messages, but it passes fmt, clippy and tests so I think it's fine. This allow a bit finer control over the URI, but is honetly a bit insignificant.
| * Make the wget footer click to copySilux2023-02-221-1/+5
| |
| * Cleaned up thewget_footer function and generated commandSilux2023-02-221-18/+14
| | | | | | | | | | | | | | The command now has slightly more concise flags, the cut_dir flag gets omitted when it would be zero, if downloading root put files in a folder named the title of the page, use match claues instead of ifs, bit more concise I think
| * Fix the wget footerSilux2023-02-211-7/+11
| | | | | | | | ...by having it use the absolute url instead of the breadcrumbs
* | Merge pull request #991 from Vam-Jam/sort_down_fixSven-Hendrik Haase2023-02-211-1/+1
|\ \ | |/ |/| [fix] Sorting breaks subdir downloading
| * [fix] Sorting breaks subdir downloadingVamist2022-12-061-1/+1
| | | | | | - Small check in render.rs make_link_with_trailing_slash to return nothing if link is empty, instead of adding a /
* | Bump more depsSven-Hendrik Haase2023-01-221-1/+1
| |
* | Fix more lintsSven-Hendrik Haase2022-12-311-1/+1
| |
* | Run cargo fmtSven-Hendrik Haase2022-12-302-33/+31
| |
* | Fix lintsSven-Hendrik Haase2022-12-196-27/+27
|/
* Bump depsSven-Hendrik Haase2022-11-111-1/+5
|
* Fix clap 4 behavior when allowing duplicate argsSven-Hendrik Haase2022-11-111-12/+3
|
* RefactoringIvkinStanislav2022-11-101-4/+2
|
* Update datetime formatIvkinStanislav2022-11-101-1/+1
| | | Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com>
* Change DateTime formats.ivkin2022-10-231-11/+6
|
* Golf a use lineSven-Hendrik Haase2022-10-141-2/+1
|
* Fix clap deprecationsSven-Hendrik Haase2022-10-141-36/+35
| | | | Also update README
* Upgrade clap to v4Sven-Hendrik Haase2022-10-126-41/+43
|
* Bump depsSven-Hendrik Haase2022-09-261-2/+2
|
* Tidy up some importsSven-Hendrik Haase2022-09-209-25/+24
|
* Merge pull request #858 from jonasdiemer/restrict-upload-dirSven-Hendrik Haase2022-09-205-9/+53
|\ | | | | Added option restrict-upload-dir
| * Return 403 instead of 500 for upload errsJonas Diemer2022-09-192-3/+7
| |
| * Fixed clippy issue (single-char string to char)Jonas Diemer2022-09-191-1/+1
| |
| * Changed handling of allowed path to fix WindowsJonas Diemer2022-09-192-3/+9
| |
| * fix lint errorsJonas Diemer2022-09-181-2/+2
| |
| * Improved output of -hJonas Diemer2022-09-181-1/+1
| |
| * cargo fmtJonas Diemer2022-09-184-12/+27
| |
| * sanitize allowed upload paths for cases like ./dirJonas Diemer2022-09-182-2/+3
| |
| * Use argument -u instead of --allowed-upload-dirJonas Diemer2022-09-182-13/+7
| |
| * Clarity of commentJonas Diemer2022-09-181-1/+1
| | | | | | Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com>
| * clarity of commentJonas Diemer2022-09-181-1/+1
| | | | | | Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com>
| * Update src/file_upload.rsJonas Diemer2022-09-181-1/+1
| | | | | | Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com>
| * Renamed option for more clarityJonas Diemer2022-09-184-9/+10
| |
| * cleaned up code using any()Jonas Diemer2022-09-182-25/+7
| |
| * Switched to use of PathBuf, fixed for subdirsJonas Diemer2022-09-184-15/+26
| |
| * Added dependency to -u for --restrict-upload-dirJonas Diemer2022-09-181-1/+2
| |
| * fixed rendering of upload if non-restrictedJonas Diemer2022-09-181-1/+2
| |
| * Added option restrict-upload-dirJonas Diemer2022-09-184-1/+29
| |
* | Merge pull request #911 from Atreyagaurav/masterSven-Hendrik Haase2022-09-201-5/+12
|\ \ | | | | | | Add support for README.txt and README files
| * | Add support for README.txt and README filesGaurav-Lab-PC2022-09-191-5/+12
| |/
* / Fix `fast_qr` API breaking changecyqsimon2022-09-191-1/+1
|/
* Merge branch 'master' into qrcodecyqsimon2022-09-155-10/+11
|\
| * Merge pull request #902 from kianmeng/fix-typosSven-Hendrik Haase2022-09-154-5/+5
| |\ | | | | | | Fix typos
| | * Fix typosKian-Meng Ang2022-09-144-5/+5
| | | | | | | | | | | | Found via `codespell -L crate`.
| * | Merge pull request #880 from Atreyagaurav/masterSven-Hendrik Haase2022-09-151-3/+5
| |\ \ | | | | | | | | Add tests for `--readme`
| | * | Add tests for `--readme`Gaurav2022-08-261-3/+5
| | |/