aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/models/bot (follow)
Commit message (Expand)AuthorAgeLines
* Add a UniqueConstraint to prevent duplicates.Gravatar Leon Sandøy2020-07-15-0/+13
* Set up url forwarding for the viewset.Gravatar Leon Sandøy2020-07-15-9/+7
* Merge branch 'master' into whitelist_systemGravatar Leon Sandøy2020-07-15-0/+2
|\
| * Allow empty list for user rolesGravatar MarkKoz2020-07-14-0/+1
| * Merge branch 'master' into feat/deps/344/django-3.0Gravatar MarkKoz2020-07-14-12/+24
| |\
| * | Allow empty list for message embedsGravatar MarkKoz2020-03-21-0/+1
* | | Add the AllowList model and serializer.Gravatar Leon Sandøy2020-07-14-0/+29
* | | Rename utils.py to mixins.py. More precise.Gravatar Leon Sandøy2020-07-14-12/+12
| |/ |/|
* | Remove very generous newline in role validatorGravatar Joseph Banks2020-06-05-3/+1
* | Alter import order in user modelGravatar Joseph Banks2020-06-02-1/+1
* | Convert the roles field on the user model from a many-to-many field to a post...Gravatar Joseph Banks2020-06-02-5/+26
* | No longer accept or track avatar_hash.Gravatar Leon Sandøy2020-05-27-8/+0
* | Added `news` to allowed bot setting names.Gravatar ks1292020-04-20-0/+1
|/
* Merge branch 'master' into fix-infraction-validatorGravatar Mark2020-02-08-0/+7
|\
| * Merge branch 'master' into bot#549-show-attachments-staffGravatar Matteo Bertucci2020-01-12-0/+49
| |\
| * \ Merge branch 'master' into bot#549-show-attachments-staffGravatar Matteo Bertucci2019-11-15-1/+8
| |\ \
| * | | Allow empty attachment fieldGravatar Matteo Bertucci2019-10-31-0/+1
| * | | Add a attachments field to the message modelGravatar Akarys422019-10-28-0/+6
* | | | Remove default value from the active field of infractionsGravatar MarkKoz2019-12-19-1/+0
| |_|/ |/| |
* | | Merge branch 'master' into #222-offensive-msg-autodeletionGravatar Akarys422019-11-07-1/+8
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' into active-infractions-validationGravatar Sebastiaan Zeeff2019-11-03-0/+6
| |\|
| * | Merge branch 'master' into active-infractions-validationGravatar Sebastiaan Zeeff2019-10-18-0/+5
| |\ \
| * | | Prevent double active infractions with constraintGravatar Sebastiaan Zeeff2019-10-08-0/+7
| * | | Add validation rules to Infraction serializerGravatar Sebastiaan Zeeff2019-10-07-1/+1
* | | | Add the offensive message model to the admin panelGravatar Akarys422019-10-26-0/+4
* | | | Fix type error in the future date validatorGravatar Akarys422019-10-25-1/+1
* | | | Merge branch 'master' into #222-offensive-msg-autodeletionGravatar Akarys422019-10-25-0/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Change reminder.jump_url field to URLFieldGravatar Akarys422019-10-21-1/+1
| * | | Add max_lengh for reminder.jump_urlGravatar Akarys422019-10-19-0/+1
| * | | Add a jump-url field in the reminder modelGravatar Akarys422019-10-19-0/+5
| | |/ | |/|
* | | Change OffensiveMessage.delete_date from datetime.date to datetime.datetimeGravatar Akarys422019-10-25-2/+2
* | | Create an OffensiveMessage modelGravatar Akarys422019-10-24-0/+45
|/ /
* / Migrate nominations to new Nomination modelGravatar Sebastiaan Zeeff2019-09-30-0/+5
|/
* Merge branch 'master' into update-lintingGravatar S. Co12019-09-24-0/+5
|\
| * Make API return infraction list with newest firstGravatar Sebastiaan Zeeff2019-09-17-0/+5
* | Apply suggestions from code reviewGravatar S. Co12019-09-24-3/+3
* | Apply suggestions from code reviewGravatar S. Co12019-09-22-1/+1
* | Update linting rules & partially relintGravatar sco12019-09-18-19/+20
|/
* Merge pull request #238 from python-discord/django-deleted-messages-frontendGravatar Leon Sandøy2019-09-06-1/+31
|\
| * Removing incorrect double newline between imports and PEP8-ing committed GH c...Gravatar Sebastiaan Zeeff2019-08-24-2/+3
| * Apply suggestions from code reviewGravatar Sebastiaan Zeeff2019-08-24-3/+2
| * Adding required fields validator and tests to embed fieldsGravatar Sebastiaan Zeeff2019-08-23-0/+5
| * Adding missing 'inline' parameter to embed fields attribute validatorGravatar Sebastiaan Zeeff2019-08-23-1/+9
| * Making the deleted-messages-frontend functional with changes, including:Gravatar Sebastiaan Zeeff2019-08-23-0/+17
* | Allow special characters in off topic names.Gravatar Johannes Christ2019-09-03-1/+3
|/
* Making the comparison operators for Role act like those for d.py Role objectsGravatar Sebastiaan Zeeff2019-08-23-3/+12
* Removing default value for 'position' field of Role modelGravatar Sebastiaan Zeeff2019-08-22-1/+0
* Fixing top_role bug for users without roles & adding appropriate testGravatar Sebastiaan Zeeff2019-08-22-1/+8
* Adding missing docstring in public methodGravatar Sebastiaan Zeeff2019-08-15-0/+1
* Adding position, role hierarchy comparisons to Role model; top_role to User m...Gravatar Sebastiaan Zeeff2019-08-15-0/+14