summaryrefslogtreecommitdiff
path: root/model/settings.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use cookies for session storager2022-10-251-33/+0
| | | | | | | | | 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.
* Add an option to hide unsupported notificationsr2021-12-131-22/+24
|
* Add option for user CSSr2021-04-031-0/+2
|
* Add notification interval settingr2020-11-141-20/+20
| | | | It replaces the "Auto refresh notifications" checkbox
* Add setting for default formatr2020-10-191-0/+2
|
* Fix issues related to AntiDopamine moder2020-09-031-1/+1
| | | | | - Add AntiDopamine mode description - Update fluoride to support AntiDopamine mode
* Add the Anti Dopamine featureHyphen2020-09-031-0/+2
|
* Add option to hide attachmentsr2020-04-251-0/+2
|
* Add frame based navigationr2020-02-181-12/+14
|
* Add dark moder2020-01-121-0/+2
|
* Add fluoride moder2020-01-081-0/+2
|
* Add option to mask nsfw attachmentsr2019-12-311-0/+2
|
* Add default settingsr2019-12-291-0/+9
|
* Add settings pager2019-12-271-0/+1
|
* Add support for scopesr2019-12-211-0/+1
| | | | | | | - Add scope selection for for new post - Save new post scope in db - Copy scope on reply - Show scope icon on posts
* Use a custom client for settingsr2019-12-211-0/+4