| Commit message (Expand) | Author | Lines |
| 2019-10-20 | GH signup prevention, views and templates for settings pages | Gareth Coles | -5/+126 |
| 2019-10-19 | Allauth: Re-add GitHub provider, prevent GH signups | Gareth Coles | -0/+48 |
| 2019-10-19 | Bring navbar styling in line on mobile as well | Gareth Coles | -0/+10 |
| 2019-10-19 | Initial navbar change to add settings button next to logout | Gareth Coles | -3/+9 |
| 2019-10-17 | Add Code of Conduct to navbar submenu | Sebastiaan Zeeff | -0/+3 |
| 2019-10-14 | Wiki: Show breadcrumb without menus for users that can't edit, without the ro... | Gareth Coles | -52/+58 |
| 2019-10-14 | Wiki: Remove Django messages from Wiki templates | Gareth Coles | -25/+0 |
| 2019-10-14 | Wiki: Hide breadcrumbs bar if the user can't edit | Gareth Coles | -1/+3 |
| 2019-10-14 | Remove accidental comment before docstring | Gareth Coles | -1/+1 |
| 2019-10-14 | Wiki: Permissions hotfix | Gareth Coles | -0/+24 |
| 2019-10-14 | Allauth: Address reviews by @lemonsaurus | Gareth Coles | -39/+119 |
| 2019-10-12 | Forgot to update base.html template with favicon changes | ByteCommander | -11/+9 |
| 2019-10-11 | Update favicons (rounded corners, other improvements) | ByteCommander | -7/+7 |
| 2019-10-11 | Signals: Handle (and test) mapping updates/deletions | Gareth Coles | -14/+125 |
| 2019-10-11 | Bump PostgreSQL in compose. | Johannes Christ | -1/+1 |
| 2019-10-11 | Deny manual `LogEntry` creation. | Johannes Christ | -0/+4 |
| 2019-10-11 | Resolve migration merge conflicts. | Johannes Christ | -1/+1 |
| 2019-10-11 | Improve formatting for `has_delete_permission`, typespec. | Johannes Christ | -1/+8 |
| 2019-10-11 | Deny `LogEntry` deletion. | Johannes Christ | -0/+5 |
| 2019-10-11 | Allow filtering through metadata, and searching by message. | Johannes Christ | -0/+2 |
| 2019-10-11 | Signals: Fix test for `deletion=True` change | Gareth Coles | -1/+1 |
| 2019-10-11 | Signals: `add()` does require a list, a generator won't do. | Gareth Coles | -2/+2 |
| 2019-10-11 | Clean up signal tests as per @jchristgit's review | Gareth Coles | -9/+10 |
| 2019-10-11 | Simplify signals.py as per @jchristgit's review | Gareth Coles | -10/+6 |
| 2019-10-11 | Clarify _apply_groups kwarg (Thanks, @jchristgit) | Gareth Coles | -1/+1 |
| 2019-10-11 | Remove old import. | Johannes Christ | -2/+0 |
| 2019-10-11 | Group fieldsets. | Johannes Christ | -0/+5 |
| 2019-10-11 | Use multi-column output from Django. | Johannes Christ | -32/+1 |
| 2019-10-11 | Pluralize properly. | Johannes Christ | -0/+22 |
| 2019-10-11 | Allow viewing log entries in the Django Admin. | Johannes Christ | -11/+73 |
| 2019-10-09 | Improve homepage flex responsiveness | ByteCommander | -26/+18 |
| 2019-10-08 | Add favicons; workaround for gitattributes | ByteCommander | -1/+51 |
| 2019-10-06 | Register GH provider manually in tests | Gareth Coles | -0/+9 |
| 2019-10-06 | Re-lock Pipfile due to merge with master | Gareth Coles | -18/+17 |
| 2019-10-06 | Remove GH login implementation, out of scope of this PR | Gareth Coles | -2/+0 |
| 2019-10-06 | Prevent saving emails, remove login page | Gareth Coles | -86/+34 |
| 2019-10-06 | Replace card on login page with notification | Gareth Coles | -14/+6 |
| 2019-10-06 | Login page and styling fixes | Gareth Coles | -23/+117 |
| 2019-10-06 | Make the Bulma colours less saturated | Gareth Coles | -4/+11 |