| Commit message (Collapse) | Author | Age | Lines |
| |\ |
|
| | | |
|
| | |\ |
|
| | | |
| | |
| | | |
Co-authored-by: Gustav Odinger <[email protected]>
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | | |
Using nicknames like Ves Zappa and Lemon doesn't always feel appropriate,
so I've replaced some of those references with real names.
|
| | | |
| | |
| | |
| | | |
Adds recent events, and also cleans up the HTML a bit.
|
| | | | |
|
| | | |
| | |
| | |
| | | |
Reduces the width of the sponsor tab to reduce the chance of one logo ending up on a new line by itself.
|
| | | | |
|
| | | |
| | |
| | |
| | | |
Center justifies sponsor logos on the home page to make wrapping look cleaner.
|
| | | | |
|
| | | |\ |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | |\ \ |
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: Joe Banks <[email protected]>
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Oops.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added route for getting a user's join date, total messages, and top 3 channels by activity.
This information will be used to auto-review nominees.
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
URLs without a trailing slash won't get properly joined by the bot
Adds compatibility with python-discord/bot@bc25bfdf42cdaaba924a7ad6de1dc06a9b381285's changes
The styling of how the regex decorator is constructed was changed to be consisted with the
function validator
|
| | |\ \ \ \
| | | |_|/
| | |/| | |
|
| | | | |/
| | |/| |
|
| | | |\| |
|
| | | | |
| | | |
| | | | |
Now includes a link to our Discord server and concrete actions for the user, if the problem persists
|
| | | | |
| | | |
| | | | |
Co-authored-by: Leon Sandøy <[email protected]>
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
This css sheet applies to the 404 and 500 pages
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
This does not include the styling required for the page to display
properly
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | | |
Co-authored-by: Joe Banks <[email protected]>
|
| | | | |
| | | |
| | | |
| | | | |
Co-authored-by: Leon Sandøy <[email protected]>
Co-authored-by: Joe Banks <[email protected]>
|
| | | | |
| | | |
| | | |
| | | | |
serializer
|
| | | | |
| | | |
| | | |
| | | | |
For string fields NULL as default is not suggested, so use empty string instead.
|
| | | | |
| | | |
| | | |
| | | | |
Entries isn't handled manually anymore so these tests have no point.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
After moving entries to nomination serializer we can get rid
from GET request handlers and let DRF handle this.
Also PATCH and POST handlers got some simplification by
removing manual entries setting.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
After setting related_name in NominationEntry model nomination field,
we can just provide serializer and DRF automatically fetch
all related entries.
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
This doesn't make sense to have 3 small migrations for one PR,
so I merged 2 existing migrations and 1 new, ordering and related_name adding migrations to one.
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
Set it here so we don't have to set it every place where we
fetch entries.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In order to use entries in serializer without manually
setting entries key we have to use related_name option to
automatically fetch all related entries.
|