aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/graph.php (follow)
Commit message (Expand)AuthorAgeFilesLines
* graph.php: Initialize $plugin_json variable.Alex Hermann2018-02-151-0/+1
* fix PHP Notice about Undefined variable $aggrPim van den Berg2015-06-221-1/+1
* graph: in case of aggregation, reset pi after initializing $objPim van den Berg2015-06-221-2/+8
* graph: only use local json when no json provided by CGPPim van den Berg2015-06-221-1/+5
* plugin: move local plugins from conf/plugin to plugin/localPim van den Berg2015-06-221-6/+6
* Merge branch 'local_plugins'Pim van den Berg2015-06-221-5/+17
|\
| * Adding support for local plugin json to override the global stuffDavid Severwright2015-06-221-5/+17
* | inc/functions: merge functions GET and validate_getPim van den Berg2015-05-251-10/+10
* | inc/functions: make type argument of validate_get function exactly the same a...Pim van den Berg2015-05-251-4/+4
|/
* move " on <HOSTNAME>" suffix in graph title to JSONƁukasz Kostka2014-08-251-3/+5
* support php versions without json support and show a warning messagePim van den Berg2014-07-251-1/+1
* graph: use filter_var instead of filter_input to allow overriding GET from de...Pim van den Berg2014-07-211-2/+2
* Better x and y validation, report 400 on errorsPeter Wu2014-07-211-7/+15
* Use a more secure command line building methodPeter Wu2014-07-201-1/+10
* security: Add missing input validation for pluginPeter Wu2014-07-201-1/+1
* graph: don't overwrite config rrdtool_opts by rrdtool_opts from json pluginPim van den Berg2014-07-161-1/+1
* add percentile support to network traffic graphsPim van den Berg2014-06-241-0/+3
* graph.php: fix undefined index 'type' in $plugin_json[$type]Pim van den Berg2014-05-241-0/+3
* Add base option (1GB=1024Mo)Poil2014-05-181-0/+3
* graph.php: use JSON plugins instead of including PHP plugin filesPim van den Berg2014-05-121-8/+77
* graph: add configurable limit to graph width/heightPim van den Berg2013-12-291-0/+5
* fix heigth -> height typoPim van den Berg2013-12-291-1/+1
* resolve php noticesKarol Nowacki2011-04-211-2/+2
* remove php gd dependencyPim van den Berg2010-06-051-16/+4
* better validation of possible user input (get)Pim van den Berg2010-01-011-4/+7
* rewrite of type classesPim van den Berg2009-12-311-10/+4
* make width and heigth of graphs configurablePim van den Berg2009-09-291-2/+2
* initial import of cgpPim van den Berg2009-09-201-0/+39