aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-14Fully qualify clap_complete::generateSven-Hendrik Haase1-2/+1
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
2022-02-06Make more use of flex in mobile formatting (fixes #142)Sven-Hendrik Haase1-5/+9
2022-02-06Fix route_prefix for css and faviconAli MJ Al-Nasrawy3-10/+7
2022-02-05update to actix-web v4.0-rc.2Ali MJ Al-Nasrawy4-35/+26
2022-01-04Apply alimjays suggestionJikstra1-1/+0
2022-01-03Apply requested changesjikstra1-7/+1
2022-01-03Update src/config.rsJikstra1-1/+1
2022-01-03Upgrade clapSven-Hendrik Haase2-2/+2
2021-12-29Implement --route-prefix to set specific route prefixjikstra5-22/+25
2021-12-28Bump actix-web to v4.0-beta.15jikstra6-32/+56
2021-12-28Bump actix-web to v4.0-beta.9Ali MJ Al-Nasrawy1-4/+0
2021-12-20Fix lintsSven-Hendrik Haase1-1/+1
2021-12-10Fixes type in main.rsSam Schlinkert1-1/+1
2021-12-09Bump depsSven-Hendrik Haase2-3/+3
2021-10-26Upgrade to Rust 2021 editionSven-Hendrik Haase1-4/+4
2021-10-25Refactor SPA-mode to make it more ergonomicSven-Hendrik Haase3-33/+35
2021-10-25Fix lintSven-Hendrik Haase1-5/+1
2021-10-18Update clapSven-Hendrik Haase2-28/+11
2021-10-18Use Path instead of PathBuf for parameterBilly Bradley1-3/+4