Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-04 | Fix indentation | Tamas Levai | 2 | -3/+3 | |
Convert tabs to spaces. | |||||
2021-01-04 | Add option to list directories first | Tamas Levai | 3 | -0/+16 | |
2021-01-04 | Fix lint | Sven-Hendrik Haase | 1 | -2/+2 | |
2020-12-28 | Fix lint | Sven-Hendrik Haase | 1 | -4/+2 | |
2020-11-08 | Now compiles on stable | Sven-Hendrik Haase | 1 | -2/+0 | |
2020-10-02 | more feedback | Lukas Stabe | 1 | -2/+3 | |
2020-10-02 | address feedback | Lukas Stabe | 1 | -2/+11 | |
2020-10-01 | restore default theme cli option and add default theme dark option | Lukas Stabe | 6 | -4/+79 | |
2020-09-30 | Remove actix-rt | equal-l2 | 1 | -1/+1 | |
2020-09-26 | compile scss at build time | Lukas Stabe | 1 | -5/+2 | |
2020-09-26 | appease cargo fmt | Lukas Stabe | 1 | -5/+8 | |
2020-09-26 | remove default color scheme cli argument | Lukas Stabe | 4 | -69/+20 | |
2020-09-26 | move css out of html into its own route | Lukas Stabe | 6 | -16/+46 | |
2020-09-25 | [wip] client-side color-scheme handling | Lukas Stabe | 6 | -819/+56 | |
2020-09-24 | Ignore non-Rust preformatted code | Sven-Hendrik Haase | 1 | -4/+4 | |
2020-09-24 | use format! instead of + | Lukas Stabe | 1 | -1/+1 | |
2020-09-24 | use unreachable instead of panic for unreachable case | Lukas Stabe | 1 | -1/+1 | |
2020-09-24 | use req.connection_info() and build breadcrumbs iteratively | Lukas Stabe | 1 | -25/+36 | |
2020-09-24 | add title option (#335) and breadcrumb links in heading | Lukas Stabe | 4 | -21/+79 | |
2020-09-24 | Sorry cargo fmt | Sven-Hendrik Haase | 1 | -2/+11 | |
2020-09-24 | Add embedded favicon (fixes #364) | Sven-Hendrik Haase | 6 | -4/+43 | |
2020-09-24 | Slightly better variable name | Sven-Hendrik Haase | 1 | -4/+4 | |
At least it's better than before. :) | |||||
2020-09-16 | Use Humanize for SystemTime directly | Kevin Cui | 1 | -8/+4 | |
2020-09-15 | Fix cargo fmt check | Kevin Cui | 1 | -1/+1 | |
2020-09-15 | Cleanup format | Kevin Cui | 1 | -1/+1 | |
2020-09-15 | Replace HumanTime::to_text_en by HumanTime | Kevin Cui | 1 | -8/+2 | |
2020-09-14 | Fix wrong use of format | Kevin Cui | 1 | -1/+1 | |
2020-09-12 | Show "now" when last modification time less than 11 seconds | Kevin Cui | 1 | -1/+7 | |
2020-09-11 | Upgrade to actix-web 3.0.0 | Sven-Hendrik Haase | 1 | -4/+4 | |
2020-08-24 | Fix double-escaping (fixes #354) | Sven-Hendrik Haase | 1 | -5/+3 | |
2020-08-21 | make linter happy | Lukas Stabe | 1 | -2/+6 | |
2020-08-21 | set size and date column to smaller, fixed sizes | Lukas Stabe | 1 | -6/+13 | |
2020-08-21 | make name ordering case-insensitive | Lukas Stabe | 1 | -23/+19 | |
2020-08-21 | url-decode path in title and heading | Lukas Stabe | 2 | -9/+19 | |
2020-07-21 | Remove unrelevant comments | equal-l2 | 2 | -17/+0 | |
2020-07-21 | Use actix-web-httpauth for authentication middleware | equal-l2 | 3 | -129/+35 | |
2020-07-21 | Update to actix 2 and futures 0.3 | equal-l2 | 6 | -228/+283 | |
2020-07-20 | cargo fmt | Sven-Hendrik Haase | 2 | -10/+7 | |
2020-07-05 | Add generate QR code (#330) | wyhaya | 4 | -57/+111 | |
* Add generate QR code * Add --qrcode option | |||||
2020-06-28 | Bind to random port when port 0 specified | Isaac Parker | 1 | -1/+7 | |
2020-06-26 | Make clippy and cargo fmt happy | Sven-Hendrik Haase | 3 | -42/+55 | |
2020-06-26 | Update nanoid to 0.3 | Sven-Hendrik Haase | 1 | -1/+1 | |
2020-06-26 | Update sha2 to 0.9 | Sven-Hendrik Haase | 1 | -2/+2 | |
2020-05-14 | Fix arg formatting | Sven-Hendrik Haase | 1 | -1/+2 | |
2020-05-10 | rename variables correctly | marawan ragab | 1 | -6/+6 | |
2020-05-10 | make sure archiving is opt-in | marawan ragab | 5 | -16/+42 | |
2020-05-08 | small improvment to buffer usage | marawan ragab | 1 | -13/+6 | |
2020-05-03 | Add zip download functionality for windows users | marawan ragab | 1 | -0/+151 | |
2020-03-11 | Format everything | Sven-Hendrik Haase | 4 | -21/+23 | |
2020-03-09 | Fix deprecated stuff | Sven-Hendrik Haase | 3 | -13/+13 | |