Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | make sure archiving is opt-in | marawan ragab | 2020-05-10 | 1 | -3/+6 | |
| | ||||||
* | Merge pull request #235 from DamianX/archives | Sven-Hendrik Haase | 2020-03-11 | 1 | -3/+6 | |
|\ | | | | | Added option to disable archives | |||||
| * | Ignore clippy warning | Damian | 2020-03-02 | 1 | -1/+1 | |
| | | ||||||
| * | Added option to disable archives | Damian | 2020-03-02 | 1 | -3/+6 | |
| | | ||||||
* | | Fix deprecated stuff | Sven-Hendrik Haase | 2020-03-09 | 1 | -5/+5 | |
|/ | ||||||
* | added missing head tag | boastful-squirrel | 2019-11-21 | 1 | -44/+46 | |
| | ||||||
* | Fix html elements order | boastful-squirrel | 2019-11-21 | 1 | -1/+1 | |
| | ||||||
* | Fix indentation | boastful-squirrel | 2019-08-16 | 1 | -1/+1 | |
| | ||||||
* | Fix HTML | boastful-squirrel | 2019-08-16 | 1 | -101/+104 | |
| | ||||||
* | Fix tests | Sven-Hendrik Haase | 2019-07-24 | 1 | -15/+7 | |
| | ||||||
* | remove page_parent | wyhaya | 2019-07-08 | 1 | -1/+0 | |
| | ||||||
* | fix parent directory | wyhaya | 2019-07-08 | 1 | -28/+31 | |
| | ||||||
* | add space | wyhaya | 2019-07-08 | 1 | -1/+1 | |
| | ||||||
* | accomplish #142 | wyhaya | 2019-07-04 | 1 | -3/+43 | |
| | ||||||
* | Fix clippy | boastful-squirrel | 2019-05-10 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' into themed-errors | boastful-squirrel | 2019-05-03 | 1 | -0/+1 | |
|\ | ||||||
| * | Ignore clippy warnings | khai96_ | 2019-05-01 | 1 | -0/+1 | |
| | | ||||||
* | | Read query params to handle error back link | boastful-squirrel | 2019-05-02 | 1 | -3/+6 | |
| | | ||||||
* | | Use HTTP StatusCode for error title | boastful-squirrel | 2019-05-01 | 1 | -2/+4 | |
| | | ||||||
* | | Display HTTP authentication errors | boastful-squirrel | 2019-05-01 | 1 | -4/+13 | |
| | | ||||||
* | | Make error page uniform | boastful-squirrel | 2019-04-29 | 1 | -0/+4 | |
| | | ||||||
* | | Themed errors | boastful-squirrel | 2019-04-27 | 1 | -10/+110 | |
| | | ||||||
* | | Made ColorScheme, SortingMethod and SortingOrder enums derive Copy | boastful-squirrel | 2019-04-26 | 1 | -40/+40 | |
|/ | ||||||
* | Fixed comment | boastful-squirrel | 2019-04-22 | 1 | -1/+1 | |
| | ||||||
* | Properly log error + added render_error method | boastful-squirrel | 2019-04-21 | 1 | -1/+1 | |
| | ||||||
* | Improved upload error display | boastful-squirrel | 2019-04-21 | 1 | -2/+1 | |
| | ||||||
* | Set upload input as required | boastful-squirrel | 2019-04-20 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #71 from boastful-squirrel/fix70 | Sven-Hendrik Haase | 2019-04-17 | 1 | -9/+11 | |
|\ | | | | | Fix issue 70 | |||||
| * | Fix issue 70 | boastful-squirrel | 2019-04-16 | 1 | -9/+11 | |
| | | ||||||
* | | Merge branch 'master' into word-wrap | boastful-squirrel | 2019-04-16 | 1 | -2/+5 | |
|\ \ | ||||||
| * | | Modify back to top button | wyhaya | 2019-04-16 | 1 | -2/+5 | |
| |/ | ||||||
* / | Wrap title instead of overflowing | boastful-squirrel | 2019-04-16 | 1 | -0/+3 | |
|/ | ||||||
* | Fix issue #63 | boasting-squirrel | 2019-04-13 | 1 | -48/+68 | |
| | ||||||
* | Make body take 100% height in HTML | boasting-squirrel | 2019-04-07 | 1 | -0/+1 | |
| | ||||||
* | Fix CSS bug | boasting-squirrel | 2019-04-07 | 1 | -2/+0 | |
| | ||||||
* | Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug ↵ | boasting-squirrel | 2019-04-07 | 1 | -6/+6 | |
| | | | | derives | |||||
* | Fix CSS bug | boasting-squirrel | 2019-04-07 | 1 | -0/+4 | |
| | ||||||
* | Use strum on Enums to reduce boilerplate | boasting-squirrel | 2019-04-07 | 1 | -3/+3 | |
| | ||||||
* | Use strum_macros::EnumIter instead of manually listing Enum variants | boasting-squirrel | 2019-04-07 | 1 | -2/+3 | |
| | ||||||
* | Fixed upload bug + refactored @ else in templates | boasting-squirrel | 2019-04-07 | 1 | -40/+44 | |
| | ||||||
* | Improved mobile view | boasting-squirrel | 2019-04-06 | 1 | -45/+22 | |
| | ||||||
* | Added flex wrap to handle overflow on mobile | boasting-squirrel | 2019-04-06 | 1 | -1/+3 | |
| | ||||||
* | Improved design | boasting-squirrel | 2019-04-06 | 1 | -18/+21 | |
| | ||||||
* | Changed link description in case of upload error | boasting-squirrel | 2019-04-06 | 1 | -1/+1 | |
| | ||||||
* | Merged upload + adapted it to the new design | boasting-squirrel | 2019-04-06 | 1 | -7/+138 | |
|\ | ||||||
| * | Improve file upload text. | Vojtěch Pejša | 2019-04-05 | 1 | -1/+1 | |
| | | ||||||
| * | Allow drag and drop file upload with js. | Vojtěch Pejša | 2019-04-04 | 1 | -3/+26 | |
| | | ||||||
| * | Fix typos and indentation. | Vojtěch Pejša | 2019-04-04 | 1 | -5/+5 | |
| | | ||||||
| * | Better error handling for file upload. | Vojtěch Pejša | 2019-04-04 | 1 | -0/+11 | |
| | | ||||||
| * | Fix file upload when used with random route. | Vojtěch Pejša | 2019-04-04 | 1 | -2/+3 | |
| | |