Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use format! instead of + | Lukas Stabe | 2020-09-24 | 1 | -1/+1 |
* | use unreachable instead of panic for unreachable case | Lukas Stabe | 2020-09-24 | 1 | -1/+1 |
* | use req.connection_info() and build breadcrumbs iteratively | Lukas Stabe | 2020-09-24 | 1 | -25/+36 |
* | add title option (#335) and breadcrumb links in heading | Lukas Stabe | 2020-09-24 | 1 | -8/+42 |
* | Add embedded favicon (fixes #364) | Sven-Hendrik Haase | 2020-09-24 | 1 | -0/+3 |
* | Fix double-escaping (fixes #354) | Sven-Hendrik Haase | 2020-08-24 | 1 | -5/+3 |
* | make linter happy | Lukas Stabe | 2020-08-21 | 1 | -2/+6 |
* | make name ordering case-insensitive | Lukas Stabe | 2020-08-21 | 1 | -23/+19 |
* | url-decode path in title and heading | Lukas Stabe | 2020-08-21 | 1 | -3/+12 |
* | Remove unrelevant comments | equal-l2 | 2020-07-21 | 1 | -13/+0 |
* | Update to actix 2 and futures 0.3 | equal-l2 | 2020-07-21 | 1 | -63/+77 |
* | cargo fmt | Sven-Hendrik Haase | 2020-07-20 | 1 | -9/+6 |
* | Add generate QR code (#330) | wyhaya | 2020-07-05 | 1 | -0/+23 |
* | Make clippy and cargo fmt happy | Sven-Hendrik Haase | 2020-06-26 | 1 | -1/+1 |
* | make sure archiving is opt-in | marawan ragab | 2020-05-10 | 1 | -3/+5 |
* | Format everything | Sven-Hendrik Haase | 2020-03-11 | 1 | -6/+5 |
* | Ignore clippy warning | Damian | 2020-03-02 | 1 | -1/+1 |
* | Added option to disable archives | Damian | 2020-03-02 | 1 | -0/+21 |
* | Compare paths instead of strings | boastful-squirrel | 2019-11-22 | 1 | -1/+1 |
* | Upgrade percent-encoding to 2.0 | Sven-Hendrik Haase | 2019-07-25 | 1 | -2/+4 |
* | Fix tests | Sven-Hendrik Haase | 2019-07-24 | 1 | -13/+13 |
* | fix parent directory | wyhaya | 2019-07-08 | 1 | -2/+13 |
* | Add doc and comments | Alexandre Bury | 2019-06-24 | 1 | -4/+13 |
* | Enable streaming tarball download | Alexandre Bury | 2019-06-14 | 1 | -38/+38 |
* | refactor code | mahdi | 2019-05-31 | 1 | -2/+2 |
* | Return QueryParameters struct instead of tuple | boastful-squirrel | 2019-05-03 | 1 | -26/+24 |
* | Merge branch 'master' into themed-errors | boastful-squirrel | 2019-05-03 | 1 | -0/+1 |
|\ | |||||
| * | Ignore clippy warnings | khai96_ | 2019-05-01 | 1 | -0/+1 |
* | | Print error when parsing query parameters fail | boastful-squirrel | 2019-05-02 | 1 | -6/+9 |
* | | Read query params to handle error back link | boastful-squirrel | 2019-05-02 | 1 | -11/+29 |
* | | Cargo fmt | boastful-squirrel | 2019-05-02 | 1 | -1/+1 |
* | | Use HTTP StatusCode for error title | boastful-squirrel | 2019-05-01 | 1 | -0/+2 |
* | | Themed errors | boastful-squirrel | 2019-04-27 | 1 | -11/+17 |
* | | Made ColorScheme, SortingMethod and SortingOrder enums derive Copy | boastful-squirrel | 2019-04-26 | 1 | -8/+8 |
* | | Merged query parameter structs + improved file upload errors | boastful-squirrel | 2019-04-26 | 1 | -2/+3 |
|/ | |||||
* | Fixed syntax error | boastful-squirrel | 2019-04-21 | 1 | -2/+2 |
* | Properly log error + added render_error method | boastful-squirrel | 2019-04-21 | 1 | -2/+3 |
* | Print upload/archive errors also in terminal | boastful-squirrel | 2019-04-21 | 1 | -3/+6 |
* | cargo fmt | boastful-squirrel | 2019-04-21 | 1 | -5/+3 |
* | Print error on the web page rather than on the terminal | boastful-squirrel | 2019-04-21 | 1 | -3/+1 |
* | Fix issue 70 | boastful-squirrel | 2019-04-16 | 1 | -3/+3 |
* | Fix tiny lint | Sven-Hendrik Haase | 2019-04-15 | 1 | -1/+1 |
* | Fix issue #63 | boasting-squirrel | 2019-04-13 | 1 | -1/+2 |
* | Fixed serde's rename strategy for CompressionMethods enum | boasting-squirrel | 2019-04-07 | 1 | -1/+1 |
* | Use serialize_all | boasting-squirrel | 2019-04-07 | 1 | -3/+1 |
* | Use strum on Enums to reduce boilerplate | boasting-squirrel | 2019-04-07 | 1 | -24/+9 |
* | Merged upload + adapted it to the new design | boasting-squirrel | 2019-04-06 | 1 | -0/+9 |
|\ | |||||
| * | Fix file upload when used with random route. | Vojtěch Pejša | 2019-04-04 | 1 | -1/+7 |
| * | Add CLI arguments for file uploading. | Vojtěch Pejša | 2019-04-04 | 1 | -0/+2 |
| * | Implement file upload. | Vojtěch Pejša | 2019-04-04 | 1 | -0/+1 |