Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2022-01-02 | Change config file lookup | r | |
- Look for both local and global config file - Directly generate the global config file with make install | |||
2020-11-22 | Refactor things | r | |
- Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers | |||
2020-04-19 | Add single instance mode | r | |
2020-01-28 | Update config | r | |
2020-01-01 | Rename package to bloat | r | |
2019-12-26 | Add post format selection | r | |
2019-12-25 | Update header template and add option for custom css | r | |
2019-12-13 | Initial commit | r | |