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/lib
AgeCommit message (Expand)Author
2020-04-18Add more tests for getMemory, getCPUName and getUptimeDaniel Kesselberg
2020-04-18Remove space between instance and method callDaniel Kesselberg
2020-04-18Fix code style for existing filesDaniel Kesselberg
2020-04-17Refactor getDiskInfoDaniel Kesselberg
2020-03-17Fix FormatBytes expects kB instead of bytesDaniel Kesselberg
2020-03-17Return something for getOsNameDaniel Kesselberg
2020-03-17Use gethostname to fetch the systems hostnameDaniel Kesselberg
2020-03-17Use /proc/uptime to read the uptimeDaniel Kesselberg
2020-03-17Read cpu name from proc without shell_execDaniel Kesselberg
2020-03-17Rewrite getMemory to return a array of informationDaniel Kesselberg
2020-03-17Namespace for the app is ServerInfo as per info.xmlDaniel Kesselberg
2020-03-03Merge pull request #176 from nextcloud/bugfix/error-handling-shellRoeland Jago Douma
2020-03-03Do not print errors if time server config is not availableJulius Härtl
2020-02-27Avoid line breaks after long device namesMichael Koch
2019-04-15Merge pull request #146 from nextcloud/moreinfoRoeland Jago Douma
2019-04-11Fix permissionsJohn Molakvoæ (skjnldsv)
2019-04-11CleanupJohn Molakvoæ (skjnldsv)
2019-04-11Update lib/Controller/ApiController.phpMorris Jobke
2019-04-11Update lib/Os.phpMorris Jobke
2019-04-01handle case where theming is not enabled. Fixing permissionsFrank Karlitschek
2019-03-20parse systemd timeserver config file correctlyFrank Karlitschek
2019-03-06read /etc/systemd/timesyncd.conf additionally which is used by newer distrosFrank Karlitschek
2019-03-05adding more info to the page. This is only the first stepFrank Karlitschek
2019-01-14Merge pull request #138 from nextcloud/add-new-sharesMorris Jobke
2019-01-11add mail shares and room shares to the output of the monitoring appBjoern Schiessle
2018-12-12Suppress error-log-entries og is_readable calln-pat
2018-10-26Merge pull request #97 from patschi/check-cpu-avg-valuesMorris Jobke
2018-09-04Remove checking suhosin.executor.func.blacklistPatrik Kernstock
2018-09-04Use IniGetWrapper functions to check for specific functionPatrik Kernstock
2018-09-03Fixed indents (let PhpStorm know about tabs)Patrik Kernstock
2018-09-03Some code-beautify thingsPatrik Kernstock
2018-09-03Moved is_function_enabled() from OC_Helper to appPatrik Kernstock
2018-09-03Merge branch 'master' into add-nc-mon-uiPatrik Kernstock
2018-09-02Add NC section to serverinfo UI pagePatrik Kernstock
2018-09-01Fix static call for isUpdateAvailableDaniel Kesselberg
2018-08-25Merge branch 'master' into add-apps-monitoringPatrik Kernstock
2018-08-24Some phpdoc fixesPatrik Kernstock
2018-08-17keep the server setting at the top, right after "overview" and "basic settings"Bjoern Schiessle
2018-07-18Stealthy fixed indentPatrik Kernstock
2018-07-18Merge branch 'master' into add-apps-monitoringPatrik Kernstock
2017-12-24Show swap usage in FreeBSD systemsJoachim Boerner
2017-11-13Merge pull request #105 from Noodlesalat/masterv13.0.0beta1Morris Jobke
2017-11-06Add memory readout for FreeBSDtflidd
2017-11-01Splitted swap and memory graph into two different graphsNoodlesalat
2017-07-05Rework: Retrieve installed apps using IAppManagerPatrik Kernstock
2017-06-14Add enabled apps for monitoring endpoint as wellPatrik Kernstock
2017-06-11Added apps updates monitoring, closes #86Patrik Kernstock
2017-06-09Show warning when failed to retrieve CPU valuesPatrik Kernstock
2017-06-01Use single quotes, check for exact 3 valuesPatrik Kernstock
2017-06-01Checking for valid CPU average valuesPatrik Kernstock