aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-18cleaned up code using any()Jonas Diemer2-25/+7
2022-09-18Switched to use of PathBuf, fixed for subdirsJonas Diemer4-15/+26
2022-09-18Added dependency to -u for --restrict-upload-dirJonas Diemer1-1/+2
2022-09-18fixed rendering of upload if non-restrictedJonas Diemer1-1/+2
2022-09-18Added option restrict-upload-dirJonas Diemer4-1/+29
2022-09-15Add tooltip on QR codecyqsimon1-1/+1
2022-09-14Fully qualify clap_complete::generateSven-Hendrik Haase1-2/+1
2022-09-14Fix typosKian-Meng Ang4-5/+5
2022-09-01Move QR margin size into `consts`cyqsimon2-1/+4
2022-09-01Switch to `fast_qr` cratecyqsimon3-57/+16
2022-09-01Remove leftover `dbg!`cyqsimon1-1/+0
2022-09-01Fix drop-down QR codecyqsimon2-55/+66
2022-08-26Add tests for `--readme`Gaurav1-3/+5
2022-08-22Fix rustfmt complaintscyqsimon1-6/+13
2022-08-22Use low EC level for QR codecyqsimon1-1/+1
2022-08-22Move QR code page style to `style.scss`cyqsimon2-45/+25
2022-08-22Use `mime` for content typecyqsimon1-1/+1
2022-08-22Fix testscyqsimon1-1/+1
2022-08-22Switch to `qrcode` libcyqsimon4-63/+74
2022-08-14Simplify README code a bitSven-Hendrik Haase2-43/+16
2022-08-14Correct SpellingGaurav1-1/+1
2022-08-14Edit Readme struct to remove render boolGaurav2-23/+12
2022-08-14Make Readme structGaurav2-26/+52
2022-08-14Add `--readme` info and reformatGaurav3-12/+12
2022-08-14Satisfy cargo fmtGaurav3-22/+30
2022-08-14Replace `markdown` by `comrak`; Render support for nested dirsGaurav2-6/+15
2022-08-14Add `--readme` flag to cliGaurav3-2/+10
2022-08-14Add support for readme renderingGaurav2-1/+16
2022-07-28Apply suggestions from code reviewzhoupeiheng1-0/+3
2022-07-28test: check_static_file_route_patternzhoupeiheng1-2/+8
2022-07-28fix: static file support route_prefixzhoupeiheng1-2/+5
2022-07-22Remove trailing space to appease `cargo fmt`cyqsimon1-1/+1
2022-07-22Apply suggestions from code reviewcyqsimon1-1/+4
2022-07-22Update actix-web-httpauth to v0.8Sven-Hendrik Haase1-1/+1
2022-07-21Use `mime` for all content type declarationscyqsimon2-18/+16
2022-07-20Minor refactor on `run`cyqsimon1-36/+16
2022-07-20refactor `configure_app`cyqsimon1-44/+24
2022-07-19Bump depsSven-Hendrik Haase1-4/+6
2022-06-26Create directory (#781)Sheepy6-32/+176
2022-06-07Fix lintSven-Hendrik Haase1-2/+2
2022-05-23Flip usage of theme selector showing functionality added in last commitSven-Hendrik Haase3-11/+11
2022-05-23Add configuration `change-theme` (#805)FLAMINGO3-10/+20
2022-05-23Fix new clippy lintsSven-Hendrik Haase2-3/+3
2022-05-18Fix security issue with --no-symlinksSven-Hendrik Haase2-2/+21
2022-05-06Allow clippy::format_push_stringSven-Hendrik Haase1-3/+5
2022-03-30Do not use the route for the favicon and stylesheetStefan Huber1-2/+2
2022-03-12Allow to set the accept input attribute to arbitrary valuesJohannes May3-2/+46
2022-03-07Fix lintsSven-Hendrik Haase1-3/+2
2022-02-20Add man page support using --print-manpage (fixes #730)Sven-Hendrik Haase2-0/+11
2022-02-16Bump depsSven-Hendrik Haase1-1/+1