Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add delete function for authenticated users | Sheogorath | 2018-05-25 | 1 | -0/+24 |
| | | | | | | | Allow users to delete themselbes. This is require to be GDPR compliant. See: https://gdpr-info.eu/art-17-gdpr/ Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Move letter-avatars into own request | Sheogorath | 2018-04-17 | 1 | -0/+7 |
| | | | | | | | | | | To prevent further weakening of our CSP policies, moving the Avatars into a non-inline version is the way to go. This implementation probably needs some beautification. But already fixes the bug. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | refactor(app.js): Extract /me page | BoHong Li | 2017-05-08 | 1 | -0/+36 |