| Commit message (Collapse) | Author | Age | Lines |
... | |
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | |_|/
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* removing padding-right from discord button in nav
* fixing dropdown menu on contributing page for sub-articles
* Revert "fixing dropdown menu on contributing page for sub-articles"
This reverts commit 2d158ddbb8f1d27dd7d8b0b9282554365cf042e3.
* fixing dropdown menu on contributing page for sub-articles
* Revert "removing padding-right from discord button in nav"
This reverts commit e6642932611de307f5386928be0a1dd7e94cd134.
* lint fix
* fixing dropdown menu for mobile screen
* Update pydis_site/static/css/content/page.css
Co-authored-by: wookie184 <[email protected]>
---------
Co-authored-by: wookie184 <[email protected]>
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | | |
Prefetch user and actor in expanded infraction view
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| |\ \ \ \
| | | | | |
| | | | | | |
Prevent loading related object when updating tags
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | | |
We can simply save by the ID here, we do not need any other data from
the related object.
|
| |/ / /
| | | |
| | | |
| | | | |
See https://python-discord.sentry.io/issues/4721508176/?project=2714379&query=is%3Aunresolved&referrer=issue-stream&statsPeriod=90d&stream_index=1
|
| | |/
| |/|
| | |
| | | |
Sentry is sending an N+1 query alert because of the way we were inserting messages (one by one)
|
|/ /
| |
| |
| |
| |
| | |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Additionally, implement frozen fields on the offensive message
serializer.
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
Allow people to figure out our repository structure easily after settnig
up the project.
Part of #673.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| | |
ref: https://discord.com/channels/267624335836053506/429409067623251969/1182407804787626047
|
| |
| |
| |
| |
| |
| | |
The original URL this was hosted at is no longer available. Incorporate
the netcup icon as found on
https://www.netcup.de/ueber-netcup/werbemittel/index.php.
|
| |
| |
| |
| | |
Only load the footer sponsor images when they start coming into view to
save on data.
|
| | |
|
| |
| |
| |
| |
| | |
Include a note to update the contributor guide in the Dockerfile
instruction pinning the Python version as well.
|
| | |
|
| | |
|
|\ \ |
|
| |\ \ |
|
| | | | |
|
| |/ /
|/| |
| | |
| | | |
discord button on top right
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | | |
Links have been removed as part of #681.
Closes #680.
|