aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/graph.php (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-15graph.php: Initialize $plugin_json variable.Alex Hermann1-0/+1
2015-06-22fix PHP Notice about Undefined variable $aggrPim van den Berg1-1/+1
2015-06-22graph: in case of aggregation, reset pi after initializing $objPim van den Berg1-2/+8
2015-06-22graph: only use local json when no json provided by CGPPim van den Berg1-1/+5
2015-06-22plugin: move local plugins from conf/plugin to plugin/localPim van den Berg1-6/+6
2015-06-22Adding support for local plugin json to override the global stuffDavid Severwright1-5/+17
2015-05-25inc/functions: merge functions GET and validate_getPim van den Berg1-10/+10
2015-05-25inc/functions: make type argument of validate_get function exactly the same a...Pim van den Berg1-4/+4
2014-08-25move " on <HOSTNAME>" suffix in graph title to JSONƁukasz Kostka1-3/+5
2014-07-25support php versions without json support and show a warning messagePim van den Berg1-1/+1
2014-07-21graph: use filter_var instead of filter_input to allow overriding GET from de...Pim van den Berg1-2/+2
2014-07-21Better x and y validation, report 400 on errorsPeter Wu1-7/+15
2014-07-20Use a more secure command line building methodPeter Wu1-1/+10
2014-07-20security: Add missing input validation for pluginPeter Wu1-1/+1
2014-07-16graph: don't overwrite config rrdtool_opts by rrdtool_opts from json pluginPim van den Berg1-1/+1
2014-06-24add percentile support to network traffic graphsPim van den Berg1-0/+3
2014-05-24graph.php: fix undefined index 'type' in $plugin_json[$type]Pim van den Berg1-0/+3
2014-05-18Add base option (1GB=1024Mo)Poil1-0/+3
2014-05-12graph.php: use JSON plugins instead of including PHP plugin filesPim van den Berg1-8/+77
2013-12-29graph: add configurable limit to graph width/heightPim van den Berg1-0/+5
2013-12-29fix heigth -> height typoPim van den Berg1-1/+1
2011-04-21resolve php noticesKarol Nowacki1-2/+2
2010-06-05remove php gd dependencyPim van den Berg1-16/+4
2010-01-01better validation of possible user input (get)Pim van den Berg1-4/+7
2009-12-31rewrite of type classesPim van den Berg1-10/+4
2009-09-29make width and heigth of graphs configurablePim van den Berg1-2/+2