Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-07 | Remove unused session ID field | r | |
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. | |||
2021-12-13 | Add an option to hide unsupported notifications | r | |
2021-09-05 | Add quick reply | r | |
2021-04-03 | Add option for user CSS | r | |
2020-11-22 | Refactor things | r | |
- Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers | |||
2020-11-14 | Add notification interval setting | r | |
It replaces the "Auto refresh notifications" checkbox | |||
2020-10-19 | Add setting for default format | r | |
2020-09-03 | Fix issues related to AntiDopamine mode | r | |
- Add AntiDopamine mode description - Update fluoride to support AntiDopamine mode | |||
2020-09-03 | Add the Anti Dopamine feature | Hyphen | |
2020-06-18 | Disable scope selection when replying to a direct post | r | |
2020-05-24 | Refactor things | r | |
2020-04-25 | Add option to hide attachments | r | |
2020-03-04 | Remove session details on signout | r | |
2020-02-18 | Add frame based navigation | r | |
2020-02-02 | Add status deletion | r | |
2020-02-01 | Use vendored dependencies | r | |
2020-01-28 | Refactor everything | r | |
2020-01-26 | Add CSRF protection | r | |
2020-01-12 | Add dark mode | r | |
2020-01-08 | Add fluoride mode | r | |
2020-01-01 | Rename package to bloat | r | |
2019-12-31 | Add option to mask nsfw attachments | r | |
2019-12-29 | Add default settings | r | |
2019-12-27 | Add settings page | r | |
2019-12-26 | Add post format selection | r | |
2019-12-21 | Add support for scopes | r | |
- Add scope selection for for new post - Save new post scope in db - Copy scope on reply - Show scope icon on posts | |||
2019-12-21 | Use a custom client for settings | r | |
2019-12-21 | Use json format for app and session repo | r | |
2019-12-21 | Use a single form for new posts and replies | r | |
2019-12-18 | Add reply links on thread page | r | |
2019-12-17 | Use filesystem based kv store instead of sqlite | r | |
2019-12-13 | Initial commit | r | |