summaryrefslogtreecommitdiff
path: root/bloat.conf (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-15Restrict instance level custom CSS to static directoryr1-1/+0
2023-09-09Disable access log by defaultr1-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.
2022-10-25Use cookies for session storager1-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.
2020-10-19Fix typor1-1/+1
2020-08-07Update config descriptionr1-16/+15
2020-04-19Add single instance moder1-0/+7
2020-02-02Update default configr1-2/+2
2020-01-28Update configr1-4/+41
2020-01-01Add command line flag to specify config filer1-0/+0
2019-12-26Add post format selectionr1-0/+1
2019-12-25Update header template and add option for custom cssr1-0/+1
2019-12-18Change default database directoryr1-1/+1