Commit Graph

10237 Commits

Author SHA1 Message Date
jeremystretch
20b0b76dbf Continued work on feature docs 2022-08-10 12:51:21 -04:00
Dorian Bourgeoisat
2709156f76 Closes #8595: Added new PON interface types 2022-08-10 15:33:33 +02:00
Barnabas Lovas
733a361941 Closes #9625: Add Contact Phone/Email to quick view panes to save time 2022-08-10 13:22:58 +02:00
jeremystretch
f018bbb497 Continued work on feature docs 2022-08-09 16:49:28 -04:00
Jeremy Stretch
658450cb7a Merge pull request #9958 from threadedstream/fix_typo_virt_filtersets
fix typo in virtualization/forms/filtersets.py
2022-08-09 14:29:58 -04:00
jeremystretch
e4e8883427 Fixes #9900: Pre-populate site & rack fields for cable connection form 2022-08-09 14:21:27 -04:00
jeremystretch
0328f078a5 Fixes #9938: Exclude virtual interfaces from terminations list when connecting a cable 2022-08-09 11:39:04 -04:00
jeremystretch
5e19ae756f Fixes #9939: Fix list of next nodes for split paths under trace view 2022-08-09 11:29:42 -04:00
gildarov
8448571ae5 fix typo in virtualization/forms/filtersets.py 2022-08-09 11:56:19 +03:00
jeremystretch
151a09bb4b Merge branch 'develop' into feature 2022-08-08 15:39:03 -04:00
jeremystretch
d675a46ff5 PRVB 2022-08-08 15:34:13 -04:00
Jeremy Stretch
e25300990b Merge pull request #9955 from netbox-community/develop
Release v3.2.8
2022-08-08 15:32:38 -04:00
jeremystretch
ab3bd6f941 Release v3.2.8 2022-08-08 15:17:36 -04:00
jeremystretch
baf9c6f7d6 Fixes #9950: Prevent redirection to arbitrary URLs via 'next' parameter on login URL 2022-08-08 14:21:42 -04:00
jeremystretch
ea4c1b32dc Fixes #9952: Prevent InvalidMove when attempting to assign a nested child object as parent 2022-08-08 12:22:22 -04:00
jeremystretch
5cec6049a0 Fixes #9948: Fix TypeError exception when requesting API tokens list as non-authenticated user 2022-08-08 12:22:01 -04:00
jeremystretch
6eb254da89 Fixes #9949: Fix KeyError exception resulting from invalid API token provisioning request 2022-08-08 11:43:27 -04:00
jeremystretch
0d285d9c03 Clean up usages of mark_safe() 2022-08-08 10:47:07 -04:00
jeremystretch
86592a4aa3 Changelog for #9919 2022-08-08 10:24:49 -04:00
Jeremy Stretch
01196145e2 Merge pull request #9940 from osamu-kj/develop
Fixes #9919: XSS Bypass in custom fields displayed in tables
2022-08-08 10:10:11 -04:00
jeremystretch
dc613efb0d PEP8 fix 2022-08-08 09:58:58 -04:00
Osamu-kj
2a52544208 Custom fields - removed the debug lines 2022-08-06 17:17:43 +02:00
Osamu-kj
e7593baa43 Fixed the XSS protection code inside custom fields 2022-08-06 15:10:31 +02:00
jeremystretch
d09d179961 Started on feature docs 2022-08-04 16:35:32 -04:00
jeremystretch
d7685184d0 Drop markdown-include 2022-08-04 14:12:51 -04:00
jeremystretch
4b987453fd Reorganize documentation 2022-08-04 14:11:52 -04:00
jeremystretch
cf03c3f6a9 Merge branch 'feature' into docs-refresh 2022-08-04 13:13:22 -04:00
Osamu-kj
18a7adb95c Added HTML Sanitization to the custom fields 2022-08-04 18:52:25 +02:00
jeremystretch
2f84453256 Fix denormalization logic to be compatible with loading fixture data 2022-08-04 10:42:44 -04:00
jeremystretch
a9900059e7 Changelog for #9827, #9906 2022-08-03 15:22:51 -04:00
Jeremy Stretch
2d7cce2a2f Merge pull request #9850 from sleepinggenius2/issue_9827
Adds patterned_fields support for bulk component creation
2022-08-03 15:22:16 -04:00
Jeremy Stretch
ca54c070be Merge pull request #9911 from oasys/9906-support-color-on-frontrearport-import-export
Fixes #9906 import/export front/rearport color field for module- and device-types
2022-08-03 14:58:02 -04:00
jeremystretch
4715db927d Release v3.3-beta2 2022-08-03 14:41:50 -04:00
Jeremy Stretch
76d7d4fdc0 Merge pull request #9904 from netbox-community/9888-site_device_filters
Fixes: #9888 - Add filter and columns for device and site
2022-08-03 13:31:58 -04:00
jeremystretch
cf0623a55a Fixes #9778: Fix exception during cable deletion after deleting a connected termination 2022-08-03 12:46:16 -04:00
jeremystretch
c7cdcbd22f Closes #9853: Show full object in cable A/B termination lists 2022-08-03 10:50:35 -04:00
Jason Lavoie
e361c0c393 import/export color field on front- and rear-ports for module-types and device-types
Closes: #9906

- Adds `color` field to front and rearport template import forms
- Adds `color` field to `to_yaml` export for front and rearport
  templates
2022-08-03 09:22:06 -04:00
Daniel Sheppard
4c37bf8430 Fix up a few minor mistakes. Add tests. 2022-08-02 13:38:17 -05:00
jeremystretch
fea8b94912 Fixes #9788: Ensure denormalized fields on CableTermination are kept in sync with related objects 2022-08-02 13:56:52 -04:00
Daniel Sheppard
6a7f3b15ff #9888 - Add filter and columns for device and site 2022-08-02 12:56:10 -05:00
jeremystretch
61c704c97b Closes #9903: Implement a mechanism for automatically updating denormalized fields 2022-08-02 13:49:34 -04:00
jeremystretch
3593fcaa75 Closes #9896: Discontinue arbitrary use of OrderedDict 2022-08-01 16:51:44 -04:00
jeremystretch
30b7f8f2ae Merge branch 'develop' into feature 2022-08-01 14:42:09 -04:00
Jeremy Stretch
ca6818a530 Merge pull request #9886 from hagbarddenstore/issue_9699
Remove deprecated usage of prefetch_related
2022-08-01 13:46:38 -04:00
jeremystretch
7038fa0545 Fixes #9789: Fix rendering of cable traces ending at provider networks 2022-08-01 13:29:39 -04:00
jeremystretch
c3e27f9953 #9871: Tweak display of utilization graph value 2022-08-01 12:38:12 -04:00
jeremystretch
ee1722d100 Fixes #9871: Fix utilization graph value alignments 2022-08-01 11:54:39 -04:00
jeremystretch
6a4355f600 Closes #9893: Move YAML serialization logic for component templates under the individual models 2022-08-01 11:39:07 -04:00
jeremystretch
3459bb8314 Closes #9882: Add manufacturer column to modules table 2022-08-01 10:36:53 -04:00
jeremystretch
271efb4aec Closes #9883: Linkify location column in power panels table 2022-08-01 10:32:05 -04:00