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
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
2017-05-26Use is_readable() to check if meminfo can be readPatrik Kernstock
2017-01-24Add icon to admin page sidebarMorris Jobke
2016-12-22Merge branch 'master' into web-uiBjörn Schießle
2016-12-22Merge pull request #71 from nextcloud/issue-68-proc-info-not-readableBjörn Schießle
2016-12-21Rename the app to monitoringJoas Schilling
2016-12-21Silence, I kill youJoas Schilling
2016-12-08fix SQL syntax error on MariaDB 10.0.27 and 10.1.19dd-han
2016-11-07Remove shell_execmichag86
2016-10-07Handle older kernels when returning free memory.Joachim Bauch
2016-09-19Only update values which change frequently.Ivan Sein
2016-09-08Fix size calculation for MariaDBMorris Jobke
2016-09-01Fix code-checker complaintsJoas Schilling
2016-08-18FIx sqlite3Joas Schilling
2016-08-18Fix SQL to work on all DBMSJoas Schilling
2016-08-18Fix admin section capsJoas Schilling
2016-08-16move server info to the admin pageBjoern Schiessle
2016-08-16the last value is a empty string after explode, skip itBjoern Schiessle
2016-08-11use the new OCS Data ResponseBjoern Schiessle