Jeremy Stretch
fb4157645e
Merge branch 'develop' into develop-2.3
2017-11-17 12:05:38 -05:00
Jeremy Stretch
24821a6f93
Fixes #1599 : Reduce mobile cut-off for navigation menu to 960px
2017-11-15 14:57:56 -05:00
Jeremy Stretch
066a1d36d7
Fixes #1599 : Display global search in navigation menu unless display is less than 1200px wide
2017-11-15 14:44:33 -05:00
Jeremy Stretch
af68ea5dfd
Merge branch '150-interface-vlans' into develop-2.3
2017-11-14 15:36:14 -05:00
Jeremy Stretch
a2b9578724
Rearranged device/VM view and expanded component lists
2017-11-03 16:58:56 -04:00
Jeremy Stretch
90f8c7bde5
Fixed vertical heigh of checboxes in tables
2017-10-27 10:31:54 -04:00
Jeremy Stretch
ff7a3b75b7
Fixes #1567 : Prompt user for session key when importing secrets
2017-10-10 13:22:40 -04:00
Jeremy Stretch
7558170f4c
Redesigned the navigation menus
2017-09-29 14:27:42 -04:00
Jeremy Stretch
c5eaaae9e7
Merge pull request #1544 from digitalocean/reports
...
Closes #1511 : Implemented reports
2017-09-28 17:16:10 -04:00
Jeremy Stretch
ab9ee8b78d
Prettied up the reports list
2017-09-26 17:17:28 -04:00
Jeremy Stretch
8936528bb0
Merge branch 'develop' of github.com:digitalocean/netbox into develop-2.2
2017-09-25 15:12:47 -04:00
Jeremy Stretch
f6e6910bc5
Cleaned up device interfaces/IPs table
2017-09-20 14:44:51 -04:00
Jeremy Stretch
fcc8f7e076
Merge branch 'develop' into develop-2.2
...
Conflicts:
netbox/dcim/forms.py
2017-09-14 14:58:45 -04:00
Jeremy Stretch
d6637410a2
Don't add a placeholder option to multiselect widgets
2017-09-12 14:14:08 -04:00
huzichunjohn
f35e08b496
Fixes #1472 : Secret truncated when using '<' character ( #1477 )
2017-09-11 10:55:04 -04:00
Jeremy Stretch
6bd187b3bf
Tweaked navigation menu styling
2017-08-03 17:49:22 -04:00
Jeremy Stretch
a4b0316daf
Added an AJAX spinner
2017-07-17 11:41:39 -04:00
Jeremy Stretch
c005f2bc20
Upgraded jQuery to v3.2.1
2017-07-14 10:17:09 -04:00
Jeremy Stretch
b8a620b689
#1265 : Improved livesearch UI Javascript
2017-06-14 14:50:12 -04:00
Jeremy Stretch
7a400af2e4
Fixes #1265 : Fix console/power/interface connection validation when selecting a device via live search
2017-06-14 13:00:36 -04:00
Jeremy Stretch
4dea82c140
Fixes #1199 : Bulk import of secrets does not prompt user to generate a session key
2017-05-18 09:17:41 -04:00
Jeremy Stretch
78fcfb42f0
Fixes #1157 : Hide nav menu search bar on small displays
2017-05-17 16:00:46 -04:00
Jeremy Stretch
0164fedbd8
Fixes #1152 : Unable to edit user keys
2017-05-09 17:53:37 -04:00
Jeremy Stretch
7e1002b1cd
Fixes #1132 : Prompt user to unlock session key when importing secrets
2017-05-03 11:47:28 -04:00
Jeremy Stretch
410cfab36b
Merge branch 'develop' into v2-develop
...
Conflicts:
netbox/ipam/forms.py
2017-04-27 15:29:40 -04:00
Jeremy Stretch
9957b62b6b
Fixes #1101 : Fix AJAX scripting for device component selection forms
2017-04-26 12:53:14 -04:00
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
f80de87771
#878 : Show assigned IP addresses in device interfaces list
2017-04-12 22:02:23 -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
796e595e81
Updated static CSS/JS libraries
2017-04-03 16:15:06 -04:00
Jeremy Stretch
74d27b8e1f
Prettied things up a bit
2017-03-29 16:45:25 -04:00
Zach Moody
6e5ab9e0af
Fixes #996
2017-03-24 17:38:06 -05:00
Jeremy Stretch
d76d4b6966
Fix API JS to read response.results for new API
2017-03-20 10:06:25 -04:00
Jeremy Stretch
5e0b257865
Allow user to delete session key
2017-03-14 14:01:06 -04:00
Jeremy Stretch
87abcf8306
Secrets UI work
2017-03-14 12:32:08 -04:00
Jeremy Stretch
a98a856ae3
Converted GetSessionKey and RSAKeyGeneratorView to ViewSets
2017-03-08 17:57:51 -05:00
Jeremy Stretch
e82e39745b
Merge branch 'develop' into api2
...
Conflicts:
netbox/dcim/api/serializers.py
2017-02-17 15:12:53 -05:00
Jeremy Stretch
91be4a4df3
Closes #198 : Support for rackless devices ( #902 )
...
* Initial work to support rackless devices
* Updated device component connection forms
* Updated IP address assignment form
* Updated circuit termination form
* Formatting cleanup
* Fixed tests
2017-02-17 14:48:00 -05:00
Jeremy Stretch
b9d5d9ee8c
Merge branch 'develop' into api2
...
Conflicts:
netbox/dcim/api/serializers.py
netbox/dcim/api/urls.py
netbox/dcim/api/views.py
netbox/dcim/filters.py
2017-02-16 14:28:06 -05:00
Jeremy Stretch
cc79b8ea3d
Rack reservations ( #900 )
...
* Initial work on rack reservations
* Added views for rack reservations
* Implemented ArrayFieldSelectMultiple form widget
* Implemented API endpoints for rack reservations
* Tweaked the database migration
2017-02-16 13:46:58 -05:00
Jeremy Stretch
2520227b41
Fixes #884 : Preserve selected rack unit when changing a device's rack face
2017-02-09 23:27:12 -05:00
Jeremy Stretch
c6cd67ee39
Adapted the web UI to work with the new secrets API
2017-02-03 16:14:42 -05:00
Jeremy Stretch
bc065b1ce8
Fixes #840 : Correct API path resolution for secrets when BASE_PATH is configured
2017-01-23 16:25:05 -05:00
Jeremy Stretch
9470a03d0e
Re-implemented method for bulk editing/deleting all objects within a filtered queryset
2017-01-20 16:42:11 -05:00
Jeremy Stretch
09036bef05
Closes #743 : Enabled bulk creation of all device components
2016-12-16 16:29:32 -05:00
Jeremy Stretch
2893bd0433
Cleaned up attribute tables
2016-12-14 17:09:33 -05:00
Jeremy Stretch
69dd8cd3c3
Widened page layout; improved mobile rendering
2016-12-09 16:23:11 -05:00
Jeremy Stretch
9733e623e5
Fixes #672 : Expanded color selection for rack and device roles
2016-12-06 12:28:29 -05:00
Jeremy Stretch
be2d21908d
#672 : Cleaned up rack elevation CSS
2016-12-05 18:11:07 -05:00
Jeremy Stretch
c4c468bef9
Closes #667 : Added stats to RIR list view
2016-11-11 15:02:53 -05:00
Jeremy Stretch
dcceba0e02
Closes #608 : Add "toggle all" button to device and device type components
2016-10-19 15:45:26 -04:00
Jeremy Stretch
369a7f4a3f
#527 : Initial work to allow nullifying fields during bulk edit
2016-09-30 16:17:41 -04:00
Jeremy Stretch
f8a651ea08
Closes #345 : Bulk edit: allow user to select all objects on page or all matching query
2016-09-28 16:56:17 -04:00
Jeremy Stretch
f980944a8a
Fixes #558 : Update slug field when name is populated without a key press
2016-09-15 11:36:45 -04:00
Jeremy Stretch
67922d6345
Fixes #507 : Corrected rendering of nav menu on screens narrower than 1200px
2016-09-12 15:02:40 -04:00
Jeremy Stretch
1f6a0b9c0a
Deleted obsolete javascript
2016-09-12 13:50:55 -04:00
Jeremy Stretch
8cd2aff7f0
Fixes #486 : Prompt for secret key only if updating a secret's value
2016-08-18 16:43:41 -04:00
Jeremy Stretch
c5c55380a8
Fixes #463 : Prevent prepopulation of livesearch field with '---------'
2016-08-12 11:24:29 -04:00
Jeremy Stretch
cee7ac1972
Added colored labels for device and rack roles
2016-08-10 13:35:55 -04:00
Jeremy Stretch
05f35e4798
We have a logo!
2016-08-09 14:57:14 -04:00
Jeremy Stretch
b19e69b2c9
Fixed toggling of secret lock/unlock buttons
2016-08-04 14:42:34 -04:00
Jeremy Stretch
90d2ad059b
Fixes #425 : Ignore leading and trailing periods when generating a slug
2016-08-04 11:52:55 -04:00
Jeremy Stretch
bb16a5f4dd
Fixes #370 : Notify user when secret decryption fails
2016-07-22 14:43:14 -04:00
Jeremy Stretch
7aa059ddcf
Fixes #317 : Rack elevation display fix for device types greater than 42U in height
2016-07-18 13:03:40 -04:00
Jeremy Stretch
b4cd784c2b
Merge pull request #283 from ercpe/html-overflow
...
Use overflow-y: scoll on html element
2016-07-13 16:03:53 -04:00
Jeremy Stretch
15f784343a
Fixes #282 : De-select "all" checkbox if one or more objects are deselected
2016-07-13 13:50:50 -04:00
Johann Schmitz
e93ef07810
Use overflow-y: scoll on html element to avoid jumping around when the previous/next page adds a vertical scrollbar.
2016-07-13 15:39:59 +02:00
Jeremy Stretch
daaf3df6df
A little cleanup from #222
2016-07-11 13:29:58 -04:00
bellwood
c94ff32ba8
Update base.css
2016-07-09 14:09:35 -04:00
Jeremy Stretch
08ee992c59
Fixes #48 : Set .container to auto with a max width
2016-06-28 09:50:00 -04:00
Jeremy Stretch
0a82c7ac59
Fixes #45 : Strip plus signs during slugification
2016-06-28 09:39:55 -04:00
Jeremy Stretch
0b66b547a3
Fixed double top border on component template tables
2016-06-24 12:56:36 -04:00
Jeremy Stretch
39330850b3
Standardized graph display; added templatization for graph links
2016-06-24 11:16:49 -04:00
Jeremy Stretch
45906fae69
Tweaked rack unit colors/borders
2016-06-22 13:38:57 -04:00
Jeremy Stretch
ed07b235a2
Pulled in all third-party resources and standardized on static template tag
2016-06-21 13:26:19 -04:00
Jeremy Stretch
4c66419af8
Added U heights 17-42
2016-06-01 13:51:05 -04:00
Jeremy Stretch
bbdc7dccba
Added JS for SlugField autofill
2016-05-20 15:32:17 -04:00
Jeremy Stretch
c4f4ad8a08
Update livesearch text when real field changes
2016-05-19 17:02:35 -04:00
Jeremy Stretch
6ce2cf9db0
Reworked secrets API to allow optional decryption by POSTing a private key
2016-03-22 12:17:49 -04:00
Jeremy Stretch
27b289ee3b
Initial push to public repo
2016-03-01 11:23:03 -05:00