Jeremy Stretch
|
d82f2e289a
|
Use ContentTypeChoiceField for all ContentType fields
|
2021-04-02 10:55:16 -04:00 |
|
Jeremy Stretch
|
83c4577f6d
|
Merge branch 'develop' into feature
|
2021-03-31 17:11:54 -04:00 |
|
Jeremy Stretch
|
6ec8ac7597
|
Fixes #6073: Permit users to manage their own REST API tokens without needing explicit permission
|
2021-03-31 13:25:06 -04:00 |
|
Jeremy Stretch
|
fb48c1f6dd
|
Add 'display' field to all REST API serializers
|
2021-03-16 10:06:25 -04:00 |
|
Jeremy Stretch
|
bac2387f50
|
Merge branch 'develop' into feature
|
2021-03-09 20:04:20 -05:00 |
|
Jeremy Stretch
|
e7157973e7
|
Fixes #5922: Fix options for filtering object permissions in admin UI
|
2021-03-08 16:51:11 -05:00 |
|
Jeremy Stretch
|
1dcd857ca6
|
Closes #5370: Extend custom field support to organizational models
|
2021-02-26 16:25:37 -05:00 |
|
Jeremy Stretch
|
7e6cb9d186
|
Closes #1638: Migrate all primary keys to 64-bit integers
|
2021-02-26 16:12:52 -05:00 |
|
Jeremy Stretch
|
bec7ea7072
|
Standardize model types based on function
|
2021-02-24 21:01:16 -05:00 |
|
Jeremy Stretch
|
b2e05aafc1
|
Closes #5531: Ensure consistent calls to parent clean() methods for models, forms
|
2020-12-28 12:54:42 -05:00 |
|
Jeremy Stretch
|
ef77961cf4
|
Fix tests
|
2020-12-01 12:01:10 -05:00 |
|
Jeremy Stretch
|
915cf3e715
|
Merge branch 'develop' into develop-2.10
|
2020-12-01 11:42:55 -05:00 |
|
Jeremy Stretch
|
77bbe5730b
|
Fixes #5383: Fix setting user password via REST API
|
2020-11-25 11:47:53 -05:00 |
|
Jeremy Stretch
|
e5caea04c1
|
Update UserKey views to use "object" context var
|
2020-11-19 13:43:17 -05:00 |
|
Jeremy Stretch
|
a3675854be
|
Clean up generic view templates
|
2020-11-11 16:58:29 -05:00 |
|
Jeremy Stretch
|
2bb79a2773
|
Add missing bulk update test data
|
2020-11-02 16:56:04 -05:00 |
|
Jeremy Stretch
|
fcb5e6ae1c
|
Merge branch 'develop' into develop-2.10
|
2020-10-30 10:38:05 -04:00 |
|
Jeremy Stretch
|
aad32c4866
|
Add tests for UserConfig API endpoint
|
2020-10-29 16:05:59 -04:00 |
|
Jeremy Stretch
|
a43361170c
|
Fix overwriting of existing preferences
|
2020-10-29 14:15:38 -04:00 |
|
Jeremy Stretch
|
2f3557c18f
|
Fixes #5273: Fix exception when validating a new permission with no models selected
|
2020-10-27 10:01:49 -04:00 |
|
Jeremy Stretch
|
2845dd488e
|
Add a REST API endpoint for updating user preferences
|
2020-10-21 09:05:33 -04:00 |
|
John Anderson
|
87c13a876b
|
fixes #5113 - incorrect caching of permission object assignments to user groups in the admin panel
|
2020-10-14 20:10:21 -04:00 |
|
Jeremy Stretch
|
c0c5f52ed9
|
Reorganize REST API components under netbox app
|
2020-10-13 15:57:21 -04:00 |
|
Jeremy Stretch
|
08c492f1f4
|
Merge develop into develop-2.10
|
2020-09-04 16:09:05 -04:00 |
|
Simeon Keske
|
f92569d468
|
move redirect code to own function
|
2020-09-02 22:33:39 +02:00 |
|
Simeon Keske
|
bfcbd9da6c
|
Redirect users away from /login, if they are already logged in
|
2020-08-30 01:44:27 +02:00 |
|
Jeremy Stretch
|
fd139a77f5
|
Closes #4997: Introduce OrderedDefaultRouter; move root API views to views.py
|
2020-08-13 12:49:49 -04:00 |
|
Jeremy Stretch
|
e6bc55af85
|
#4969: Remove user and group assignment from SecretRole
|
2020-08-07 16:19:18 -04:00 |
|
Jeremy Stretch
|
aca3ca9d65
|
Simplify the aggregation of constraint sets
|
2020-08-07 14:09:55 -04:00 |
|
Jeremy Stretch
|
4a516103a6
|
Extend ObjectPermission constraints to OR multiple JSON objects
|
2020-08-06 15:53:23 -04:00 |
|
Jeremy Stretch
|
053c600b67
|
Closes #4943: Add a 'description' field to ObjectPermission
|
2020-08-03 16:37:37 -04:00 |
|
Jeremy Stretch
|
ce2dada9fd
|
Closes #4942: Make ObjectPermission's 'name' field required
|
2020-08-03 16:10:51 -04:00 |
|
Jeremy Stretch
|
ccb2bf4344
|
Exclude permission, userconfig inlines when creating a new user
|
2020-08-03 14:16:21 -04:00 |
|
Jeremy Stretch
|
55ee3db5bc
|
#4919: Allow adding/changing assigned permissions within group and user admin views
|
2020-07-29 12:12:00 -04:00 |
|
Jeremy Stretch
|
46ebeba28f
|
Set default ordering for user and group API endpoints
|
2020-07-23 13:46:40 -04:00 |
|
Jeremy Stretch
|
cb36f9fdb3
|
Remove restriction enforcement from RestrictedQuerySet
|
2020-07-23 12:48:03 -04:00 |
|
Jeremy Stretch
|
380d30e612
|
Add filters for ObjectPermissions
|
2020-07-22 16:34:16 -04:00 |
|
Jeremy Stretch
|
4f54ffa9aa
|
Admin UI cleanup
|
2020-07-22 16:00:28 -04:00 |
|
Jeremy Stretch
|
7cdb0cf560
|
Allow the assignment of ObjectPermissions to users, groups, and permissions
|
2020-07-22 15:25:06 -04:00 |
|
Jeremy Stretch
|
79f1248119
|
Add filter tests for group, users
|
2020-07-22 13:58:12 -04:00 |
|
Jeremy Stretch
|
2cc4f032b0
|
Correct FilterSet naming
|
2020-07-22 13:48:04 -04:00 |
|
Jeremy Stretch
|
64a3bd37e7
|
Move EXEMPT_EXCLUDE_MODELS to settings; add Group and User models
|
2020-07-22 12:13:07 -04:00 |
|
Jeremy Stretch
|
b4cf85149b
|
Add tests for users and groups API endpoints
|
2020-07-22 12:04:14 -04:00 |
|
Jeremy Stretch
|
1ac215bf87
|
Introduce API endpoints for Users and Groups
|
2020-07-22 11:21:51 -04:00 |
|
Jeremy Stretch
|
3e6b257fa0
|
Exclude ObjectPermissions API endpoint from EXEMPT_VIEW_PERMISSIONS
|
2020-07-21 17:39:56 -04:00 |
|
Jeremy Stretch
|
21a750e8ec
|
Change Postgres-specific JSONField to stock Django field
|
2020-07-16 12:02:49 -04:00 |
|
Jeremy Stretch
|
ccdbf820ba
|
Use monospaced font for ObjectPermission constraints
|
2020-07-08 16:07:07 -04:00 |
|
Jeremy Stretch
|
56c0b48302
|
Enable filtering ObjectPermissions by enabled, action, and object type
|
2020-07-08 14:38:19 -04:00 |
|
Jeremy Stretch
|
4c2fdf3b1c
|
Admin UI should use unrestricted queryset for ObjectPermissions
|
2020-07-08 13:59:57 -04:00 |
|
Jeremy Stretch
|
4eddec4b1e
|
#4806: Add url field to ObjectPermissionSerializer
|
2020-07-08 13:57:50 -04:00 |
|