aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/models (follow)
Commit message (Expand)AuthorAgeLines
* Remove discriminator from bot logs view (#1424)Gravatar jchristgit2024-11-23-1/+3
* Rename `check` to `condition`Gravatar Johannes Christ2024-08-30-1/+1
* Add alternate accounts to the user modelGravatar jchristgit2024-05-23-3/+53
* Add display name to API user modelGravatar Joe Banks2024-04-01-0/+5
* Ensure messages returned for metricity data do not match all excluded channelsGravatar Chris Lovering2024-02-20-3/+3
* Migrate mailing lists to their own API endpointsGravatar Johannes Christ2023-12-17-0/+46
* Use the new datetime.UTC alias over datetime.timezone.utcGravatar Chris Lovering2023-05-13-2/+2
* Fix psycopg3 compatibility in metricityGravatar Johannes Christ2023-05-12-7/+8
* Add Django-specific rules for ruffGravatar Johannes Christ2023-05-10-36/+36
* Switch to ruff for lintingGravatar Johannes Christ2023-05-10-14/+12
* Fix contents and descriptions being too long for their field typeGravatar Boris Muratov2023-04-06-3/+2
* Make additional_settings non-null with dict defaultGravatar Boris Muratov2023-04-06-1/+1
* Rename additional_field to additional_settingsGravatar mbaruh2023-03-26-1/+3
* Use consistent quoting styleGravatar mbaruh2023-03-25-2/+2
* Documentation improvements and fixesGravatar mbaruh2023-03-25-2/+3
* Merge branch 'main' into new-filter-schemaGravatar mbaruh2023-03-21-1/+10
|\
| * Merge branch 'main' into mbaruh/timeoutGravatar Boris Muratov2023-03-20-0/+9
| |\
| | * Replace CharField with URLField and set default to NoneGravatar vivekashok12212023-03-10-2/+3
| | * Add jump_url field to infraction modelGravatar vivekashok12212023-02-17-0/+8
| * | Migrate infraction type `mute` to `timeout`Gravatar mbaruh2023-03-04-1/+1
| |/
* | Fix documentation and importGravatar mbaruh2023-02-11-3/+2
* | Update viewsets, fix lintingGravatar mbaruh2023-01-28-3/+9
* | Merge branch 'main' into new-filter-schemaGravatar mbaruh2023-01-27-0/+32
|\|
| * Merge branch 'main' into 2304-link-previous-nomination-threadsGravatar Amrou Bellalouna2022-12-29-0/+28
| |\
| | * Change the endpoint to be a POST not a GETGravatar wookie1842022-11-02-1/+1
| | * Add metricity query for messages in past n daysGravatar wookie1842022-10-27-0/+28
| * | remove useless blank constraintGravatar Amrou Bellalouna2022-11-12-1/+0
| * | push forgotten model updateGravatar Amrou Bellalouna2022-11-07-1/+1
| * | add thread_id column to the nomination tableGravatar Amrou Bellalouna2022-11-06-0/+5
| |/
* | Update testsGravatar mbaruh2023-01-27-1/+0
* | Rename delete_messages to the more generic remove_contextGravatar mbaruh2022-11-09-4/+4
* | Add creation and update timestamps to filtering modelsGravatar mbaruh2022-11-05-3/+4
* | Stop using None as a valid setting valueGravatar mbaruh2022-11-04-25/+59
* | Allow char fields to be blankGravatar mbaruh2022-10-10-1/+4
* | Add infraction channel settingGravatar mbaruh2022-10-08-0/+11
* | Merge branch 'main' into new-filter-schemaGravatar mbaruh2022-10-07-6/+11
|\|
| * Bump To Django 4.1.1 & Update DependenciesGravatar Hassan Abouelela2022-09-30-6/+5
| * Add a field to track the time an infraction was last appliedGravatar Chris Lovering2022-07-27-0/+6
* | Bring back enabled categoriesGravatar mbaruh2022-10-01-5/+9
* | Convert the infraction choices to uppercaseGravatar mbaruh2022-09-30-1/+1
* | Use the new models.JSONFieldGravatar mbaruh2022-09-27-2/+2
* | Add voice mute to infraction choicesGravatar mbaruh2022-09-27-1/+1
* | Merge branch 'main' into new-filter-schemaGravatar mbaruh2022-07-15-179/+81
|\|
| * Remove embed validators for deleted messagesGravatar Chris Lovering2022-06-30-176/+1
| * Add support for BIG SOLIDUS unicode characters for off topic namesGravatar mina2022-04-21-1/+1
| * Add support for BumpedThreads to be stored in siteGravatar Chris Lovering2022-03-16-0/+24
| * Move FilterList imports down so they're sortedGravatar Chris Lovering2022-03-16-2/+2
| * Patch AoC tables to use the Discord user as PK.Gravatar D0rs4n2022-03-09-2/+4
| * Add reason field to AoC completionist block tableGravatar D0rs4n2022-03-09-0/+4
| * Enhance comments and table structure in AoC related modulesGravatar D0rs4n2022-03-08-2/+2