| Commit message (Collapse) | Author | Age | Lines |
|\
| |
| | |
Use voice_mute and voice_ban to determine voice_gate
|
| | |
|
|/
|
|
| |
Previously only voice_ban was used, but now having either of these infractions should mean the user is blocked from reciving the role.
|
|\ |
|
| |
| |
| |
| | |
This was recently added to the bot.
|
|/
|
|
| |
The python news cog relies on the python_news section of the config being filled in via a named alias. Since we were using the DEV_ prefix, this meant it was not being populated, leading to the cog throwing an error on boot.
|
|\ |
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
Prevent page title from overlapping dropdown button.
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
On clients with a small viewport width, the content title of pages
overlap the "Sub-Articles" dropdown button due to having the same
z-index, causing the element last positioned in the HTML to show up on
top.
Fixes #643.
|
| | |
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
Resource Suggestion: #639 solved
|
| |\ \
| |/ /
|/| | |
|
|\ \ \ |
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Add netcup logo to page footer
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / / |
|
|/ / |
|
|\ \
| | |
| | | |
Fix faulty regex filters in migration 59
|
|/ /
| |
| | |
Migration 59 populated the filters table with regex filters, some of which were faulty because the `\b` character wasn't escaped. This is fixed in this PR by making all patterns raw strings.
|
|\ \
| | |
| | | |
offtopicnames active attribute and support for PUT and PATCH request
|
| |\ \
| |/ /
|/| | |
|
|\ \ \ |
|
|/ / /
| | |
| | |
| | | |
Thanks to a recent database maintenance (https://pythondiscord.freshstatus.io/incident/139811) querying out metricity message data is far cheaper. So there is no longer a reason to only fetch blocks if the member has a low message count.
|
|\ \ \ |
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
This was changed due to performance reasons, but after some tweaking in the database, such as increasing work memory and adding an index, this query runs much faster now.
To test this, I want to revert this change, so that we can stop the materialised view from refreshing, to see if the act of refreshing is what's causing this query to seem faster when runing against the database.
|
|\ \ \
| | | |
| | | | |
Bump drf up to 3.12.0
|
|/ / /
| | |
| | |
| | | |
This is to add support for Django 3.1's database-agnositic JSONField.
|
| | | |
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Bump django from 3.1.13 to 3.1.14
|
| |\ \ \
| |/ / /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
Use new approx message count view
|
| |\ \ \ \
| |/ / / /
|/| | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We have added a new view to metricity that will keep track of an approximate message count, updating every 10 seconds.
By doing this, we avoid running a query against the whole message table every time we want to get a user's messages.
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bumps [django](https://github.com/django/django) from 3.1.13 to 3.1.14.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.1.13...3.1.14)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\ \ \ \
| |/ / /
|/| | | |
Bump django from 3.0.14 to 3.1.13
|
| |\ \ \
| |/ / /
|/| | | |
|
|\ \ \ \ |
|
|/ / / / |
|
| | | | |
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bumps [django](https://github.com/django/django) from 3.0.14 to 3.1.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.0.14...3.1.13)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\ \ \
| | | |
| | | | |
Clean Up Static Deployment Docs
|
| | | |
| | | |
| | | | |
Reorganize the static deploy readme, and clarify the content.
|