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

1051 Commits

Author SHA1 Message Date
e7cf7d58b8 Fixes #1045 2017-04-05 15:29:53 -05:00
d98e9e1838 Resolved RemovedInDjango20Warning deprecation warnings 2017-04-05 14:40:25 -04:00
369d3aa62e Rearranged URL namespaces to satisfy deprecation warnings 2017-04-05 14:26:33 -04:00
d4ac6dbfe4 Fixes #1043: Corrected queryset in WritableDeviceSerializer validation 2017-04-05 13:38:23 -04:00
91d35905fd Reset version 2017-04-05 12:11:48 -04:00
f000df1e15 Release v2.0-beta2 2017-04-05 11:52:14 -04:00
178f7b4643 Added API endpoints for console and power connections 2017-04-05 11:29:12 -04:00
bde1f6d199 Bump migration index due to a new migration in 1.9.4-r1 2017-04-04 15:59:33 -04:00
0d7ee6f208 Merge branch 'develop' into v2-develop 2017-04-04 15:56:33 -04:00
78adaecb89 Post-release version bump 2017-04-04 15:50:59 -04:00
a18e1a0161 Release v1.9.4-r1 2017-04-04 15:47:25 -04:00
4308b8a4a5 Fixes #1034: Missing migration 2017-04-04 15:46:27 -04:00
ae5bf747c9 #1033: Tweak SelectWithDisabled option template 2017-04-04 14:36:35 -04:00
1ae0820ecc #1033: Update ArrayFieldSelectMultiple for Django 1.11 2017-04-04 14:30:00 -04:00
c09473f41e #1033: Convert SelectWithDisabled to a templatized widget 2017-04-04 14:19:48 -04:00
99a3e0c399 Corrected CustomFieldModelSerializer behavior when serializing lists of objects 2017-04-04 14:09:14 -04:00
d2bd4a213b #1033: Convert ColorSelect to a templatized widget 2017-04-04 13:45:32 -04:00
1dcb0b52e2 #1033: Disable the debug toolbar templates panel by default due to a performance issue under Django 1.11 2017-04-04 13:44:55 -04:00
409c9c4e23 Merge branch 'develop' into v2-develop
Conflicts:
	netbox/netbox/settings.py
2017-04-04 12:06:49 -04:00
aa54e14c37 Post-release version bump 2017-04-04 12:03:26 -04:00
3b2c74042e Release v1.9.4 2017-04-04 11:58:44 -04:00
11ae938146 Fixes #1027: Fixed nav menu highlighting when BASE_PATH is set 2017-04-04 11:55:16 -04:00
f11bb254a5 Only show Custom Fields on IP Address Assign Page if custom fields are set against the ip address (#1031) 2017-04-04 11:37:20 -04:00
5187138547 Refactored custom field serializers 2017-04-04 11:25:23 -04:00
2bb6387dae Fixes #1028: Corrected API endpoint URL name in IPAddressForm 2017-04-03 17:11:22 -04:00
ca293dc0e7 Corrected topology map link 2017-04-03 16:34:37 -04:00
ea1d4e7f50 Updated static CSS/JS libraries 2017-04-03 16:15:06 -04:00
36c31a21b9 Fixed deprecated references to ImageAttachment.obj 2017-04-03 15:51:45 -04:00
51725d3d9c Added a search box to the navigation menu 2017-04-03 15:33:41 -04:00
05d3354570 Fixes #1022: Record user actions when creating IP addresses in bulk 2017-04-03 14:45:20 -04:00
8799a15e73 What would we do without you, PEP8? 2017-04-03 14:26:20 -04:00
2cde9a82a0 Merge pull request #1026 from digitalocean/image-attachments
#152: Image attachments
2017-04-03 14:21:15 -04:00
2c1fa628a2 Implemented API endpoints for ImageAttachments 2017-04-03 14:00:15 -04:00
a67fc64afb Fixes #1025: Applied missing API view filters 2017-04-03 11:04:17 -04:00
6bbdc2bae1 Enable serving static media through Django 2017-03-31 15:51:17 -04:00
50d7fd776f Added image attachments to sites and devices 2017-03-31 15:19:44 -04:00
1c38f705a7 Fixes #1021: Corrected evaluation of API token expiration time 2017-03-31 11:13:37 -04:00
b643939cc4 Initial work on #152: Image attachments 2017-03-30 21:55:57 -04:00
3ed3e93b25 Appended a version flag to all CSS/JS references to invalidate browser cache after an upgrade 2017-03-30 15:40:00 -04:00
998f89216e Updated the docstring for Device 2017-03-30 09:56:47 -04:00
aefc6ff7b4 Merge branch 'global-search' into v2-develop 2017-03-29 16:45:57 -04:00
66615f1a96 Prettied things up a bit 2017-03-29 16:45:25 -04:00
a5dc91c175 Introduced SearchTable for improved performance 2017-03-29 16:05:23 -04:00
d04436aa0a Search form improvements 2017-03-29 14:22:27 -04:00
6542b8b198 Base64 decoding tweaks 2017-03-29 13:39:59 -04:00
6813787fc7 Fixes #1013: Show edit/delete reservation buttons on rack view 2017-03-29 12:15:14 -04:00
afdb24610d Initial work on global search 2017-03-29 12:04:57 -04:00
58e4bf1cc3 Closes #973: Removed extraneous admin UI functions 2017-03-28 16:41:53 -04:00
28761fc960 Closes #362: Added per_page query parameter to control pagination page length 2017-03-28 15:57:50 -04:00
69e54ab410 Token admin form improvements 2017-03-28 12:19:08 -04:00