Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not use the route for the favicon and stylesheet | Stefan Huber | 2022-03-30 | 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. | ||||
* | Merge pull request #755 from mayjs/upload-mediatypes | Sven-Hendrik Haase | 2022-03-15 | 1 | -1/+22 |
|\ | | | | | Allow to set the accept input attribute to arbitrary values | ||||
| * | Allow to set the accept input attribute to arbitrary values | Johannes May | 2022-03-12 | 1 | -1/+22 |
| | | |||||
* | | Fix lints | Sven-Hendrik Haase | 2022-03-07 | 1 | -3/+2 |
|/ | |||||
* | Fix route_prefix for css and favicon | Ali MJ Al-Nasrawy | 2022-02-06 | 1 | -3/+3 |
| | |||||
* | Merge 'jikstra/feat_route_prefix' #682 | Ali MJ Al-Nasrawy | 2022-02-06 | 1 | -7/+7 |
|\ | |||||
| * | Apply alimjays suggestion | Jikstra | 2022-01-04 | 1 | -1/+0 |
| | | | | | | Co-authored-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | ||||
| * | Update src/config.rs | Jikstra | 2022-01-03 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | ||||
| * | Implement --route-prefix to set specific route prefix | jikstra | 2021-12-29 | 1 | -7/+8 |
| | | |||||
* | | update to actix-web v4.0-rc.2 | Ali MJ Al-Nasrawy | 2022-02-05 | 1 | -23/+14 |
| | | |||||
* | | Bump actix-web to v4.0-beta.15 | jikstra | 2021-12-28 | 1 | -4/+25 |
|/ | | | | Co-authored-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | ||||
* | Refactor SPA-mode to make it more ergonomic | Sven-Hendrik Haase | 2021-10-25 | 1 | -13/+7 |
| | |||||
* | Only clone spa_index when necessary | Billy Bradley | 2021-10-15 | 1 | -1/+4 |
| | |||||
* | Add --spa-index option | Billy Bradley | 2021-10-08 | 1 | -1/+12 |
| | |||||
* | Implement --show-wget-footer argument | jikstra | 2021-09-10 | 1 | -0/+4 |
| | |||||
* | Implement show symlink destination | Dean Li | 2021-08-30 | 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 | ||||
* | Fix some warnings when building without TLS | Sven-Hendrik Haase | 2021-08-29 | 1 | -3/+5 |
| | |||||
* | Switch TLS conditional compilation to feature | Sven-Hendrik Haase | 2021-08-28 | 1 | -30/+5 |
| | |||||
* | Conditionally enable TLS only on supported platforms | Sven-Hendrik Haase | 2021-08-27 | 1 | -0/+36 |
| | |||||
* | Add TLS support via rustls (fixes #18) | Sven-Hendrik Haase | 2021-08-27 | 1 | -0/+181 |