aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/graph.php (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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