aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/home/account/settings.html (follow)
Commit message (Collapse)AuthorAgeLines
* Remove files related to django-allauth.Gravatar Leon Sandøy2020-10-04-136/+0
|
* Add more pre-commit hooksGravatar MarkKoz2020-03-04-1/+0
| | | | | | | | | | | | | | | | | | | | | | Hooks added: * check-merge-conflict - checks for files with merge conflict strings * check-toml - attempts to load all toml files to verify syntax * check-yaml - attempts to load all yaml files to verify syntax * end-of-file-fixer - ensures files end in a newline and only a newline * mixed-line-ending - replaces mixed line endings with LF * trailing-whitespace - trims trailing whitespace * python-check-blanket-noqa - enforces that noqa annotations always occur with specific codes Changes made to comply with new hooks: * Remove trailing whitespaces * Remove some useless noqa annotations * Specify errors for noqa annotations * Add missing newlines at end of files See: python-discord/organisation#138
* Add user settings modal, with connections management and account deletionGravatar Gareth Coles2019-10-23-8/+133
|
* GH signup prevention, views and templates for settings pagesGravatar Gareth Coles2019-10-20-0/+12