aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Satisfy cargo fmtGaurav2022-08-143-22/+30
* Replace `markdown` by `comrak`; Render support for nested dirsGaurav2022-08-142-6/+15
* Add `--readme` flag to cliGaurav2022-08-143-2/+10
* Add support for readme renderingGaurav2022-08-142-1/+16
* Apply suggestions from code reviewzhoupeiheng2022-07-281-0/+3
* test: check_static_file_route_patternzhoupeiheng2022-07-281-2/+8
* fix: static file support route_prefixzhoupeiheng2022-07-281-2/+5
* Merge pull request #849 from cyqsimon/refactorSven-Hendrik Haase2022-07-243-98/+59
|\
| * Remove trailing space to appease `cargo fmt`cyqsimon2022-07-221-1/+1
| * Apply suggestions from code reviewcyqsimon2022-07-221-1/+4
| * Use `mime` for all content type declarationscyqsimon2022-07-212-18/+16
| * Minor refactor on `run`cyqsimon2022-07-201-36/+16
| * refactor `configure_app`cyqsimon2022-07-201-44/+24
* | Update actix-web-httpauth to v0.8Sven-Hendrik Haase2022-07-221-1/+1
|/
* Bump depsSven-Hendrik Haase2022-07-191-4/+6
* Create directory (#781)Sheepy2022-06-266-32/+176
* Fix lintSven-Hendrik Haase2022-06-071-2/+2
* Flip usage of theme selector showing functionality added in last commitSven-Hendrik Haase2022-05-233-11/+11
* Add configuration `change-theme` (#805)FLAMINGO2022-05-233-10/+20
* Fix new clippy lintsSven-Hendrik Haase2022-05-232-3/+3
* Fix security issue with --no-symlinksSven-Hendrik Haase2022-05-182-2/+21
* Allow clippy::format_push_stringSven-Hendrik Haase2022-05-061-3/+5
* Do not use the route for the favicon and stylesheetStefan Huber2022-03-301-2/+2
* Merge pull request #755 from mayjs/upload-mediatypesSven-Hendrik Haase2022-03-153-2/+46
|\
| * Allow to set the accept input attribute to arbitrary valuesJohannes May2022-03-123-2/+46
* | Fix lintsSven-Hendrik Haase2022-03-071-3/+2
|/
* Add man page support using --print-manpage (fixes #730)Sven-Hendrik Haase2022-02-202-0/+11
* Bump depsSven-Hendrik Haase2022-02-161-1/+1
* Make more use of flex in mobile formatting (fixes #142)Sven-Hendrik Haase2022-02-061-5/+9
* Fix route_prefix for css and faviconAli MJ Al-Nasrawy2022-02-063-10/+7
* Merge 'jikstra/feat_route_prefix' #682Ali MJ Al-Nasrawy2022-02-065-23/+19
|\
| * Apply alimjays suggestionJikstra2022-01-041-1/+0
| * Merge branch 'feat_route_prefix' of github.com:Jikstra/miniserve into feat_ro...jikstra2022-01-031-1/+1
| |\
| | * Update src/config.rsJikstra2022-01-031-1/+1
| * | Apply requested changesjikstra2022-01-031-7/+1
| |/
| * Implement --route-prefix to set specific route prefixjikstra2021-12-295-22/+25
* | update to actix-web v4.0-rc.2Ali MJ Al-Nasrawy2022-02-054-35/+26
* | merge from jikstraAli MJ Al-Nasrawy2022-02-052-2/+2
|\ \
| * | Upgrade clapSven-Hendrik Haase2022-01-032-2/+2
| |/
* | Bump actix-web to v4.0-beta.15jikstra2021-12-286-32/+56
* | Bump actix-web to v4.0-beta.9Ali MJ Al-Nasrawy2021-12-281-4/+0
|/
* Fix lintsSven-Hendrik Haase2021-12-201-1/+1
* Fixes type in main.rsSam Schlinkert2021-12-101-1/+1
* Bump depsSven-Hendrik Haase2021-12-092-3/+3
* Upgrade to Rust 2021 editionSven-Hendrik Haase2021-10-261-4/+4
* Refactor SPA-mode to make it more ergonomicSven-Hendrik Haase2021-10-253-33/+35
* Fix lintSven-Hendrik Haase2021-10-251-5/+1
* Merge pull request #515 from sinking-point/sinkingpoint/add-spa-index-option-474Sven-Hendrik Haase2021-10-253-11/+49
|\
| * Use Path instead of PathBuf for parameterBilly Bradley2021-10-181-3/+4
| * Only clone spa_index when necessaryBilly Bradley2021-10-151-1/+4