summaryrefslogtreecommitdiff
path: root/bloat.conf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Restrict instance level custom CSS to static directoryr2023-10-151-1/+0
|
* Disable access log by defaultr2023-09-091-3/+0
| | | | | | | | 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.
* Use cookies for session storager2022-10-251-7/+0
| | | | | | | | | 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.
* Fix typor2020-10-191-1/+1
|
* Update config descriptionr2020-08-071-16/+15
|
* Add single instance moder2020-04-191-0/+7
|
* Update default configr2020-02-021-2/+2
|
* Update configr2020-01-281-4/+41
|
* Add command line flag to specify config filer2020-01-011-0/+9