summaryrefslogtreecommitdiff
path: root/model (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-15Use CSP header to restrict resource loadingr1-0/+2
This helps mitigate XSS exploits. Users will have to save the settings again to make the custom CSS work.
2023-10-07Remove unused session ID fieldr1-1/+0
2022-10-25Use cookies for session storager3-74/+40
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-13Add an option to hide unsupported notificationsr1-22/+24
2021-09-05Add quick replyr1-0/+1
2021-04-03Add option for user CSSr1-0/+2
2020-11-22Refactor thingsr2-20/+0
- Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers
2020-11-14Add notification interval settingr1-20/+20
It replaces the "Auto refresh notifications" checkbox
2020-10-19Add setting for default formatr2-0/+3
2020-09-03Fix issues related to AntiDopamine moder1-1/+1
- Add AntiDopamine mode description - Update fluoride to support AntiDopamine mode
2020-09-03Add the Anti Dopamine featureHyphen1-0/+2
2020-06-18Disable scope selection when replying to a direct postr1-3/+4
2020-05-24Refactor thingsr1-0/+6
2020-04-25Add option to hide attachmentsr1-0/+2
2020-03-04Remove session details on signoutr1-0/+1
2020-02-18Add frame based navigationr1-12/+14
2020-02-02Add status deletionr1-0/+1
2020-02-01Use vendored dependenciesr1-1/+1
2020-01-28Refactor everythingr4-3/+8
2020-01-26Add CSRF protectionr1-0/+1
2020-01-12Add dark moder2-0/+3
2020-01-08Add fluoride moder1-0/+2
2020-01-01Rename package to bloatr2-2/+0
2019-12-31Add option to mask nsfw attachmentsr1-0/+2
2019-12-29Add default settingsr2-0/+10
2019-12-27Add settings pager1-0/+1
2019-12-26Add post format selectionr1-0/+6
2019-12-21Add support for scopesr3-1/+6
- Add scope selection for for new post - Save new post scope in db - Copy scope on reply - Show scope icon on posts
2019-12-21Use a custom client for settingsr3-3/+16
2019-12-21Use json format for app and session repor2-50/+7
2019-12-21Use a single form for new posts and repliesr1-0/+7
2019-12-18Add reply links on thread pager1-0/+1
2019-12-17Use filesystem based kv store instead of sqliter2-10/+57