aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2021-04-21Relock Pipfile (#480)Gravatar Joe Banks-184/+252
2021-04-20Update index.htmlGravatar DawnOfMidnight-1/+1
2021-04-05Migrate GHCR_TOKEN -> GITHUB_TOKEN in Docker build actionGravatar ks129-2/+2
GITHUB_TOKEN has now enough permissions to be used for pushing to GHCR, so we don't need PAT anymore. Also, use `repository_owner` instead of the secret of username.
2021-04-01Update policy documentsGravatar Matteo Bertucci-123/+8
2021-03-26Update tests to use trailing slashes on valid urlsGravatar Numerlor-2/+2
2021-03-26Ensure the base url ends with a slashGravatar Numerlor-8/+20
URLs without a trailing slash won't get properly joined by the bot Adds compatibility with python-discord/bot@bc25bfdf42cdaaba924a7ad6de1dc06a9b381285's changes The styling of how the regex decorator is constructed was changed to be consisted with the function validator
2021-03-25Add nickname for lemon.Gravatar Leon Sandøy-1/+1
Co-authored-by: Gustav Odinger <[email protected]>
2021-03-25Timeline: SeasonalBot -> Sir LancebotGravatar Leon Sandøy-2/+2
2021-03-25Use real names in the timelineGravatar Leon Sandøy-11/+10
Using nicknames like Ves Zappa and Lemon doesn't always feel appropriate, so I've replaced some of those references with real names.
2021-03-24Update the timeline.Gravatar Leon Sandøy-390/+564
Adds recent events, and also cleans up the HTML a bit.
2021-03-24Remove the 100K user banner.Gravatar Leon Sandøy-7/+5
2021-03-23Removes Gunicorn Import In Debug modeGravatar Hassan Abouelela-1/+3
Moves the gunicorn import below the start server command for debug mode to ensure it isn't imported if it isn't used. This solves issues with manage.py being unable to start on windows.
2021-03-23Reduces The Width Of The Sponsors TabGravatar Hassan Abouelela-0/+2
Reduces the width of the sponsor tab to reduce the chance of one logo ending up on a new line by itself.
2021-03-23Centers Sponsor TitleGravatar Hassan Abouelela-0/+2
2021-03-23Centers Sponsor LogosGravatar Hassan Abouelela-1/+5
Center justifies sponsor logos on the home page to make wrapping look cleaner.
2021-03-23Adds Streamyard Banner To HomepageGravatar Hassan Abouelela-0/+3
2021-03-19Bump urllib3 from 1.26.2 to 1.26.3Gravatar dependabot[bot]-155/+127
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.2...1.26.3) Signed-off-by: dependabot[bot] <[email protected]>
2021-03-16Add more records to test the endpoint withGravatar Boris Muratov-0/+91
2021-03-14Update deploy.yamlGravatar Joe Banks-0/+1
2021-03-13Dockerfile optimisationsGravatar Joe Banks-10/+5
Copies dependencies before code for caching and removes git dependency.
2021-03-13master => mainGravatar Joe Banks-17/+17
2021-03-12Add case in query for voice chat activityGravatar Boris Muratov-0/+1
2021-03-12Split test_no_metricity_user to two tests by endpointsGravatar Boris Muratov-4/+12
2021-03-12Document endpoint in viewset docstringGravatar Boris Muratov-0/+16
2021-03-11Ignore deleted messaages in message countsGravatar Boris Muratov-1/+1
Co-authored-by: Joe Banks <[email protected]>
2021-03-07Update doc in pydis_site/apps/api/pagination.pyGravatar Kunal Sharma-0/+1
Co-authored-by: Mark <[email protected]>
2021-03-07Update pydis_site/apps/api/pagination.pyGravatar Kunal Sharma-1/+0
Co-authored-by: Mark <[email protected]>
2021-03-07Update doc in pydis_site/apps/api/viewsets/bot/infraction.pyGravatar Kunal Sharma-2/+2
Co-authored-by: Mark <[email protected]>
2021-03-07Update doc in pydis_site/apps/api/viewsets/bot/infraction.pyGravatar Kunal Sharma-2/+1
Co-authored-by: Mark <[email protected]>
2021-03-07Update doc in pydis_site/apps/api/pagination.pyGravatar Kunal Sharma-1/+1
Co-authored-by: Mark <[email protected]>
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-06Fix grammar of unknown actor error and change testsGravatar ks129-2/+2
2021-03-06Fix grammar of nomination viewset command about single entry for userGravatar ks129-1/+1
2021-03-06Change as -> to in nomination viewset docsGravatar ks129-1/+1
2021-03-06Fix grammar of nomination modelsGravatar ks129-5/+5
2021-03-05Fix grammar of error messages and change tests to match with changesGravatar ks129-8/+8
2021-03-05Use double quotes instead apostrophe because string contain "don't"Gravatar ks129-1/+1
2021-03-05Replace double quotes with single quotesGravatar ks129-1/+1
Co-authored-by: Joe Banks <[email protected]>
2021-03-05Fix grammar of nomination endpoints documentationGravatar ks129-5/+5
Co-authored-by: Leon Sandøy <[email protected]> Co-authored-by: Joe Banks <[email protected]>
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]>