aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/home (follow)
Commit message (Expand)AuthorAgeLines
* Authenticate with the github api to avoid rate limitsGravatar Chris2021-05-23-1/+3
* Merge branch main into dewikificationGravatar kosayoda2021-05-14-92/+152
* Include redirect app URLs to home app URLsGravatar ks1292021-05-03-0/+1
* Merge branch 'dewikification' into resources-listsGravatar ks1292021-03-30-0/+2
|\
| * Rename `articles` to `pages`.Gravatar kosayoda2021-03-23-1/+1
| * Merge branch 'dewikification' into guides-appGravatar ks1292020-11-28-0/+1
| |\
| | * Merge branch 'dewikification' into events-appGravatar ks1292020-10-28-0/+1
| | |\
| | * | Include events URLs to home URLsGravatar ks1292020-10-26-1/+2
| * | | Remove unnecessary namespace from content app URLs includeGravatar ks1292020-10-30-2/+2
| * | | Merge remote-tracking branch 'up/dewikification' into guides-appGravatar ks1292020-10-30-1163/+5
| |\ \ \ | | | |/ | | |/|
| * | | Relock Pipfile.lockGravatar ks1292020-10-06-2/+0
| * | | Fix mess with rebaseGravatar ks1292020-10-06-1/+1
| * | | Rename content -> articles for visual partGravatar ks1292020-10-06-2/+4
| * | | Merge branch 'dewikification' into guides-appGravatar Leon Sandøy2020-10-05-378/+2
| |\ \ \
| * | | | Change guides system to content systemGravatar ks1292020-10-04-1/+1
| * | | | Add guides app URLs to home app URLsGravatar ks1292020-09-20-0/+2
* | | | | Add URLs for resources listsGravatar ks1292020-11-14-1/+1
* | | | | Move resources files from home app to resources appGravatar ks1292020-10-31-463/+0
| |_|/ / |/| | |
* | | | Merge pull request #395 from ks129/resources-homeGravatar Jeremiah Boby2020-10-28-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove unnecessary namespace from including resources app URLsGravatar ks1292020-10-28-1/+1
| * | | Merge branch 'dewikification' into resources-homeGravatar ks1292020-10-07-378/+2
| |\ \ \ | | | |/ | | |/|
| * | | Include resources app URLs to home app URLsGravatar ks1292020-09-22-0/+2
| | |/ | |/|
* | | Remove allauth references from the home app.Gravatar Leon Sandøy2020-10-04-243/+4
* | | Remove files related to django-allauth.Gravatar Leon Sandøy2020-10-04-920/+0
| |/ |/|
* | Remove references to django_nytGravatar Leon Sandøy2020-10-04-1/+0
* | Remove remaining references to wiki.Gravatar Leon Sandøy2020-10-04-1/+1
* | Remove wiki template tags.Gravatar Leon Sandøy2020-10-04-370/+0
* | Remove references to wiki from other apps.Gravatar Leon Sandøy2020-10-04-5/+1
|/
* Update landing page.Gravatar Leon Sandøy2020-09-03-2/+2
* Fix linting issues caused by refactor.Gravatar Leon Sandøy2020-07-15-0/+1
* Removes django_crispy_forms dependency, too.Gravatar Leon Sandøy2020-07-15-14/+0
* Removes django_crispy_bulma dependency.Gravatar Leon Sandøy2020-07-14-4/+3
* Catch ConnectionError when trying to get updated repository dataGravatar Dennis Pham2020-06-22-1/+1
* Fix broken github api test dataGravatar Leon Sandøy2020-06-07-1/+1
* Replace django-crispy-bulma -> flake8-annotationsGravatar Leon Sandøy2020-06-07-1/+1
* Alter signal tests to make use of new user roles syntaxGravatar Joseph Banks2020-06-02-5/+5
* Alter signals to handle OAuth2 with groups and role mappingsGravatar Joseph Banks2020-06-02-5/+5
* No longer accept or track avatar_hash.Gravatar Leon Sandøy2020-05-27-5/+0
* Add more pre-commit hooksGravatar MarkKoz2020-03-04-1/+1
* Full coverage and finish cleanupGravatar Gareth Coles2019-10-23-1/+87
* Add user settings modal, with connections management and account deletionGravatar Gareth Coles2019-10-23-3/+48
* Full test coverage, better redirect testingGravatar Gareth Coles2019-10-22-4/+110
* Implement account deletion at /accounts/deleteGravatar Gareth Coles2019-10-22-2/+43
* Update Django users with Discord username+discrim.Gravatar Gareth Coles2019-10-20-2/+9
* Signals: Complete coverage in testsGravatar Gareth Coles2019-10-20-0/+41
* Tests for the new signal listener is_staff changesGravatar Gareth Coles2019-10-20-5/+26
* Add is_staff to role mappings, and the logic to go with itGravatar Gareth Coles2019-10-20-11/+58
* Signals: Move group changes outside of the loopGravatar Gareth Coles2019-10-20-6/+6
* GH signup prevention, views and templates for settings pagesGravatar Gareth Coles2019-10-20-4/+51
* Allauth: Address reviews by @lemonsaurusGravatar Gareth Coles2019-10-14-31/+111