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-06-03Merge pull request #300 from HouraisanNEET/patch-bsdv22.0.0beta3kesselb
2021-06-01Add ratelimit to ServerInfo API endpointLukas Reschke
2021-06-01Catch RuntimeExceptionHouraisanNEET
2021-05-30Merge pull request #302 from HouraisanNEET/patch-networkkesselb
2021-05-02Hide squashfs and overlay-FS from the overviewszaimen
2021-04-30Hide Null Speed and DuplexHouraisanNEET
2021-04-26Flip default in checkAuthorizedJ0WI
2021-04-26Use strict typingJ0WI
2021-04-23move counting storage statistics to the backgroundArthur Schiwon
2021-04-10Hide free space if it can't be calculatedRichard Steinmetz
2021-03-26Merge pull request #269 from nextcloud/enh/100/api-with-tokenVincent Petry
2021-03-02fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0Viktor Szakats
2021-03-01Allow API endpoint access with a predefined tokenVincent Petry
2021-02-11Match 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