aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps (follow)
Commit message (Collapse)AuthorAgeLines
...
| * Appeased the linterGravatar Xithrius2024-02-01-1/+1
| |
| * Merge branch 'main' into docs/dark-themeGravatar hedy2024-01-28-45/+54
| |\
| | * Dark: Use alternate images for homepage, resources, eventsGravatar hedy2024-01-28-0/+10
| | | | | | | | | | | | | | | | | | Thanks to lemon for editting all the images. Co-authored-by: Leon Sandøy <[email protected]>
| | * Dark: Use our own panda3d logo with light backgroundGravatar hedy2024-01-18-1/+1
| | |
| | * Dark: For content pages using transparent images...Gravatar hedy2024-01-17-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...which are unreadable in dark mode, use `has-dark-mode-background` class. ![](/img.png){: class="has-dark-mode-background" } Like this. And it will be given a nice light gray background and a subtle padding & border.
| | * Dark: Use kivy logo with light background in resourcesGravatar hedy2024-01-16-3/+1
| | |
| | * Dark: Use adafruit logo with light background in resourcesGravatar hedy2024-01-16-1/+1
| | |
| | * Dark: Fix the filter box on resources pageGravatar hedy2024-01-16-31/+31
| | |
| | * Merge branch 'main' into gdwr-dark-themeGravatar ~hedy2024-01-13-17/+39
| | |\
| | * \ Fix all conflictsGravatar hedy2023-12-14-2881/+7487
| | |\ \ | | | | | | | | | | | | | | | hopefully I dont have to do this again
| | * | | Use colour helpersGravatar GDWR2022-02-08-4/+4
| | | | |
| * | | | Add section about dark mode in guide for contributing a pageGravatar hedy2024-01-28-0/+24
| | |_|/ | |/| |
| * | | Use icon_image instead of title_image and set icon_size to 50.Gravatar devdanzin2024-01-03-1/+2
| | | |
| * | | Add a Goodreads link and 'paid' tag.Gravatar devdanzin2023-12-23-0/+4
| | | |
| * | | Fix trailing whitespace.Gravatar devdanzin2023-12-23-1/+1
| | | |
| * | | Add 'Software Design by Example' to resources.Gravatar devdanzin2023-12-22-0/+21
| | | |
| * | | Merge pull request #1186 from python-discord/nplusone-infractions-expandedGravatar jchristgit2023-12-15-8/+7
| |\ \ \ | | | | | | | | | | Prefetch user and actor in expanded infraction view
| | * | | Prefetch user and actor in expanded infraction viewGravatar Johannes Christ2023-12-15-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Prevent N+1 reported by Sentry: https://python-discord.sentry.io/issues/4721126467/?project=2714379&query=is%3Aunresolved&referrer=issue-stream&statsPeriod=90d&stream_index=3
| * | | | Merge pull request #1188 from python-discord/slightly-optimize-tag-updatesGravatar jchristgit2023-12-15-2/+2
| |\ \ \ \ | | | | | | | | | | | | Prevent loading related object when updating tags
| | * | | | Prevent loading related object when updating tagsGravatar Johannes Christ2023-12-15-2/+2
| | |/ / / | | | | | | | | | | | | | | | | | | | | We can simply save by the ID here, we do not need any other data from the related object.
| * / / / Preload nomination entries in nomination viewsetGravatar Johannes Christ2023-12-15-1/+1
| |/ / / | | | | | | | | | | | | See https://python-discord.sentry.io/issues/4721508176/?project=2714379&query=is%3Aunresolved&referrer=issue-stream&statsPeriod=90d&stream_index=1
| * | / insert deleted messages as a BatchGravatar shtlrs2023-12-15-6/+3
| | |/ | |/| | | | | | | Sentry is sending an N+1 query alert because of the way we were inserting messages (one by one)
* / | Migrate mailing lists to their own API endpointsGravatar Johannes Christ2023-12-17-9/+362
|/ / | | | | | | | | | | Add a new model for the bot to store its mailing list state in, as opposed to the current JSON blob in the BotSetting table. Migrate the existing settings from the BotSetting table into the new model.
* | Simplify is_bot_pr_approval logicGravatar Chris Lovering2023-12-12-4/+1
| |
* | Convert to lower case before checking equalityGravatar Chris Lovering2023-12-12-8/+8
| |
* | Log a warning when being ratelimtted by GithubGravatar Chris Lovering2023-12-11-0/+25
| |
* | Unify frozen fields logic into serializer mixin (#1169)Gravatar jchristgit2023-12-11-14/+40
| | | | | | | | Additionally, implement frozen fields on the offensive message serializer.
* | Implement editing of offensive message records (#1165)Gravatar jchristgit2023-12-11-22/+59
| | | | | | | | | | | | | | Allow changing the deletion date of offensive message records in case the bot encounters an error during deletion attempts. Fixes #364. Unblocks python-discord/bot#1013.
* | Mention READMEs for app dirs in contributing guide (#1168)Gravatar jchristgit2023-12-11-0/+5
| | | | | | | | | | | | Allow people to figure out our repository structure easily after settnig up the project. Part of #673.
* | Implement the github-filter worker in the APIGravatar Johannes Christ2023-12-11-1/+161
| | | | | | | | | | | | | | | | | | | | | | | | The current github-filter worker, found at https://github.com/python-discord/workers/blob/main/github-filter/src/index.ts, fails to work at present because Discord's webhook endpoints block Cloudflare's IP ranges from accessing this endpoint. Whilst they use Cloudflare to guard themselves, it seems they do not wish others to use it. Implement it on the site to circumvent IP restrictions and allow to modify the code in Python.
* | Add alias "hire" for rule 9Gravatar ~hedy2023-12-08-1/+1
| | | | | | ref: https://discord.com/channels/267624335836053506/429409067623251969/1182407804787626047
* | Fix typo in psql quit commandGravatar Johannes Christ2023-12-04-1/+1
| |
* | Update required Python versionGravatar Johannes Christ2023-12-04-1/+1
| | | | | | | | | | Include a note to update the contributor guide in the Dockerfile instruction pinning the Python version as well.
* | Merge branch 'main' into remove-the-redirect-filter-listGravatar Xithrius2023-10-01-70/+8
|\ \
| * | Merge pull request #1104 from python-discord/no-more-previews-for-redirectsGravatar jchristgit2023-09-20-70/+8
| | | | | | | | | | | | | | | Links have been removed as part of #681. Closes #680.
* | | Remove the redirect FilterList on migrationGravatar Chris Lovering2023-09-19-0/+16
|/ / | | | | | | | | | | | | | | This redirect filter list does not have any filters, nor does it have a bot implementation. It is something that we were working on, but has been stalled for a while. The presence of this filter list also causes the bot to warn on startup due to it finding a filter list with no implementation. This commit removes the FilterList, which can be added back if/when we support this filter type in bot.
* | Link guide to contributing a page in site guide (#1105)Gravatar jchristgit2023-09-18-1/+1
| |
* | Document Netlify static previewsGravatar Johannes Christ2023-08-31-0/+8
| | | | | | | | Closes #677.
* | Add "pay" alias for rule tagGravatar Anonymous2023-08-11-1/+1
| |
* | Merge branch 'main' into move-commit-model-to-proper-moduleGravatar wookie1842023-08-09-9/+27
|\ \
| * \ Merge branch 'main' into clean-pragmaGravatar Xithrius2023-08-04-6/+26
| |\ \
| | * | Capitalize Python outside of tags (#1046)Gravatar jchristgit2023-08-02-2/+2
| | | | | | | | | | | | | | | | | | | | Related to #1044. Co-authored-by: Xithrius <[email protected]>
| | * | Merge branch 'main' into soft-fail-on-403-in-tagsGravatar Xithrius2023-08-01-1/+1
| | |\ \
| | | * | Fix a typo in bot.md (#1058)Gravatar NipaDev2023-07-31-1/+1
| | | | | | | | | | | | | | | Fix a typo in bot.md file. Correct the typo "psotgres" to "postgres".
| | * | | Soft fail for upstream error on fetching tag commitsGravatar Johannes Christ2023-07-27-3/+23
| | |/ / | | | | | | | | | | | | Closes #1053
| * / / Clean up pragma intended for Python 3.10 removalGravatar Johannes Christ2023-07-27-3/+1
| |/ /
* / / Move commit model into its own fileGravatar Johannes Christ2023-07-27-37/+41
|/ / | | | | | | | | Let's stick to the standard scheme - otherwise we might as well just have a single models file.
* | Pleasure the style dictatorGravatar Johannes Christ2023-07-24-3/+3
| |
* | Fix duplicated links in resources (#1034)Gravatar jchristgit2023-07-15-12/+28
| | | | | | | | | | | | | | | | | | * Add test for duplicate links * Remove duplicated links Closes #1022. Closes #1023. Closes #1024.
* | Fix broken image links for kivy (#1032)Gravatar jchristgit2023-07-15-2/+2
| | | | | | Closes #1020.