| Commit message (Expand) | Author | Lines |
2019-10-20 | Adjust deleted message test to account for new ordering of newest created first. | scragly | -1/+1 |
2019-10-20 | Add tag search and rendered preview. | scragly | -2/+26 |
2019-10-20 | Show role colour style and add hex value, link perms to calc page, add role s... | scragly | -1/+33 |
2019-10-20 | Add search field to off topic admin page. | scragly | -1/+7 |
2019-10-20 | Improve nominations admin list and page, add search and filter by active. | scragly | -1/+43 |
2019-10-20 | Improve infractions admin list and page, add search and filters. | scragly | -1/+45 |
2019-10-20 | Order roles by positioning, add filters and search to api user admin page. | scragly | -2/+48 |
2019-10-20 | Add message log links, improved formatting to message deletion admin pages. | scragly | -7/+75 |
2019-10-20 | Set newest-first sorting for message deletion models, add log_url property. | scragly | -2/+14 |
2019-10-20 | Set default example.com dev site to pythondiscord.local:8000 | scragly | -0/+14 |
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 |