| Commit message (Expand) | Author | Age | Lines |
* | Bump links for Effective Python to 2nd edition | imSofi | 2020-10-05 | -2/+2 |
* | Update landing page. | Leon Sandøy | 2020-09-03 | -2/+2 |
* | Fix linting issues caused by refactor. | Leon Sandøy | 2020-07-15 | -0/+1 |
* | Removes django_crispy_forms dependency, too. | Leon Sandøy | 2020-07-15 | -14/+0 |
* | Removes django_crispy_bulma dependency. | Leon Sandøy | 2020-07-14 | -4/+3 |
* | Catch ConnectionError when trying to get updated repository data | Dennis Pham | 2020-06-22 | -1/+1 |
* | Fix broken github api test data | Leon Sandøy | 2020-06-07 | -1/+1 |
* | Replace django-crispy-bulma -> flake8-annotations | Leon Sandøy | 2020-06-07 | -1/+1 |
* | Alter signal tests to make use of new user roles syntax | Joseph Banks | 2020-06-02 | -5/+5 |
* | Alter signals to handle OAuth2 with groups and role mappings | Joseph Banks | 2020-06-02 | -5/+5 |
* | No longer accept or track avatar_hash. | Leon Sandøy | 2020-05-27 | -5/+0 |
* | Add more pre-commit hooks | MarkKoz | 2020-03-04 | -1/+1 |
* | Full coverage and finish cleanup | Gareth Coles | 2019-10-23 | -1/+87 |
* | Add user settings modal, with connections management and account deletion | Gareth Coles | 2019-10-23 | -3/+48 |
* | Full test coverage, better redirect testing | Gareth Coles | 2019-10-22 | -4/+110 |
* | Implement account deletion at /accounts/delete | Gareth Coles | 2019-10-22 | -2/+43 |
* | Update Django users with Discord username+discrim. | Gareth Coles | 2019-10-20 | -2/+9 |
* | Signals: Complete coverage in tests | Gareth Coles | 2019-10-20 | -0/+41 |
* | Tests for the new signal listener is_staff changes | Gareth Coles | 2019-10-20 | -5/+26 |
* | Add is_staff to role mappings, and the logic to go with it | Gareth Coles | 2019-10-20 | -11/+58 |
* | Signals: Move group changes outside of the loop | Gareth Coles | 2019-10-20 | -6/+6 |
* | GH signup prevention, views and templates for settings pages | Gareth Coles | 2019-10-20 | -4/+51 |
* | Allauth: Address reviews by @lemonsaurus | Gareth Coles | 2019-10-14 | -31/+111 |
* | Signals: Handle (and test) mapping updates/deletions | Gareth Coles | 2019-10-11 | -12/+121 |
* | Signals: Fix test for `deletion=True` change | Gareth Coles | 2019-10-11 | -1/+1 |
* | Signals: `add()` does require a list, a generator won't do. | Gareth Coles | 2019-10-11 | -2/+2 |
* | Clean up signal tests as per @jchristgit's review | Gareth Coles | 2019-10-11 | -9/+10 |
* | Simplify signals.py as per @jchristgit's review | Gareth Coles | 2019-10-11 | -10/+6 |
* | Clarify _apply_groups kwarg (Thanks, @jchristgit) | Gareth Coles | 2019-10-11 | -1/+1 |
* | Register GH provider manually in tests | Gareth Coles | 2019-10-06 | -0/+9 |
* | Remove GH login implementation, out of scope of this PR | Gareth Coles | 2019-10-06 | -1/+0 |
* | Prevent saving emails, remove login page | Gareth Coles | 2019-10-06 | -33/+24 |
* | Login page and styling fixes | Gareth Coles | 2019-10-06 | -0/+33 |
* | Test allauth redirect URLs | Gareth Coles | 2019-10-05 | -0/+14 |
* | Set up needed Allauth URLs and add login/logout to navbar | Gareth Coles | 2019-10-05 | -1/+23 |
* | Clean up and comment signal tests | Gareth Coles | 2019-10-04 | -19/+31 |
* | Add docstrings to tests, and test role mapping __str__() | Gareth Coles | 2019-10-04 | -4/+19 |
* | Tests for signal handlers | Gareth Coles | 2019-10-04 | -5/+291 |
* | Hook up Allauth and model signals to handle group assignments | Gareth Coles | 2019-10-03 | -1/+165 |
* | Remove accidental static files commit; fix Allauth | Gareth Coles | 2019-10-03 | -0/+1 |
* | Update linting rules & partially relint | sco1 | 2019-09-18 | -6/+6 |
* | Add test cases for `TypeError` fallbacks. | Johannes Christ | 2019-09-16 | -0/+33 |
* | Fix a bug where GitHub API rate limit could crash Home. | Leon Sandøy | 2019-09-15 | -17/+34 |
* | Fix misconfigured flake8 so docstrings are properly linted | S. Co1 | 2019-09-05 | -3/+3 |
* | Give a code a lint | Jeremiah Boby | 2019-07-10 | -11/+4 |
* | Teach new lint rules to old code | Jeremiah Boby | 2019-07-10 | -10/+0 |
* | Docstrings & prefix category info files with underscore for prominence | Joseph Banks | 2019-07-06 | -0/+0 |
* | Implement new YAML resource system | Joseph Banks | 2019-07-06 | -0/+463 |
* | adding hrefs to the more links | Leon Sandøy | 2019-07-06 | -1/+1 |
* | Address review | Gareth Coles | 2019-04-24 | -2/+0 |