aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site (follow)
Commit message (Collapse)AuthorAgeLines
* Remove blurple peek on Discord CTA, convert text to obj.Gravatar scragly2020-10-25-11/+33
|
* Use local img for welcome video thumbnail.Gravatar scragly2020-10-25-1/+1
|
* Change discord nav item to distinct CTA button.Gravatar scragly2020-10-25-103/+185
|
* Fix video aspect in timeline, quote img src urls.Gravatar scragly2020-10-23-26/+12
| | | | | | After updating the frontpage and creating an fixed-aspect-ratio style pair, I found I could just reuse them in the timeline to fix the inconsistent responsive aspect ratio that was occurring there. Some img src values also were not quoted; while this can work fine, it can break if the url has spaces or certain characters and is inconsistent with the rest of the project.
* Use sections, remove unused CSS, improve repo cards.Gravatar scragly2020-10-23-175/+255
|
* Change discord img-based link to normal nav item.Gravatar scragly2020-10-23-14/+15
|
* Override notice bottom margin, use new class instead of bulma class.Gravatar scragly2020-10-22-2/+3
|
* Add a message section to replace hero section for mobiles.Gravatar scragly2020-10-22-1/+17
|
* Use local svgs for wave elements.Gravatar scragly2020-10-22-2/+152
|
* Merge branch 'master' into frontpage-100kGravatar scragly2020-10-22-2/+2
|\
| * Update core dev q&a dateGravatar Joe Banks2020-10-22-1/+1
| |
| * Update 100K DateGravatar Joe Banks2020-10-22-1/+1
| |
* | Add wave-style hero, 100K promo, timeline card.Gravatar scragly2020-10-22-16/+169
|/
* Fix trailing whitespaceGravatar Joe Banks2020-10-22-1/+1
|
* Add Core Dev Q&A to timelineGravatar Joe Banks2020-10-22-0/+19
|
* Fix some icon sizing in timeline CSSGravatar Joe Banks2020-10-22-7/+13
|
* Split query into multiple lines for total messagesGravatar Joe Banks2020-10-18-1/+4
|
* Exclude deleted messages from total message countGravatar Joe Banks2020-10-18-1/+1
|
* Update font sizingGravatar Joe Banks2020-10-12-1/+1
| | | Co-authored-by: scragly <[email protected]>
* Align server icons betterGravatar Joe Banks2020-10-12-2/+13
|
* Fix line endingsGravatar Joe Banks2020-10-12-1/+1
|
* Make dark blue darker to separate from blurpleGravatar Joe Banks2020-10-12-1/+1
|
* Add Ves joining timeline itemmGravatar Joe Banks2020-10-12-1/+16
|
* Use different colours for each categoryGravatar Joe Banks2020-10-12-27/+59
|
* Use logo with text for new logo timeline itemmGravatar Joe Banks2020-10-12-2/+11
|
* Use bigger icon for timeline itemsGravatar Joe Banks2020-10-12-44/+38
|
* Update privacy policy iconGravatar Joe Banks2020-10-12-1/+1
|
* Hyperlink stats pageGravatar Joe Banks2020-10-12-1/+1
|
* Fix line endingsGravatar Joe Banks2020-10-12-1/+1
|
* Update missed iconGravatar Joe Banks2020-10-12-1/+1
|
* Fix linting in tests fileGravatar Joe Banks2020-10-12-0/+1
|
* Add unit test for timeline pageGravatar Joe Banks2020-10-12-1/+8
|
* Update default picture to community logoGravatar Joe Banks2020-10-12-5/+78
|
* Better scale YouTube videosGravatar Joe Banks2020-10-12-5/+10
|
* Add fontawesome icons to every timeline eventGravatar Joe Banks2020-10-12-23/+23
|
* Merge branch 'master' into feat/timelineGravatar Joe Banks2020-10-12-3/+182
|\
| * Remove multiple objects returning test caseGravatar ks1292020-10-10-2/+1
| |
| * Don't catch multiple object returned exceptionGravatar ks1292020-10-10-3/+1
| |
| * Add trailing comma to infraction types listingGravatar ks1292020-10-10-1/+1
| | | | | | Co-authored-by: Joe Banks <[email protected]>
| * Remove unnecessary newline from user testsGravatar ks1292020-10-10-1/+0
| |
| * Fix wrong exception nameGravatar ks1292020-10-10-1/+1
| |
| * Cover metricity voice ban status with testsGravatar ks1292020-10-10-0/+23
| |
| * Include voice ban status on metricity dataGravatar ks1292020-10-10-0/+13
| |
| * Don't allow voice ban to be hidden infractionGravatar ks1292020-10-10-1/+1
| |
| * Add voice ban to infraction types and create migration for itGravatar ks1292020-10-10-1/+20
| |
| * Merge remote-tracking branch 'upstream/master' into ↵Gravatar dementati2020-10-10-15/+424
| |\ | | | | | | | | | | | | | | | | | | | | | 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 anGravatar Lucas Lindström2020-10-08-8/+109
| | | | | | | | | | | | | | | abstraction and added metricity endpoint unit tests.
| * | Reduce metricity db setup script and API response to the bare necessities.Gravatar Lucas Lindström2020-10-06-25/+4
| | |
| * | Added total message count to metricity data response.Gravatar Lucas Lindström2020-10-06-1/+8
| | |
| * | Merge branch 'feat/397-398-metricity-db-and-api' of ↵Gravatar Lucas Lindström2020-10-06-190/+31
| |\ \ | | | | | | | | | | | | https://github.com/dementati/site into feat/397-398-metricity-db-and-api