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

783 Commits

Author SHA1 Message Date
8d7377ba04 Merge branch 'develop' into develop-2.9 2020-07-02 10:01:01 -04:00
57b73c485f : Remove individual view for extras.Tag 2020-07-01 14:21:51 -04:00
c484fa99e2 Introduce ButtonsColumn to reduce boilerplate and standardize organizational object links 2020-07-01 13:47:01 -04:00
4613b69c28 Extend GetReturnURLMixin to automatically resolve default return URL for querysets 2020-07-01 11:50:31 -04:00
0b1df1483f Automatically import ContentType when entering nbshell 2020-06-30 16:34:53 -04:00
52cff1ee50 Fixes : Fix add/remove tag population when bulk editing objects 2020-06-30 09:55:54 -04:00
36498c9dd2 Base manager for Tag should use RestrictedQuerySet 2020-06-29 14:57:29 -04:00
66703d8963 Fix evaluation of RestrictedQuerySet 2020-06-29 14:42:37 -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