summaryrefslogtreecommitdiffstats
path: root/web/index.html
AgeCommit message (Collapse)Author
2018-10-15modularized all source code (#4391)Costa Tsaousis
* modularized all external plugins * added README.md in plugins * fixed title * fixed typo * relative link to external plugins * external plugins configuration README * added plugins link * remove plugins link * plugin names are links * added links to external plugins * removed unecessary spacing * list to table * added language * fixed typo * list to table on internal plugins * added more documentation to internal plugins * moved python, node, and bash code and configs into the external plugins * added statsd README * fix bug with corrupting config.h every 2nd compilation * moved all config files together with their code * more documentation * diskspace info * fixed broken links in apps.plugin * added backends docs * updated plugins readme * move nc-backend.sh to backends * created daemon directory * moved all code outside src/ * fixed readme identation * renamed plugins.d.plugin to plugins.d * updated readme * removed linux- from linux plugins * updated readme * updated readme * updated readme * updated readme * updated readme * updated readme * fixed README.md links * fixed netdata tree links * updated codacy, codeclimate and lgtm excluded paths * update CMakeLists.txt * updated automake options at top directory * libnetdata slit into directories * updated READMEs * updated READMEs * updated ARL docs * updated ARL docs * moved /plugins to /collectors * moved all external plugins outside plugins.d * updated codacy, codeclimate, lgtm * updated README * updated url * updated readme * updated readme * updated readme * updated readme * moved api and web into webserver * web/api web/gui web/server * modularized webserver * removed web/gui/version.txt
2018-10-13normalized plugin names on all plugins; #4379 (#4387)Costa Tsaousis
2018-10-05send pipes URL encoded (#4358)Costa Tsaousis
* send pipes URL encoded; fixes #3819 * use encodeURIComponent() for user supplied parameters * fix LGTM detected XSS * escape also parenthesis on URLs * escape also parenthesis on URLs no2
2018-10-05updated configs.signatures (#4356)Costa Tsaousis
2018-09-30fix spdx (#4327)Paweł Krupa
2018-09-28cleanup FIXME tags (#4309)Costa Tsaousis
2018-09-27tcp syn and accept queue charts and alarms (#4281)Costa Tsaousis
* tcp syn and accept queue charts and alarms; fixes #3234 * tcp syn and accept queue converted to auto * updated configs.signatures * enable 1m_ipv4_tcp_accept_queue_drops alarm * /proc/net/netstat refers to the whole networking stack * updated configs.signatures
2018-09-22replaced referenced to firehol github org with netdata github org (#4249)Costa Tsaousis
* replaced referenced to firehol github org with netdata github org * increased versions of js files * added new docker hub badge netdata/netdata and restored firehol/netdata
2018-09-18fixes identified by LGTM (#4220)Costa Tsaousis
* fixes identified by LGTM * fixed hex of quote and slash * fixed hex of quote and slash on all files * escape more characters * removed test * do not read document.location * exclude full subpaths for LGTM * exclude the tests path * excluded lgtm paths in quotes * excluded sub-paths on LGTM * fix xss identified by LGTM
2018-09-17fixed issues identified by lgtmCosta Tsaousis (ktsaou)
2018-09-17fix netdata server URL detection in dashboard.js; fixes #4212Costa Tsaousis (ktsaou)
2018-09-17fixes identified by LGTM (#4209)Costa Tsaousis
* fixes identified by LGTM * popen fixes about STDIN_FILENO * minor C code fixes identified by LGTM * commented unused variable
2018-09-17added UTC to server timezones list; fixes #4202 (#4207)Costa Tsaousis
2018-06-28increase js version numbers to uncache CDNCosta Tsaousis (ktsaou)
2018-06-22updated configs.signaturesCosta Tsaousis (ktsaou)
2018-06-11btrfs physical disk allocation chart color improvements; fixes #3719Costa Tsaousis (ktsaou)
2018-06-10increase version number of javascript files to for browser uncachingCosta Tsaousis (ktsaou)
2018-06-10Merge pull request #3791 from Ferroin/safari-pinned-tabCosta Tsaousis
Add a pinned tab icon for Safari.
2018-06-07Add a pinned tab icon for Safari.Austin S. Hemmelgarn
SVG icon was created from web/favicon.ico using GIMP for flattening and potrace for vectorization. Build tested only (I don't have an Apple device I can check it with). Fixes #3743
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
This tags all the files that I can clearly identify as being part of Netdata and not a local copy of a third party package that we're redistributing.
2018-05-10fix dashboard_info.js; fixes #3707Costa Tsaousis (ktsaou)
2018-05-10added SCTP monitoring; fixes #1218Costa Tsaousis (ktsaou)
2018-05-07increased versionCosta Tsaousis (ktsaou)
2018-05-03allow hiding dygraph axis - fix broken sparklinesCosta Tsaousis (ktsaou)
2018-03-29added six.py to LICENSE-REDISTRIBUTED.md and updated the missing licenses on ↵Costa Tsaousis (ktsaou)
index.html; https://github.com/firehol/netdata/issues/651#issuecomment-376829669
2018-03-26allow show-X-at for before, after, duration, update-every and selection; ↵Costa Tsaousis (ktsaou)
fixes #3571
2018-03-06allow alarms to use either chart IDs or chart names; fixes #3500Costa Tsaousis (ktsaou)
2018-02-24transparent hugepages should not be shown when they are not availableCosta Tsaousis (ktsaou)
2018-02-24transparent hugepages monitoring; #3462Costa Tsaousis (ktsaou)
2018-02-11do not add hash twiceCosta Tsaousis (ktsaou)
2018-02-11print button URL should respect the URL path; fixes #3410Costa Tsaousis (ktsaou)
2018-02-10set overflow: hidden on dygraph x-labelsCosta Tsaousis (ktsaou)
2018-02-10updated to latest version of dygraphsCosta Tsaousis (ktsaou)
2018-01-30optimize xss checks for speedCosta Tsaousis (ktsaou)
2018-01-30ask for xss approval before loading remote contentCosta Tsaousis (ktsaou)
2018-01-29ask for XSS protectionCosta Tsaousis (ktsaou)
2018-01-29check xss on all api methods, even /api/v1/dataCosta Tsaousis (ktsaou)
2018-01-28global XSS protection for netdataCosta Tsaousis (ktsaou)
2018-01-27increase versionCosta Tsaousis (ktsaou)
2018-01-26added d3pie licensesCosta Tsaousis (ktsaou)
2018-01-26optimized d3pie for speed; removed d3dpieCosta Tsaousis (ktsaou)
2018-01-21added callbacks to allow custom dashboard filter alarmsCosta Tsaousis (ktsaou)
2018-01-20converted dashboard submenus to lower caseCosta Tsaousis (ktsaou)
2018-01-15added option to enable/disable intersection observer (still enabled by ↵Costa Tsaousis (ktsaou)
default); detected a case that the chart library draws the chart while hidden and triggered a redraw when this happens; #3289
2018-01-15prevent date, time and units from wrapping, at the chart legendsCosta Tsaousis (ktsaou)
2018-01-15increased versionCosta Tsaousis (ktsaou)
2018-01-14increased versionCosta Tsaousis (ktsaou)
2018-01-14allow custom dashboard to request only a fixed set of colorsCosta Tsaousis (ktsaou)
2018-01-14render charts in the direction of the scrollCosta Tsaousis (ktsaou)
2018-01-14increase versionCosta Tsaousis (ktsaou)