summaryrefslogtreecommitdiff
path: root/model/session.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use CSP header to restrict resource loadingr2023-10-151-0/+2
| | | | | | This helps mitigate XSS exploits. Users will have to save the settings again to make the custom CSS work.
* Remove unused session ID fieldr2023-10-071-1/+0
|
* Use cookies for session storager2022-10-251-20/+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.
* Remove session details on signoutr2020-03-041-0/+1
|
* Add status deletionr2020-02-021-0/+1
|
* Refactor everythingr2020-01-281-1/+1
|
* Add CSRF protectionr2020-01-261-0/+1
|
* Add support for scopesr2019-12-211-1/+0
| | | | | | | - 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-3/+4
|
* Use json format for app and session repor2019-12-211-27/+3
|
* Use filesystem based kv store instead of sqliter2019-12-171-4/+30
|
* Initial commitr2019-12-131-0/+23