| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Center justifies sponsor logos on the home page to make wrapping look cleaner.
|
| |/ / / / / |
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.3.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.2...1.26.3)
Signed-off-by: dependabot[bot] <[email protected]>
|
| |\ \ \ \
| | | | |
| | | | | |
Add route to get a member's data for helper review
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Add GitHub environment to deploy workflow
|
| |/ / / / / |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | |\ \ \ \ |
|
| | | | | | |
| | | | | |
| | | | | | |
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
|
| | | | |\ \ \
| |_|_|/ / /
|/| | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Copies dependencies before code for caching and removes git dependency.
|
| | |/ / / /
|/| | | | |
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
Rework nominations
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| | | | | | |
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | |
| | | | | | |
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
|
| | | | | |
| | | | |
| | | | | |
We'll be creating a second site instance to allow for rolling restarts, so it makes sense to half this so when we double the requests we'll effectively have 4 workers again.
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Add powered by linode to the footer
|
| |/ / / / / |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | | |
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.
|