aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | 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
| | |