summary refs log tree commit diff
path: root/api/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-18changed user.premium_since to also load from the database.Iratu1-1/+1
2022-02-18Forgot the openapi.json change.Iratu1-1/+2
2022-02-18Fix for Premium Since to show the 'Guild Boost' and store it correctly in ↵Iratu2-5/+13
the database
2022-02-18updated readmeMadeline1-19/+2
2022-02-17Added email sanitisation to /users/@me PATCH. Could previously have email as ↵Madeline2-1/+11
any string
2022-02-17Fixed bug in /users/@me PATCH where username must be present in every ↵Madeline1