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
*
Merge branch 'master' into tags-cleanup
ks129
2020-09-01
-2
/
+25
|
\
|
*
Revert "Revert pull request #348"
ks129
2020-08-30
-2
/
+25
|
*
Revert pull request #348
MarkKoz
2020-08-29
-25
/
+2
|
*
Fix linting issues on off-topic viewset
ks129
2020-08-29
-3
/
+7
|
*
Simplify non-random off-topic names selection
ks129
2020-08-29
-22
/
+17
|
*
Merge branch 'master' into off-topic-non-random
Leon Sandøy
2020-08-27
-9
/
+159
|
|
\
|
*
|
OT: Rename variable `ext` to `other_names`
ks129
2020-05-28
-3
/
+3
|
*
|
OT: Rename variable `need_more` to `names_needed`
ks129
2020-05-28
-2
/
+2
|
*
|
OT: Fix comments
ks129
2020-05-28
-4
/
+4
|
*
|
OT: Refactor off-topic-names random items getting
ks129
2020-05-28
-30
/
+25
|
*
|
(Off-topic Channel Names Viewset): Added documentation about new `mark_used` ...
ks123
2020-03-30
-0
/
+29
*
|
|
(Tag Cleanup): Removed Tag viewset from viewsets __init__.py
ks123
2020-08-27
-1
/
+0
*
|
|
(Tag Cleanup): Removed Tags viewset.
ks123
2020-08-27
-106
/
+0
|
|
/
|
/
|
*
|
Update docstring for new fetching behaviour
Numerlor
2020-08-20
-0
/
+24
*
|
Allow direct fetching of reminders by id
Numerlor
2020-08-20
-1
/
+7
*
|
Merge branch 'master' into whitelist_system
Leon Sandøy
2020-07-29
-2
/
+28
|
\
\
|
*
|
Fix misleading documentation
kosayoda
2020-07-19
-1
/
+1
|
*
|
Document more undocumented stuff
kosayoda
2020-07-16
-2
/
+6
|
*
|
Document PATCH for reminders
kosayoda
2020-07-16
-0
/
+16
|
*
|
Document POSTing mentions in ReminderViewSet
kosayoda
2020-07-16
-0
/
+1
|
*
|
Document mentions in ReminderViewSet
kosayoda
2020-07-16
-0
/
+5
*
|
|
Rename AllowDenyList to FilterList
Leon Sandøy
2020-07-27
-19
/
+19
*
|
|
Document the get_types endpoint.
Leon Sandøy
2020-07-19
-0
/
+14
*
|
|
Add another AllowDenyList field, 'comment'.
Leon Sandøy
2020-07-19
-0
/
+3
*
|
|
Add an endpoint for getting AllowDenyList types.
Leon Sandøy
2020-07-17
-0
/
+8
*
|
|
Rename AllowList to AllowDenyList.
Leon Sandøy
2020-07-16
-16
/
+16
*
|
|
Improve some docstrings.
Leon Sandøy
2020-07-16
-6
/
+24
*
|
|
Minor fixes for imports and __init__ files.
Leon Sandøy
2020-07-15
-0
/
+2
*
|
|
Allowlist viewset.
Leon Sandøy
2020-07-15
-0
/
+54
|
/
/
*
|
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
|
/
*
Rename route /bot/offensive-message to /bot/offensive-messages
Akarys42
2019-12-14
-3
/
+3
*
Block PATCH and PUT methods
Akarys42
2019-11-07
-3
/
+2
*
Fix copy pasting mistake
Akarys42
2019-11-07
-1
/
+1
*
Delete unnecessary search filter
Akarys42
2019-10-26
-4
/
+0
*
Change docs to use datetime.datetime instead of datetime.date
Akarys42
2019-10-26
-2
/
+2
*
Create an OffensiveMessage model
Akarys42
2019-10-24
-0
/
+68
*
Lint remaining files
sco1
2019-09-18
-11
/
+15
*
Update linting rules & partially relint
sco1
2019-09-18
-12
/
+14
*
Drop args to reduce line size under 100.
scragly
2019-09-15
-1
/
+3
*
Adding the UpdateModelMixin to the ReminderViewSet.
Leon Sandøy
2019-09-14
-2
/
+3
*
Adding position, role hierarchy comparisons to Role model; top_role to User m...
Sebastiaan Zeeff
2019-08-15
-5
/
+16
*
Merge branch 'django' into low-hanging-merge-fruit
sco1
2019-07-19
-10
/
+205
|
\
|
*
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
-53
/
+55
|
*
Removing unused import
SebastiaanZ
2019-06-28
-1
/
+0
|
*
Nomination API: Changing 'unwatched_at' to 'ended_at'
SebastiaanZ
2019-06-28
-6
/
+6
|
*
Moving end nomination to PUT method and removing separate end point
SebastiaanZ
2019-06-28
-15
/
+14
|
*
Merge branch 'django-api-bot-nomination-changes' of github.com:python-discord...
SebastiaanZ
2019-05-03
-1
/
+1
|
|
\
[next]