Commit Graph

6467 Commits

Author SHA1 Message Date
Jeremy Stretch
d7890d5865 Enabled LDAP authentication 2016-07-08 17:09:35 -04:00
Jeremy Stretch
7db897b18e Split configuration doc into two sections 2016-07-08 16:25:34 -04:00
Jeremy Stretch
4317cab2e7 Remove obsolete docs.html template 2016-07-08 16:09:05 -04:00
Jeremy Stretch
c3a3cdc97a Merge pull request #203 from dinoocch/ldap-docs
Add LDAP Authentication Documentation
2016-07-08 16:08:07 -04:00
Jeremy Stretch
7a17e49662 Removed TOC elements 2016-07-08 16:05:14 -04:00
Jeremy Stretch
057010abce Reorganized installation docs 2016-07-08 16:00:53 -04:00
Jeremy Stretch
45bad94ef6 Structured docs layout 2016-07-08 12:55:57 -04:00
Jeremy Stretch
90788f5d44 Merge branch 'new-docs' into develop 2016-07-08 12:08:32 -04:00
Jeremy Stretch
b84b3d3b51 Moving docs to readthedocs.org 2016-07-08 12:07:04 -04:00
Jeremy Stretch
77cf2f7748 Merge pull request #232 from digitalocean/api-integration
Add initial API Integration document
2016-07-08 12:05:28 -04:00
stanley karunditu
3d87bd0ea0 Potential quick fix for Issue #215. The proper solution is to
redo the grid layout for the page so that its fully responsive.
It is only partial responsive. Did tests using Firefox developer tools.
2016-07-08 07:06:15 -07:00
Jeremy Stretch
e9fcac1557 Changed DeviceForm.device_type label 2016-07-07 22:30:51 -04:00
Matt Layher
b249a8cd0d Add initial API Integration document 2016-07-07 16:18:34 -04:00
Jeremy Stretch
5ed6b8db10 Fixes #228: Correct conditional inclusion of device bays 2016-07-07 13:39:54 -04:00
Matt Layher
ba83f4dcee Merge remote-tracking branch 'origin/master' into develop 2016-07-07 13:01:24 -04:00
Jeremy Stretch
ba74be0af5 Dev version bump 2016-07-07 12:54:25 -04:00
Jeremy Stretch
7befef5586 Merge branch 'develop' 2016-07-07 12:49:56 -04:00
Jeremy Stretch
ec2626aa09 Resolved version conflict 2016-07-07 12:49:35 -04:00
Jeremy Stretch
126dea9ebf Version bump for v1.1.0 2016-07-07 12:27:27 -04:00
Jeremy Stretch
5c6e3905b8 Move membership evaluation to SecretRole 2016-07-07 12:07:02 -04:00
Gelob
eb2af9141b Banner/MOTD Support 2016-07-06 23:37:04 -05:00
Jeremy Stretch
3c71b709ba Clarified secret role permissions 2016-07-06 17:45:08 -04:00
Jeremy Stretch
425776865a Grant superusers permission to decrypt all secrets 2016-07-06 17:40:32 -04:00
Jeremy Stretch
8d837979ff #68: Improved permissions-related error handling 2016-07-06 17:22:10 -04:00
Jeremy Stretch
277e8f902f Optimize database query for user actions list 2016-07-06 16:36:07 -04:00
Jeremy Stretch
8874edad05 Fixes #214: Suppress status message if updated_count has not been provided 2016-07-06 16:25:15 -04:00
Jeremy Stretch
5d5a204d5f Cleaned up 'not connected' text 2016-07-06 16:01:18 -04:00
Jeremy Stretch
dac831048d Merge pull request #210 from peelman/develop
critical connections placeholder should span 5 rows now
2016-07-06 15:57:04 -04:00
Jeremy Stretch
8909a76200 Fixes #209: Read pk list from POST instead of form 2016-07-06 15:55:42 -04:00
Nick Peelman
6551f47323 critical connections placeholder should span 5 rows now 2016-07-06 15:46:00 -04:00
Jeremy Stretch
7a19c699fb Standardized console/power/interface display 2016-07-06 14:40:40 -04:00
Jeremy Stretch
24b60fc1d3 Force 48-bit MAC format for proper error messages during validation 2016-07-06 14:22:34 -04:00
Jeremy Stretch
b8112483e5 Merge pull request #170 from peelman/add-mac-address-to-interface
Add mac address to interface
2016-07-06 13:38:46 -04:00
Nick Peelman
59128bc7ab Regenerate migration 2016-07-06 13:22:41 -04:00
Nick Peelman
aed0f2f2cb Fix connected interface template rendering... 2016-07-06 13:21:40 -04:00
Nick Peelman
ed64efa89e Fix PEP8 compliance...(again) 2016-07-06 13:21:40 -04:00
Nick Peelman
edfb17ca16 Fix PEP8 compliance... 2016-07-06 13:21:40 -04:00
Nick Peelman
8658b497d7 Remove external macaddress package dependency 2016-07-06 13:21:40 -04:00
Nick Peelman
45ed851277 Tests pass now 2016-07-06 13:21:40 -04:00
Nick Peelman
8dd76556b2 Add fixtures for mac addresses. add mac addresses to api tests 2016-07-06 13:21:40 -04:00
Nick Peelman
3ceb5261b7 Relocate Add Interface button to match the style used in the rest of the view 2016-07-06 13:21:40 -04:00
Nick Peelman
e7683eb833 Add MAC address field to interfaces 2016-07-06 13:21:40 -04:00
Jeremy Stretch
7c55a32b77 Merge pull request #207 from ryanmerolle/develop
Updated Upgrade Instructions & apt-get install
2016-07-06 12:48:17 -04:00
ryanmerolle
16674e3302 Updated Upgrade Instructions & apt-get install
I accidentally submitted my last 2 changes to master instead of develop.  This corrects the mistake.
2016-07-06 12:26:45 -04:00
Jeremy Stretch
b1143a4c12 Merge pull request #205 from ryanmerolle/patch-2
Updated Upgrade Instructions
2016-07-06 11:50:01 -04:00
ryanmerolle
1f32e6c611 Updated Upgrade Instructions
Streamlined update process for newer users like myself.  Now includes exact instructions for downloading latest release or using git.
2016-07-06 10:10:57 -04:00
dinoocch
958f32e266 Add LDAP Authentication Documentation
Addresses #65

This commit adds documentation for installing and configuring ldap
authentication for netbox.

It may be beneficial to add settings to the configuration.py instead of
editing settings.py if this is an important feature.
2016-07-05 22:10:14 -05:00
Jeremy Stretch
b52c472e89 Fixes #199: Moved prefix_validator from BaseIPField to IPNetworkField 2016-07-05 18:15:24 -04:00
Jeremy Stretch
e3427e9989 Revert "v1.1.0 release"
This reverts commit 7fb5b825f0.
2016-07-05 18:12:05 -04:00
Jeremy Stretch
34cf5fd90c Merge branch 'master' of github.com:digitalocean/netbox into develop 2016-07-05 18:00:35 -04:00