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
/
apps
/
api
/
viewsets
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Add alternate accounts to the user model
jchristgit
2024-05-23
-8
/
+175
*
Add reviewed to nomination filterset fields
Joe Banks
2024-05-21
-1
/
+2
*
Soft-delete reminders on DELETE instead of removing entirely
Chris Lovering
2024-05-10
-0
/
+18
*
Update user viewset docstrings with display_name
Joe Banks
2024-04-01
-3
/
+11
*
Revert "Bump djangorestframework from 3.14.0 to 3.15.1"
jchristgit
2024-03-31
-0
/
+26
*
Implement adjustments for DRF 3.15
Johannes Christ
2024-03-29
-26
/
+0
*
Merge branch 'main' into mailing-list-model
Xithrius
2024-02-03
-2
/
+6
|
\
|
*
Merge pull request #1186 from python-discord/nplusone-infractions-expanded
jchristgit
2023-12-15
-1
/
+5
|
|
\
|
|
*
Prefetch user and actor in expanded infraction view
Johannes Christ
2023-12-15
-1
/
+5
|
*
|
Preload nomination entries in nomination viewset
Johannes Christ
2023-12-15
-1
/
+1
|
|
/
*
/
Migrate mailing lists to their own API endpoints
Johannes Christ
2023-12-17
-9
/
+105
|
/
*
Unify frozen fields logic into serializer mixin (#1169)
jchristgit
2023-12-11
-10
/
+0
*
Implement editing of offensive message records (#1165)
jchristgit
2023-12-11
-1
/
+12
*
Update code for new linter rules
Johannes Christ
2023-06-21
-2
/
+2
*
Use the new datetime.UTC alias over datetime.timezone.utc
Chris Lovering
2023-05-13
-2
/
+2
*
Switch to ruff for linting
Johannes Christ
2023-05-10
-9
/
+7
*
Rename additional_field to additional_settings
mbaruh
2023-03-26
-7
/
+7
*
Merge branch 'main' into new-filter-schema
mbaruh
2023-03-21
-3
/
+5
|
\
|
*
Remove typo
vivekashok1221
2023-02-17
-1
/
+1
|
*
Add jump_url field to infraction model
vivekashok1221
2023-02-17
-3
/
+5
*
|
Fix documentation and import
mbaruh
2023-02-11
-2
/
+2
*
|
Update viewsets, fix linting
mbaruh
2023-01-28
-168
/
+364
*
|
Merge branch 'main' into new-filter-schema
mbaruh
2023-01-27
-8
/
+70
|
\
|
|
*
Merge branch 'main' into 2304-link-previous-nomination-threads
Amrou Bellalouna
2022-12-29
-1
/
+56
|
|
\
|
|
*
Include users with no messages in response, and simplify response format
wookie184
2022-11-17
-11
/
+8
|
|
*
Change the endpoint to be a POST not a GET
wookie184
2022-11-02
-3
/
+3
|
|
*
Add API endpoint for activity data
wookie184
2022-10-27
-1
/
+59
|
*
|
remove useless coverage related commented
Amrou Bellalouna
2022-11-07
-1
/
+0
|
*
|
refactor nomination validation flow
Amrou Bellalouna
2022-11-07
-12
/
+8
|
*
|
add validation criteria for thread_id modification
Amrou Bellalouna
2022-11-07
-0
/
+12
|
|
/
*
|
Rename delete_messages to the more generic remove_context
mbaruh
2022-11-09
-6
/
+6
*
|
Merge branch 'main' into new-filter-schema
mbaruh
2022-10-07
-16
/
+13
|
\
|
|
*
Bump To Django 4.1.1 & Update Dependencies
Hassan Abouelela
2022-09-30
-10
/
+7
|
*
Fix Unittest Deprecation Warnings
Hassan Abouelela
2022-09-04
-6
/
+6
*
|
Merge branch 'main' into new-filter-schema
mbaruh
2022-07-15
-16
/
+266
|
\
|
|
*
Adjust filtering settings for the AoC link viewset
D0rs4n
2022-04-18
-1
/
+1
|
*
Don't return the BumpedThread object when retrieving single
Chris Lovering
2022-03-16
-9
/
+15
|
*
Only return list of ints when retrieving all BumpedThreads
Chris Lovering
2022-03-16
-6
/
+1
|
*
Add support for BumpedThreads to be stored in site
Chris Lovering
2022-03-16
-0
/
+67
|
*
Move FilterList imports down so they're sorted
Chris Lovering
2022-03-16
-1
/
+1
|
*
Add new filter field, and patch the docs in AoC viewsets
D0rs4n
2022-03-10
-13
/
+12
|
*
Enhance code, documentation consistency in AoC related code
D0rs4n
2022-03-10
-3
/
+5
|
*
Patch AoC tables to use the Discord user as PK.
D0rs4n
2022-03-09
-3
/
+5
|
*
Add reason field to AoC completionist block table
D0rs4n
2022-03-09
-2
/
+5
|
*
Enhance comments and table structure in AoC related modules
D0rs4n
2022-03-08
-4
/
+4
|
*
Add support for storing AoC related data in site
D0rs4n
2022-03-07
-0
/
+142
|
*
Explicitly pass timezone
Johannes Christ
2022-03-02
-2
/
+8
|
*
Fix timezone awareness warnings
Johannes Christ
2022-03-02
-6
/
+5
|
*
Assert we're dealing with the unique constraint
Johannes Christ
2022-02-21
-8
/
+16
|
*
Prevent race condition with duplicate infractions
Johannes Christ
2022-02-21
-0
/
+18
[next]