Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1228 from cyqsimon/upload-refactor | Sven-Hendrik Haase | 2023-09-24 | 1 | -2/+3 |
|\ | |||||
| * | rename `file_upload` to `file_op` | cyqsimon | 2023-09-05 | 1 | -2/+2 |
| * | Create shared file utiity module | cyqsimon | 2023-07-10 | 1 | -0/+1 |
* | | Adjust from feedback | Norberto Lopes | 2023-08-07 | 1 | -1/+6 |
* | | Add pretty urls | Norberto Lopes | 2023-08-06 | 1 | -1/+23 |
* | | use grass include macro; remove build.rs | Bao Trinh | 2023-07-21 | 1 | -1/+1 |
* | | Separate color schemes into separate files | Bao Trinh | 2023-07-12 | 1 | -3/+14 |
|/ | |||||
* | Fix ANSI color codes are printed when not a tty | Sven-Hendrik Haase | 2023-07-05 | 1 | -12/+14 |
* | Remove atty dep | Sven-Hendrik Haase | 2023-07-02 | 1 | -4/+4 |
* | Switch from deprecated get_if_addrs to if-addrs | Sven-Hendrik Haase | 2023-04-20 | 1 | -1/+1 |
* | Run cargo fmt | Sven-Hendrik Haase | 2022-12-30 | 1 | -3/+2 |
* | Fix lints | Sven-Hendrik Haase | 2022-12-19 | 1 | -6/+6 |
* | Upgrade clap to v4 | Sven-Hendrik Haase | 2022-10-12 | 1 | -1/+1 |
* | Tidy up some imports | Sven-Hendrik Haase | 2022-09-20 | 1 | -5/+4 |
* | Merge branch 'master' into qrcode | cyqsimon | 2022-09-15 | 1 | -3/+2 |
|\ | |||||
| * | Merge pull request #902 from kianmeng/fix-typos | Sven-Hendrik Haase | 2022-09-15 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix typos | Kian-Meng Ang | 2022-09-14 | 1 | -1/+1 |
| * | | Fully qualify clap_complete::generate | Sven-Hendrik Haase | 2022-09-14 | 1 | -2/+1 |
| |/ | |||||
* | | Switch to `fast_qr` crate | cyqsimon | 2022-09-01 | 1 | -29/+4 |
* | | Switch to `qrcode` lib | cyqsimon | 2022-08-22 | 1 | -27/+25 |
|/ | |||||
* | Remove trailing space to appease `cargo fmt` | cyqsimon | 2022-07-22 | 1 | -1/+1 |
* | Apply suggestions from code review | cyqsimon | 2022-07-22 | 1 | -1/+4 |
* | Minor refactor on `run` | cyqsimon | 2022-07-20 | 1 | -36/+16 |
* | refactor `configure_app` | cyqsimon | 2022-07-20 | 1 | -44/+24 |
* | Fix security issue with --no-symlinks | Sven-Hendrik Haase | 2022-05-18 | 1 | -0/+19 |
* | Add man page support using --print-manpage (fixes #730) | Sven-Hendrik Haase | 2022-02-20 | 1 | -0/+7 |
* | Bump deps | Sven-Hendrik Haase | 2022-02-16 | 1 | -1/+1 |
* | Fix route_prefix for css and favicon | Ali MJ Al-Nasrawy | 2022-02-06 | 1 | -5/+2 |
* | Merge 'jikstra/feat_route_prefix' #682 | Ali MJ Al-Nasrawy | 2022-02-06 | 1 | -5/+2 |
|\ | |||||
| * | Apply requested changes | jikstra | 2022-01-03 | 1 | -7/+1 |
| * | Implement --route-prefix to set specific route prefix | jikstra | 2021-12-29 | 1 | -4/+7 |
* | | update to actix-web v4.0-rc.2 | Ali MJ Al-Nasrawy | 2022-02-05 | 1 | -4/+4 |
* | | merge from jikstra | Ali MJ Al-Nasrawy | 2022-02-05 | 1 | -1/+1 |
|\ \ | |||||
| * | | Upgrade clap | Sven-Hendrik Haase | 2022-01-03 | 1 | -1/+1 |
| |/ | |||||
* | | Bump actix-web to v4.0-beta.15 | jikstra | 2021-12-28 | 1 | -4/+10 |
* | | Bump actix-web to v4.0-beta.9 | Ali MJ Al-Nasrawy | 2021-12-28 | 1 | -4/+0 |
|/ | |||||
* | Fixes type in main.rs | Sam Schlinkert | 2021-12-10 | 1 | -1/+1 |
* | Refactor SPA-mode to make it more ergonomic | Sven-Hendrik Haase | 2021-10-25 | 1 | -14/+22 |
* | Merge pull request #515 from sinking-point/sinkingpoint/add-spa-index-option-474 | Sven-Hendrik Haase | 2021-10-25 | 1 | -10/+26 |
|\ | |||||
| * | Use Path instead of PathBuf for parameter | Billy Bradley | 2021-10-18 | 1 | -3/+4 |
| * | Fix formatting | Billy Bradley | 2021-10-14 | 1 | -1/+1 |
| * | Use NamedFile as default handler to simplify --spa-index option implementation | Billy Bradley | 2021-10-10 | 1 | -17/+5 |
| * | Add --spa-index option | Billy Bradley | 2021-10-08 | 1 | -10/+37 |
* | | Update clap | Sven-Hendrik Haase | 2021-10-18 | 1 | -16/+5 |
* | | revert unnecessary changes | Ali MJ Al-Nasrawy | 2021-10-13 | 1 | -5/+5 |
|/ | |||||
* | Merge pull request #537 from aliemjay/src-refactor-misc | Sven-Hendrik Haase | 2021-09-04 | 1 | -11/+4 |
|\ | |||||
| * | Simplify custom headers | Ali MJ Al-Nasrawy | 2021-08-31 | 1 | -11/+4 |
* | | Print inverted QR codes side-by-side | Ali MJ Al-Nasrawy | 2021-08-31 | 1 | -5/+15 |
* | | Address review comments | Ali MJ Al-Nasrawy | 2021-08-31 | 1 | -1/+1 |
* | | Print QR code to terminal | Ali MJ Al-Nasrawy | 2021-08-31 | 1 | -2/+42 |
|/ |