Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-02-16 | Bump deps | Sven-Hendrik Haase | 1 | -1/+1 |
2022-02-06 | Make more use of flex in mobile formatting (fixes #142) | Sven-Hendrik Haase | 1 | -5/+9 |
2022-02-06 | Fix route_prefix for css and favicon | Ali MJ Al-Nasrawy | 3 | -10/+7 |
2022-02-05 | update to actix-web v4.0-rc.2 | Ali MJ Al-Nasrawy | 4 | -35/+26 |
2022-01-04 | Apply alimjays suggestion | Jikstra | 1 | -1/+0 |
2022-01-03 | Apply requested changes | jikstra | 1 | -7/+1 |
2022-01-03 | Update src/config.rs | Jikstra | 1 | -1/+1 |
2022-01-03 | Upgrade clap | Sven-Hendrik Haase | 2 | -2/+2 |
2021-12-29 | Implement --route-prefix to set specific route prefix | jikstra | 5 | -22/+25 |
2021-12-28 | Bump actix-web to v4.0-beta.15 | jikstra | 6 | -32/+56 |
2021-12-28 | Bump actix-web to v4.0-beta.9 | Ali MJ Al-Nasrawy | 1 | -4/+0 |
2021-12-20 | Fix lints | Sven-Hendrik Haase | 1 | -1/+1 |
2021-12-10 | Fixes type in main.rs | Sam Schlinkert | 1 | -1/+1 |
2021-12-09 | Bump deps | Sven-Hendrik Haase | 2 | -3/+3 |
2021-10-26 | Upgrade to Rust 2021 edition | Sven-Hendrik Haase | 1 | -4/+4 |
2021-10-25 | Refactor SPA-mode to make it more ergonomic | Sven-Hendrik Haase | 3 | -33/+35 |
2021-10-25 | Fix lint | Sven-Hendrik Haase | 1 | -5/+1 |
2021-10-18 | Update clap | Sven-Hendrik Haase | 2 | -28/+11 |
2021-10-18 | Use Path instead of PathBuf for parameter | Billy Bradley | 1 | -3/+4 |
2021-10-15 | Only clone spa_index when necessary | Billy Bradley | 1 | -1/+4 |
2021-10-14 | Fix formatting | Billy Bradley | 1 | -1/+1 |
2021-10-13 | revert unnecessary changes | Ali MJ Al-Nasrawy | 3 | -61/+26 |
2021-10-10 | Use NamedFile as default handler to simplify --spa-index option implementation | Billy Bradley | 1 | -17/+5 |
2021-10-08 | Add --spa-index option | Billy Bradley | 3 | -11/+57 |
2021-09-23 | Rename Archlinux -> Arch Linux | Sven-Hendrik Haase | 1 | -1/+1 |
2021-09-10 | Implement --show-wget-footer argument | jikstra | 3 | -2/+12 |
2021-09-10 | Apply requested changes | jikstra | 1 | -2/+2 |
2021-09-04 | Adress review comments | Ali MJ Al-Nasrawy | 1 | -2/+39 |
2021-09-02 | cargo fmt & cargo clippy | jikstra | 3 | -15/+8 |
2021-09-02 | Fix rebase | jikstra | 3 | -23/+19 |
2021-09-01 | Implement a raw rendering mode for recursive folder download | jikstra | 3 | -20/+125 |
2021-09-01 | file_upload.rs: sanitize path input | Ali MJ Al-Nasrawy | 1 | -10/+42 |
2021-08-31 | Print inverted QR codes side-by-side | Ali MJ Al-Nasrawy | 1 | -5/+15 |
2021-08-31 | Address review comments | Ali MJ Al-Nasrawy | 1 | -1/+1 |
2021-08-31 | Print QR code to terminal | Ali MJ Al-Nasrawy | 1 | -2/+42 |
2021-08-31 | Simplify custom headers | Ali MJ Al-Nasrawy | 2 | -15/+6 |
2021-08-31 | extract_query_parameters(): avoid clone and simplify | Ali MJ Al-Nasrawy | 1 | -15/+3 |
2021-08-30 | Use selected theme in error page | Ali MJ Al-Nasrawy | 1 | -0/+10 |
2021-08-30 | Exclude embedded routes from authentication | Ali MJ Al-Nasrawy | 1 | -48/+30 |
2021-08-30 | Fix clippy::too_many_arguments and rework error .. | Ali MJ Al-Nasrawy | 6 | -423/+199 |
2021-08-30 | Implement show symlink destination | Dean Li | 5 | -18/+43 |
2021-08-30 | address review comment | Ali MJ Al-Nasrawy | 1 | -8/+14 |
2021-08-30 | order interface vertically | Ali MJ Al-Nasrawy | 1 | -3/+3 |
2021-08-30 | add comment to create_tcp_listener | Ali MJ Al-Nasrawy | 1 | -0/+4 |
2021-08-30 | Use exit codes for failure | Ali MJ Al-Nasrawy | 1 | -4/+5 |
2021-08-30 | Show IP addresses of all local interfaces | Ali MJ Al-Nasrawy | 1 | -48/+43 |
2021-08-30 | Fix default binding behaviour | Ali MJ Al-Nasrawy | 1 | -5/+22 |
2021-08-30 | Fix -i 0.0.0.0 | Ali MJ Al-Nasrawy | 1 | -23/+4 |
2021-08-30 | Fail if any address fails to bind | Ali MJ Al-Nasrawy | 1 | -18/+13 |
2021-08-30 | Switch from structopt to clap v3 | Sven-Hendrik Haase | 3 | -39/+61 |