1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

826 Commits

Author SHA1 Message Date
3777fbccc3 Implements - run reports and scripts in the background 2020-06-29 03:50:05 -04:00
95965d65c9 Fix some instances where RestrictedQuerySet is evaluated prematurely 2020-06-26 12:22:02 -04:00
71afba4d2e Fixes : Update custom script documentation for ObjectVar 2020-06-25 17:33:41 -04:00
6f8f3f98b4 Tweak ObjectChangeLogView to work with both restricted and unrestricted querysets 2020-06-25 15:58:13 -04:00
8695714c65 Fix device component changelog display 2020-06-25 12:09:56 -04:00
fd18395f78 Fix queryset for TagBulkImportView 2020-06-17 13:31:26 -04:00
2d4694e72d Merge pull request from netbox-community/3703-limit-tag-creation
Closes : Restrict tag creation
2020-06-17 12:28:04 -04:00
54ece346bc DummyQuerySet should be iterable to allow for serialization 2020-06-17 12:20:56 -04:00
5e71bad5cf Fix serialization of tags upon object deletion 2020-06-17 12:00:50 -04:00
bb755daf8b Update tests 2020-06-17 11:14:41 -04:00
ef978b2ebf Update TaggedItemTest 2020-06-17 10:50:37 -04:00
448dc1442c Replace TaggitSerializer and TagListSerializerField with TaggedObjectSerializer 2020-06-17 09:57:17 -04:00
4ae05dddeb Tag should use a stock manager by default 2020-06-16 17:02:03 -04:00
58f4e3756c Fix ObjectChangeLogView 2020-06-16 15:04:34 -04:00
ed0b38c7a7 Bypass restriction for querysets used for filtering by related object 2020-06-16 13:15:58 -04:00
e917535380 Merge branch 'develop' into develop-2.9 2020-06-15 16:04:32 -04:00
eaaaaec5a5 Fixes : Fix merging of form fields among custom scripts 2020-06-15 14:20:00 -04:00
7dc4f8d5cc Remove TagField 2020-06-12 10:01:39 -04:00
da906f48d9 Standardize add, import, and export functionality for tags 2020-06-12 09:48:23 -04:00
d26fcc9918 Annotated blocked TODO items 2020-06-10 16:56:24 -04:00
c1a37db871 Fix managers on Graph and ExportTemplate 2020-06-08 13:41:12 -04:00
a8145fe4c2 Add permission assignment to custom test methods 2020-06-08 13:40:46 -04:00
0ebd87bcb9 Merge branch 'develop' into develop-2.9 2020-06-08 10:33:23 -04:00
4f830c9c22 Fix list_brief tests 2020-06-05 16:09:55 -04:00
032f87caec Merge branch 'develop' into 4722-api-tests 2020-06-05 15:50:14 -04:00
e616aad911 Fixes : Fix "brief" rendering of various REST API endpoints 2020-06-05 15:49:06 -04:00
665646707c Standardize extras API tests 2020-06-05 13:41:54 -04:00
fae115b995 Closes : Improve display of template code for object in admin UI 2020-06-04 13:11:24 -04:00
19407ba3bc Uodate script and report views to use ObjectPermissionRequiredMixin 2020-06-02 15:40:39 -04:00
7a7634de2d Accomodate custom legacy permission in schema migration 2020-06-02 10:50:58 -04:00
3c334a0238 Update views to restrict all querysets 2020-06-01 11:43:49 -04:00
e23b2c4c4f Implement RestrictedQuerySet as a manager 2020-05-29 16:27:36 -04:00
486f1a74ab Standardize base classes for view test cases 2020-05-28 12:05:54 -04:00
ce46512c74 Fix permission assignment in tests 2020-05-27 16:53:30 -04:00
03da9348e5 Merge branch 'develop-2.9' into 554-object-permissions 2020-05-26 16:42:39 -04:00
28a14cf5ae Merge branch 'develop' into develop-2.9 2020-05-26 16:39:23 -04:00
ccc31b2c7c Fixes : Allow passing initial data to custom script MultiObjectVar 2020-05-26 15:34:29 -04:00
92f49b4711 Closes : Set default color for rack and devices roles 2020-05-26 09:36:27 -04:00
4545c15173 Merge branch 'develop' into 4651-csrf-in-plugintemplateextension 2020-05-26 09:02:39 -04:00
635fefcb5c Update exempted tests 2020-05-22 16:33:56 -04:00
ff3b348771 Add csrf_token to PluginTemplateExtension context 2020-05-22 22:28:04 +02:00
27700d316f Add perms to PluginTemplateExtension context 2020-05-22 22:24:39 +02:00
1bce148be2 Enforce object-level permissions for ObjectConfigContextView 2020-05-22 11:55:56 -04:00
e61fc1f709 Introduce ObjectView to enforce object-level permissions for individual object views 2020-05-21 15:53:00 -04:00
8fd860a413 Transition BulkDeleteView to use ObjectPermissionRequiredMixin 2020-05-21 15:14:29 -04:00
82c247f3cf Transition BulkEditView to use ObjectPermissionRequiredMixin 2020-05-21 15:07:20 -04:00
2b32430a10 Transition ObjectDeleteView to use ObjectPermissionRequiredMixin 2020-05-21 14:34:40 -04:00
406b076b95 Transition ObjectEditView to use ObjectPermissionRequiredMixin 2020-05-21 13:59:19 -04:00
993ee8c900 Transition ObjectListView to use ObjectPermissionRequiredMixin 2020-05-21 13:22:09 -04:00
f3b22acc9a Merge branch 'develop' into develop-2.9 2020-05-15 11:29:07 -04:00