Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use CSS to configure version footer look | Tamas Levai | 2021-03-01 | 1 | -1/+1 |
* | renderer: Follow alphabetical order in package uses | Tamas Levai | 2021-03-01 | 1 | -1/+2 |
* | Use structopt macros to ge crate info | Tamas Levai | 2021-03-01 | 1 | -13/+2 |
* | Fix clippy warning | Tamas Levai | 2021-03-01 | 1 | -0/+1 |
* | Fix indentation | Tamas Levai | 2021-02-28 | 1 | -6/+6 |
* | Add program version footer | Tamas Levai | 2021-02-28 | 6 | -0/+52 |
* | Re-do the way setting multiple headers works | Sven-Hendrik Haase | 2021-02-28 | 2 | -17/+12 |
* | Multiple headers support for custom headers | Dean Li | 2021-02-27 | 2 | -35/+32 |
* | Move the parsing header logic to args.rs | Dean Li | 2021-02-24 | 2 | -21/+42 |
* | Allow set custom headers from CLI | Dean Li | 2021-02-24 | 2 | -0/+33 |
* | Fix lints | Sven-Hendrik Haase | 2021-02-19 | 6 | -28/+28 |
* | Fix lint | Sven-Hendrik Haase | 2021-01-20 | 1 | -2/+1 |
* | enable multiple file upload | Michael Hueschen | 2021-01-15 | 1 | -1/+1 |
* | Fix indentation | Tamas Levai | 2021-01-04 | 2 | -3/+3 |
* | Add option to list directories first | Tamas Levai | 2021-01-04 | 3 | -0/+16 |
* | 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 |
|\ | |||||
| * | 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 |
|\ | |||||
| * | 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 |