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
*
Ensure bot/infractions does not accept both expires and permanent filters
bast
2021-05-30
-0
/
+18
*
Fix bot/infractions after and before filter check being inverted
bast
2021-05-30
-1
/
+1
*
Raise ValidationError for new bot/infractions filter if the types are invalid
bast
2021-05-30
-0
/
+13
*
Add permanent, types, and expires_at filters to bot/infractions endpoint
bast
2021-05-21
-0
/
+42
*
Merge branch 'main' into limit-infraction-result
Matteo Bertucci
2021-04-24
-27
/
+146
|
\
|
*
Document endpoint in viewset docstring
Boris Muratov
2021-03-12
-0
/
+16
|
*
Merge branch 'master' into mbaruh/channel-activity
Boris Muratov
2021-03-11
-27
/
+115
|
|
\
|
|
*
Fix grammar of unknown actor error and change tests
ks129
2021-03-06
-1
/
+1
|
|
*
Fix grammar of nomination viewset command about single entry for user
ks129
2021-03-06
-1
/
+1
|
|
*
Change as -> to in nomination viewset docs
ks129
2021-03-06
-1
/
+1
|
|
*
Fix grammar of error messages and change tests to match with changes
ks129
2021-03-05
-4
/
+4
|
|
*
Use double quotes instead apostrophe because string contain "don't"
ks129
2021-03-05
-1
/
+1
|
|
*
Replace double quotes with single quotes
ks129
2021-03-05
-1
/
+1
|
|
*
Fix grammar of nomination endpoints documentation
ks129
2021-03-05
-5
/
+5
|
|
*
Simplify nominations viewset
ks129
2021-02-24
-48
/
+3
|
|
*
Small improvements in nomination viewset
ks129
2021-02-22
-31
/
+31
|
|
*
Wrap validation errors to []
ks129
2021-02-22
-5
/
+5
|
|
*
Disable creating multiple nomination entries of one nomination for one actor
ks129
2021-02-22
-0
/
+10
|
|
*
Migrate PATCH request for 2-table nominations system
ks129
2021-02-22
-10
/
+60
|
|
*
Update nominations viewset GET and POST to make this working with 2-table system
ks129
2021-02-22
-23
/
+96
|
*
|
Add route to get a member's data for helper review
Boris Muratov
2021-03-07
-0
/
+15
|
|
/
*
|
Update doc in pydis_site/apps/api/viewsets/bot/infraction.py
Kunal Sharma
2021-03-07
-2
/
+2
*
|
Update doc in pydis_site/apps/api/viewsets/bot/infraction.py
Kunal Sharma
2021-03-07
-2
/
+1
*
|
Update pagination docs and pagination class location
Kunal Sharma
2021-02-26
-17
/
+6
*
|
Add custom paginator class to override default resonse
Kunal Sharma
2021-02-25
-18
/
+17
*
|
Styling fixes
Kunal Sharma
2021-01-28
-5
/
+12
*
|
update paginated response in list infraction
Kunal Sharma
2021-01-28
-0
/
+15
*
|
fix: flake8 error
Kunal Sharma
2021-01-27
-10
/
+4
*
|
Apply LimitOffsetPagination in GET Infraction with default Page Size 100
Kunal Sharma
2021-01-27
-0
/
+2
|
/
*
Update verified_at fields to joined_at fields
Joe Banks
2020-12-19
-1
/
+1
*
Include DestroyModelMixin to infractions view for DELETE method
ks129
2020-12-05
-1
/
+15
*
Update viewset to include activity_blocks response item
Joe Banks
2020-10-27
-1
/
+4
*
Don't catch multiple object returned exception
ks129
2020-10-10
-3
/
+1
*
Fix wrong exception name
ks129
2020-10-10
-1
/
+1
*
Include voice ban status on metricity data
ks129
2020-10-10
-0
/
+13
*
Merge remote-tracking branch 'upstream/master' into feat/397-398-metricity-db...
dementati
2020-10-10
-9
/
+107
|
\
|
*
Move Validation checks to serializer from viewset
RohanJnr
2020-10-09
-20
/
+2
|
*
supress warning: UnorderedObjectListWarning: Pagination may yield inconsisten...
RohanJnr
2020-10-08
-1
/
+1
|
*
return empty list as response for bulk creation of users
RohanJnr
2020-10-08
-1
/
+2
|
*
Merge branch 'master' into user_endpoint
Rohan Reddy Alleti
2020-10-08
-37
/
+0
|
|
\
|
*
|
correct indentation
RohanJnr
2020-10-08
-10
/
+10
|
*
|
update documentation
RohanJnr
2020-10-08
-36
/
+34
|
*
|
raise ValidationError if users have same ID in request data during bulk patch
RohanJnr
2020-10-08
-9
/
+15
|
*
|
update documentation
RohanJnr
2020-10-07
-3
/
+3
|
*
|
Document changes made to UserListSerializer in UserViewSet
RohanJnr
2020-10-07
-0
/
+3
|
*
|
Update docstring of UserViewSet and correct function annotation on UserListPa...
RohanJnr
2020-10-06
-4
/
+5
|
*
|
return next and previous page numbers in paginator instead of links
RohanJnr
2020-10-05
-11
/
+30
|
*
|
Merge branch 'master' into user_endpoint
rohanjnr
2020-09-09
-109
/
+25
|
|
\
\
|
*
|
|
Add code to replace restframework_bulk package for bulk create and simplify U...
rohanjnr
2020-08-28
-3
/
+17
|
*
|
|
add support for bulk updates on user model
rohanjnr
2020-08-26
-0
/
+60
[next]