aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix indentationTamas Levai2021-01-041-2/+2
* Add option to list directories firstTamas Levai2021-01-041-0/+5
* Now compiles on stableSven-Hendrik Haase2020-11-081-2/+0
* Merge pull request #380 from ahti/masterSven-Hendrik Haase2020-10-021-10/+33
|\
| * restore default theme cli option and add default theme dark optionLukas Stabe2020-10-011-0/+18
| * compile scss at build timeLukas Stabe2020-09-261-5/+2
| * appease cargo fmtLukas Stabe2020-09-261-5/+8
| * remove default color scheme cli argumentLukas Stabe2020-09-261-4/+0
| * move css out of html into its own routeLukas Stabe2020-09-261-1/+23
| * [wip] client-side color-scheme handlingLukas Stabe2020-09-251-14/+1
* | Remove actix-rtequal-l22020-09-301-1/+1
|/
* add title option (#335) and breadcrumb links in headingLukas Stabe2020-09-241-0/+5
* Sorry cargo fmtSven-Hendrik Haase2020-09-241-2/+11
* Add embedded favicon (fixes #364)Sven-Hendrik Haase2020-09-241-2/+21
* Slightly better variable nameSven-Hendrik Haase2020-09-241-4/+4
* Use actix-web-httpauth for authentication middlewareequal-l22020-07-211-1/+5
* Update to actix 2 and futures 0.3equal-l22020-07-211-53/+50
* Add generate QR code (#330)wyhaya2020-07-051-0/+5
* make sure archiving is opt-inmarawan ragab2020-05-101-4/+9
* Format everythingSven-Hendrik Haase2020-03-111-7/+10
* Added option to disable archivesDamian2020-03-021-0/+5
* Merge pull request #189 from efx/fix-156Sven-Hendrik Haase2020-03-011-0/+20
|\
| * add Lucretiel's documentation suggestionEli Flanagan2020-02-031-1/+4
| * Merge branch 'master' into fix-156Eli Flanagan2019-09-251-1/+1
| |\
| * | fix typoEli Flanagan2019-09-141-1/+1
| * | warn user if provided index file is not foundEli Flanagan2019-09-131-0/+8
| * | change to path option for configurabilityEli Flanagan2019-09-121-4/+4
| * | use actix-web method for static indexEli Flanagan2019-09-091-4/+2
| * | wire up arguments, index.html serving still brokenEli Flanagan2019-09-081-0/+11
* | | Merge branch 'master' into fix-#173boastful-squirrel2019-11-211-5/+15
|\ \ \
| * | | Make clippy happySven-Hendrik Haase2019-09-301-3/+5
| * | | Improve logging behaviorSven-Hendrik Haase2019-09-271-4/+12
| | |/ | |/|
| * | Remove explicit clap dependency in favor of structopt's re-exported versionSven-Hendrik Haase2019-09-211-1/+1
| |/
* | Cleanupboastful-squirrel2019-08-161-2/+1
* | Do not 'back to listing' link when random route is setboastful-squirrel2019-08-161-7/+5
|/
* Update simplelog to 0.6Sven-Hendrik Haase2019-06-241-3/+3
* Enable streaming tarball downloadAlexandre Bury2019-06-141-8/+13
* Merge remote-tracking branch 'mainrepo/master' into multiple-auths-altkhai96_2019-05-171-36/+52
|\
| * Fix clippyboastful-squirrel2019-05-101-3/+1
| * Return QueryParameters struct instead of tupleboastful-squirrel2019-05-031-5/+7
| * Merge branch 'master' into themed-errorsboastful-squirrel2019-05-031-3/+1
| |\
| * | Display path instead of uri in 404 errorboastful-squirrel2019-05-021-1/+1
| * | Read query params to handle error back linkboastful-squirrel2019-05-021-3/+7
| * | Rename p404boastful-squirrel2019-05-021-5/+5
| * | Use HTTP StatusCode for error titleboastful-squirrel2019-05-011-2/+3
| * | Fix return link when random_route is setboastful-squirrel2019-05-011-1/+8
| * | Display 404 errorboastful-squirrel2019-05-011-2/+23
| * | Merge branch 'master' into themed-errorsboastful-squirrel2019-04-271-29/+12
| |\ \
| * | | Themed errorsboastful-squirrel2019-04-271-2/+4
| * | | Made ColorScheme, SortingMethod and SortingOrder enums derive Copyboastful-squirrel2019-04-261-2/+2