Commit Graph

10487 Commits

Author SHA1 Message Date
Brian Candler
e3b9a289b0 Fix broken cookie paths when BASE_PATH is set (introduced in #10706) (#10856)
Fixes #10837
2022-11-10 16:23:05 -05:00
Arthur Hanson
775fb49de5 10874 remove link to contact roles (#10879) 2022-11-10 16:19:43 -05:00
jeremystretch
e9aad49131 Changelog for #10709, #10829 2022-11-04 16:56:52 -04:00
Arthur
4cf5caf737 10829 fix top edit selected button 2022-11-04 16:54:24 -04:00
Arthur
3bce0a571b 10709 add AzureAD Tenant Oauth2 2022-11-04 09:12:22 -04:00
Arthur Hanson
85d71af7b7 8072 move js code from template to static file (#10824) 2022-11-03 09:29:45 -04:00
jeremystretch
054a84adcd PRVB 2022-11-01 17:11:55 -04:00
jeremystretch
913ef1920d Merge branch 'master' into develop 2022-11-01 17:10:18 -04:00
jeremystretch
27ca4ddeb8 Release v3.3.7 2022-11-01 17:09:55 -04:00
jeremystretch
dc74ec57b4 Fixes #10809: Permit nullifying site time_zone via REST API 2022-11-01 17:09:55 -04:00
jeremystretch
5b2a63e700 Fixes #10791: Permit nullifying VLAN group scope_type via REST API 2022-11-01 17:09:55 -04:00
jeremystretch
d117188bb2 Fixes #10803: Fix exception when ordering contacts by number of assignments 2022-11-01 17:09:55 -04:00
jeremystretch
ea48742352 Changelog for #10282, #10770 2022-11-01 17:09:55 -04:00
Arthur
48e31a3051 10282 fix race condition in API IP creation 2022-11-01 17:09:55 -04:00
Arthur
afae0b672d 10770 fix social auth 2022-11-01 17:09:55 -04:00
jeremystretch
1c55ebb006 Changelog for #10666 (missed in v3.3.6) 2022-11-01 17:09:55 -04:00
jeremystretch
20315b3bbf PRVB 2022-11-01 17:09:55 -04:00
jeremystretch
44e6b32ae5 Release v3.3.7 2022-11-01 16:48:40 -04:00
jeremystretch
946e5328fd Fixes #10809: Permit nullifying site time_zone via REST API 2022-11-01 16:45:32 -04:00
jeremystretch
be38b00870 Fixes #10791: Permit nullifying VLAN group scope_type via REST API 2022-11-01 15:38:10 -04:00
jeremystretch
e8a8ccf8f6 Fixes #10803: Fix exception when ordering contacts by number of assignments 2022-11-01 15:27:35 -04:00
jeremystretch
674e0ee6f7 Changelog for #10282, #10770 2022-10-31 15:15:45 -04:00
Arthur
35cff964fa 10282 fix race condition in API IP creation 2022-10-31 15:04:43 -04:00
Arthur
49be2cdadd 10770 fix social auth 2022-10-31 15:02:57 -04:00
jeremystretch
c9e46b7812 Changelog for #10666 (missed in v3.3.6) 2022-10-26 15:11:44 -04:00
jeremystretch
cd5088ce99 PRVB 2022-10-26 10:23:50 -04:00
Jeremy Stretch
db4a3a8158 Merge pull request #10758 from netbox-community/develop
Release v3.3.6
2022-10-26 10:18:44 -04:00
jeremystretch
de21de794a Release v3.3.6 2022-10-26 09:58:31 -04:00
Kevin Petremann
ae2f6010e4 Fix LDAP auth: user never updated if inactive 2022-10-26 09:40:05 -04:00
jeremystretch
abbf100669 Fixes #10682: Correct home view links to connection lists 2022-10-26 09:32:29 -04:00
jeremystretch
fee8fd6812 Fixes #10719: Prevent user without sufficient permission from creating an IP address via FHRP group creation 2022-10-26 08:44:20 -04:00
jeremystretch
03636ac212 Fixes #10723: Distinguish between inside/outside NAT assignments for device/VM primary IPs 2022-10-26 08:23:50 -04:00
Arthur
59592b9fcc 10610 interface_id query on lag return vc interfaces 2022-10-26 08:10:03 -04:00
Arthur Hanson
6864ef2b49 10716 add left-right plugins to tags page (#10744)
* 10716 add left-right plugins to tags page

* 10716 add back plugin_full_width
2022-10-26 08:05:15 -04:00
jeremystretch
d20c0aa44a Fixes #10745: Correct display of status field in clusters list 2022-10-25 16:41:07 -04:00
jeremystretch
e16ccf30ae Fixes #10746: Add missing status attribute to cluster view 2022-10-25 16:38:32 -04:00
jeremystretch
7134847dff Tweak PR template language 2022-10-21 12:47:19 -04:00
jeremystretch
1a9a8153f4 Closes #10718: Optimize object-based permissions enforcement 2022-10-21 12:43:36 -04:00
jeremystretch
fd3435cb4c Changelog for #9584, #10580, #10639 2022-10-20 16:31:52 -04:00
Arthur Hanson
c5e2290bd3 9584 add device type (slug) to filter list (#10630)
* 9584 add device type (slug) to filter list

* 9584 add test
2022-10-20 16:27:51 -04:00
Craig Pund
9b5d2d2178 Fixes #10580 (#10687)
* change IP address accessor to parent object

* set IP assigned check to link to interface

* Fix Assigned not being orderable

Co-authored-by: Jeremy Stretch <jstretch@ns1.com>

Co-authored-by: Craig Pund <cpund@iuhealth.org>
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2022-10-20 16:26:26 -04:00
Patrick Rauscher
a9af9db22a Set *_COOKIE_PATH according to BASE_PATH
As discussed in #10639, all three `COOKIE_PATH`s should be set accordingly with the netbox-`BASE_PATH` to improve coexistance with other Django-projects probably hosted on the same Host
2022-10-20 16:24:38 -04:00
jeremystretch
b5d77a7776 Fixes #10712: Fix ModuleNotFoundError exception when generating API schema under Python 3.9+ 2022-10-20 15:49:13 -04:00
jeremystretch
2c561fdd1c Update documentation section options for new issues 2022-10-19 09:52:10 -04:00
jeremystretch
5acc7a941b Changelog for #10643, #10646 2022-10-19 09:02:09 -04:00
jeremystretch
cedc528a4b Revert PR #10621 2022-10-19 08:55:30 -04:00
jeremystretch
b55993086d Fix styling for power input, rear port connection links 2022-10-19 08:47:14 -04:00
Arthur
9983197282 10646 fix cable power feed filter 2022-10-19 08:42:55 -04:00
Arthur Hanson
081911df00 10643 add fieldset to device role for improved add/edit form display (#10680)
* 10643 add fieldset to device role for improved add/edit form display

* 10643 update other forms

* 10643 update other forms

* Specify fieldsets for additional models

Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-10-19 08:35:23 -04:00
jeremystretch
99925720f9 Closes #10685: Position A/Z termination cards above the fold under circuit view 2022-10-18 16:51:37 -04:00