| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Before the title
- Aligned left - more mobile-friendly
- Simpler page structure
- I personally don't think it makes sense for a simple link to a page's
source be a button. Plus, it's similar to the style of other docs like
VS Code
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Using `if pages` to check whether the page is an article or category
doesn't work for /pages/guides
- I still need to modify the styling and position of the button a bit
- Should probably just use a static method and put src_url as context
instead of having a template tag
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
* Update Code Jam 2022 and events homepage to show that it has ended.
* Remove strike through for important dates in CJ.
|
| | | |\ \ |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This fixes a problem where running the unit tests successively a lot
would result in 403 ratelimit exceeded errors being thrown due to the
GitHub API being called by the app.
Fixes #918
Co-authored-by: wookie184 <[email protected]>
|
| | | |/ /
| | | |
| | | |
| | | | |
Also update the guide to be far simpler, and less words to read for our contributors to get setup.
|
| | | | | |
|
| | | |\ \ |
|
| | | | |\ \ |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | | |
Co-authored-by: wookie184 <[email protected]>
|
| | | |/ / /
| | | | |
| | | | |
| | | | | |
Plus minor refactorings
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This also updates:
- docker compose commands
- use fake redis env var
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
fix sir lancebot pg env var name
|
| | | |/ /
| |/| | |
|
| | |/ /
| | |
| | | |
"may break laws, breach terms of services, or are malicious or inappropriate." -> "may violate terms of service, or that may be deemed inappropriate, malicious, or illegal."
|
| | | | |
|
| | |\ \ |
|
| | | | | |
|
| | | |\ \
| | | | |
| | | | | |
New Filtering System
|
| | | | | |
| | | | |
| | | | |
| | | | | |
This makes sure that the value in the DB is always a valid JSON, ensuring the unique constraint will work properly.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Co-authored-by: Johannes Christ <[email protected]>
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Co-authored-by: Amrou <[email protected]>
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Co-authored-by: Amrou <[email protected]>
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Co-authored-by: Amrou <[email protected]>
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Co-authored-by: Amrou <[email protected]>
|
| | | | |\ \ |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Co-authored-by: GDWR <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Co-authored-by: wookie184 <[email protected]>
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The existing constraint was ineffective as null values were considered distinct, and so two filters with the same content and no overrides were considered different.
This change uses a new PSQL 15 feature unsupported in django currently, and so it is added with raw SQL.
|
| | | | |\ \ \ |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This is in line with what already existed.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This is to support auto-infractions reporting (bot 7fcec400)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
See e100ae9b on bot
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This is necessary allow filters to define a blank message when the default is not blank.
Additionally allows bypass_roles to be empty like the other array fields
|