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
/
bot
/
user.py
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Fix newly added lint rules from new ruff version
forms
Joe Banks
2025-07-18
-1
/
+1
*
Mark unique constraint error checks as no cover
Johannes Christ
2025-05-01
-1
/
+8
*
Add alternate accounts to the user model
jchristgit
2024-05-23
-8
/
+175
*
Update user viewset docstrings with display_name
Joe Banks
2024-04-01
-3
/
+11
*
Update code for new linter rules
Johannes Christ
2023-06-21
-2
/
+2
*
Switch to ruff for linting
Johannes Christ
2023-05-10
-3
/
+2
*
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
*
Fix Unittest Deprecation Warnings
Hassan Abouelela
2022-09-04
-1
/
+1
*
Allow searching users by username and discriminator
Johannes Christ
2022-02-13
-0
/
+5
*
Use voice_mute and voice_ban to determine voice_gate
Chris Lovering
2022-01-27
-8
/
+6
*
Always include metricity message blocks
Chris Lovering
2021-12-16
-5
/
+1
*
Only calc activity blocks when <1k messages
Chris Lovering
2021-11-22
-1
/
+7
*
Decrease page size for user list endpoint.
Johannes Christ
2021-10-09
-1
/
+1
*
Rename an error to have a correct error suffix
Chris Lovering
2021-09-22
-3
/
+3
*
Document endpoint in viewset docstring
Boris Muratov
2021-03-12
-0
/
+16
*
Add route to get a member's data for helper review
Boris Muratov
2021-03-07
-0
/
+15
*
Update verified_at fields to joined_at fields
Joe Banks
2020-12-19
-1
/
+1
*
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
|
*
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
|
*
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
|
*
add pagination for GET request on /bot/users endpoint
rohanjnr
2020-08-26
-6
/
+24
*
|
Broke out metricity connection into an
Lucas Lindström
2020-10-08
-8
/
+9
*
|
Reduce metricity db setup script and API response to the bare necessities.
Lucas Lindström
2020-10-06
-25
/
+4
*
|
Added total message count to metricity data response.
Lucas Lindström
2020-10-06
-1
/
+8
*
|
Fix minor style issue.
Lucas Lindström
2020-10-06
-2
/
+0
*
|
Added metricity db connection and user bot API
Lucas Lindström
2020-10-06
-0
/
+46
|
/
*
Alter API tests to use new user roles format
Joseph Banks
2020-06-02
-1
/
+1
*
No longer accept or track avatar_hash.
Leon Sandøy
2020-05-27
-5
/
+0
*
Restructure viewsets to submodules.
Johannes Christ
2019-04-17
-0
/
+126