aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'main' into swfarnsworth/ping-on-thread-closeGravatar ChrisJL2023-04-08-4178/+7434
|\
| * Merge pull request #2518 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 #2521 from ↵Gravatar wookie1842023-04-07-5/+5
| |\ | | | | | | | | | | | | python-discord/dependabot/pip/beautifulsoup4-4.12.2 Bump beautifulsoup4 from 4.12.0 to 4.12.2
| | * Bump beautifulsoup4 from 4.12.0 to 4.12.2Gravatar dependabot[bot]2023-04-07-5/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.0 to 4.12.2. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| * Merge pull request #2519 from python-discord/fix_modlogGravatar wookie1842023-04-07-1/+2
| |\ | | | | | | Correct log upload
| | * Correct log uploadGravatar Boris Muratov2023-04-07-1/+2
| |/
| * Merge pull request #2516 from python-discord/infr_emojiGravatar Boris Muratov2023-04-07-1/+1
| |\ | | | | | | Change the infractions button emoji to a notepad
| | * Change the infractions button emoji to a notepadGravatar Boris Muratov2023-04-07-1/+1
| |/
| * Merge pull request #2515 from python-discord/disable_name_checkGravatar Boris Muratov2023-04-06-2/+2
| |\ | | | | | | Temporarily disable help post name check
| | * Temporarily disable help post name checkGravatar Boris Muratov2023-04-06-2/+2
| |/ | | | | | | This doesn't work at the moment with the new filtering and a proper fix will be made later
| * Merge pull request #2514 from python-discord/fix_filtersGravatar Boris Muratov2023-04-06-6/+6
| |\ | | | | | | Use the right variables in antispam
| | * Use the right variables in antispamGravatar Boris Muratov2023-04-06-6/+6
| |/
| * Merge pull request #2390 from python-discord/new-filtersGravatar Boris Muratov2023-04-06-3782/+7265
| |\ | | | | | | New Filtering System
| | * Merge branch 'main' into new-filtersGravatar Boris Muratov2023-04-06-100/+101
| | |\ | | |/ | |/|
| * | Bump rapidfuzz from 2.13.7 to 2.15.0 (#2507)Gravatar dependabot[bot]2023-04-06-92/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.13.7 to 2.15.0. - [Release notes](https://github.com/maxbachmann/RapidFuzz/releases) - [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v2.13.7...v2.15.0) --- updated-dependencies: - dependency-name: rapidfuzz 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>
| * | Bump sentry-sdk from 1.18.0 to 1.19.1 (#2511)Gravatar dependabot[bot]2023-04-05-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.18.0 to 1.19.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.18.0...1.19.1) --- updated-dependencies: - dependency-name: sentry-sdk 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>
| * | Bump pre-commit from 3.2.1 to 3.2.2 (#2509)Gravatar dependabot[bot]2023-04-05-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| | * Clarify commentGravatar Boris Muratov2023-04-06-1/+1
| | |
| | * .__origin__ -> get_originGravatar Boris Muratov2023-04-06-12/+21
| | |
| | * Add in_guild attribute to FilterContextGravatar Boris Muratov2023-04-06-4/+8
| | |
| | * Don't notify the user for filters triggered in DMs.Gravatar Boris Muratov2023-04-06-4/+9
| | |
| | * Fix settings parser to work when no description and template firstGravatar Boris Muratov2023-04-06-1/+1
| | |
| | * Adjust to site using dicts in additional_settings instead of JSON stringsGravatar Boris Muratov2023-04-06-8/+6
| | | | | | | | | | | | This is to make sure that the unique constraint always compares between dicts instead of sometimes dealing with nulls.
| | * Fix testGravatar Boris Muratov2023-04-05-1/+1
| | |
| | * Fix infraction duration display for filter listsGravatar Boris Muratov2023-04-05-1/+1
| | |
| | * Specify edited setting name in confirmation messageGravatar Boris Muratov2023-04-05-4/+8
| | |
| | * Escape markdown in alert matchesGravatar Boris Muratov2023-04-05-1/+1
| | |
| | * `domain/subdomains` -> `domain/only_subdomains` for clarityGravatar Boris Muratov2023-04-05-6/+6
| | | | | | | | | | | | Also changes the alert to use the full domain instead of the filter content.
| | * Handle infracted user not being on the serverGravatar Boris Muratov2023-04-05-0/+7
| | | | | | | | | | | | This shouldn't happen in production, but just in case
| | * Handle server possibly not having an iconGravatar Boris Muratov2023-04-05-1/+2
| | |
| | * Properly format alert when there's no file extensionGravatar Boris Muratov2023-04-05-1/+1
| | |
| | * Code style and clarificationsGravatar Boris Muratov2023-04-05-18/+17
| | |
| | * Merge branch 'main' into new-filtersGravatar Boris Muratov2023-04-05-418/+505
| | |\ | | |/ | |/|
| * | Merge pull request #2506 from python-discord/new-helpers-endGravatar Boris Muratov2023-04-02-224/+1
| |\ \ | | | | | | | | Remove self-assignable helpers functionality
| | * | Remove self-assignable helpers functionalityGravatar mbaruh2023-04-02-224/+1
| |/ /
| * | Merge pull request #2489 from shtlrs/shtlrs/get-rid-of-site-config-varGravatar Amrou Bellalouna2023-04-01-16/+10
| |\ \ | | | | | | | | Remove usage of `site` config variable
| | * \ Merge branch 'main' into shtlrs/get-rid-of-site-config-varGravatar shtlrs2023-04-01-3/+3
| | |\ \ | | |/ / | |/| |
| | * | Merge branch 'main' into shtlrs/get-rid-of-site-config-varGravatar shtlrs2023-04-01-69/+379
| | |\ \
| | * | | revert refactoring of site_api_clientGravatar shtlrs2023-03-31-7/+7
| | | | |
| | * | | converge site_api_scheme & site_api into site_apiGravatar shtlrs2023-03-30-5/+5
| | | | |
| | * | | Merge branch 'main' into shtlrs/get-rid-of-site-config-varGravatar shtlrs2023-03-30-175/+220
| | |\ \ \
| | * | | | rename site_api to site_api_client inside NominationApi for better ↵Gravatar shtlrs2023-03-25-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | differentiation with our site_api constant
| | * | | | rename schema to schemeGravatar shtlrs2023-03-25-3/+3
| | | | | |
| | * | | | get rid of site config variableGravatar shtlrs2023-03-25-12/+6
| | | | | |
| | | | | * Support custom value representation in filtering UIGravatar mbaruh2023-03-28-29/+127
| | | | | | | | | | | | | | | | | | | | | | | | Adds the `CustomIOField` class which can be used as a base for wrappers that store a value with a customized way to process the user input and to present the value in the UI.
| | | | | * Correct filter match docstringGravatar mbaruh2023-03-27-1/+1
| | | | | |
| | | | | * Group identical action descriptions in antispamGravatar mbaruh2023-03-27-2/+6
| | | | | |
| | | | | * Fix conditionGravatar mbaruh2023-03-27-1/+1
| | | | | |
| | | | | * Address typehint issues and IDE complaintsGravatar mbaruh2023-03-26-5/+5
| | | | | |