Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-10-18 | Update clap | Sven-Hendrik Haase | 2 | -28/+11 |
2021-10-13 | revert unnecessary changes | Ali MJ Al-Nasrawy | 3 | -61/+26 |
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 |
2021-08-29 | Fix some warnings when building without TLS | Sven-Hendrik Haase | 1 | -3/+5 |
2021-08-29 | list directory if index not found | Ali MJ Al-Nasrawy | 1 | -18/+18 |
2021-08-28 | file_upload.rs: use async/await | Ali MJ Al-Nasrawy | 2 | -135/+102 |
2021-08-28 | migrate to actix-web v4.0-beta | Ali MJ Al-Nasrawy | 5 | -61/+75 |
2021-08-28 | Switch TLS conditional compilation to feature | Sven-Hendrik Haase | 3 | -54/+9 |
2021-08-27 | Conditionally enable TLS only on supported platforms | Sven-Hendrik Haase | 3 | -0/+66 |
2021-08-27 | Add backslash to percent_encode_sets.PATH_SEGMENT. Fixes #545 | jikstra | 1 | -1/+1 |
2021-08-27 | Fix accidental formatting | Sven-Hendrik Haase | 1 | -74/+74 |
2021-08-27 | Add TLS support via rustls (fixes #18) | Sven-Hendrik Haase | 3 | -232/+292 |
2021-08-25 | Upgrade qrcodegen (fixes #568) | Sven-Hendrik Haase | 1 | -2/+33 |
2021-06-28 | Fix lints | Sven-Hendrik Haase | 2 | -4/+4 |
2021-04-18 | Prefer UTF8 for text reponses (fixes #263) | Sven-Hendrik Haase | 1 | -0/+1 |
2021-04-18 | Rename compression code references to 'archive' | Sven-Hendrik Haase | 3 | -35/+35 |
2021-04-18 | Change naming of uncompressed/compressed tarballs | Dean Li | 5 | -23/+18 |
2021-04-11 | Separate tar archive and tar flags | Dean Li | 5 | -7/+25 |
2021-04-09 | Fix breadcrumbs mess on mobile | Ali MJ Al-Nasrawy | 1 | -1/+1 |
2021-04-09 | Fix breadcrumbs for RTL languages | Ali MJ Al-Nasrawy | 1 | -3/+3 |
2021-04-08 | Avoid double-encoding file URL | Ali MJ Al-Nasrawy | 1 | -6/+5 |
2021-04-06 | Fix percent encoding for URL | Ali MJ Al-Nasrawy | 1 | -5/+14 |
2021-04-05 | Avoid unneccessary syscalls for entry metadata | Ali MJ Al-Nasrawy | 1 | -4/+7 |
2021-04-05 | Honor --no-symlinks option when listing | Ali MJ Al-Nasrawy | 1 | -1/+1 |
2021-03-29 | Move symlink symbol from html to css | Ali MJ Al-Nasrawy | 1 | -2/+2 |