summaryrefslogtreecommitdiff
path: root/config (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-09Disable access log by defaultr1-2/+1
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-5/+3
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.
2022-01-02Change config file lookupr1-15/+24
- Look for both local and global config file - Directly generate the global config file with make install
2020-11-22Refactor thingsr1-1/+1
- Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers
2020-04-19Add single instance moder1-10/+13
2020-01-28Update configr1-28/+8
2020-01-01Rename package to bloatr1-1/+2
2019-12-26Add post format selectionr1-1/+28
2019-12-25Update header template and add option for custom cssr1-0/+4