aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | Use low EC level for QR codecyqsimon2022-08-221-1/+1
| | |
| * | Move QR code page style to `style.scss`cyqsimon2022-08-223-45/+47
| | |
| * | Disable broken tests for Windowscyqsimon2022-08-222-1/+9
| | |
| * | Use `mime` for content typecyqsimon2022-08-221-1/+1
| | |
| * | Fix testscyqsimon2022-08-224-18/+77
| | |
| * | Switch to `qrcode` libcyqsimon2022-08-226-69/+138
| | |
* | | Merge pull request #905 from svenstaro/dependabot/cargo/sha2-0.10.6Sven-Hendrik Haase2022-09-161-4/+4
|\ \ \ | |_|/ |/| | Bump sha2 from 0.10.5 to 0.10.6
| * | Bump sha2 from 0.10.5 to 0.10.6dependabot[bot]2022-09-161-4/+4
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.5 to 0.10.6. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.5...sha2-v0.10.6) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #902 from kianmeng/fix-typosSven-Hendrik Haase2022-09-155-7/+7
|\ \ | | | | | | Fix typos
| * | Fix typosKian-Meng Ang2022-09-145-7/+7
| |/ | | | | | | Found via `codespell -L crate`.
* | Bump depsSven-Hendrik Haase2022-09-151-159/+141
| |
* | Check for directories in default request testSven-Hendrik Haase2022-09-151-0/+3
| |