aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-04Better text for the page title.HEADmasteronefang1-1/+1
2020-01-04Fix up static URLs that got broken going through php.cgi.onefang1-19/+21
2019-12-10New config for "allowed" graphs, so people can hide some of them.onefang2-1/+7
2019-05-10fix LICENSE linksPim van den Berg1-1/+1
2018-12-09functions.inc.php: escape minus in regexJulian Brost1-1/+1
2016-12-09inc/functions: check if $_GET value is empty before executing preg_matchPim van den Berg1-1/+1
2016-12-09inc/html: fix php notice about html_weburl when type is canvasPim van den Berg1-2/+1
2015-07-04inc/functions: a host, pi and ti may contain colons (:) and spaces ( )Pim van den Berg1-1/+1
2015-06-22inc/functions: a plugin/type instance may contain a dotPim van den Berg1-7/+2
2015-06-21responsive: introduce a hamburger navicon to toggle the menu on smaller devicesPim van den Berg1-16/+17
2015-06-21responsive: make the overview page look nice on all mediaPim van den Berg1-1/+3
2015-06-21add responsive cssPim van den Berg1-1/+4
2015-06-21replace table on overview page by divsPim van den Berg1-13/+13
2015-06-21inc/html: remove continue statements to prevent from incomplete htmlPim van den Berg1-25/+23
2015-05-25inc/functions: merge functions GET and validate_getPim van den Berg2-15/+53
2015-05-25inc/functions: make type argument of validate_get function exactly the same a...Pim van den Berg2-11/+11
2015-02-26inc/html: s/licence/license/Pim van den Berg1-1/+1
2014-12-14inc/collectd: vmem/vmpage_io should be split to multiple graphs per type inst...Pim van den Berg1-4/+5
2014-12-14Revert "make detail page accessible when using "canvas" graph_type"Peter Wu2-18/+0
2014-12-14inc/html: include jquery from local sourcePim van den Berg1-1/+1
2014-12-13dashboard: showtime: load jquery + timeago.js when config is setPim van den Berg1-1/+7
2014-12-13dashboard: make timeago dynamic using jquery + timeagoPim van den Berg1-1/+4
2014-12-13Adding option to show time since last update on dashboard.David Severwright1-0/+13
2014-11-11make detail page accessible when using "canvas" graph_typePim van den Berg2-0/+18
2014-08-14inc/html: add deprecation message about collectd 4Pim van den Berg1-1/+12
2014-08-02Merge (a)sync code, reformat CGP.jsPeter Wu1-10/+7
2014-07-25support php versions without json support and show a warning messagePim van den Berg1-0/+13
2014-07-24inc/collectd: get_host_rrd_files: filter non-plugin .rrd filesPim van den Berg1-1/+4
2014-07-23Remove from all files the ending php tagFrançois LASSERRE2-4/+0
2014-07-23Update html.inc.phpFrançois LASSERRE1-6/+6
2014-07-21Better x and y validation, report 400 on errorsPeter Wu1-1/+1
2014-07-21Fix overly permissive hostname validation, fix host checkPeter Wu1-2/+2
2014-07-20Escape file argument for rrd_infoPeter Wu1-2/+7
2014-07-20Fix type confusionPeter Wu1-3/+3
2014-07-20Defensive programming: more urlencode/htmlentitiesPeter Wu1-47/+51
2014-06-28Use config time_range for canvas graphsVincent Brillault1-0/+1
2014-06-28Keep the list of plugins sortedVincent Brillault1-0/+1
2014-06-11Add support for multiple types dbDao-hui Chen1-16/+23
2014-05-14inc/html.inc.php: fix canvas graphsPim van den Berg1-1/+1
2014-05-12graph.php: use JSON plugins instead of including PHP plugin filesPim van den Berg2-0/+211
2014-05-03move collectd_flush function to base classPim van den Berg2-66/+5
2014-05-03inc: mv graphs_from_plugin, build_url functions to html.inc.phpPim van den Berg2-70/+68
2014-05-03inc/collectd: consistently return false instead of an empty array or falsePim van den Berg1-15/+17
2014-04-15overview: disable showmem by default, add percent signPim van den Berg1-25/+25
2014-04-14overview: show used memory percentageBogdan Rădulescu1-1/+25
2014-04-06overview: only calculate cores when config option showload is enabledPim van den Berg1-2/+2
2014-03-23inc/functions.inc.php: rm trailing slash in base and resolve symlinkPim van den Berg1-0/+5
2014-03-22add rrdcached flush supportPim van den Berg1-31/+44
2014-03-22inc/collectd.inc.php: use RegexIterator + strip $dir from resultPim van den Berg1-8/+7
2014-03-22inc/collectd.inc.php: replace glob by php5 iteratorsŁukasz Kostka1-2/+23