aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/api/bot (follow)
Commit message (Expand)AuthorAgeLines
* Initial project layout for djangoGravatar Gareth Coles2018-08-07-1746/+0
* Merge branch 'bugfix/fix-expired-record-unhiphopification-message' into 'master'Gravatar Leon Sandøy2018-07-31-3/+2
|\
| * Fix expiry checking when unhophipifying.Gravatar Johannes Christ2018-07-28-3/+2
* | Merge branch 'enhancement/delete-otname-route' into 'master'Gravatar Leon Sandøy2018-07-29-11/+36
|\ \
| * | Add `DELETE` route to `off-topic-names` endpoint.Gravatar Johannes Christ2018-07-28-11/+36
| |/
* | Addressing gdude commentsGravatar Leon Sandøy2018-07-29-1/+1
* | Support for embeds and attachments.Gravatar Leon Sandøy2018-07-29-1/+4
* | Merge branch 'master' into clean_commandGravatar Leon Sandøy2018-07-28-5/+604
|\|
| * Fix unit testGravatar Gareth Coles2018-07-27-1/+1
| * Fix a couple dumb mistakesGravatar Gareth Coles2018-07-27-1/+3
| * Don't remove basic user objects, add API for querying themGravatar Gareth Coles2018-07-27-5/+30
| * Tweaks to the Infractions API for the botGravatar Momo2018-07-26-17/+44
| * Infraction system API to replace RowboatGravatar Momo2018-07-21-0/+545
* | Now doing role colorization instead of random colors for the cleanlog template.Gravatar Leon Sandøy2018-07-22-1/+2
* | Completed the clean API and the clean frontend.Gravatar Leon Sandøy2018-07-21-0/+44
|/
* Add the big-brother API.Gravatar Johannes Christ2018-07-12-0/+118
* Allow numbers in channel names.Gravatar Johannes Christ2018-07-09-1/+1
* Settings routeGravatar momothereal2018-07-05-0/+56
* Add a simple API for off-topic category names.Gravatar Volcyy2018-07-02-0/+83
* [API] Implement chunk-based user update mechanismGravatar Gareth Coles2018-06-24-90/+150
* [API] Check for DB-nuking empty data in users POSTGravatar Gareth Coles2018-06-23-1/+4
* Backend for team assignmentGravatar Gareth Coles2018-06-17-0/+24
* Allow schemas to not use a list when applicableGravatar Volcyy2018-06-14-47/+32
* Grab user avatars in bot API callGravatar Gareth Coles2018-06-07-5/+8
* documentation metadata API (#57)Gravatar Johannes Christ2018-06-05-0/+98
* Privacy/Usability updates (#75)Gravatar Gareth Coles2018-05-20-5/+81
* Merge remote-tracking branch 'origin/master'Gravatar Gareth Coles2018-05-19-6/+166
|\
| * Snake cog (#71)Gravatar Leon Sandøy2018-05-19-6/+166
* | GDPR compliance for jammer profilesGravatar Gareth Coles2018-05-19-0/+13
|/
* Add snowflake index on oauth_data and use it for deletionsGravatar Gareth Coles2018-05-15-2/+2
* [GDPR] Also remove OAuth dataGravatar Gareth Coles2018-05-15-1/+21
* [GDPR] Small fixesGravatar Gareth Coles2018-05-15-2/+2
* [GDPR] Users are now updated and removed correctlyGravatar Gareth Coles2018-05-15-1/+49
* Declaring the encoding to be utf-8 is not necessary in Python3 projects, as t...Gravatar Leon Sandøy2018-04-27-4/+0
* [#1eeu1] Hiphopify (#54)Gravatar Leon Sandøy2018-04-20-0/+178
* Initial data for tables and refactoring the dev-mode database handling to be ...Gravatar Leon Sandøy2018-04-15-2/+0
* Snowflakes should be handled as stringsGravatar Gareth Coles2018-04-10-2/+2
* Accept username/discriminator from the bot and remove it from oauthGravatar Gareth Coles2018-03-30-6/+3
* Flake8Gravatar Gareth Coles2018-03-30-1/+1
* Collect all roles from users instead of just a single oneGravatar Gareth Coles2018-03-30-3/+5
* Fix up route namesGravatar Gareth Coles2018-03-29-2/+2
* Minor bugfix to allow tag.delete to return success as False if the tag doesn'...Gravatar Leon Sandøy2018-03-13-5/+8
* API for tags (#34)Gravatar Leon Sandøy2018-03-06-57/+116
* Add error messages (#30)Gravatar Joseph2018-02-28-1/+0
* brings coverage to 90% (#24)Gravatar Christopher Baklid2018-02-26-4/+4
* Integrate websockets into the Flask webappGravatar Gareth Coles2018-02-17-5/+6
* Simplify user API route and return changesGravatar Gareth Coles2018-02-16-9/+5
* API schema validation decorator #yzuf (#15)Gravatar Gareth Coles2018-02-16-23/+21
* API view for syncing users from the bot #yumr (#14)Gravatar Gareth Coles2018-02-15-0/+45
* Fix up API key validation and database api locationGravatar Gareth Coles2018-02-15-3/+3