aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-264-69/+20
|
* move css out of html into its own routeLukas Stabe2020-09-266-16/+46
|
* [wip] client-side color-scheme handlingLukas Stabe2020-09-256-819/+56
|
* Merge pull request #378 from ahti/masterSven-Hendrik Haase2020-09-244-23/+92
|\ | | | | add title option (#335) and breadcrumb links in heading
| * use format! instead of +Lukas Stabe2020-09-241-1/+1
| |
| * use unreachable instead of panic for unreachable caseLukas Stabe2020-09-241-1/+1
| |
| * use req.connection_info() and build breadcrumbs iterativelyLukas Stabe2020-09-241-25/+36
| |
| * add title option (#335) and breadcrumb links in headingLukas Stabe2020-09-244-21/+79
| |
* | Ignore non-Rust preformatted codeSven-Hendrik Haase2020-09-241-4/+4
|/
* Sorry cargo fmtSven-Hendrik Haase2020-09-241-2/+11
|
* Add embedded favicon (fixes #364)Sven-Hendrik Haase2020-09-246-4/+43
|
* Slightly better variable nameSven-Hendrik Haase2020-09-241-4/+4
| | | | At least it's better than before. :)
* Use Humanize for SystemTime directlyKevin Cui2020-09-161-8/+4
|
* Fix cargo fmt checkKevin Cui2020-09-151-1/+1
|
* Cleanup formatKevin Cui2020-09-151-1/+1
|
* Replace HumanTime::to_text_en by HumanTimeKevin Cui2020-09-151-8/+2
|
* Fix wrong use of formatKevin Cui2020-09-141-1/+1
|
* Show "now" when last modification time less than 11 secondsKevin Cui2020-09-121-1/+7
|
* Upgrade to actix-web 3.0.0Sven-Hendrik Haase2020-09-111-4/+4
|
* Fix double-escaping (fixes #354)Sven-Hendrik Haase2020-08-241-5/+3
|
* make linter happyLukas Stabe2020-08-211-2/+6
|
* set size and date column to smaller, fixed sizesLukas Stabe2020-08-211-6/+13
|
* make name ordering case-insensitiveLukas Stabe2020-08-211-23/+19
|
* url-decode path in title and headingLukas Stabe2020-08-212-9/+19
|
* Remove unrelevant commentsequal-l22020-07-212-17/+0
|
* Use actix-web-httpauth for authentication middlewareequal-l22020-07-213-129/+35
|
* Update to actix 2 and futures 0.3equal-l22020-07-216-228/+283
|
* cargo fmtSven-Hendrik Haase2020-07-202-10/+7
|
* Add generate QR code (#330)wyhaya2020-07-054-57/+111
| | | | * Add generate QR code * Add --qrcode option
* Bind to random port when port 0 specifiedIsaac Parker2020-06-281-1/+7
|
* Make clippy and cargo fmt happySven-Hendrik Haase2020-06-263-42/+55
|
* Update nanoid to 0.3Sven-Hendrik Haase2020-06-261-1/+1
|
* Update sha2 to 0.9Sven-Hendrik Haase2020-06-261-2/+2
|
* Fix arg formattingSven-Hendrik Haase2020-05-141-1/+2
|
* rename variables correctlymarawan ragab2020-05-101-6/+6
|
* make sure archiving is opt-inmarawan ragab2020-05-105-16/+42
|
* small improvment to buffer usagemarawan ragab2020-05-081-13/+6
|
* Add zip download functionality for windows usersmarawan ragab2020-05-031-0/+151
|
* Format everythingSven-Hendrik Haase2020-03-114-21/+23
|
* Merge pull request #235 from DamianX/archivesSven-Hendrik Haase2020-03-114-4/+38
|\ | | | | Added option to disable archives
| * Ignore clippy warningDamian2020-03-022-2/+2
| |
| * Added option to disable archivesDamian2020-03-024-3/+37
| |
* | Fix deprecated stuffSven-Hendrik Haase2020-03-093-13/+13
|/
* Merge pull request #219 from ghost/path-comparisonSven-Hendrik Haase2020-03-011-1/+1
|\ | | | | Compare paths instead of strings
| * Compare paths instead of stringsboastful-squirrel2019-11-221-1/+1
| |
* | Merge pull request #189 from efx/fix-156Sven-Hendrik Haase2020-03-012-0/+28
|\ \ | | | | | | add a default index serving option (#156)
| * | add Lucretiel's documentation suggestionEli Flanagan2020-02-032-2/+8
| | |
| * | Merge branch 'master' into fix-156Eli Flanagan2019-09-253-21/+14
| |\ \