Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2021-03-23 | Centers Sponsor Title | -0/+2 | ||
2021-03-23 | Centers Sponsor Logos | -1/+5 | ||
Center justifies sponsor logos on the home page to make wrapping look cleaner. | ||||
2021-03-23 | Adds Streamyard Banner To Homepage | -0/+3 | ||
2021-03-16 | Add more records to test the endpoint with | -0/+91 | ||
2021-03-14 | Update deploy.yaml | -0/+1 | ||
2021-03-13 | Dockerfile optimisations | -10/+5 | ||
Copies dependencies before code for caching and removes git dependency. | ||||
2021-03-13 | master => main | -17/+17 | ||
2021-03-12 | Add case in query for voice chat activity | -0/+1 | ||
2021-03-12 | Split test_no_metricity_user to two tests by endpoints | -4/+12 | ||
2021-03-12 | Document endpoint in viewset docstring | -0/+16 | ||
2021-03-11 | Ignore deleted messaages in message counts | -1/+1 | ||
Co-authored-by: Joe Banks <[email protected]> | ||||
2021-03-07 | Get rid of stray print | -1/+0 | ||
Oops. | ||||
2021-03-07 | Test metricity-review-data when user doesn't exist | -2/+5 | ||
2021-03-07 | Added test for metricity-review-data | -3/+25 | ||
2021-03-07 | Amend top_channel_activity return type | -1/+3 | ||
2021-03-07 | Add route to get a member's data for helper review | -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-06 | Fix grammar of unknown actor error and change tests | -2/+2 | ||
2021-03-06 | Fix grammar of nomination viewset command about single entry for user | -1/+1 | ||
2021-03-06 | Change as -> to in nomination viewset docs | -1/+1 | ||
2021-03-06 | Fix grammar of nomination models | -5/+5 | ||
2021-03-05 | Fix grammar of error messages and change tests to match with changes | -8/+8 | ||
2021-03-05 | Use double quotes instead apostrophe because string contain "don't" | -1/+1 | ||
2021-03-05 | Replace double quotes with single quotes | -1/+1 | ||
Co-authored-by: Joe Banks <[email protected]> | ||||
2021-03-05 | Fix grammar of nomination endpoints documentation | -5/+5 | ||
Co-authored-by: Leon Sandøy <[email protected]> Co-authored-by: Joe Banks <[email protected]> | ||||
2021-03-01 | Update Dockerfile | -5/+6 | ||
2021-03-01 | Update error message for 500 page | -1/+1 | ||
Now includes a link to our Discord server and concrete actions for the user, if the problem persists | ||||
2021-03-01 | Capitalise error codes in 404 and 500 pages | -2/+2 | ||
Co-authored-by: Leon Sandøy <[email protected]> |