summaryrefslogtreecommitdiff
path: root/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable access log by defaultr2023-09-091-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.
* Use cookies for session storager2022-10-251-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.
* Change config file lookupr2022-01-021-15/+24
| | | | | - Look for both local and global config file - Directly generate the global config file with make install
* Refactor thingsr2020-11-221-1/+1
| | | | | - Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers
* Add single instance moder2020-04-191-10/+13
|
* Update configr2020-01-281-28/+8
|
* Rename package to bloatr2020-01-011-1/+2
|
* Add post format selectionr2019-12-261-1/+28
|
* Update header template and add option for custom cssr2019-12-251-0/+4
|
* Initial commitr2019-12-131-0/+113