aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* remove defaults columnGravatar shtlrs2023-05-07-17/+17
| | | | fix sir lancebot pg env var name
* update all env var namesGravatar shtlrs2023-05-06-62/+52
|
* Update rule 5 (#942)Gravatar Steele Farnsworth2023-04-16-1/+1
| | | "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."
* Add README to the resources app (#934)Gravatar Johannes Christ2023-04-14-6/+34
|
* Merge pull request #938 from python-discord/dependabot/pip/httpx-0.24.0Gravatar wookie1842023-04-13-26/+8
|\ | | | | Bump httpx from 0.23.3 to 0.24.0
| * Bump httpx from 0.23.3 to 0.24.0Gravatar dependabot[bot]2023-04-13-26/+8
|/ | | | | | | | | | | | | | | 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]>
* Merge pull request #937 from python-discord/dependabot/pip/django-distill-3.1.3Gravatar wookie1842023-04-13-4/+4
|\ | | | | Bump django-distill from 3.1.2 to 3.1.3
| * Bump django-distill from 3.1.2 to 3.1.3Gravatar dependabot[bot]2023-04-12-4/+4
|/ | | | | | | | | | | | | | 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]>
* Bump coverallsapp/github-action from 2.0.0 to 2.1.0 (#936)Gravatar dependabot[bot]2023-04-11-1/+1
| | | | | | | | | | | | | | | 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>
* Merge pull request #935 from ↵Gravatar Johannes Christ2023-04-11-5/+5
|\ | | | | | | | | python-discord/dependabot/pip/pymdown-extensions-9.11 Bump pymdown-extensions from 9.10 to 9.11
| * Bump pymdown-extensions from 9.10 to 9.11Gravatar dependabot[bot]2023-04-10-5/+5
|/ | | | | | | | | | | | | | 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]>
* Merge pull request #933 from python-discord/dependabot/pip/coverage-7.2.3Gravatar wookie1842023-04-07-54/+54
|\ | | | | Bump coverage from 7.2.2 to 7.2.3
| * Bump coverage from 7.2.2 to 7.2.3Gravatar dependabot[bot]2023-04-07-54/+54
|/ | | | | | | | | | | | | | | 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]>
* Merge pull request #885 from shtlrs/config-scaffolding-guideGravatar Boris Muratov2023-04-07-428/+199
|\ | | | | Update contribution guide with the new configuration scheme
| * Merge branch 'main' into config-scaffolding-guideGravatar Boris Muratov2023-04-07-1540/+3360
| |\ | |/ |/|
* | Merge pull request #932 from python-discord/filters_fixGravatar Boris Muratov2023-04-06-5/+4
|\ \ | | | | | | Fix contents and descriptions being too long for their field type
| * | Fix contents and descriptions being too long for their field typeGravatar Boris Muratov2023-04-06-5/+4
|/ /
* | Merge pull request #861 from python-discord/new-filter-schemaGravatar Boris Muratov2023-04-06-274/+1774
|\ \ | | | | | | New Filtering System
| * | Make additional_settings non-null with dict defaultGravatar Boris Muratov2023-04-06-4/+5
| | | | | | | | | | | | This makes sure that the value in the DB is always a valid JSON, ensuring the unique constraint will work properly.
| * | Add maximum auto-timeout duration validationGravatar Boris Muratov2023-04-05-6/+27
| | |
| * | Rename additional_field to additional_settingsGravatar mbaruh2023-03-26-18/+21
| | |
| * | Use consistent quoting styleGravatar mbaruh2023-03-25-36/+36
| | | | | | | | | | | | Co-authored-by: Johannes Christ <[email protected]>
| * | Specify the common elements in the validation errorsGravatar mbaruh2023-03-25-12/+22
| | | | | | | | | | | | Co-authored-by: Amrou <[email protected]>
| * | Merge the extra kwargs creation functionsGravatar mbaruh2023-03-25-18/+5
| | | | | | | | | | | | Co-authored-by: Amrou <[email protected]>
| * | Documentation improvements and fixesGravatar mbaruh2023-03-25-5/+6
| | | | | | | | | | | | Co-authored-by: Amrou <[email protected]>
| * | Make the unique constraint reversibleGravatar mbaruh2023-03-25-0/+1
| | | | | | | | | | | | Co-authored-by: Amrou <[email protected]>
| * | Merge branch 'main' into new-filter-schemaGravatar mbaruh2023-03-21-788/+900
| |\ \
| * | | Fix filter serializers for false-y valuesGravatar mbaruh2023-02-11-1/+1
| | | | | | | | | | | | | | | | Co-authored-by: GDWR <[email protected]>
| * | | Fix documentation and importGravatar mbaruh2023-02-11-9/+8
| | | | | | | | | | | | | | | | Co-authored-by: wookie184 <[email protected]>
| * | | Update viewsets, fix lintingGravatar mbaruh2023-01-28-192/+428
| | | |
| * | | Make filter unique constraint use NULLS NOT DISTINCTGravatar mbaruh2023-01-28-26/+34
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Merge branch 'main' into new-filter-schemaGravatar mbaruh2023-01-27-868/+3255
| |\ \ \
| * | | | Update testsGravatar mbaruh2023-01-27-143/+170
| | | | |
| * | | | Fix filter serializers validation to account for filterlist settingsGravatar mbaruh2023-01-27-20/+20
| | | | |
| * | | | Rename delete_messages to the more generic remove_contextGravatar mbaruh2022-11-09-26/+26
| | | | |
| * | | | Disable everyone filter in code jam categoriesGravatar mbaruh2022-11-07-0/+1
| | | | | | | | | | | | | | | | | | | | This is in line with what already existed.
| * | | | Add creation and update timestamps to filtering modelsGravatar mbaruh2022-11-05-7/+14
| | | | | | | | | | | | | | | | | | | | This is to support auto-infractions reporting (bot 7fcec400)
| * | | | Stop using None as a valid setting valueGravatar mbaruh2022-11-04-57/+82
| | | | | | | | | | | | | | | | | | | | See e100ae9b on bot
| * | | | Add antispam list in migrationsGravatar mbaruh2022-11-01-0/+52
| | | | |
| * | | | Add uniques filter list to migrationsGravatar mbaruh2022-10-27-0/+101
| | | | |
| * | | | Refactors filters serialierGravatar mbaruh2022-10-18-81/+89
| | | | |
| * | | | Allow char fields to be blankGravatar mbaruh2022-10-10-8/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | Allow ping arrays to be emptyGravatar mbaruh2022-10-08-0/+4
| | | | |
| * | | | Fix categories validationGravatar mbaruh2022-10-08-1/+4
| | | | |
| * | | | Add infraction channel settingGravatar mbaruh2022-10-08-1/+22
| | | | |
| * | | | Properly add dm_embed to serializersGravatar mbaruh2022-10-07-0/+1
| | | | |
| * | | | Merge branch 'main' into new-filter-schemaGravatar mbaruh2022-10-07-743/+1527
| |\ \ \ \
| * | | | | Bring back enabled categoriesGravatar mbaruh2022-10-01-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | Fix send_alert not being added correctly in serializersGravatar mbaruh2022-09-30-0/+1
| | | | | |
| * | | | | Convert the infraction choices to uppercaseGravatar mbaruh2022-09-30-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | This is done to match the values used on the bot.