Commit Graph
17185 Commits
Author SHA1 Message Date
Ievgen Sentiabov b90730115c Added Ukraine map 2014-12-14 22:27:50 +02:00
Neil Lathwood dbf407746c Merge pull request #364 from laf/issue-laf-93
Fixed API route order to resolve get_port_graphs working
2014-12-12 20:20:58 +00:00
laf a152f3566e Fixed API route order to resolve get_port_graphs working 2014-12-12 19:35:49 +00:00
Diego 17d5fbbb69 Create argentina 2014-12-09 17:53:34 -03:00
Paul Gear d9e35ff2c2 Merge pull request #360 from laf/issue-358
Added new API route for billing information
2014-12-06 18:54:05 +00:00
Paul Gear 6bf87f5958 Merge pull request #359 from laf/issue-laf-92
Fixed bill display issues when calculating CDR
2014-12-06 18:38:09 +00:00
laf 1bcc078853 Fixed formatting update 2014-12-02 23:44:23 +00:00
laf 1108ef7939 Added new api route for billing 2014-12-02 23:43:11 +00:00
laf d9a5d11782 More fixes to CDR and Quota values 2014-12-02 21:38:32 +00:00
laf 13712b1aed Fixed bill display issues when calculating CDR 2014-12-02 21:16:08 +00:00
Chris Rock bd8dbf8459 Added destroy of widget coords and resize api 2014-12-02 13:55:43 -05:00
neveldo f83dabf6ac Allow to add links between couples of lat,long or x,y coordinates 2014-12-01 23:09:07 +01:00
Paul Gear 9b609c5869 Merge pull request #357 from laf/issue-laf-91
Fixed global search box bootstrap code
2014-12-01 20:35:41 +00:00
Paul Gear 05d998c1f8 Merge remote-tracking branch 'laf/issue-laf-90'
Conflicts:
	html/api_v0.php
	html/includes/api_functions.inc.php
2014-12-01 20:27:50 +00:00
jcp 0fe7f23c98 fix (Gridster.js): destroy resize_api
Call  resize_api.destroy()  to fix  memory leak.
2014-12-01 21:12:42 +01:00
Paul Gear 3e9b670179 Merge pull request #355 from laf/issue-laf-89
Added new API route for retrieving available device graphs
2014-12-01 19:40:43 +00:00
laf e4e2cfe3cf Fixed global search box bootstrap code 2014-11-30 17:49:52 +00:00
laf 0a7a1a0ef6 Added docs for the route 2014-11-30 17:11:08 +00:00
neveldo 184806ad0d Updated readme 2014-11-30 16:50:17 +01:00
laf 1a3f5504d0 Added new API route to obtain available ports for a device 2014-11-30 15:45:10 +00:00
neveldo f3fb0ada8d Removed unused variables 2014-11-30 15:46:58 +01:00
neveldo 116241add9 Updated readme 2014-11-30 15:21:39 +01:00
neveldo 30c77d6da6 Updated readme 2014-11-30 15:18:11 +01:00
neveldo 3b072a0475 Added Wales country 2014-11-29 23:24:42 +01:00
neveldo 1d80066ca2 Updated examples 2014-11-29 23:15:14 +01:00
neveldo 93019ef6b1 Updated examples 2014-11-29 21:56:02 +01:00
neveldo 653a57370f Fixed tooltip position on mouseover 2014-11-29 21:55:42 +01:00
neveldo ff9ea21b39 Fixed zoom on mousewheel 2014-11-29 21:07:34 +01:00
neveldo 42e9ae5780 Zoom on mousewheel only if zoom is enabled 2014-11-29 19:38:53 +01:00
laf 4d7b4ef432 Added new route for retrieving available device graphs 2014-11-29 15:43:19 +00:00
Neil Lathwood f25311587a Merge pull request #354 from laf/master
Removed check for image/png content-type
2014-11-29 14:37:19 +00:00
Neil Lathwood 744f3d81c9 Removed check for image/png content-type
14:08 <lafwood> blahdeblah: Quick question about the portgroups api route, you added a check for image/png
14:09 <lafwood> I'm not sure that's what that function is meant for. Event sending -H "Accept: image/png" on a curl request fails. I think this is for checking if you send an image to the api rather than what's to be output
14:27 <lafwood> Sending -H "Content-type: image/png" works but this for defining what content-type the request will send.
14:29 <lafwood> I think the curl request needs to send an Accept and then the API check for this, I'll put a PR through to remove the current code until it can be looked at in more detail.
2014-11-29 14:29:58 +00:00
Neil Lathwood b71f4db4e3 Merge pull request #353 from sbadia/markdown-flavored
Use markdown syntax on agent and billing documentation
2014-11-28 20:49:35 +00:00
Sebastien Badia f1ac916229 doc: Update markdown flavored syntax (using linguist) 2014-11-28 01:30:59 +01:00
Sebastien Badia 7a070e2a9f doc: Clean whitespaces in documentation 2014-11-28 01:25:45 +01:00
neveldo b3ec9bb1ea Updated dependencies 2014-11-27 22:54:34 +01:00
neveldo b2df738800 Deleted raphael.js dependency 2014-11-27 22:41:17 +01:00
neveldo 651a834643 Added bower.json file 2014-11-27 22:39:57 +01:00
neveldo 9ba7c79aa5 Improved zoom feature and zoom on mousewheel 2014-11-27 22:10:48 +01:00
Paul Gear c4c419a706 Merge branch 'issue-laf-85'
Conflicts:
	html/api_v0.php
	html/pages/api-docs.inc.php
2014-11-25 21:47:56 +10:00
Paul Gear 9930670119 Tidy API entry points & doc; error if something other than image/png is asked for from portgroup graphs 2014-11-25 21:45:15 +10:00
Neil Lathwood d9e142a3f5 Merge pull request #349 from laf/issue-laf-85
Added new route to display graphs for peering,transit and core
2014-11-25 09:30:18 +00:00
laf c1e8916318 Incorrect function being called 2014-11-25 09:15:53 +00:00
laf c980c467d8 Update api route to portgroups 2014-11-24 04:10:21 +00:00
Neil Lathwood ab2b1e25cc Merge pull request #352 from paulgear/master
Basic recognition of EdgeOS
2014-11-23 22:19:10 +00:00
Paul Gear 935e51d3c8 Merge remote-tracking branch 'laf/issue-laf-85' into issue-laf-85 2014-11-23 19:19:58 +10:00
Paul Gear 1f9e19929b Merge branch 'master' of git://github.com/librenms/librenms 2014-11-23 12:37:47 +10:00
Neil Lathwood c96b9f5ee0 Merge pull request #351 from paulgear/vyos-support
Basic recognition of VyOS
2014-11-22 15:42:09 +00:00
Paul Gear 06780f1003 Testing EdgeOS support 2014-11-22 20:23:02 +10:00
Paul Gear 5196e0c6a4 Seemingly tested VyOS support 2014-11-22 18:36:05 +10:00