aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Make body take 100% height in HTMLboasting-squirrel2019-04-071-0/+1
|
* Fix CSS bugboasting-squirrel2019-04-071-2/+0
|
* Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug ↵boasting-squirrel2019-04-071-6/+6
| | | | derives
* Fix CSS bugboasting-squirrel2019-04-071-0/+4
|
* Use strum on Enums to reduce boilerplateboasting-squirrel2019-04-071-3/+3
|
* Use strum_macros::EnumIter instead of manually listing Enum variantsboasting-squirrel2019-04-071-2/+3
|
* Fixed upload bug + refactored @ else in templatesboasting-squirrel2019-04-071-40/+44
|
* Improved mobile viewboasting-squirrel2019-04-061-45/+22
|
* Added flex wrap to handle overflow on mobileboasting-squirrel2019-04-061-1/+3
|
* Improved designboasting-squirrel2019-04-061-18/+21
|
* Changed link description in case of upload errorboasting-squirrel2019-04-061-1/+1
|
* Merged upload + adapted it to the new designboasting-squirrel2019-04-061-7/+138
|\
| * Improve file upload text.Vojtěch Pejša2019-04-051-1/+1
| |
| * Allow drag and drop file upload with js.Vojtěch Pejša2019-04-041-3/+26
| |
| * Fix typos and indentation.Vojtěch Pejša2019-04-041-5/+5
| |
| * Better error handling for file upload.Vojtěch Pejša2019-04-041-0/+11
| |
| * Fix file upload when used with random route.Vojtěch Pejša2019-04-041-2/+3
| |