Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2020-03-18Enqueue next update after the last update is doneDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-03-18Remove lineJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-18Fix darkmodeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-18Put the info text below the input.Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Kevin Pfeifer <kevin.pfeifer@sunlime.at>
2020-03-18fix code indention + convert snake case variabs to camelCaseKevin Pfeifer
Signed-off-by: Kevin Pfeifer <kevin.pfeifer@sunlime.at>
2020-03-18reseted fork to upstream/master and applied patch gracefully provided by kesselbKevin Pfeifer
Signed-off-by: Kevin Pfeifer <kevin.pfeifer@sunlime.at>
2020-03-18Put the info text below the input.Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Kevin Pfeifer <kevin.pfeifer@sunlime.at>
2020-03-18fix code indention + convert snake case variabs to camelCaseKevin Pfeifer
Signed-off-by: Kevin Pfeifer <kevin.pfeifer@sunlime.at>
2020-03-18reseted fork to upstream/master and applied patch gracefully provided by kesselbKevin Pfeifer
Signed-off-by: Kevin Pfeifer <kevin.pfeifer@sunlime.at>
2020-02-25Enqueue next update after the last update is doneDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-04-15Merge pull request #146 from nextcloud/moreinfoRoeland Jago Douma
adding more info to the page. This is only the first step
2019-04-01handle case where theming is not enabled. Fixing permissionsFrank Karlitschek
2019-03-20uswe correct theme color for agendaFrank Karlitschek
2019-03-20tune animationFrank Karlitschek
2019-03-13use theme colorFrank Karlitschek
2019-03-05adding more info to the page. This is only the first stepFrank Karlitschek
2019-01-11Change wording.Ivan Sein
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2019-01-11add mail shares and room shares to the output of the monitoring appBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-10-26Merge pull request #129 from nextcloud/feature/noid/api-info-json-formatMorris Jobke
Adds tooltip to make people aware of API JSON format
2018-10-26Merge pull request #97 from patschi/check-cpu-avg-valuesMorris Jobke
Checking for valid CPU average values
2018-09-05Just a very simple variable naming fix that was bugging mePatrik Kernstock
Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-09-05Add a simple tooltip to make people aware of the JSON formatPatrik Kernstock
Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-09-03Fixed ID namingPatrik Kernstock
Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-09-02Add NC section to serverinfo UI pagePatrik Kernstock
This adds a few monitoring information we already collect anyway - and were already available in the API endpoint. This currently loads all SystemStatistics, which might be reduced to a smaller dataset in the future for performance reasons. Note: `webServer` in ApiController might be moved to `SystemStatistics` at a later point. Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-08-21Fixed encoding of mac charrakekniven
Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
2018-07-19Re-idented chartx linesPatrik Kernstock
Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-07-19Merged master branchPatrik Kernstock
2018-07-19Added clipboard copy button for endpoint linkPatrik Kernstock
Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-07-18Beautified JS code a bit, e.g. indentsPatrik Kernstock
Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-07-16Add RAM tag for better understandingNoodlesalat
Signed-off-by: Fabian Dreßler <nudelsalat@clouz.de>
2017-11-01Splitted swap and memory graph into two different graphsNoodlesalat
Signed-off-by: Fabian Dreßler <nudelsalat@clouz.de>
2017-06-09Fixed still hidden charts after invalid dataPatrik Kernstock
The graphs gets hidden when invalid data ('N/A') gets delivered from the server-side. When valid data gets delivered without reloading page again, graphs are still hidden. Fixed. Signed-off-by: Patrik Kernstock <info@pkern.at>
2017-06-09Show warning when failed to retrieve CPU valuesPatrik Kernstock
Signed-off-by: Patrik Kernstock <info@pkern.at>
2017-06-01Selecting URL when clicking on input fieldPatrik Kernstock
Signed-off-by: Patrik Kernstock <info@pkern.at>
2017-06-01Fixed phpMemLimit not being humanReadable-izedPatrik Kernstock
Signed-off-by: Patrik Kernstock <info@pkern.at>
2016-09-19Only update values which change frequently.Ivan Sein
2016-09-19Add localized strings in js code.Ivan Sein
2016-08-29fix active users chartIvan Sein
2016-08-18Properly handle not available memory informationMorris Jobke
* fixes #26
2016-08-18Better handling of N/A database sizeJoas Schilling
2016-08-08new UI design + active users statisticsIvan Sein
2016-08-03remove empty space from translatable stringsIvan Sein
2016-08-01add initial web UIIvan Sein
2016-07-21initial commit of some boilerplate codeBjoern Schiessle