aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* more feedbackLukas Stabe2020-10-021-2/+3
|
* address feedbackLukas Stabe2020-10-021-2/+11
|
* restore default theme cli option and add default theme dark optionLukas Stabe2020-10-011-4/+10
|
* remove default color scheme cli argumentLukas Stabe2020-09-261-15/+20
|
* move css out of html into its own routeLukas Stabe2020-09-261-13/+8
|
* [wip] client-side color-scheme handlingLukas Stabe2020-09-251-550/+54
|
* add title option (#335) and breadcrumb links in headingLukas Stabe2020-09-241-13/+27
|
* Add embedded favicon (fixes #364)Sven-Hendrik Haase2020-09-241-2/+6
|
* 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
|
* set size and date column to smaller, fixed sizesLukas Stabe2020-08-211-6/+13
|
* url-decode path in title and headingLukas Stabe2020-08-211-6/+7
|
* Add generate QR code (#330)wyhaya2020-07-051-57/+78
| | | | * Add generate QR code * Add --qrcode option
* make sure archiving is opt-inmarawan ragab2020-05-101-3/+6
|
* Merge pull request #235 from DamianX/archivesSven-Hendrik Haase2020-03-111-3/+6
|\ | | | | Added option to disable archives
| * Ignore clippy warningDamian2020-03-021-1/+1
| |
| * Added option to disable archivesDamian2020-03-021-3/+6
| |
* | Fix deprecated stuffSven-Hendrik Haase2020-03-091-5/+5
|/
* added missing head tagboastful-squirrel2019-11-211-44/+46
|
* Fix html elements orderboastful-squirrel2019-11-211-1/+1
|
* Fix indentationboastful-squirrel2019-08-161-1/+1
|
* Fix HTMLboastful-squirrel2019-08-161-101/+104
|
* Fix testsSven-Hendrik Haase2019-07-241-15/+7
|
* remove page_parentwyhaya2019-07-081-1/+0
|
* fix parent directorywyhaya2019-07-081-28/+31
|
* add spacewyhaya2019-07-081-1/+1
|
* accomplish #142wyhaya2019-07-041-3/+43
|
* Fix clippyboastful-squirrel2019-05-101-0/+1
|
* Merge branch 'master' into themed-errorsboastful-squirrel2019-05-031-0/+1
|\
| * Ignore clippy warningskhai96_2019-05-011-0/+1
| |
* | Read query params to handle error back linkboastful-squirrel2019-05-021-3/+6
| |
* | Use HTTP StatusCode for error titleboastful-squirrel2019-05-011-2/+4
| |
* | Display HTTP authentication errorsboastful-squirrel2019-05-011-4/+13
| |
* | Make error page uniformboastful-squirrel2019-04-291-0/+4
| |
* | Themed errorsboastful-squirrel2019-04-271-10/+110
| |
* | Made ColorScheme, SortingMethod and SortingOrder enums derive Copyboastful-squirrel2019-04-261-40/+40
|/
* Fixed commentboastful-squirrel2019-04-221-1/+1
|
* Properly log error + added render_error methodboastful-squirrel2019-04-211-1/+1
|
* Improved upload error displayboastful-squirrel2019-04-211-2/+1
|
* Set upload input as requiredboastful-squirrel2019-04-201-1/+1
|
* Merge pull request #71 from boastful-squirrel/fix70Sven-Hendrik Haase2019-04-171-9/+11
|\ | | | | Fix issue 70
| * Fix issue 70boastful-squirrel2019-04-161-9/+11
| |
* | Merge branch 'master' into word-wrapboastful-squirrel2019-04-161-2/+5
|\ \
| * | Modify back to top buttonwyhaya2019-04-161-2/+5
| |/
* / Wrap title instead of overflowingboastful-squirrel2019-04-161-0/+3
|/
* Fix issue #63boasting-squirrel2019-04-131-48/+68
|