Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #378 from ahti/master | Sven-Hendrik Haase | 2020-09-24 | 4 | -23/+92 |
|\ | |||||
| * | 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 | 4 | -21/+79 |
* | | Ignore non-Rust preformatted code | Sven-Hendrik Haase | 2020-09-24 | 1 | -4/+4 |
|/ | |||||
* | Sorry cargo fmt | Sven-Hendrik Haase | 2020-09-24 | 1 | -2/+11 |
* | Add embedded favicon (fixes #364) | Sven-Hendrik Haase | 2020-09-24 | 6 | -4/+43 |
* | Slightly better variable name | Sven-Hendrik Haase | 2020-09-24 | 1 | -4/+4 |
* | Use Humanize for SystemTime directly | Kevin Cui | 2020-09-16 | 1 | -8/+4 |
* | Fix cargo fmt check | Kevin Cui | 2020-09-15 | 1 | -1/+1 |
* | Cleanup format | Kevin Cui | 2020-09-15 | 1 | -1/+1 |
* | Replace HumanTime::to_text_en by HumanTime | Kevin Cui | 2020-09-15 | 1 | -8/+2 |
* | Fix wrong use of format | Kevin Cui | 2020-09-14 | 1 | -1/+1 |
* | Show "now" when last modification time less than 11 seconds | Kevin Cui | 2020-09-12 | 1 | -1/+7 |
* | Upgrade to actix-web 3.0.0 | Sven-Hendrik Haase | 2020-09-11 | 1 | -4/+4 |
* | 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 |
* | set size and date column to smaller, fixed sizes | Lukas Stabe | 2020-08-21 | 1 | -6/+13 |
* | 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 | 2 | -9/+19 |
* | Remove unrelevant comments | equal-l2 | 2020-07-21 | 2 | -17/+0 |
* | Use actix-web-httpauth for authentication middleware | equal-l2 | 2020-07-21 | 3 | -129/+35 |
* | Update to actix 2 and futures 0.3 | equal-l2 | 2020-07-21 | 6 | -228/+283 |
* | cargo fmt | Sven-Hendrik Haase | 2020-07-20 | 2 | -10/+7 |
* | Add generate QR code (#330) | wyhaya | 2020-07-05 | 4 | -57/+111 |
* | Bind to random port when port 0 specified | Isaac Parker | 2020-06-28 | 1 | -1/+7 |
* | Make clippy and cargo fmt happy | Sven-Hendrik Haase | 2020-06-26 | 3 | -42/+55 |
* | Update nanoid to 0.3 | Sven-Hendrik Haase | 2020-06-26 | 1 | -1/+1 |
* | Update sha2 to 0.9 | Sven-Hendrik Haase | 2020-06-26 | 1 | -2/+2 |
* | Fix arg formatting | Sven-Hendrik Haase | 2020-05-14 | 1 | -1/+2 |
* | rename variables correctly | marawan ragab | 2020-05-10 | 1 | -6/+6 |
* | make sure archiving is opt-in | marawan ragab | 2020-05-10 | 5 | -16/+42 |
* | small improvment to buffer usage | marawan ragab | 2020-05-08 | 1 | -13/+6 |
* | Add zip download functionality for windows users | marawan ragab | 2020-05-03 | 1 | -0/+151 |
* | Format everything | Sven-Hendrik Haase | 2020-03-11 | 4 | -21/+23 |
* | Merge pull request #235 from DamianX/archives | Sven-Hendrik Haase | 2020-03-11 | 4 | -4/+38 |
|\ | |||||
| * | Ignore clippy warning | Damian | 2020-03-02 | 2 | -2/+2 |
| * | Added option to disable archives | Damian | 2020-03-02 | 4 | -3/+37 |
* | | Fix deprecated stuff | Sven-Hendrik Haase | 2020-03-09 | 3 | -13/+13 |
|/ | |||||
* | Merge pull request #219 from ghost/path-comparison | Sven-Hendrik Haase | 2020-03-01 | 1 | -1/+1 |
|\ | |||||
| * | Compare paths instead of strings | boastful-squirrel | 2019-11-22 | 1 | -1/+1 |
* | | Merge pull request #189 from efx/fix-156 | Sven-Hendrik Haase | 2020-03-01 | 2 | -0/+28 |
|\ \ | |||||
| * | | add Lucretiel's documentation suggestion | Eli Flanagan | 2020-02-03 | 2 | -2/+8 |
| * | | Merge branch 'master' into fix-156 | Eli Flanagan | 2019-09-25 | 3 | -21/+14 |
| |\ \ | |||||
| * | | | fix typo | Eli Flanagan | 2019-09-14 | 2 | -2/+2 |
| * | | | warn user if provided index file is not found | Eli Flanagan | 2019-09-13 | 1 | -0/+8 |
| * | | | change to path option for configurability | Eli Flanagan | 2019-09-12 | 2 | -8/+8 |
| * | | | use actix-web method for static index | Eli Flanagan | 2019-09-09 | 1 | -4/+2 |
| * | | | wire up arguments, index.html serving still broken | Eli Flanagan | 2019-09-08 | 2 | -0/+12 |