Age | Commit message (Collapse) | Author |
|
This helps mitigate XSS exploits.
Users will have to save the settings again to make the custom CSS
work.
|
|
|
|
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 scope selection for for new post
- Save new post scope in db
- Copy scope on reply
- Show scope icon on posts
|
|
|
|
|
|
|
|
|