aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/serializers.py (follow)
Commit message (Expand)AuthorAgeLines
* Stop using None as a valid setting valueGravatar mbaruh2022-11-04-16/+7
* Refactors filters serialierGravatar mbaruh2022-10-18-81/+89
* Allow char fields to be blankGravatar mbaruh2022-10-10-1/+11
* 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/+5
* Properly add dm_embed to serializersGravatar mbaruh2022-10-07-0/+1
* Merge branch 'main' into new-filter-schemaGravatar mbaruh2022-10-07-0/+1
|\
| * Added `last_applied` to `serializers`Gravatar ionite342022-08-03-0/+1
* | Bring back enabled categoriesGravatar mbaruh2022-10-01-2/+4
* | Fix send_alert not being added correctly in serializersGravatar mbaruh2022-09-30-0/+1
* | Merge branch 'main' into new-filter-schemaGravatar mbaruh2022-07-15-9/+51
|\|
| * fixup: don't use "We" in docstringGravatar ChrisJL2022-03-18-2/+1
| * Only return list of ints when retrieving all BumpedThreadsGravatar Chris Lovering2022-03-16-0/+17
| * Add support for BumpedThreads to be stored in siteGravatar Chris Lovering2022-03-16-0/+11
| * Add reason field to AoC completionist block tableGravatar D0rs4n2022-03-09-1/+1
| * Add support for storing AoC related data in siteGravatar D0rs4n2022-03-07-0/+22
| * Prevent race condition with duplicate infractionsGravatar Johannes Christ2022-02-21-7/+0
| * Merge branch 'main' into voicemuteGravatar ChrisJL2022-01-21-14/+36
| |\
| * | Implement voice mute + migration from voice mute -> voice banGravatar ks1292021-10-09-1/+1
* | | Change ping fields namesGravatar mbaruh2022-03-09-3/+3
* | | Patch a minor issue with FilterList field naming in migrationsGravatar D0rs4n2022-02-15-1/+2
* | | Merge branch 'main' into new-filter-schemaGravatar mbaruh2022-01-01-12/+17
|\ \ \ | | |/ | |/|
| * | Merge branch 'main' into otn_softdelGravatar Rohan Reddy Alleti2021-12-13-2/+19
| |\ \
| * | | Eliminate usage of typing module and update docstrings.Gravatar RohanJnr2021-11-05-6/+4
| * | | Update docstring.Gravatar RohanJnr2021-07-22-1/+1
| * | | Lint file and remove update() method declaration from OffTopicChannelNameList...Gravatar RohanJnr2021-06-10-2/+3
| * | | Return a list of ot-names only for GET request only to bot/off-topic-channel-...Gravatar RohanJnr2021-06-04-2/+19
| * | | Serialize name and active attribute.Gravatar RohanJnr2021-05-19-12/+1
| | |/ | |/|
* | | Merged infraction and notification settings in JSONGravatar mbaruh2021-12-25-16/+12
* | | Include 'dm_content ' field under Infraction settings in Filters/FilterListsGravatar D0rs4n2021-12-24-1/+1
* | | Patch Filter/FilterList's default values and add new fieldsGravatar D0rs4n2021-12-22-3/+16
* | | Prepare FilterList and Filter models, serializers for the new filter schemaGravatar D0rs4n2021-12-18-42/+48
* | | Patch Filter and FilterList Serializer validation logic and representationGravatar D0rs4n2021-12-18-24/+49
* | | Adjust FilterList Schema to group settings into subcategoriesGravatar D0rs4n2021-12-18-1/+8
* | | Adjust FilterList RepresentationGravatar D0rs4n2021-12-18-3/+14
* | | Adjust Filter JSON SchemaGravatar D0rs4n2021-12-18-0/+30
* | | Fix lintingGravatar ks1292021-12-18-7/+19
* | | Move filters validations to serializersGravatar ks1292021-12-18-0/+33
* | | Update filters API to actually workGravatar ks1292021-12-18-14/+44
* | | Remove old one-to-one filters relationships serializers, views and URLsGravatar ks1292021-12-18-72/+12
* | | Correct Filter-FilterList relationship.Gravatar kosayoda2021-12-18-10/+12
* | | Improve name of dm sent to triggered user.Gravatar kosayoda2021-12-18-1/+1
* | | Filters: allowed_category -> allowed_categoriesGravatar Matteo Bertucci2021-12-18-1/+1
* | | Filters: hook the new models into the REST APIGravatar Matteo Bertucci2021-12-18-10/+88
| |/ |/|
* | Fix lintingGravatar Izan2021-11-25-1/+10
* | Add `dm_sent` field to infractions model & serializerGravatar Izan2021-11-25-1/+1
* | Adds Failures Field To RemindersGravatar Hassan Abouelela2021-10-29-1/+9
|/
* Add comment about manually defining nomination field of NominationEntry seria...Gravatar ks1292021-02-24-0/+3
* Add entries field to Nomination serializerGravatar ks1292021-02-24-1/+3