aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'svenstaro:master' into restrict-upload-dirJonas Diemer2022-09-191-12/+59
|\
| * Merge pull request #908 from svenstaro/dependabot/cargo/clap-3.2.22Sven-Hendrik Haase2022-09-191-12/+59
| |\ | | | | | | Bump clap from 3.2.21 to 3.2.22
| | * Bump clap from 3.2.21 to 3.2.22dependabot[bot]2022-09-191-12/+59
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.2.21 to 3.2.22. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/v3.2.22/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.21...v3.2.22) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Return 403 instead of 500 for upload errsJonas Diemer2022-09-193-4/+8
| |
* | 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
| |
* | Switched to using Path in test to handle windows platform.Jonas Diemer2022-09-191-12/+12
| |
* | Fixing (hopefully) issue with path on WindowsJonas Diemer2022-09-181-7/+5
| |
* | Fixed formattingJonas Diemer2022-09-181-3/+4
| |
* | trying to handle paths in a way that works for windowsJonas Diemer2022-09-181-8/+12
| |
* | fix lint errorsJonas Diemer2022-09-181-2/+2
| |
* | Improved output of -hJonas Diemer2022-09-181-1/+1
| |
* | Test dir with starting -Jonas Diemer2022-09-181-1/+1
| |
* | cargo fmtJonas Diemer2022-09-184-12/+27
| |
* | sanitize allowed upload paths for cases like ./dirJonas Diemer2022-09-183-2/+4
| |
* | Use argument -u instead of --allowed-upload-dirJonas Diemer2022-09-183-18/+12
| |
* | check status code when restricted; fix formattingJonas Diemer2022-09-181-14/+12
| |
* | test case with two allowed dirsJonas Diemer2022-09-181-35/+39
| |
* | Moved use to globalJonas Diemer2022-09-181-2/+1
| |
* | 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>
* | renaming of option for clarity in testJonas Diemer2022-09-181-5/+5
| |
* | 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-185-13/+14
| |
* | Avoid error message during testing of restrictedJonas Diemer2022-09-181-2/+2
| |
* | added test cases for sub directoryJonas Diemer2022-09-181-5/+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
| |
* | Added positive test for --restrict-upload-dirJonas Diemer2022-09-181-0/+45
| |
* | Removed redundant test code, fixed commentsJonas Diemer2022-09-181-11/+5
| |
* | Test that uploads fail if outside restricted dirJonas Diemer2022-09-181-0/+38
| |
* | fixed rendering of upload if non-restrictedJonas Diemer2022-09-181-1/+2
| |
* | Added option restrict-upload-dirJonas Diemer2022-09-184-1/+29
|/
* Add CHANGELOG entry for QR code rewriteSven-Hendrik Haase2022-09-181-0/+1
|
* Merge pull request #848 from cyqsimon/qrcodeSven-Hendrik Haase2022-09-188-136/+183
|\ | | | | Switch to `fast_qr` lib
| * Merge branch 'master' into qrcodecyqsimon2022-09-1519-402/+539
| |\
| * | Add tooltip on QR codecyqsimon2022-09-152-2/+9
| | |
| * | Fix test namecyqsimon2022-09-151-1/+1
| | |
| * | Restores webpage QR testscyqsimon2022-09-151-1/+21
| | |
| * | Move QR margin size into `consts`cyqsimon2022-09-012-1/+4
| | |
| * | Switch to `fast_qr` cratecyqsimon2022-09-016-130/+29
| | |
| * | Remove leftover `dbg!`cyqsimon2022-09-011-1/+0
| | |
| * | Remove outdated testcyqsimon2022-09-011-21/+1
| | |
| * | Fix drop-down QR codecyqsimon2022-09-015-77/+73
| | |
| * | Fix rustfmt complaintscyqsimon2022-08-221-6/+13
| | |
| * | Fix QR code testcyqsimon2022-08-221-3/+3
| | |
| * | Use SASS nestingcyqsimon2022-08-221-12/+13
| | |
| * | Remove separators in CSScyqsimon2022-08-221-5/+0
| | |
| * | Fix QR test screwing up terminalcyqsimon2022-08-221-1/+3
| | |