aboutsummaryrefslogtreecommitdiff
path: root/model/settings.go
AgeCommit message (Collapse)Author
2022-10-25Use cookies for session storager
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 notificationsr
2021-04-03Add option for user CSSr
2020-11-14Add notification interval settingr
It replaces the "Auto refresh notifications" checkbox
2020-10-19Add setting for default formatr
2020-09-03Fix issues related to AntiDopamine moder
- Add AntiDopamine mode description - Update fluoride to support AntiDopamine mode
2020-09-03Add the Anti Dopamine featureHyphen
2020-04-25Add option to hide attachmentsr
2020-02-18Add frame based navigationr
2020-01-12Add dark moder
2020-01-08Add fluoride moder
2019-12-31Add option to mask nsfw attachmentsr
2019-12-29Add default settingsr
2019-12-27Add settings pager
2019-12-21Add support for scopesr
- 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 settingsr