aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site (follow)
Commit message (Collapse)AuthorAgeLines
...
| * | | | Merge branch 'main' into joe/redirect-app-301Gravatar ChrisJL2021-05-14-2/+4
| |\ \ \ \
| | * | | | Modify env vars list for Lancebot and PythonGravatar dawnofmidnight2021-05-14-2/+4
| | | |_|/ | | |/| |
| * | | | Add good question guide redirectGravatar Joe Banks2021-05-14-0/+6
| | | | |
| * | | | Update redirect tests to use 301Gravatar Joe Banks2021-05-14-1/+1
| | | | |
| * | | | Enable permanent redirects for redirect appGravatar Joe Banks2021-05-14-3/+1
| |/ / / | | | | | | | | After monitoring traffic ingressing and confirming redirects are working as expected, I'm happy to switch redirects from the redirect app to using 301 permanent redirect.
* | | | Explicitly state which config file should be used for use_fakeredisGravatar Joe Banks2021-05-14-1/+1
| | | |
* | | | Revert "fix: USE_FAKEREDIS is uppercase"Gravatar Joe Banks2021-05-14-1/+1
|/ / /
* | | fix: USE_FAKEREDIS is uppercaseGravatar vcokltfre2021-05-14-1/+1
| | |
* | | Enable smooth scrolling on the website.Gravatar kosayoda2021-05-14-0/+8
| | | | | | | | | | | | | | | This makes it less jarring when scrolling to a heading since many content pages include a Table of Contents.
* | | Add redirect to notion privacy location.Gravatar kosayoda2021-05-14-0/+5
| | | | | | | | | | | | | | | Since this is a backwards compatibility redirect, the page should redirect the user rather than rely on the cloudflare worker.
* | | Fix misleading coverage report.Gravatar kosayoda2021-05-14-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to an optimization in CPython that is amended in 3.10, coverage.py is sometimes unable to determine the coverage of continue statements in branches. See: https://github.com/nedbat/coveragepy/issues/198 Adding a no-op like a print or an empty statement would solve the coverage issue, but I've opted to just ignore the line. This should be tested and the line removed when the site is updated to Python 3.10.
* | | Merge branch 'main' into dewikificationGravatar kosayoda2021-05-14-0/+14
|\ \ \
| * | | Fix default margin on error pagesGravatar Bast2021-05-13-0/+1
| | | | | | | | | | | | This removes the scrollbar from them
| * | | Add timeline to navbar (#476)Gravatar Joe Banks2021-05-09-0/+3
| |\ \ \ | | | | | | | | | | This commit adds the timeline to the navbar for easy access from anywhere on the website
| | * | | Add timeline to navbarGravatar DawnOfMidnight2021-04-09-0/+3
| | | | | | | | | | | | | | | | | | | | This commit adds the timeline to the navbar for easy access from anywhere on the website
| * | | | Merge branch 'main' into limit-infraction-resultGravatar Matteo Bertucci2021-04-24-488/+1321
| |\ \ \ \
| | * | | | Update index.htmlGravatar DawnOfMidnight2021-04-20-1/+1
| | | | | |
| | * | | | Merge branch 'main' into doc-validatorGravatar Mark2021-04-19-401/+688
| | |\| | |
| | | * | | Add nickname for lemon.Gravatar Leon Sandøy2021-03-25-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: Gustav Odinger <[email protected]>
| | | * | | Timeline: SeasonalBot -> Sir LancebotGravatar Leon Sandøy2021-03-25-2/+2
| | | | | |
| | | * | | Use real names in the timelineGravatar Leon Sandøy2021-03-25-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.
| | | * | | Update the timeline.Gravatar Leon Sandøy2021-03-24-390/+564
| | | | | | | | | | | | | | | | | | | | | | | | Adds recent events, and also cleans up the HTML a bit.
| | | * | | Remove the 100K user banner.Gravatar Leon Sandøy2021-03-24-7/+5
| | | | | |
| | | * | | Reduces The Width Of The Sponsors TabGravatar Hassan Abouelela2021-03-23-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Reduces the width of the sponsor tab to reduce the chance of one logo ending up on a new line by itself.
| | | * | | Centers Sponsor TitleGravatar Hassan Abouelela2021-03-23-0/+2
| | | | | |
| | | * | | Centers Sponsor LogosGravatar Hassan Abouelela2021-03-23-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Center justifies sponsor logos on the home page to make wrapping look cleaner.
| | | * | | Adds Streamyard Banner To HomepageGravatar Hassan Abouelela2021-03-23-0/+3
| | | | | |
| | | * | | Merge branch 'main' into mbaruh/channel-activityGravatar Boris Muratov2021-03-16-2/+2
| | | |\ \ \
| | | * | | | Add case in query for voice chat activityGravatar Boris Muratov2021-03-12-0/+1
| | | | | | |
| | | * | | | Split test_no_metricity_user to two tests by endpointsGravatar Boris Muratov2021-03-12-4/+12
| | | | | | |
| | | * | | | Document endpoint in viewset docstringGravatar Boris Muratov2021-03-12-0/+16
| | | | | | |
| | | * | | | Merge branch 'master' into mbaruh/channel-activityGravatar Boris Muratov2021-03-11-76/+435
| | | |\ \ \ \
| | | * | | | | Ignore deleted messaages in message countsGravatar Boris Muratov2021-03-11-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joe Banks <[email protected]>
| | | * | | | | Get rid of stray printGravatar Boris Muratov2021-03-07-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Oops.
| | | * | | | | Test metricity-review-data when user doesn't existGravatar Boris Muratov2021-03-07-2/+5
| | | | | | | |
| | | * | | | | Added test for metricity-review-dataGravatar Boris Muratov2021-03-07-3/+25
| | | | | | | |
| | | * | | | | Amend top_channel_activity return typeGravatar Boris Muratov2021-03-07-1/+3
| | | | | | | |
| | | * | | | | Add route to get a member's data for helper reviewGravatar Boris Muratov2021-03-07-0/+54
| | | | |_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | | Update tests to use trailing slashes on valid urlsGravatar Numerlor2021-03-26-2/+2
| | | | | | |
| | * | | | | Ensure the base url ends with a slashGravatar Numerlor2021-03-26-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
| | * | | | | Merge branch 'main' into doc-validatorGravatar Numerlor2021-03-15-824/+7525
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | master => mainGravatar Joe Banks2021-03-13-2/+2
| | | | |/ / | | | |/| |
| | | * | | Merge branch 'master' into ks123/nomination/splitGravatar Boris Muratov2021-03-08-1/+138
| | | |\| |
| | | | * | Update error message for 500 pageGravatar Gustav Odinger2021-03-01-1/+1
| | | | | | | | | | | | | | | | | | Now includes a link to our Discord server and concrete actions for the user, if the problem persists
| | | | * | Capitalise error codes in 404 and 500 pagesGravatar Gustav Odinger2021-03-01-2/+2
| | | | | | | | | | | | | | | | | | Co-authored-by: Leon Sandøy <[email protected]>
| | | | * | Add 500 pageGravatar Gustav Odinger2021-03-01-0/+29
| | | | | |
| | | | * | Add error page stylingGravatar Gustav Odinger2021-03-01-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | This css sheet applies to the 404 and 500 pages
| | | | * | Add 404 pageGravatar Gustav Odinger2021-03-01-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not include the styling required for the page to display properly
| | | | * | Add powered by linode to the footerGravatar Matteo Bertucci2021-02-23-1/+9
| | | | | |
| | | * | | Fix grammar of unknown actor error and change testsGravatar ks1292021-03-06-2/+2
| | | | | |