Commit Graph

4071 Commits

Author SHA1 Message Date
laf
17a3689a78 Added the ability to create tokens 2014-09-30 00:17:55 +01:00
Neil Lathwood
bfec971f9f Merge pull request #292 from paulgear/master
Fix MAC address change false positives
2014-09-28 02:21:26 +01:00
Paul Gear
5f9ebd1551 Fix MAC address change false positives 2014-09-28 11:07:30 +10:00
Paul Gear
0852cb34dd Merge pull request #291 from paulgear/master
API additions and updates; minor tidies
2014-09-28 11:06:22 +10:00
Paul Gear
11f475b405 Syntaxy fix 2014-09-28 09:56:33 +10:00
Paul Gear
1783958896 Revert "Don't exclude plugins from git"
This reverts commit a38b2f37c2.
2014-09-28 09:33:29 +10:00
Paul Gear
508e0b816d Fix Scrutinizer errors 2014-09-28 09:30:36 +10:00
Paul Gear
8a3117f0dc Rewrite ugly if-else one-liners as ternary operator 2014-09-28 09:30:18 +10:00
Paul Gear
d6245fd6ba Correctly set error code for missing SNMP version 2014-09-27 18:34:23 +10:00
Paul Gear
82613f17ee keep scrutinizer from complaining about snmpver not being set for all execution paths 2014-09-27 18:27:45 +10:00
Paul Gear
cb8afb0451 Remove obsolete function (already provided by getidbyname) 2014-09-27 16:35:31 +10:00
Paul Gear
e48c1a6730 Use more accurate HTTP status code for device add 2014-09-27 16:34:43 +10:00
Paul Gear
9d4a9dfa30 Re-implement get_device using existing primitives 2014-09-27 16:34:36 +10:00
Paul Gear
48d3a43669 Tidy device deletion 2014-09-27 16:32:55 +10:00
Paul Gear
7a1d342348 Order devices by API entry point 2014-09-27 15:26:27 +10:00
Paul Gear
76f5ab87a9 Add function to get information about a single device 2014-09-27 15:25:43 +10:00
Paul Gear
a58c857ed2 Provide more useful diagnostics when adding a device via the API 2014-09-27 15:23:32 +10:00
Paul Gear
4a8f54dafc Increase API token length to allow for future growth 2014-09-27 14:49:33 +10:00
Paul Gear
0a351ecf58 Supply more specific error code when API token is missing or invalid 2014-09-27 14:48:08 +10:00
Paul Gear
1ddb2901cc Minor tweaks to footer to show we're our own project now. :-) 2014-09-27 13:51:07 +10:00
Paul Gear
a38b2f37c2 Don't exclude plugins from git 2014-09-27 12:12:16 +10:00
Paul Gear
69edfae5a3 Make API docs match current state of API 2014-09-27 12:08:03 +10:00
Paul Gear
e0d8011c29 Merge pull request #290 from laf/issue-laf-39
SNMP passwords are now hidden on an edit snmp form
2014-09-27 11:40:46 +10:00
laf
cbeb0ae378 SNMP passwords are now hidden on an edit snmp form 2014-09-23 23:54:23 +01:00
Paul Gear
98ddc0181b Merge pull request #282 from laf/api
Initial API release; note it is marked v0 - not guaranteed stable until v1 is reached.
2014-09-22 20:25:17 +10:00
laf
8790bfee0a Added api call to delete device 2014-09-17 21:03:02 +01:00
laf
d40244cb06 Moved to version 0 of the api for release 2014-09-17 18:49:04 +01:00
laf
e81ce9ff60 Removed one of the router variables as it was not needed 2014-09-17 18:45:44 +01:00
laf
a0b52743d0 Updated api routes to new format + moved includes file to correct location 2014-09-16 22:19:29 +01:00
laf
5d83c30708 Started work on creating/updating tokens 2014-09-16 22:19:29 +01:00
laf
b980710a4e Added urldecode for ports in API to deal with slashes in port names 2014-09-16 22:19:28 +01:00
laf
754c0b0507 Fixed some scrutinizer issues 2014-09-16 22:19:28 +01:00
laf
41cf25639f Added Slim exclusion to .scrutinizer.yml 2014-09-16 22:19:28 +01:00
laf
070f4d60bd Added documentation and a function to tidy up json output 2014-09-16 22:19:28 +01:00
laf
ad6d425333 Added add_device api call 2014-09-16 22:19:28 +01:00
laf
b8df0596a9 Added list devices api call 2014-09-16 22:19:28 +01:00
laf
dabe45a257 Updated url in comments to match new format 2014-09-16 22:19:28 +01:00
laf
47c91b458e Moved to use X-Auth-Token header for auth and new url format for later use 2014-09-16 22:19:28 +01:00
laf
96c0457a75 More updates to api 2014-09-16 22:19:28 +01:00
laf
edec1c0c7d Initial API release 2014-09-16 22:19:28 +01:00
Paul Gear
704d7f6703 Merge pull request #289 from laf/issue-laf-38
Added none to vtpversion check; bad Cisco - no biscuit.
2014-09-10 16:46:49 +10:00
laf
d0fa4eb9ec Added none to vtpversion check 2014-09-09 20:46:17 +01:00
laf
5807021c93 Merge pull request #288 from paulgear/master
Make add button display consistent on user edit screen
2014-08-27 11:32:56 +01:00
Paul Gear
0fce5d623c Merge branch 'master' of git://github.com/librenms/librenms 2014-08-27 20:32:10 +10:00
Paul Gear
17c004e279 Merge pull request #287 from laf/issue-laf-33
Removed session regeneration
2014-08-27 20:28:37 +10:00
Paul Gear
e9381f9501 Make add button display consistent on user edit screen 2014-08-27 20:09:29 +10:00
Paul Gear
2facfd2836 Tidy roadmap a little
Most of this probably should move to the development blog
2014-08-22 18:31:56 +10:00
laf
b563b8425d Updated null to false for secure cookie 2014-08-20 16:42:09 +01:00
laf
183c69e304 Removed session regeneration 2014-08-20 16:24:27 +01:00
Paul Gear
43301c45cb Merge pull request #286 from laf/issue-281
Updated layout of the ports table to fix alignment issues
2014-08-19 07:56:48 +10:00