index
:
apt-panopticon_cgp
master
Clone of http://git.nethuis.nl/?p=cgp.git;a=summary for https://sledjhamr.org/cgit/apt-panopticon/.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
js
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "make detail page accessible when using "canvas" graph_type"
Peter Wu
2014-12-14
1
-6
/
+0
*
js: import jquery 2.1.1
Pim van den Berg
2014-12-14
1
-0
/
+4
*
dashboard: timeago: show seconds, refresh every 5 seconds
Pim van den Berg
2014-12-13
1
-2
/
+2
*
dashboard: make timeago dynamic using jquery + timeago
Pim van den Berg
2014-12-13
1
-0
/
+214
*
js/CGP: scroll wheel zoom center position
Peter Chiocchetti
2014-12-13
1
-2
/
+4
*
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
1
-0
/
+6
*
jsrrdgraph: Fix parsing of rrdfiles containing escapes
Peter Wu
2014-08-10
1
-5
/
+7
*
Merge (a)sync code, reformat CGP.js
Peter Wu
2014-08-02
3
-140
/
+129
*
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
*
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
*
Defensive programming: more urlencode/htmlentities
Peter Wu
2014-07-20
1
-1
/
+1
*
jsrrdgraph: RrdGraph.js: make HRULE support reference to variable
Pim van den Berg
2014-07-05
1
-1
/
+3
*
jsrrdgraph: Fix graph width to look like rrdtool.
Manuel Luis Sanmartín Rozada
2014-06-28
1
-2
/
+1
*
jsrrdgraph: Fix errors in second axis.
Manuel Luis Sanmartín Rozada
2014-06-28
1
-2
/
+2
*
Add a configuration option for sync/async choice for the canvas graphs
Vincent Brillault
2014-01-12
3
-22
/
+42
*
jsrrdgraph: CGP.js: split draw(id) into prepare_draw(id) and draw(id)
Vincent Brillault
2014-01-12
1
-1
/
+7
*
jsrrdgraph: Change alter for thow
Manuel Luis Sanmartín Rozada
2014-01-12
1
-4
/
+2
*
jsrrdgraph: RrdGraph.js: Add RrdGraph.prototype.graph_paint_async method
Vincent Brillault
2014-01-12
1
-0
/
+93
*
jsrrdgraph: RrdDataFile.js: Add async function (fetch_async) to RrdDataFile
Vincent Brillault
2014-01-12
1
-0
/
+39
*
jsrrdgraph: RrdGraph.js: splitting RrdGraph.prototype.graph_paint into init, ...
Vincent Brillault
2014-01-12
1
-3
/
+13
*
jsrrdgraph: RrdGraph.js: fix some indentation
Vincent Brillault
2014-01-12
1
-4
/
+4
*
jsrrdgraph: RrdDataFile.js: splitting fetch into fetch & build
Vincent Brillault
2014-01-12
1
-10
/
+15
*
jsrrdgraph: RrdDataFile.js: fix space/tabulation
Vincent Brillault
2014-01-12
1
-21
/
+21
*
jsrrdgraph: RrdGraph.js: gprint: fix check for undefined format in case of vdef
Pim van den Berg
2013-05-18
1
-1
/
+1
*
integrate jsrrdgraph in CGP
Pim van den Berg
2013-05-18
1
-0
/
+124
*
jsrrdgraph: RrdGraph.js: fix undefined 2nd argument of RrdVdef function
Pim van den Berg
2013-05-13
1
-1
/
+1
*
import js directory from jsrrdgraph for client side graph rendering
Pim van den Berg
2013-05-10
15
-0
/
+7984