index
:
site
add-home-app-readme
add-windows-guide
bad-lint-tester
bootcamp-updates
dependabot/github_actions/actions/checkout-5
dependabot/github_actions/astral-sh/setup-uv-7
dependabot/pip/django-5.1.13
dependabot/uv/django-simple-bulma-3.0.0
flask-archive
forms
forms-admin
forms-bootstrap
github-button
improve-performance
jb3/user-props-store
main
mgmt-cmd-kill-db-cnx
offensive-messages-patch
swfarnsworth/asking_good_questions
timeline-branch-copy
A mirrored copy of the python-discord/site repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pydis_site
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Make API return infraction list with newest first
Sebastiaan Zeeff
2019-09-17
-2
/
+25
*
Add test cases for `TypeError` fallbacks.
Johannes Christ
2019-09-16
-0
/
+33
*
Fix a bug where GitHub API rate limit could crash Home.
Leon Sandøy
2019-09-15
-17
/
+34
*
PARENT_HOST is now pythondiscord.com
Leon Sandøy
2019-09-15
-1
/
+1
*
Remove wiki, add pydis.
Leon Sandøy
2019-09-15
-2
/
+4
*
Darcula theme, and vanilla hosts.
Leon Sandøy
2019-09-15
-2
/
+93
*
Changing the ALLOWED_HOSTS to allow for migration.
Leon Sandøy
2019-09-15
-2
/
+2
*
Update `ALLOWED_HOSTS` for the new home.
Johannes Christ
2019-09-15
-3
/
+2
*
Drop args to reduce line size under 100.
scragly
2019-09-15
-1
/
+3
*
Adding a pygments CSS for syntax highlighting.
Leon Sandøy
2019-09-15
-1
/
+75
*
Adding the UpdateModelMixin to the ReminderViewSet.
Leon Sandøy
2019-09-14
-2
/
+3
*
Add missing deleted messages migration file.
Sebastiaan Zeeff
2019-09-12
-0
/
+17
*
Merge pull request #241 from python-discord/fix-flake8-docstrings
S. Co1
2019-09-06
-10
/
+11
|
\
|
*
Fix misconfigured flake8 so docstrings are properly linted
S. Co1
2019-09-05
-10
/
+11
*
|
Merge pull request #238 from python-discord/django-deleted-messages-frontend
Leon Sandøy
2019-09-06
-3
/
+668
|
\
\
|
|
/
|
/
|
|
*
Applying PR Feedback: Colour constants for readability & absolute import
Sebastiaan Zeeff
2019-09-01
-6
/
+18
|
*
Removing incorrect double newline between imports and PEP8-ing committed GH c...
Sebastiaan Zeeff
2019-08-24
-2
/
+3
|
*
Apply suggestions from code review
Sebastiaan Zeeff
2019-08-24
-3
/
+2
|
*
Changing LogView to DetailView, as per Volcy's review
Sebastiaan Zeeff
2019-08-24
-30
/
+8
|
*
Fixing inconsistent indentation style in logs template and logs css
Sebastiaan Zeeff
2019-08-23
-138
/
+143
|
*
Adding tests for deleted message view
Sebastiaan Zeeff
2019-08-23
-2
/
+98
|
*
Adding tests for filters and the deleted message front-end view
Sebastiaan Zeeff
2019-08-23
-0
/
+85
|
*
Adding required fields validator and tests to embed fields
Sebastiaan Zeeff
2019-08-23
-2
/
+42
|
*
Adding missing 'inline' parameter to embed fields attribute validator
Sebastiaan Zeeff
2019-08-23
-1
/
+9
|
*
Making the deleted-messages-frontend functional with changes, including:
Sebastiaan Zeeff
2019-08-23
-10
/
+346
|
*
Adding message display to frontend
Sebastiaan Zeeff
2019-08-23
-10
/
+61
|
*
Adding initial staff app to Django
Sebastiaan Zeeff
2019-08-23
-0
/
+54
*
|
Allow special characters in off topic names.
Johannes Christ
2019-09-03
-1
/
+22
|
/
*
Merge pull request #236 from python-discord/django-roles-api-add-position
Leon Sandøy
2019-08-23
-10
/
+321
|
\
|
*
Making the comparison operators for Role act like those for d.py Role objects
Sebastiaan Zeeff
2019-08-23
-8
/
+49
|
*
First adding default value, then removing it to make it required.
Sebastiaan Zeeff
2019-08-22
-1
/
+6
|
*
Removing default value for 'position' field of Role model
Sebastiaan Zeeff
2019-08-22
-2
/
+1
|
*
Fixing top_role bug for users without roles & adding appropriate test
Sebastiaan Zeeff
2019-08-22
-25
/
+58
|
*
Making User.top_role test only query once
Sebastiaan Zeeff
2019-08-15
-2
/
+3
|
*
Adding missing docstring in public method
Sebastiaan Zeeff
2019-08-15
-0
/
+1
|
*
Adding position, role hierarchy comparisons to Role model; top_role to User m...
Sebastiaan Zeeff
2019-08-15
-8
/
+239
*
|
Properly handle `actor` via `PrimaryKeyRelatedField`.
Johannes Christ
2019-08-17
-2
/
+37
|
/
*
Use different field values.
Johannes Christ
2019-08-14
-2
/
+2
*
Avoid hardcoding module name.
Johannes Christ
2019-08-14
-3
/
+4
*
Apply Mark's suggestions.
Johannes Christ
2019-08-14
-3
/
+3
*
Add a test case.
Johannes Christ
2019-08-14
-0
/
+26
*
Add a database logging handler.
Johannes Christ
2019-08-14
-1
/
+26
*
Attempt a merge migration
sco1
2019-07-19
-0
/
+14
*
Merge branch 'django' into low-hanging-merge-fruit
sco1
2019-07-19
-39
/
+715
|
\
|
*
Merge pull request #220 from python-discord/django-api-bot-nomination-changes
Leon Sandøy
2019-07-12
-43
/
+716
|
|
\
|
|
*
Changing logic so an end_reason can never be specified when updating an activ...
SebastiaanZ
2019-07-12
-1
/
+1
|
|
*
Apply suggestions from code review
Sebastiaan Zeeff
2019-07-04
-2
/
+2
|
|
*
Move end nomination operation to PATCH endpoint
SebastiaanZ
2019-07-03
-81
/
+79
|
|
*
Removing unused import
SebastiaanZ
2019-06-28
-1
/
+0
|
|
*
Nomination API: Changing 'unwatched_at' to 'ended_at'
SebastiaanZ
2019-06-28
-13
/
+36
[next]