Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-16 | Add EC key support (closes #1080) | Sven-Hendrik Haase | 1 | -1/+3 | |
2022-12-30 | Run cargo fmt | Sven-Hendrik Haase | 1 | -30/+29 | |
2022-12-19 | Fix lints | Sven-Hendrik Haase | 1 | -2/+2 | |
2022-10-12 | Upgrade clap to v4 | Sven-Hendrik Haase | 1 | -2/+3 | |
2022-09-19 | Fixed clippy issue (single-char string to char) | Jonas Diemer | 1 | -1/+1 | |
2022-09-19 | Changed handling of allowed path to fix Windows | Jonas Diemer | 1 | -2/+8 | |
2022-09-18 | fix lint errors | Jonas Diemer | 1 | -2/+2 | |
2022-09-18 | cargo fmt | Jonas Diemer | 1 | -2/+7 | |
2022-09-18 | sanitize allowed upload paths for cases like ./dir | Jonas Diemer | 1 | -1/+2 | |
2022-09-18 | Use argument -u instead of --allowed-upload-dir | Jonas Diemer | 1 | -2/+2 | |
2022-09-18 | Clarity of comment | Jonas Diemer | 1 | -1/+1 | |
Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> | |||||
2022-09-18 | Renamed option for more clarity | Jonas Diemer | 1 | -2/+2 | |
2022-09-18 | Switched to use of PathBuf, fixed for subdirs | Jonas Diemer | 1 | -1/+1 | |
2022-09-18 | Added option restrict-upload-dir | Jonas Diemer | 1 | -0/+4 | |
2022-08-14 | Satisfy cargo fmt | Gaurav | 1 | -1/+1 | |
2022-08-14 | Add `--readme` flag to cli | Gaurav | 1 | -0/+4 | |
2022-07-28 | Apply suggestions from code review | zhoupeiheng | 1 | -0/+3 | |
2022-07-28 | test: check_static_file_route_pattern | zhoupeiheng | 1 | -2/+8 | |
2022-07-28 | fix: static file support route_prefix | zhoupeiheng | 1 | -2/+5 | |
2022-06-26 | Create directory (#781) | Sheepy | 1 | -0/+4 | |
* Add ability to make directory Frontend for making directories Fix potential security vulnerability (CWE-23) Add tests Update README.md Disallow using parent directories altogether Fix formatting Fix clippy warnings Address review comments Update README.md Change `making` to `creation` Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> Have make directory flag require file upload flag Address review comments * Disallow uploading files and making directories through symlinks when disabled * Add test * Clippy formatting changes * Add test doc comment | |||||
2022-05-23 | Flip usage of theme selector showing functionality added in last commit | Sven-Hendrik Haase | 1 | -4/+4 | |
This is so it doesn't break current configurations. Let's not surprise the users. | |||||
2022-05-23 | Add configuration `change-theme` (#805) | FLAMINGO | 1 | -0/+4 | |
Add configuration `change-theme`Add configuration `change-theme` | |||||
2022-03-30 | Do not use the route for the favicon and stylesheet | Stefan Huber | 1 | -2/+2 | |
In order to no leak the random generated route, we must not use it as prefix in the 404 error page. Indeed we can just use a top-level path for these files. | |||||
2022-03-12 | Allow to set the accept input attribute to arbitrary values | Johannes May | 1 | -1/+22 | |
2022-03-07 | Fix lints | Sven-Hendrik Haase | 1 | -3/+2 | |
2022-02-06 | Fix route_prefix for css and favicon | Ali MJ Al-Nasrawy | 1 | -3/+3 | |
2022-02-05 | update to actix-web v4.0-rc.2 | Ali MJ Al-Nasrawy | 1 | -23/+14 | |
2022-01-04 | Apply alimjays suggestion | Jikstra | 1 | -1/+0 | |
Co-authored-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | |||||
2022-01-03 | Update src/config.rs | Jikstra | 1 | -1/+1 | |
Co-authored-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | |||||
2021-12-29 | Implement --route-prefix to set specific route prefix | jikstra | 1 | -7/+8 | |
2021-12-28 | Bump actix-web to v4.0-beta.15 | jikstra | 1 | -4/+25 | |
Co-authored-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | |||||
2021-10-25 | Refactor SPA-mode to make it more ergonomic | Sven-Hendrik Haase | 1 | -13/+7 | |
2021-10-15 | Only clone spa_index when necessary | Billy Bradley | 1 | -1/+4 | |
2021-10-08 | Add --spa-index option | Billy Bradley | 1 | -1/+12 | |
2021-09-10 | Implement --show-wget-footer argument | jikstra | 1 | -0/+4 | |
2021-08-30 | Implement show symlink destination | Dean Li | 1 | -0/+4 | |
Add option `show_symlink_info` to represent show symlink info or not. (Default to no) Show symlink destination after symlink symbol in directory listing Resemble `ls -l` and also the short argument select for this feature is also `-l`. Basic testing is included. Related to #499 | |||||
2021-08-29 | Fix some warnings when building without TLS | Sven-Hendrik Haase | 1 | -3/+5 | |
2021-08-28 | Switch TLS conditional compilation to feature | Sven-Hendrik Haase | 1 | -30/+5 | |
2021-08-27 | Conditionally enable TLS only on supported platforms | Sven-Hendrik Haase | 1 | -0/+36 | |
2021-08-27 | Add TLS support via rustls (fixes #18) | Sven-Hendrik Haase | 1 | -0/+181 | |
2019-02-13 | Removed config.rs and put back actix config in main.rs | boasting-squirrel | 1 | -57/+0 | |
2019-02-12 | Fixed Clippy warnings | boasting-squirrel | 1 | -2/+2 | |
2019-02-12 | Reorganized some imports + removed unused imports | boasting-squirrel | 1 | -7/+2 | |
2019-02-12 | Split project into multiple files | boasting-squirrel | 1 | -0/+62 | |