| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding option to show time since last update on dashboard. | David Severwright | 2014-12-13 | 3 | -0/+19 |
* | js/CGP: scroll wheel zoom center position | Peter Chiocchetti | 2014-12-13 | 1 | -2/+4 |
* | plugins/ping: show ping_droprate in percentage | Pim van den Berg | 2014-12-09 | 1 | -1/+3 |
* | jsrrdgraph: Set original step when change time interval. | Manuel Luis Sanmartín Rozada | 2014-11-14 | 3 | -4/+8 |
* | jsrrdgraph: Fix invalid function call | Peter Wu | 2014-11-14 | 1 | -1/+1 |
* | jsrrdgraph: Fix undefined variables | Peter Wu | 2014-11-14 | 1 | -15/+13 |
* | jsrrdgraph: Guard out antique browsers for happier debugging | Peter Wu | 2014-11-14 | 1 | -2/+6 |
* | jsrrdgraph: Simplify matching logic | Peter Wu | 2014-11-14 | 1 | -10/+8 |
* | jsrrdgraph: Improve performance for graphs in the future | Peter Wu | 2014-11-14 | 1 | -2/+14 |
* | jsrrdgraph: Fix undefined value issue in RrdDataFile | Peter Wu | 2014-11-14 | 1 | -4/+6 |
* | make detail page accessible when using "canvas" graph_type | Pim van den Berg | 2014-11-11 | 5 | -2/+26 |
* | type/base: allow rrdtool graph -l (lower-limit) to be configured via config o... | Pim van den Berg | 2014-09-25 | 1 | -1/+4 |
* | type/base: escape space character in rrdcached FLUSH command | Pim van den Berg | 2014-09-25 | 1 | -1/+1 |
* | move " on <HOSTNAME>" suffix in graph title to JSON | Łukasz Kostka | 2014-08-25 | 45 | -142/+144 |
* | fix rrd_escape() not escaping colons | Brad Jorgensen | 2014-08-25 | 1 | -1/+1 |
* | inc/html: add deprecation message about collectd 4 | Pim van den Berg | 2014-08-14 | 2 | -2/+19 |
* | type/base: fix undefined variable rrd_url when graph_type != canvas | Pim van den Berg | 2014-08-10 | 1 | -4/+6 |
* | Merge remote-tracking branch 'lekensteyn/custom-urls' | Pim van den Berg | 2014-08-10 | 3 | -5/+23 |
|\ |
|
| * | Support customized RRD URLs | Peter Wu | 2014-08-10 | 3 | -5/+23 |
* | | jsrrdgraph: Fix parsing of rrdfiles containing escapes | Peter Wu | 2014-08-10 | 1 | -5/+7 |
* | | Add README file | Peter Wu | 2014-08-10 | 3 | -3/+119 |
|/ |
|
* | Merge (a)sync code, reformat CGP.js | Peter Wu | 2014-08-02 | 4 | -150/+136 |
* | jsrrdgraph: Fix error functions. Error prototype. | Manuel Luis Sanmartín Rozada | 2014-08-02 | 4 | -6/+7 |
* | jsrrdgraph: Fix reduce in DEF | Manuel Luis Sanmartín Rozada | 2014-08-02 | 1 | -2/+2 |
* | jsrrdgraph: Add fallback fonts. | Manuel Luis Sanmartín Rozada | 2014-08-02 | 2 | -3/+3 |
* | jsrrdgraph: Use Typed Arrays for better performance | Peter Wu | 2014-08-02 | 1 | -7/+66 |
* | jsrrdgraph: Remove unused getStringAt, move implementation | Peter Wu | 2014-08-02 | 1 | -48/+43 |
* | jsrrdgraph: Drop iDataOffset and iDataLength parameters | Peter Wu | 2014-08-02 | 1 | -11/+9 |
* | jsrrdgraph: document.write is for dinosaurs | Peter Wu | 2014-08-02 | 1 | -1/+3 |
* | jsrrdgraph: Performance fix | Peter Wu | 2014-08-02 | 1 | -6/+9 |
* | jsrrdgraph: binaryXHR: jshint style fixes | Peter Wu | 2014-08-02 | 1 | -257/+264 |
* | jsrrdgraph: Fixed jshint warnings/errors | Peter Wu | 2014-08-02 | 13 | -218/+185 |
* | support php versions without json support and show a warning message | Pim van den Berg | 2014-07-25 | 3 | -2/+21 |
* | jsrrdgraph: Fix get reponseText in FetchBinaryURL | Manuel Luis Sanmartín Rozada | 2014-07-25 | 1 | -1/+1 |
* | jsrrdgraph: Upgrade to javascriptrrd ver 1.1.1 | Manuel Luis Sanmartín Rozada | 2014-07-25 | 2 | -85/+143 |
* | jsrrdgraph: Fix ident. Thanks to Poil | Manuel Luis Sanmartín Rozada | 2014-07-25 | 1 | -3/+3 |
* | jsrrdgraph: Check when this.gdes[i].legend is null | Manuel Luis Sanmartín Rozada | 2014-07-25 | 1 | -2/+7 |
* | jsrrdgraph: Fix textalign name typo. Thanks to Poil | Manuel Luis Sanmartín Rozada | 2014-07-25 | 3 | -9/+9 |
* | jsrrdgraph: Fix flags parsing (options without a value) | Peter Wu | 2014-07-25 | 1 | -97/+92 |
* | inc/collectd: get_host_rrd_files: filter non-plugin .rrd files | Pim van den Berg | 2014-07-24 | 1 | -1/+4 |
* | Remove from all files the ending php tag | François LASSERRE | 2014-07-23 | 10 | -20/+0 |
* | type/base: stop escaping characters manually since we use escapeshellarg() | Pim van den Berg | 2014-07-23 | 1 | -10/+2 |
* | Update html.inc.php | François LASSERRE | 2014-07-23 | 1 | -6/+6 |
* | conf: replace [] by array() to support PHP < 5.4 | Pim van den Berg | 2014-07-22 | 1 | -1/+1 |
* | graph: use filter_var instead of filter_input to allow overriding GET from de... | Pim van den Berg | 2014-07-21 | 1 | -2/+2 |
* | type/base: print shellcmd when rrd_graph('debug') is called | Pim van den Berg | 2014-07-21 | 1 | -1/+1 |
* | Better x and y validation, report 400 on errors | Peter Wu | 2014-07-21 | 2 | -8/+16 |
* | Fix overly permissive hostname validation, fix host check | Peter Wu | 2014-07-21 | 2 | -3/+3 |
* | Fix regex for strange datadirs | Peter Wu | 2014-07-20 | 1 | -1/+4 |
* | Display a HTTP error if the command failed | Peter Wu | 2014-07-20 | 1 | -1/+4 |