| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
fix sir lancebot pg env var name
|
| |
|
|
|
| |
"may break laws, breach terms of services, or are malicious or inappropriate." -> "may violate terms of service, or that may be deemed inappropriate, malicious, or illegal."
|
| |
|
|\
| |
| | |
Bump httpx from 0.23.3 to 0.24.0
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [httpx](https://github.com/encode/httpx) from 0.23.3 to 0.24.0.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/httpx/compare/0.23.3...0.24.0)
---
updated-dependencies:
- dependency-name: httpx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\
| |
| | |
Bump django-distill from 3.1.2 to 3.1.3
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [django-distill](https://github.com/meeb/django-distill) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/meeb/django-distill/releases)
- [Commits](https://github.com/meeb/django-distill/compare/v3.1.2...v3.1.3)
---
updated-dependencies:
- dependency-name: django-distill
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v2.0.0...v2.1.0)
---
updated-dependencies:
- dependency-name: coverallsapp/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|\
| |
| |
| |
| | |
python-discord/dependabot/pip/pymdown-extensions-9.11
Bump pymdown-extensions from 9.10 to 9.11
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.10 to 9.11.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.10...9.11)
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\
| |
| | |
Bump coverage from 7.2.2 to 7.2.3
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.2 to 7.2.3.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.2.2...7.2.3)
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\
| |
| | |
Update contribution guide with the new configuration scheme
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
Fix contents and descriptions being too long for their field type
|
|/ / |
|
|\ \
| | |
| | | |
New Filtering System
|
| | |
| | |
| | |
| | | |
This makes sure that the value in the DB is always a valid JSON, ensuring the unique constraint will work properly.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Co-authored-by: Johannes Christ <[email protected]>
|
| | |
| | |
| | |
| | | |
Co-authored-by: Amrou <[email protected]>
|
| | |
| | |
| | |
| | | |
Co-authored-by: Amrou <[email protected]>
|
| | |
| | |
| | |
| | | |
Co-authored-by: Amrou <[email protected]>
|
| | |
| | |
| | |
| | | |
Co-authored-by: Amrou <[email protected]>
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
Co-authored-by: GDWR <[email protected]>
|
| | | |
| | | |
| | | |
| | | | |
Co-authored-by: wookie184 <[email protected]>
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The existing constraint was ineffective as null values were considered distinct, and so two filters with the same content and no overrides were considered different.
This change uses a new PSQL 15 feature unsupported in django currently, and so it is added with raw SQL.
|
| |\ \ \ |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This is in line with what already existed.
|
| | | | |
| | | | |
| | | | |
| | | | | |
This is to support auto-infractions reporting (bot 7fcec400)
|
| | | | |
| | | | |
| | | | |
| | | | | |
See e100ae9b on bot
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is necessary allow filters to define a blank message when the default is not blank.
Additionally allows bypass_roles to be empty like the other array fields
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
There needs to be a way to only enable a filter in a specific category, so this setting now fulfills that role. Disabled channels can be used to disable a filter in a specific channel within the category.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is done to match the values used on the bot.
|