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

942 Commits

Author SHA1 Message Date
c5308d51f4 Make RackReservation.rack editble for API compatability 2017-03-17 14:40:11 -04:00
a6f4de5817 Wrote tests for IPAM API 2017-03-17 14:36:59 -04:00
8825a03033 Removed unneeded services endpoint from DCIM API 2017-03-17 12:23:23 -04:00
abdfc5c597 Finished DCIM API model tests 2017-03-17 12:16:24 -04:00
be2faaa110 Fixed bug interpreting facility_id as a required field 2017-03-16 17:25:34 -04:00
f33269e50b First batch of DCIM API tests 2017-03-16 16:50:18 -04:00
bbc355df07 Improved create/update validation 2017-03-16 14:17:14 -04:00
d58f9031d1 Wrote tests for tenancy API 2017-03-16 13:29:55 -04:00
0312016f89 Wrote tests for circuits API 2017-03-16 13:23:01 -04:00
e3ae013e42 Implemented full read/write support for secrets 2017-03-15 14:47:18 -04:00
07a2b136b8 Refactored SecretViewSet 2017-03-15 13:48:09 -04:00
3dc15068b9 Allow user to delete session key 2017-03-14 14:01:06 -04:00
4cb30f1ce4 Relate SessionKey to UserKey rather than User 2017-03-14 13:32:07 -04:00
b868de8d67 Updated user URLs 2017-03-14 12:59:10 -04:00
04aedcc056 Merge branch 'develop' into api2
Conflicts:
	netbox/templates/users/_user.html
	netbox/users/urls.py
2017-03-14 12:40:28 -04:00
d9f1bcbf15 Renamed user URL namespace 2017-03-14 12:36:44 -04:00
105d17748e Secrets UI work 2017-03-14 12:32:08 -04:00
dd27950fae Simplify SessionKey usage 2017-03-14 10:58:57 -04:00
f3fd82a24a Allow assigning child devices to rackless parents 2017-03-13 11:31:28 -04:00
cd97b2fb96 Fix parent device position display 2017-03-13 11:25:06 -04:00
f661c233be Fixes #950: Fix site_id error on child device import 2017-03-13 11:18:33 -04:00
6a2a2d5d11 Fixes #957: Correct device site filter count to include unracked devices 2017-03-13 10:13:04 -04:00
87ff433ef8 Fixes #956: Correct bug affecting unnamed rackless devices 2017-03-13 10:06:32 -04:00
4d4441217f APIRootView tweaks 2017-03-09 15:18:50 -05:00
7e51ca9912 Provided a root API view 2017-03-09 15:05:01 -05:00
94a29be415 Removed deprecated GraphListView 2017-03-09 14:28:52 -05:00
9dfda83946 Closes #855: Added an API endpoint for recent activity 2017-03-09 14:26:39 -05:00
41826fc3cb Fixed serialization of CustomFieldChoices 2017-03-09 13:50:30 -05:00
0ed13f6943 Removed browsable API login/logout 2017-03-09 13:38:15 -05:00
6c2ed1be22 Standardized API URL definitions 2017-03-09 13:24:02 -05:00
ddec424429 Replaced RelatedConnectionsView with views.ConnectedDeviceViewSet 2017-03-09 12:18:53 -05:00
7e6d061646 Converted GetSessionKey and RSAKeyGeneratorView to ViewSets 2017-03-08 17:57:51 -05:00
c19725506d Cleanup 2017-03-08 16:30:32 -05:00
a6ceaf8d96 Moved custom field serializers to their own module to avoid circular dependency 2017-03-08 16:18:41 -05:00
f43fbffdf7 Moved TopologyMaps from DCIM to extras 2017-03-08 16:12:14 -05:00
68c099a2af Merge branch 'develop' into api2
Conflicts:
	netbox/netbox/settings.py
2017-03-08 15:18:32 -05:00
70a05b4280 Post-release version bump 2017-03-08 14:45:23 -05:00
094974d417 Release v1.9.1 2017-03-08 14:38:24 -05:00
d89314a559 Fixes #943: Child prefixes missing on Python 3 2017-03-08 14:10:27 -05:00
086340540a Fixes #948: Region name should be hyperlinked to site list 2017-03-08 12:04:50 -05:00
ed83b1d9e9 Closes #946: Disregard mask length when filtering IP addresses by a parent prefix 2017-03-08 11:59:24 -05:00
4f6d2a8b71 Finished user control panel for tokens 2017-03-08 11:34:47 -05:00
d58a8ebba0 Initial work on user control panel for tokens 2017-03-07 23:30:53 -05:00
6be465fe9b Addded is_expired property to Token 2017-03-07 23:30:31 -05:00
26225aff57 Shorten key length to 20 bytes 2017-03-07 22:56:29 -05:00
fd55360672 Suppress default permissions for Token model 2017-03-07 22:40:05 -05:00
4e766c7c3b Closes #945: Display the current user in the nav menu 2017-03-07 22:27:46 -05:00
0b10d98e0b Initial work on token authentication 2017-03-07 17:17:39 -05:00
02e89d77bb Merge branch 'develop' into api2
Conflicts:
	netbox/dcim/api/views.py
2017-03-07 14:08:06 -05:00
4b753b1610 Fixes #944: Correct console and power connection form behavior 2017-03-07 13:32:48 -05:00