aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/viewsets (follow)
Commit message (Expand)AuthorAgeLines
* Remove typoGravatar vivekashok12212023-02-17-1/+1
* Add jump_url field to infraction modelGravatar vivekashok12212023-02-17-3/+5
* Merge branch 'main' into 2304-link-previous-nomination-threadsGravatar Amrou Bellalouna2022-12-29-1/+56
|\
| * Include users with no messages in response, and simplify response formatGravatar wookie1842022-11-17-11/+8
| * Change the endpoint to be a POST not a GETGravatar wookie1842022-11-02-3/+3
| * Add API endpoint for activity dataGravatar wookie1842022-10-27-1/+59
* | remove useless coverage related commentedGravatar Amrou Bellalouna2022-11-07-1/+0
* | refactor nomination validation flowGravatar Amrou Bellalouna2022-11-07-12/+8
* | add validation criteria for thread_id modificationGravatar Amrou Bellalouna2022-11-07-0/+12
|/
* Bump To Django 4.1.1 & Update DependenciesGravatar Hassan Abouelela2022-09-30-10/+7
* Fix Unittest Deprecation WarningsGravatar Hassan Abouelela2022-09-04-6/+6
* Adjust filtering settings for the AoC link viewsetGravatar D0rs4n2022-04-18-1/+1
* Don't return the BumpedThread object when retrieving singleGravatar Chris Lovering2022-03-16-9/+15
* Only return list of ints when retrieving all BumpedThreadsGravatar Chris Lovering2022-03-16-6/+1
* Add support for BumpedThreads to be stored in siteGravatar Chris Lovering2022-03-16-0/+67
* Move FilterList imports down so they're sortedGravatar Chris Lovering2022-03-16-1/+1
* Add new filter field, and patch the docs in AoC viewsetsGravatar D0rs4n2022-03-10-13/+12
* Enhance code, documentation consistency in AoC related codeGravatar D0rs4n2022-03-10-3/+5
* Patch AoC tables to use the Discord user as PK.Gravatar D0rs4n2022-03-09-3/+5
* Add reason field to AoC completionist block tableGravatar D0rs4n2022-03-09-2/+5
* Enhance comments and table structure in AoC related modulesGravatar D0rs4n2022-03-08-4/+4
* Add support for storing AoC related data in siteGravatar D0rs4n2022-03-07-0/+142
* Explicitly pass timezoneGravatar Johannes Christ2022-03-02-2/+8
* Fix timezone awareness warningsGravatar Johannes Christ2022-03-02-6/+5
* Assert we're dealing with the unique constraintGravatar Johannes Christ2022-02-21-8/+16
* Prevent race condition with duplicate infractionsGravatar Johannes Christ2022-02-21-0/+18
* Return random off topic names which are Active only (#644)Gravatar Rohan Reddy Alleti2022-02-16-2/+1
* Allow searching users by username and discriminatorGravatar Johannes Christ2022-02-13-0/+5
* Use voice_mute and voice_ban to determine voice_gateGravatar Chris Lovering2022-01-27-8/+6
* Merge branch 'main' into otn_softdelGravatar Xithrius2021-12-28-5/+1
|\
| * Always include metricity message blocksGravatar Chris Lovering2021-12-16-5/+1
* | Merge branch 'main' into otn_softdelGravatar Rohan Reddy Alleti2021-12-13-10/+23
|\|
| * Update documentation to include `dm_sent` fieldGravatar Izan2021-11-25-3/+6
| * Only calc activity blocks when <1k messagesGravatar Chris Lovering2021-11-22-1/+7
| * Adds Redirect Filter ListGravatar Hassan Abouelela2021-11-17-1/+2
| * Adds Failures Field To RemindersGravatar Hassan Abouelela2021-10-29-5/+8
* | Remove get_queryset() and add new class variable .Gravatar RohanJnr2021-11-06-7/+7
* | Use framework defination of method.Gravatar RohanJnr2021-11-05-2/+2
* | Pull from upstream/main and resolve conflicts.Gravatar RohanJnr2021-11-05-6/+6
|\|
| * Decrease page size for user list endpoint.Gravatar Johannes Christ2021-10-09-1/+1
| * Merge branch 'master' into subdomains-to-query-pathsGravatar Johannes Christ2021-10-06-3/+3
| |\
| | * Rename an error to have a correct error suffixGravatar Chris Lovering2021-09-22-3/+3
| * | Move subdomains to query paths.Gravatar Johannes Christ2021-06-08-2/+2
| |/
* | Merge branch 'main' into otn_softdelGravatar Rohan Reddy Alleti2021-06-10-0/+73
|\|
| * Ensure bot/infractions does not accept both expires and permanent filtersGravatar bast2021-05-30-0/+18
| * Fix bot/infractions after and before filter check being invertedGravatar bast2021-05-30-1/+1
| * Raise ValidationError for new bot/infractions filter if the types are invalidGravatar bast2021-05-30-0/+13
| * Add permanent, types, and expires_at filters to bot/infractions endpointGravatar bast2021-05-21-0/+42
* | Fix bug: Do not force active param.Gravatar RohanJnr2021-06-10-6/+9
* | Query off topic names based on Active attribute.Gravatar RohanJnr2021-06-04-6/+10