| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Use consistent quoting style | 2023-03-25 | -36/+36 | |
| | | | | | Co-authored-by: Johannes Christ <[email protected]> | |||
| * | Specify the common elements in the validation errors | 2023-03-25 | -12/+22 | |
| | | | | | Co-authored-by: Amrou <[email protected]> | |||
| * | Merge the extra kwargs creation functions | 2023-03-25 | -18/+5 | |
| | | | | | Co-authored-by: Amrou <[email protected]> | |||
| * | Documentation improvements and fixes | 2023-03-25 | -5/+6 | |
| | | | | | Co-authored-by: Amrou <[email protected]> | |||
| * | Make the unique constraint reversible | 2023-03-25 | -0/+1 | |
| | | | | | Co-authored-by: Amrou <[email protected]> | |||
| * | Merge branch 'main' into new-filter-schema | 2023-03-21 | -352/+402 | |
| |\ | ||||
| | * | Merge branch 'main' into mbaruh/timeout | 2023-03-20 | -5/+35 | |
| | |\ | ||||
| | | * | Replace CharField with URLField and set default to None | 2023-03-10 | -4/+5 | |
| | | | | ||||
| | | * | Merge branch 'main' into vivek/add-jump-url-field | 2023-03-10 | -317/+315 | |
| | | |\ | ||||
| | | * | | Remove typo | 2023-02-17 | -1/+1 | |
| | | | | | ||||
| | | * | | Add jump_url field to infraction model | 2023-02-17 | -4/+33 | |
| | | | | | ||||
| | * | | | Migrate infraction type `mute` to `timeout` | 2023-03-04 | -13/+38 | |
| | | |/ | |/| | ||||
| | * | | Merge branch 'main' into upate-pyversion-for-sir-guide | 2023-02-28 | -11/+10 | |
| | |\ \ | ||||
| | | * | | remove trashcan emoji from required variables | 2023-02-28 | -1/+0 | |
| | | | | | ||||
| | | * | | Update description of `TRASHCAN_EMOJI` according to review | 2023-02-26 | -3/+2 | |
| | | | | | ||||
| | | * | | Contributing Page->Sir Lancebot: update description | 2023-02-22 | -9/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | + Removes typo for the `Admins` role being spelt `Admin` + Added the `TRASHCAN_EMOJI` as needed + Added code blocks for channel names | |||
| | * | | | add wildcard for patch version | 2023-02-28 | -1/+1 | |
| | | | | | ||||
| | * | | | bump python version to 3.10 | 2023-02-28 | -1/+1 | |
| | |/ / | ||||
| | * | | Reverse timeline entries so newest entries come first | 2023-02-19 | -302/+301 | |
| | | | | | | | | | | | | | | | | We agreed internally that this would look better, and especially as I add more entries. | |||
| | * | | fix: change other references of vcokltfre.dev to vco.sh | 2023-02-13 | -2/+2 | |
| | | | | ||||
| | * | | fix: use new domain for bot tutorial resource | 2023-02-13 | -1/+1 | |
| | |/ | ||||
| | * | Update events calendar for the year 2023 | 2023-02-11 | -5/+5 | |
| | | | ||||
| | * | Remove admonition from /events/ that says CJ9 is underway | 2023-02-10 | -3/+0 | |
| | | | ||||
| * | | Fix filter serializers for false-y values | 2023-02-11 | -1/+1 | |
| | | | | | | | | | Co-authored-by: GDWR <[email protected]> | |||
| * | | Fix documentation and import | 2023-02-11 | -9/+8 | |
| | | | | | | | | | Co-authored-by: wookie184 <[email protected]> | |||
| * | | Update viewsets, fix linting | 2023-01-28 | -192/+428 | |
| | | | ||||
| * | | Make filter unique constraint use NULLS NOT DISTINCT | 2023-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-schema | 2023-01-27 | -175/+2546 | |
| |\| | ||||
| | * | changed over to a clearer logo | 2023-01-24 | -1/+1 | |
| | | | ||||
| | * | yaml for python.org tutorial | 2023-01-24 | -0/+14 | |
| | | | ||||
| | * | Update ANSI guide with new pictures, formatting & titles | 2023-01-17 | -6/+17 | |
| | | | ||||
| | * | Merge branch 'main' into improve-page-contribution-guide | 2022-12-29 | -44/+590 | |
| | |\ | ||||
| | | * | Merge branch 'main' into 2304-link-previous-nomination-threads | 2022-12-29 | -106/+1162 | |
| | | |\ | ||||
| | | | * | Update help channels guide (#814) | 2022-12-28 | -36/+47 | |
| | | | | | | | | | | | | | Co-authored-by: Xithrius <[email protected]> | |||
| | | | * | Merge branch 'main' into 695-setting-different-statuses-on-your-bot | 2022-12-12 | -0/+418 | |
| | | | |\ | ||||
| | | | | * | Merge branch 'main' into main | 2022-12-11 | -69/+458 | |
| | | | | |\ | ||||
| | | | | * | | Reviews fully resolved, but unsure about defer | 2022-12-11 | -1/+2 | |
| | | | | | | | ||||
| | | | | * | | Partial requested reviews resolved | 2022-11-20 | -3/+3 | |
| | | | | | | | ||||
| | | | | * | | Merge branch 'main' into main | 2022-11-20 | -1361/+2271 | |
| | | | | |\ \ | ||||
| | | | | * | | | Rename file for consistency | 2022-11-20 | -0/+0 | |
| | | | | | | | | ||||
| | | | | * | | | Changes from proofread | 2022-11-20 | -47/+16 | |
| | | | | | | | | ||||
| | | | | * | | | I can't spell | 2022-11-20 | -6/+5 | |
| | | | | | | | | ||||
| | | | | * | | | Appeased review requests. | 2022-11-19 | -24/+25 | |
| | | | | | | | | ||||
| | | | | * | | | Appeased the formatter | 2022-11-12 | -29/+29 | |
| | | | | | | | | ||||
| | | | | * | | | Resolved a bunch of requests | 2022-11-12 | -29/+29 | |
| | | | | | | | | ||||
| | | | | * | | | fix app_commands.md | 2022-07-01 | -1/+1 | |
| | | | | | | | | ||||
| | | | | * | | | add app_commands.md | 2022-07-01 | -51/+40 | |
| | | | | | | | | ||||
| | | | | * | | | Merge branch 'python-discord:main' into main | 2022-07-01 | -21/+17 | |
| | | | | |\ \ \ | ||||
| | | | | * | | | | Update ↵ | 2022-07-01 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pydis_site/apps/content/resources/guides/python-guides/discord-app-commands.md Co-authored-by: Robin <[email protected]> | |||
| | | | | * | | | | Update ↵ | 2022-07-01 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pydis_site/apps/content/resources/guides/python-guides/discord-app-commands.md Co-authored-by: Robin <[email protected]> | |||