Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix lint | Sven-Hendrik Haase | 2021-01-04 | 1 | -2/+2 | |
| | ||||||
* | Fix lint | Sven-Hendrik Haase | 2020-12-28 | 1 | -4/+2 | |
| | ||||||
* | Now compiles on stable | Sven-Hendrik Haase | 2020-11-08 | 1 | -2/+0 | |
| | ||||||
* | Merge pull request #380 from ahti/master | Sven-Hendrik Haase | 2020-10-02 | 7 | -871/+174 | |
|\ | | | | | client-side color-scheme handling | |||||
| * | more feedback | Lukas Stabe | 2020-10-02 | 1 | -2/+3 | |
| | | ||||||
| * | address feedback | Lukas Stabe | 2020-10-02 | 1 | -2/+11 | |
| | | ||||||
| * | restore default theme cli option and add default theme dark option | Lukas Stabe | 2020-10-01 | 6 | -4/+79 | |
| | | ||||||
| * | compile scss at build time | Lukas Stabe | 2020-09-26 | 1 | -5/+2 | |
| | | ||||||
| * | appease cargo fmt | Lukas Stabe | 2020-09-26 | 1 | -5/+8 | |
| | | ||||||
| * | remove default color scheme cli argument | Lukas Stabe | 2020-09-26 | 4 | -69/+20 | |
| | | ||||||
| * | move css out of html into its own route | Lukas Stabe | 2020-09-26 | 6 | -16/+46 | |
| | | ||||||
| * | [wip] client-side color-scheme handling | Lukas Stabe | 2020-09-25 | 6 | -819/+56 | |
| | | ||||||
* | | Remove actix-rt | equal-l2 | 2020-09-30 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #378 from ahti/master | Sven-Hendrik Haase | 2020-09-24 | 4 | -23/+92 | |
|\ | | | | | add title option (#335) and breadcrumb links in heading | |||||
| * | 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 | |
| | | | | At least it's better than before. :) | |||||
* | 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 | |
| | | | | * Add generate QR code * Add --qrcode option | |||||
* | 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 | |
|\ | | | | | Added option to disable archives |