Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove unused module | 2022-02-26 | -91/+0 | |
| | ||||
* | Remove files related to django-allauth. | 2020-10-04 | -104/+0 | |
| | ||||
* | Alter account utilities to check list length instead of queryset length | 2020-06-02 | -1/+1 | |
| | ||||
* | Pad the discriminator with zeroes in profile. | 2019-12-17 | -1/+1 | |
| | | | | | previously, lemon#0001 would display as just lemon#1. This commit fixes this. All credit goes to @gdude2002 | |||
* | Prevent user signup when they've never joined+verified | 2019-10-22 | -7/+22 | |
| | ||||
* | Update Django users with Discord username+discrim. | 2019-10-20 | -0/+20 | |
| | | | | This sets both the Django User's `username` and `first_name` params. | |||
* | Allauth: Re-add GitHub provider, prevent GH signups | 2019-10-19 | -0/+44 | |
| | ||||
* | Add MessageRedirectView and show messages on the index page | 2019-10-05 | -0/+25 | |
| | ||||
* | Update linting rules & partially relint | 2019-09-18 | -2/+4 | |
| | ||||
* | Fix misconfigured flake8 so docstrings are properly linted | 2019-09-05 | -6/+6 | |
| | | | Relint | |||
* | Give a code a lint | 2019-07-10 | -1/+1 | |
| | ||||
* | Teach new lint rules to old code | 2019-07-10 | -0/+3 | |
| | ||||
* | pin pycodestyle to 3.0.0 and fix linting errors | 2019-07-07 | -12/+9 | |
| | ||||
* | Docstrings & prefix category info files with underscore for prominence | 2019-07-06 | -2/+12 | |
| | ||||
* | noqa the definition lines inside resources.py because flake8 does not ↵ | 2019-07-06 | -2/+2 | |
| | | | | support postponed evaluation | |||
* | Implement new YAML resource system | 2019-07-06 | -0/+79 | |