summaryrefslogtreecommitdiff
path: root/model (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use cookies for session storager2022-10-253-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.
* Add an option to hide unsupported notificationsr2021-12-131-22/+24
|
* Add quick replyr2021-09-051-0/+1
|
* Add option for user CSSr2021-04-031-0/+2
|
* Refactor thingsr2020-11-222-20/+0
| | | | | - Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers
* Add notification interval settingr2020-11-141-20/+20
| | | | It replaces the "Auto refresh notifications" checkbox
* Add setting for default formatr2020-10-192-0/+3
|
* 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
|
* Disable scope selection when replying to a direct postr2020-06-181-3/+4
|
* Refactor thingsr2020-05-241-0/+6
|
* Add option to hide attachmentsr2020-04-251-0/+2
|
* Remove session details on signoutr2020-03-041-0/+1
|
* Add frame based navigationr2020-02-181-12/+14
|
* Add status deletionr2020-02-021-0/+1
|
* Use vendored dependenciesr2020-02-011-1/+1
|
* Refactor everythingr2020-01-284-3/+8
|
* Add CSRF protectionr2020-01-261-0/+1
|
* Add dark moder2020-01-122-0/+3
|
* Add fluoride moder2020-01-081-0/+2
|
* Rename package to bloatr2020-01-012-2/+0
|
* Add option to mask nsfw attachmentsr2019-12-311-0/+2
|
* Add default settingsr2019-12-292-0/+10
|
* Add settings pager2019-12-271-0/+1
|
* Add post format selectionr2019-12-261-0/+6
|
* Add support for scopesr2019-12-213-1/+6
| | | | | | | - 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-213-3/+16
|
* Use json format for app and session repor2019-12-212-50/+7
|
* Use a single form for new posts and repliesr2019-12-211-0/+7
|
* Add reply links on thread pager2019-12-181-0/+1
|
* Use filesystem based kv store instead of sqliter2019-12-172-10/+57
|
* Initial commitr2019-12-132-0/+42