Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-25 | Use cookies for session storage | r | |
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. | |||
2020-03-04 | Remove session details on signout | r | |
2020-02-02 | Add status deletion | r | |
2020-01-28 | Refactor everything | r | |
2020-01-26 | Add CSRF protection | r | |
2019-12-21 | Add support for scopes | r | |
- Add scope selection for for new post - Save new post scope in db - Copy scope on reply - Show scope icon on posts | |||
2019-12-21 | Use a custom client for settings | r | |
2019-12-21 | Use json format for app and session repo | r | |
2019-12-17 | Use filesystem based kv store instead of sqlite | r | |
2019-12-13 | Initial commit | r | |