| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use localstorage. Advantages:
- One key=value for the entire site, without needing to specify
`path=/`
- No need for string splitting to parse the `key=value; ...` data
- Suggested more widely in tutorials
Pretty good support: https://caniuse.com/?search=localstorage
- Remove the need for JQuery, use IDs for switch and knob elements.
- This also makes the code more robust if the page has other switch &
knob classes!
|
| | |
|
| |
|
|
|
| |
And use `include_js` flag to the bulma dark theme stylesheet template
tag.
|
| |
|
|
| |
A LOT of colors are still hardcoded in the CSS
|
| | |
|
| |\
| |
| |
| | |
hopefully I dont have to do this again
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
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.
|
| | |/
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | | |
|
| | |
| |
| |
| | |
Closes #677.
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
Many thanks to @Rainb0wCodes for making me aware of the broken links.
Co-authored-by: Rainb0w :3 <[email protected]>
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |\ |
|
| | | |\ |
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
Related to #1044.
Co-authored-by: Xithrius <[email protected]>
|
| | | | |\ |
|
| | | | | |
| | | | |
| | | | | |
Fix a typo in bot.md file. Correct the typo "psotgres" to "postgres".
|
| | | | |/
| | | |
| | | |
| | | | |
Closes #1053
|
| | | |/ |
|
| | |/
| |
| |
| |
| | |
Let's stick to the standard scheme - otherwise we might as well just
have a single models file.
|