Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-15 | Restrict instance level custom CSS to static directory | r | |
2023-09-09 | Disable access log by default | r | |
Access logs aren't really useful during normal operation. Add a new flag -v to enable the verbose logging mode, which is still useful during the development. Also remove the log_file config because it's no longer useful. | |||
2022-10-25 | Use cookies for session storage | r | |
Remove the server side session storage and store all the session related data in the client side cookies. This decreases the exposure of the auth tokens. It also simplifies the installation process as bloat no longer requires write access to the filesystem. This is a breaking change, all the existing sessions will stop working. | |||
2020-10-19 | Fix typo | r | |
2020-08-07 | Update config description | r | |
2020-04-19 | Add single instance mode | r | |
2020-02-02 | Update default config | r | |
2020-01-28 | Update config | r | |
2020-01-01 | Add command line flag to specify config file | r | |