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
2021-05-20Hide free space if it can't be calculatedRichard Steinmetz
2021-05-03Hide squashfs and overlay-FS from the overviewszaimen
2021-04-23move counting storage statistics to the backgroundArthur Schiwon
2021-03-26fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0Viktor Szakats
2021-02-26Match any non-whitespace character in filesystem type patternJ0WI
2020-12-11Fix MySQL database size calculationJoas Schilling
2020-11-24Properly fetch oracle database informationJulius Härtl
2020-10-12Merge pull request #251 from constrict/patch-null-interfaceskesselb
2020-10-12Switch null check to issetMatthew Wener
2020-10-11Create a default active for a null statusMatthew Wener
2020-10-11Fix FreeBSD Exception (null not string returned from speed/duplex)Matthew Wener
2020-10-07Fix num_shares_link_no_password for NC >= 15orandev
2020-10-06Merge pull request #243 from nextcloud/enh/noid/remove-time-serversMorris Jobke
2020-10-04Merge pull request #244 from nextcloud/enh/noid/function-to-constantskesselb
2020-10-04Fix Memory (#240)Matthew Wener
2020-10-03Replace function with constantsDaniel Kesselberg
2020-10-03Remove timeserversDaniel Kesselberg
2020-09-17Update calculation for used and available disk space in gigabyte.Daniel Kesselberg
2020-09-05Normalize memory and disk to MBDaniel Kesselberg
2020-08-31Add disk objectDaniel Kesselberg
2020-08-26Merge pull request #228 from nextcloud/bugfix/noid/disk-nfsv20.0.0beta2Joas Schilling
2020-08-26Match any non-whitespace character in filesystem patternJulius Härtl
2020-08-12Rename CPUName to CpuNameDaniel Kesselberg
2020-08-12Add memory object and interfaceDaniel Kesselberg
2020-07-07Correct format for uptime is usedDaniel Kesselberg
2020-06-25Add status information about the opcache and APCu instances (#212)Starkstromkonsument
2020-06-24Merge pull request #216 from nextcloud/enh/noid/freebsd-testsJoas Schilling
2020-06-24Merge pull request #214 from nextcloud/debt/noid/unused-dependencyJoas Schilling
2020-06-20Add tests for FreeBSD meminfoDaniel Kesselberg
2020-06-20Fix memory, Add Mbps/Gbps to Speed, Add Number of Cores and fix block-size on...Matthew Wener
2020-06-19Remove unused dependenciesDaniel Kesselberg
2020-06-19Extend ServerInfo to Support FreeBSD (#210)Matthew Wener
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