netbox/netbox/users
2024-08-29 07:51:09 -04:00
..
api Fixes #17279: Do not regenerate key when updating a token via REST API 2024-08-29 07:51:09 -04:00
forms Fixes #16964: Ensure configured password validators are enforced (#16990) 2024-07-26 16:20:46 -04:00
graphql Fixes: #16292 - Properly restrict GraphQL queries for querys with pk set (#17244) 2024-08-28 12:23:25 -04:00
migrations 16138 fix user/group permissions (#16152) 2024-05-17 15:07:19 -04:00
models Refactor models under users app 2024-04-02 15:06:05 -04:00
tests Fixes #16964: Ensure configured password validators are enforced (#16990) 2024-07-26 16:20:46 -04:00
__init__.py Initial push to public repo 2016-03-01 11:23:03 -05:00
admin.py Prevent the stock Django Group model from appearing in the admin UI (if enabled) 2024-04-02 15:48:40 -04:00
apps.py Closes #15042: Move model registration logic to AppConfigs (#15203) 2024-02-21 14:22:13 -05:00
constants.py 16138 fix user/group permissions (#16152) 2024-05-17 15:07:19 -04:00
filtersets.py #12795: Complete support for description field on custom Group model 2024-04-02 14:44:26 -04:00
preferences.py add ENABLE_TRANSLATION setting to optionally turn translation off (#16096) 2024-05-14 09:21:00 -04:00
signals.py Refactor models under users app 2024-04-02 15:06:05 -04:00
tables.py #12795: Complete support for description field on custom Group model 2024-04-02 14:44:26 -04:00
urls.py #12795: Complete support for description field on custom Group model 2024-04-02 14:44:26 -04:00
utils.py 9669 sanitize social auth usernames (#10549) 2022-10-05 11:50:47 -04:00
views.py Dissuade non-superusers from creating API tokens via the admin view 2024-04-19 14:34:25 -04:00