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
...
|
*
|
|
Merge branch 'master' into simple-admin-log-entry-view
Johannes Christ
2019-10-11
-0
/
+131
|
|
\
\
\
|
|
*
\
\
Merge pull request #269 from python-discord/migrate-nominations-to-nomination...
Johannes Christ
2019-10-11
-5
/
+100
|
|
|
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
|
*
|
Migrate nominations to new Nomination model
Sebastiaan Zeeff
2019-09-30
-5
/
+100
|
|
*
|
|
Add favicons; workaround for gitattributes
ByteCommander
2019-10-08
-0
/
+42
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Deny `LogEntry` deletion.
Johannes Christ
2019-10-11
-0
/
+5
|
*
|
|
Allow filtering through metadata, and searching by message.
Johannes Christ
2019-10-11
-0
/
+2
|
*
|
|
Remove old import.
Johannes Christ
2019-10-11
-2
/
+0
|
*
|
|
Group fieldsets.
Johannes Christ
2019-10-11
-0
/
+5
|
*
|
|
Use multi-column output from Django.
Johannes Christ
2019-10-11
-32
/
+1
|
*
|
|
Pluralize properly.
Johannes Christ
2019-10-11
-0
/
+22
|
*
|
|
Allow viewing log entries in the Django Admin.
Johannes Christ
2019-10-11
-11
/
+73
|
|
/
/
*
|
|
Signals: Handle (and test) mapping updates/deletions
Gareth Coles
2019-10-11
-14
/
+125
*
|
|
Signals: Fix test for `deletion=True` change
Gareth Coles
2019-10-11
-1
/
+1
*
|
|
Signals: `add()` does require a list, a generator won't do.
Gareth Coles
2019-10-11
-2
/
+2
*
|
|
Clean up signal tests as per @jchristgit's review
Gareth Coles
2019-10-11
-9
/
+10
*
|
|
Simplify signals.py as per @jchristgit's review
Gareth Coles
2019-10-11
-10
/
+6
*
|
|
Clarify _apply_groups kwarg (Thanks, @jchristgit)
Gareth Coles
2019-10-11
-1
/
+1
*
|
|
Register GH provider manually in tests
Gareth Coles
2019-10-06
-0
/
+9
*
|
|
Remove GH login implementation, out of scope of this PR
Gareth Coles
2019-10-06
-2
/
+0
*
|
|
Prevent saving emails, remove login page
Gareth Coles
2019-10-06
-86
/
+34
*
|
|
Replace card on login page with notification
Gareth Coles
2019-10-06
-14
/
+6
*
|
|
Login page and styling fixes
Gareth Coles
2019-10-06
-23
/
+117
*
|
|
Make the Bulma colours less saturated
Gareth Coles
2019-10-06
-4
/
+11
*
|
|
Add missing CSS for notifications
Gareth Coles
2019-10-06
-0
/
+99
*
|
|
Message styling (default to light for now)
Gareth Coles
2019-10-06
-25
/
+19
*
|
|
Move messages to the top right
Gareth Coles
2019-10-06
-18
/
+35
*
|
|
Test allauth redirect URLs
Gareth Coles
2019-10-05
-0
/
+14
*
|
|
Set up needed Allauth URLs and add login/logout to navbar
Gareth Coles
2019-10-05
-1
/
+45
*
|
|
Add MessageRedirectView and show messages on the index page
Gareth Coles
2019-10-05
-0
/
+59
*
|
|
Clean up and comment signal tests
Gareth Coles
2019-10-04
-19
/
+31
*
|
|
Add docstrings to tests, and test role mapping __str__()
Gareth Coles
2019-10-04
-4
/
+19
*
|
|
Tests for signal handlers
Gareth Coles
2019-10-04
-5
/
+291
*
|
|
Hook up Allauth and model signals to handle group assignments
Gareth Coles
2019-10-03
-1
/
+165
*
|
|
Remove app_label from role mapping model
Gareth Coles
2019-10-03
-3
/
+0
*
|
|
Add model to map Discord roles to Django permissions groups
Gareth Coles
2019-10-03
-0
/
+61
*
|
|
Disable Allauth email verification
Gareth Coles
2019-10-03
-0
/
+2
*
|
|
Re-add erroneously removed static files
Gareth Coles
2019-10-03
-0
/
+1316
*
|
|
Remove accidental static files commit; fix Allauth
Gareth Coles
2019-10-03
-1317
/
+1
*
|
|
Initial Allauth dependency and settings/urls
Gareth Coles
2019-10-03
-0
/
+18
|
/
/
*
|
Add link to Contributing landing page to our website's navbar (#270)
scragly
2019-10-01
-0
/
+3
|
\
\
|
*
|
Add link to Contributing landing page to navbar
Sebastiaan Zeeff
2019-09-30
-0
/
+3
|
|
/
*
/
Monkeypatch in new HEADER_ID_PREFIX.
Leon Sandøy
2019-09-30
-0
/
+4
|
/
*
Merge branch 'master' into decoupling-warnings-and-notes
Leon Sandøy
2019-09-30
-6
/
+13
|
\
|
*
Merge branch 'master' into new-managepy
Leon Sandøy
2019-09-29
-0
/
+0
|
|
\
|
|
*
Remove rogue image file
kosayoda
2019-09-29
-0
/
+0
|
|
*
Add static images for wiki contributing guides
kosayoda
2019-09-28
-0
/
+0
|
*
|
Support internal docker network DNS resolution & dev ALLOWED_HOSTS env var.
scragly
2019-09-28
-6
/
+13
|
|
/
*
|
Reject unhidden note or hidden warning infraction
Sebastiaan Zeeff
2019-09-26
-15
/
+38
*
|
Migrate hidden warnings to notes
Sebastiaan Zeeff
2019-09-26
-0
/
+23
|
/
*
Merge branch 'master' into update-linting
S. Co1
2019-09-24
-9
/
+36
|
\
[prev]
[next]