Jeremy Stretch
|
3ed0fd653d
|
Fixes #1078: Increase default limit for number of objects returned by web form API call
|
2017-04-17 15:50:00 -04:00 |
|
Jeremy Stretch
|
dfa0275908
|
Merge branch 'develop' into v2-develop
Conflicts:
netbox/dcim/forms.py
netbox/dcim/views.py
netbox/ipam/forms.py
netbox/templates/_base.html
netbox/utilities/views.py
|
2017-04-13 15:42:50 -04:00 |
|
Jeremy Stretch
|
42868b7906
|
Fixes #1074: Require ncclient 0.5.3 (Python 3 fix)
|
2017-04-13 15:34:35 -04:00 |
|
Jeremy Stretch
|
d2b5ecee51
|
#878: Layout tweaks
|
2017-04-13 15:09:08 -04:00 |
|
Jeremy Stretch
|
946b142a69
|
Closes #1001: Merged IP interface assignment into ipam.IPAddressForm
|
2017-04-13 14:54:17 -04:00 |
|
Jeremy Stretch
|
d536cfb057
|
Improved handling of return_url for object edit/delete views; removed manual definitions of initial data fields
|
2017-04-13 13:11:23 -04:00 |
|
Jeremy Stretch
|
f80de87771
|
#878: Show assigned IP addresses in device interfaces list
|
2017-04-12 22:02:23 -04:00 |
|
Jeremy Stretch
|
a569811b4c
|
Differentiate between LAG and virtual interfaces in device interface list
|
2017-04-12 16:06:36 -04:00 |
|
Jeremy Stretch
|
30fee9a7e5
|
Fixes #1072: Order LAG interfaces naturally on bulk interface edit form
|
2017-04-12 15:51:14 -04:00 |
|
Jeremy Stretch
|
7904f9011f
|
Merge pull request #1070 from bellwood/patch-1
Python3 fixes for CentOS/RHEL
|
2017-04-12 15:25:36 -04:00 |
|
bellwood
|
9f2cdc4f39
|
Python3 fixes for CentOS/RHEL
1) python3 should be python34
2) python34-pip does does exist, you must install python34-setuptools and then: easy_install-3.4 pip
|
2017-04-12 09:42:48 -04:00 |
|
Jeremy Stretch
|
50b4b5f2dc
|
Fixes #1059: Allow filtering of interface connections via API
|
2017-04-10 16:15:36 -04:00 |
|
Jeremy Stretch
|
a9e85e39be
|
Merge pull request #1064 from eliezerlp/v2-develop
Pointing Dockerfile to 'v2-beta' branch instead of a particular tag
|
2017-04-10 10:57:18 -04:00 |
|
Jeremy Stretch
|
aba02ed2bc
|
Replace tabs with spaces
|
2017-04-10 10:55:05 -04:00 |
|
Jeremy Stretch
|
0b4b473fe3
|
Closes #1061: Escape all messages by default (complements #1062)
|
2017-04-10 10:54:35 -04:00 |
|
Eliezer Paiewonsky
|
10dc98fc7f
|
Pointing Dockerfile to 'v2-beta' branch
Was pointing to a particular tag instead.
|
2017-04-10 10:27:32 -04:00 |
|
Jeremy Stretch
|
c450e43e38
|
Merge pull request #1062 from asteinhauser/develop
XSS flaw bugfix
|
2017-04-10 10:14:31 -04:00 |
|
Anthony Steinhauser
|
4b65d55347
|
XSS flaw bugfix
|
2017-04-10 16:00:22 +02:00 |
|
Jeremy Stretch
|
58c6df8e93
|
Fixes #1057: Corrected VLAN validation during prefix import
|
2017-04-07 14:50:08 -04:00 |
|
Jeremy Stretch
|
e121a4f31c
|
Merge branch 'develop' into v2-develop
Conflicts:
netbox/netbox/settings.py
netbox/netbox/urls.py
requirements.txt
|
2017-04-06 17:01:13 -04:00 |
|
Jeremy Stretch
|
88e36efe10
|
Post-release version bump
|
2017-04-06 16:36:42 -04:00 |
|
Jeremy Stretch
|
e7a9652e69
|
Release v1.9.5
|
2017-04-06 16:34:00 -04:00 |
|
Jeremy Stretch
|
54f6e23a35
|
Closes #1052: Added rack reservation list and bulk delete views
|
2017-04-06 16:26:48 -04:00 |
|
Jeremy Stretch
|
6bad3c3d1d
|
Fixes #1047: Correct ordering of numbered subinterfaces
|
2017-04-06 15:13:20 -04:00 |
|
Jeremy Stretch
|
93086099cd
|
Colored nodes in topology maps
|
2017-04-06 14:12:30 -04:00 |
|
Jeremy Stretch
|
d1c7a56904
|
Fixes #1049: Prompt user if missing session key when adding/editing a secret
|
2017-04-06 13:55:40 -04:00 |
|
Jeremy Stretch
|
aa49458d4d
|
Fixes #1051: Upgraded django-rest-swagger
|
2017-04-06 11:54:13 -04:00 |
|
Jeremy Stretch
|
d99f1b7d9d
|
Fixes #1051: Upgraded django-rest-swagger
|
2017-04-06 09:40:09 -04:00 |
|
Jeremy Stretch
|
78021eb53c
|
Merge pull request #1046 from digitalocean/component-filter-by-name
Fixes #1045
|
2017-04-06 09:14:41 -04:00 |
|
Jeremy Stretch
|
2ac4fe9ecc
|
Closes #578: Show topology maps not assigned to a site on the home view
|
2017-04-05 17:33:39 -04:00 |
|
Jeremy Stretch
|
cd767261c3
|
Closes #430: Include circuits when rendering topology maps
|
2017-04-05 17:24:40 -04:00 |
|
Zach Moody
|
210e05db3f
|
Fixes #1045
|
2017-04-05 15:29:53 -05:00 |
|
Jeremy Stretch
|
4384993546
|
Resolved RemovedInDjango20Warning deprecation warnings
|
2017-04-05 14:40:25 -04:00 |
|
Jeremy Stretch
|
e46675aa22
|
Rearranged URL namespaces to satisfy deprecation warnings
|
2017-04-05 14:26:33 -04:00 |
|
Jeremy Stretch
|
3e343a02e8
|
Fixes #1043: Corrected queryset in WritableDeviceSerializer validation
|
2017-04-05 13:38:23 -04:00 |
|
Jeremy Stretch
|
269f0c9084
|
Reset version
|
2017-04-05 12:11:48 -04:00 |
|
Jeremy Stretch
|
885125e5db
|
Merge pull request #1042 from digitalocean/v2-develop
Release v2.0 Beta 2
|
2017-04-05 11:57:04 -04:00 |
|
Jeremy Stretch
|
71214134f0
|
Release v2.0-beta2
|
2017-04-05 11:52:14 -04:00 |
|
Jeremy Stretch
|
05ae64ca5a
|
Limit <v2.0 installations to Django 1.10
|
2017-04-05 11:34:04 -04:00 |
|
Jeremy Stretch
|
a362e2da7c
|
Added API endpoints for console and power connections
|
2017-04-05 11:29:12 -04:00 |
|
Jeremy Stretch
|
4a4298d22c
|
Extend upgrade script to remove cached bytecode
|
2017-04-05 10:22:37 -04:00 |
|
Jeremy Stretch
|
1ffa90c521
|
Fixes #1037: Fixed error on VLAN import with duplicate VLAN group names
|
2017-04-05 10:13:19 -04:00 |
|
Jeremy Stretch
|
ca1895e237
|
Bump migration index due to a new migration in 1.9.4-r1
|
2017-04-04 15:59:33 -04:00 |
|
Jeremy Stretch
|
e0564fe568
|
Merge branch 'develop' into v2-develop
|
2017-04-04 15:56:33 -04:00 |
|
Jeremy Stretch
|
42e30d753b
|
Post-release version bump
|
2017-04-04 15:50:59 -04:00 |
|
Jeremy Stretch
|
b2c2096fb4
|
Release v1.9.4-r1
|
2017-04-04 15:47:25 -04:00 |
|
Jeremy Stretch
|
7ed56a113c
|
Fixes #1034: Missing migration
|
2017-04-04 15:46:27 -04:00 |
|
Jeremy Stretch
|
416489f3d7
|
#1033: Updated requirements.txt for Django 1.11
|
2017-04-04 14:42:00 -04:00 |
|
Jeremy Stretch
|
1a936a2c73
|
#1033: Tweak SelectWithDisabled option template
|
2017-04-04 14:36:35 -04:00 |
|
Jeremy Stretch
|
e5ba60d339
|
#1033: Update ArrayFieldSelectMultiple for Django 1.11
|
2017-04-04 14:30:00 -04:00 |
|