Arthur
4e418ba7f0
12589 objectpermission test fixes for create check where create new objectpermission
2023-06-26 09:35:32 -07:00
Arthur
8e57521f3e
12589 objectpermission test fixes for create check where create new objectpermission
2023-06-26 09:32:47 -07:00
Arthur
c25fee9315
12589 objectpermission test fixes
2023-06-26 08:43:26 -07:00
Arthur
c4131af496
12589 objectpermission bulk edit
2023-06-25 17:11:31 -07:00
Arthur
93ba0c0177
12589 validation error
2023-06-25 12:02:53 -07:00
Arthur
e7b21549b2
12589 validation error
2023-06-25 12:02:21 -07:00
Arthur
b3b59a2e49
12589 objectpermission get_absolute_url
2023-06-25 12:00:14 -07:00
Arthur
ee29b2762d
12589 cleanup
2023-06-24 20:54:36 -07:00
Arthur
53fe4495e3
12589 group test fixes
2023-06-24 20:48:07 -07:00
Arthur
ef4e9bd0d8
12589 export objects test fixes
2023-06-24 20:25:44 -07:00
Arthur
0fee7b71ff
12589 bulk edit test fixes
2023-06-24 20:16:41 -07:00
Arthur
923afae23d
12589 fix tests
2023-06-23 08:41:27 -07:00
Arthur
53b19980a1
12589 fix tests
2023-06-23 08:26:31 -07:00
Arthur
98ac45ec3c
12589 fix tests
2023-06-22 16:34:55 -07:00
Arthur
bce8672a85
12589 test fixes
2023-06-22 10:31:28 -07:00
Arthur
8267ca5840
12589 fix for Objectchange
2023-06-20 17:12:43 -07:00
Arthur
39608f6d83
12589 fixes for add/edit user form
2023-06-20 13:04:08 -07:00
Arthur
bdfcb939f1
12589 fix permission model check
2023-06-20 10:16:15 -07:00
Arthur
d0d74c98ad
12589 update comments
2023-06-15 17:02:58 -07:00
Arthur
540339683c
12589 add user group manager
2023-06-13 14:33:41 -07:00
Arthur
4332ba0beb
12589 user RestrictedQuerySet for permission
2023-06-13 11:12:06 -07:00
Arthur
3c6091135d
12589 user RestrictedQuerySet for permission
2023-06-13 10:20:16 -07:00
Arthur
1435cd7f7a
12589 fix user/group create
2023-06-13 10:10:06 -07:00
Arthur
281aa92322
12589 fix objectpermissionform
2023-06-12 15:53:09 -07:00
Arthur
cc7f7687c4
12589 fix users object_permissions m2m
2023-06-12 15:17:48 -07:00
Arthur
3ed852f88a
12589 UI fixes
2023-06-12 13:10:14 -07:00
Arthur
78ef1d1412
12589 UI fixes
2023-06-12 12:41:18 -07:00
Arthur
057fbf0ac4
12589 fix boolean filters
2023-06-12 09:36:46 -07:00
Arthur
30a168a33e
125890 fixes
2023-06-09 14:40:41 -07:00
Arthur
4560eb6508
125890 fixes
2023-06-09 14:06:30 -07:00
Arthur
f1eadc6a5c
125890 fix objectpermission form
2023-06-09 13:00:23 -07:00
Arthur
2fdd834a66
125890 fix group permission views
2023-06-09 11:05:31 -07:00
Arthur
4da0b835fd
125890 basic group objectpermission views
2023-06-07 08:36:42 -07:00
Arthur
bd67cfb401
125890 basic group objectpermission views
2023-06-06 11:15:35 -07:00
Arthur
a609467968
125890 add form fields
2023-06-06 09:57:23 -07:00
Arthur
b17dfa0534
125890 first working user list
2023-06-02 09:58:45 -07:00
Arthur
773a4f9896
125890 first working user list
2023-06-02 09:57:15 -07:00
jeremystretch
4208b79514
Closes #12320 : Remove obsolete fields napalm_driver and napalm_args from Platform
2023-05-16 09:35:27 -04:00
jeremystretch
02db0bcc2e
Closes #11766 : Remove obsolete custom ChoiceField and MultipleChoiceField classes
2023-05-12 16:27:50 -04:00
Austin de Coup-Crank
e40e9cb406
Closes #11017 : increase maximum power draw ( #12587 )
...
* Convert power draw/max draw to PositiveIntegerField
* Closes #11017 : Increase maximum power draw
* Rename migration file for clarity
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-12 16:10:12 -04:00
Arthur Hanson
21f4761335
12468 disallow double underscores in custom field names ( #12523 )
...
* 12468 disallow double underscores in custom field names
* 12468 disallow double underscores in custom field names
* 12468 review changes
* 12468 correct migration
* 12468 use inverse match
* 12468 use inverse match
* Add test for invalid custom field names
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-12 16:08:57 -04:00
jeremystretch
39fd64b2ef
Fixes #12570 : Disable ordering of synchronized object tables by the synced attribute
2023-05-12 11:08:32 -04:00
jeremystretch
567285d36a
Changelog for #7671 , #10686 , #11233 , #11559 , #12554
2023-05-12 11:00:33 -04:00
jeremystretch
ff874a24dd
#7671 : Document REMOTE_AUTH_AUTO_CREATE_GROUPS config parameter
2023-05-12 10:56:36 -04:00
Abhimanyu Saharan
9b80ec22ba
Adds db read-only middleware ( #12490 )
...
* adds db read-only middleware #11233
* fixed attribute error
* replaces getattr with get_config
2023-05-12 10:50:51 -04:00
Jon Schewe
cc0c985fec
Feature/remote group autocreate ( #12394 )
...
* Add REMOTE_AUTH_AUTOCREATE_GROUPS
When REMOTE_AUTH_AUTOCREATE_GROUPS is True, Netbox will create groups
referenced in the REMOTE_AUTH_GROUP_HEADER that don't exist in the
database.
Closes #7671
* Fix naming of parameter
Apply the fix requested by kkthxbye-code in https://github.com/netbox-community/netbox/pull/8603
---------
Co-authored-by: Lars Kellogg-Stedman <lars@oddbit.com>
2023-05-12 10:35:09 -04:00
Abhimanyu Saharan
4eb5e90ccc
Adds contact tabs ( #12460 )
...
* adds contact tabs #11599
* fixed lint issues
* changes as per review
* changes as per review
* replaces generic object template with base template
2023-05-12 10:26:26 -04:00
Abhimanyu Saharan
e71a98499f
Adds BANNER_MAINTENANCE config ( #12555 )
...
* adds BANNER_MAINTENANCE config #12554
* changes as per review
* lint fix
* Fix admin form field widget
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-12 09:54:59 -04:00
Daniel Sheppard
011a936a56
Fixes #10686 - Import cables using VC master device ( #12551 )
...
* Allow importing cables against master device for subordinate device interfaces
* Add tests
2023-05-12 09:07:51 -04:00
Abhimanyu Saharan
556beeee6c
Updates doc for reports and scripts permission ( #12565 )
...
* updates doc for script permission #12557
* updates doc for reports permission #12557
2023-05-12 09:04:56 -04:00