Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update default picture to community logo | 2020-10-12 | -5/+78 | |
| | ||||
* | Better scale YouTube videos | 2020-10-12 | -5/+10 | |
| | ||||
* | Add fontawesome icons to every timeline event | 2020-10-12 | -23/+23 | |
| | ||||
* | Merge branch 'master' into feat/timeline | 2020-10-12 | -3/+217 | |
|\ | ||||
| * | Merge pull request #411 from ks129/voice-gate | 2020-10-10 | -2/+53 | |
| |\ | | | | | | | Implement voice bans to API | |||
| | * | Remove multiple objects returning test case | 2020-10-10 | -2/+1 | |
| | | | ||||
| | * | Don't catch multiple object returned exception | 2020-10-10 | -3/+1 | |
| | | | ||||
| | * | Add trailing comma to infraction types listing | 2020-10-10 | -1/+1 | |
| | | | | | | | | | Co-authored-by: Joe Banks <[email protected]> | |||
| | * | Remove unnecessary newline from user tests | 2020-10-10 | -1/+0 | |
| | | | ||||
| | * | Fix wrong exception name | 2020-10-10 | -1/+1 | |
| | | | ||||
| | * | Cover metricity voice ban status with tests | 2020-10-10 | -0/+23 | |
| | | | ||||
| | * | Include voice ban status on metricity data | 2020-10-10 | -0/+13 | |
| | | | ||||
| | * | Don't allow voice ban to be hidden infraction | 2020-10-10 | -1/+1 | |
| | | | ||||
| | * | Add voice ban to infraction types and create migration for it | 2020-10-10 | -1/+20 | |
| |/ | ||||
| * | Merge pull request #409 from dementati/feat/397-398-metricity-db-and-api | 2020-10-10 | -1/+164 | |
| |\ | | | | | | | Added metricity db connection and user bot API | |||
| | * | Merge remote-tracking branch 'upstream/master' into ↵ | 2020-10-10 | -134/+541 | |
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | feat/397-398-metricity-db-and-api # Conflicts: # pydis_site/apps/api/tests/test_users.py # pydis_site/apps/api/viewsets/bot/user.py | |||
| | * | Broke out metricity connection into an | 2020-10-08 | -8/+110 | |
| | | | | | | | | | | | | | | | abstraction and added metricity endpoint unit tests. | |||
| | * | Reduce metricity db setup script and API response to the bare necessities. | 2020-10-06 | -49/+8 | |
| | | | ||||
| | * | Add missing metricity db url environment variable to CI pipeline script. | 2020-10-06 | -0/+1 | |
| | | | ||||
| | * | Added total message count to metricity data response. | 2020-10-06 | -1/+24 | |
| | | | ||||
| | * | Merge branch 'feat/397-398-metricity-db-and-api' of ↵ | 2020-10-06 | -190/+31 | |
| | |\ | | | | | | | | | | | | | https://github.com/dementati/site into feat/397-398-metricity-db-and-api | |||
| | | * | Merge branch 'master' into feat/397-398-metricity-db-and-api | 2020-10-06 | -190/+31 | |
| | | |\ | ||||
| | * | | | Fix minor style issue. | 2020-10-06 | -2/+0 | |
| | |/ / | ||||
| | * | | Added metricity db connection and user bot API | 2020-10-06 | -1/+85 | |
| | | | | ||||
* | | | | Responsively size YouTube embeds | 2020-10-12 | -13/+37 | |
| | | | | ||||
* | | | | Add logo to new logo timeline item | 2020-10-12 | -1/+1 | |
| | | | | ||||
* | | | | Remove flake8-annotations timeline item | 2020-10-12 | -15/+0 | |
| | | | | ||||
* | | | | Remove pointless comments | 2020-10-12 | -139/+175 | |
| | | | | ||||
* | | | | Add copy from lemon | 2020-10-12 | -27/+33 | |
| | | | | | | | | | | | | Co-authored-by: Leon Sandøy <[email protected]> | |||
* | | | | Remove read more buttons | 2020-10-10 | -27/+0 | |
| | | | | ||||
* | | | | Reindent HTML | 2020-10-10 | -466/+466 | |
| | | | | ||||
* | | | | Add media query for heading scaling on mobile devices | 2020-10-10 | -0/+6 | |
| | | | | ||||
* | | | | Enable animate in JS | 2020-10-10 | -0/+1 | |
| | | | | ||||
* | | | | Rename timeline CSS file for easier finding | 2020-10-10 | -1/+1 | |
| | | | | ||||
* | | | | Major fixes to timeline CSS to prevent overriding our CSS | 2020-10-10 | -60/+4 | |
| | | | | ||||
* | | | | Prettify CSS | 2020-10-10 | -1/+3730 | |
| | | | | ||||
* | | | | Update page title | 2020-10-10 | -1/+1 | |
| | | | | ||||
* | | | | Merge branch 'master' into feat/timeline | 2020-10-10 | -602/+1450 | |
|\| | | | ||||
| * | | | Merge pull request #378 from RohanJnr/user_endpoint | 2020-10-08 | -132/+543 | |
| |\ \ \ | | | | | | | | | | | Add pagination and bulk update support for User(discord user) serializer. | |||
| | * | | | Move Validation checks to serializer from viewset | 2020-10-09 | -22/+23 | |
| | | | | | ||||
| | * | | | Convert ValidationError response value to list from string | 2020-10-08 | -1/+1 | |
| | | | | | ||||
| | * | | | Convert error message value from list to string | 2020-10-08 | -1/+1 | |
| | | | | | ||||
| | * | | | supress warning: UnorderedObjectListWarning: Pagination may yield ↵ | 2020-10-08 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | inconsistent results with an unordered object_list: <class 'pydis_site.apps.api.models.bot.user.User'> QuerySet. | |||
| | * | | | return empty list as response for bulk creation of users | 2020-10-08 | -4/+5 | |
| | | | | | ||||
| | * | | | Merge branch 'master' into user_endpoint | 2020-10-08 | -192/+33 | |
| | |\ \ \ | | |/ / / | |/| | | | ||||
| * | | | | Merge pull request #408 from imsofi/master | 2020-10-06 | -2/+2 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | Bump links for Effective Python to 2nd edition | |||
| | * | | | Merge branch 'master' into master | 2020-10-06 | -190/+31 | |
| | |\ \ \ | | |/ / / | |/| | | | ||||
| * | | | | Merge pull request #403 from ks129/logging-cleanup | 2020-10-07 | -190/+31 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | ||||
| | * | | | Logs Cleanup: Fix migrations conflicts with merge migration | 2020-10-03 | -0/+14 | |
| | | | | | ||||
| | * | | | Logs Cleanup: Remove removed LogEntry model import | 2020-10-03 | -1/+0 | |
| | | | | |