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
AgeCommit message (Expand)Author
2020-04-18Add more tests for getMemory, getCPUName and getUptimeDaniel 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-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-11Fix permissionsJohn Molakvoæ (skjnldsv)
2019-04-11CleanupJohn Molakvoæ (skjnldsv)
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