aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2021-03-07Get rid of stray printGravatar Boris Muratov-1/+0
Oops.
2021-03-07Test metricity-review-data when user doesn't existGravatar Boris Muratov-2/+5
2021-03-07Added test for metricity-review-dataGravatar Boris Muratov-3/+25
2021-03-07Amend top_channel_activity return typeGravatar Boris Muratov-1/+3
2021-03-07Add route to get a member's data for helper reviewGravatar Boris Muratov-1/+71
Added route for getting a user's join date, total messages, and top 3 channels by activity. This information will be used to auto-review nominees.
2021-03-01Update DockerfileGravatar Joe Banks-5/+6
2021-03-01Update error message for 500 pageGravatar Gustav Odinger-1/+1
Now includes a link to our Discord server and concrete actions for the user, if the problem persists
2021-03-01Capitalise error codes in 404 and 500 pagesGravatar Gustav Odinger-2/+2
Co-authored-by: Leon Sandøy <[email protected]>