Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update Python Discord badge to 100k members. | 2020-10-22 | -1/+1 | |
| | ||||
* | Update core dev q&a date | 2020-10-22 | -1/+1 | |
| | ||||
* | Update 100K Date | 2020-10-22 | -1/+1 | |
| | ||||
* | Fix trailing whitespace | 2020-10-22 | -1/+1 | |
| | ||||
* | Add Core Dev Q&A to timeline | 2020-10-22 | -0/+19 | |
| | ||||
* | Fix some icon sizing in timeline CSS | 2020-10-22 | -7/+13 | |
| | ||||
* | Reset harakiri timeout | 2020-10-21 | -1/+1 | |
| | ||||
* | Increase harakiri timeout | 2020-10-18 | -1/+1 | |
| | ||||
* | Split query into multiple lines for total messages | 2020-10-18 | -1/+4 | |
| | ||||
* | Exclude deleted messages from total message count | 2020-10-18 | -1/+1 | |
| | ||||
* | Merge pull request #381 from python-discord/feat/timeline | 2020-10-17 | -3/+4420 | |
|\ | | | | | 100k milestone timeline page | |||
| * | Update font sizing | 2020-10-12 | -1/+1 | |
| | | | | | | Co-authored-by: scragly <[email protected]> | |||
| * | Align server icons better | 2020-10-12 | -2/+13 | |
| | | ||||
| * | Fix line endings | 2020-10-12 | -1/+1 | |
| | | ||||
| * | Make dark blue darker to separate from blurple | 2020-10-12 | -1/+1 | |
| | | ||||
| * | Add Ves joining timeline itemm | 2020-10-12 | -1/+16 | |
| | | ||||
| * | Use different colours for each category | 2020-10-12 | -27/+59 | |
| | | ||||
| * | Use logo with text for new logo timeline itemm | 2020-10-12 | -2/+11 | |
| | | ||||
| * | Use bigger icon for timeline items | 2020-10-12 | -44/+38 | |
| | | ||||
| * | Update privacy policy icon | 2020-10-12 | -1/+1 | |
| | | ||||
| * | Hyperlink stats page | 2020-10-12 | -1/+1 | |
| | | ||||
| * | Fix line endings | 2020-10-12 | -1/+1 | |
| | | ||||
| * | Update missed icon | 2020-10-12 | -1/+1 | |
| | | ||||
| * | Fix linting in tests file | 2020-10-12 | -0/+1 | |
| | | ||||
| * | Add unit test for timeline page | 2020-10-12 | -1/+8 | |
| | | ||||
| * | 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 | |
| | | | |