Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-25Fix placeholder in disable messageJoas Schilling
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
2018-09-19Revert "Use APCu caching of composer"Joas Schilling
2018-09-06replace setcookie value with '' instead of null.MartB
2018-07-05Fix remnants of refactoringMorris Jobke
2018-06-26Do not use HTTP code OC_Response constants anymoreMorris Jobke
2018-06-26Replace hardcoded status headers with calls to http_response_code()Morris Jobke
2018-06-26Server exception error pages by default with a 500 status codeMorris Jobke
2018-06-26Server error/hint pages with a 500 error code to avoid it being seen instead ...Morris Jobke
2018-06-26Change status code when config is write protectedEric Masseran
2018-06-06Configurable list for opt out from same site cookie protectionjaltek
2018-05-10Use APCu caching of composerRoeland Jago Douma
2018-04-26move log constants to ILoggerArthur Schiwon
2018-04-17Show a link to the docs instead of a button on the untrusted domain pageMorris Jobke
2018-04-05Allow usage of Windows 10 WebDav NetdriveRoeland Jago Douma
2018-03-22Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma
2018-03-12Use proper method to log exceptionsMorris Jobke
2018-03-06Remove OC_App::disable methodTobia De Koninck
2018-02-21getIncompatibleApps needs a string not an arrayRoeland Jago Douma
2018-01-31Merge pull request #8096 from nextcloud/feature/6382/do-not-cache-settings-in...Roeland Jago Douma
2018-01-30Make sure we don't query the AppManager before the installation startedJulius Härtl
2018-01-29Do not cache the settings/sections in the database anymoreJoas Schilling
2018-01-29Use ::class statement instead of stringMorris Jobke
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
2018-01-24Merge pull request #7991 from nextcloud/show-trusted-domain-error-in-status.phpRoeland Jago Douma
2018-01-23Merge pull request #7918 from nextcloud/properly-log-exceptionsRoeland Jago Douma
2018-01-23Properly log the full exception instead of only the messageMorris Jobke
2018-01-23Merge pull request #7354 from nextcloud/refacor-update-page-printblizzz
2018-01-22Send a proper response for status.php on trusted domain errorMorris Jobke
2018-01-12Fix strict typing issues in lib/base.phpMorris Jobke
2017-12-12Fix error log on PHP 7.2Morris Jobke
2017-11-30Reuse systemconfigMorris Jobke
2017-11-30Refactor method to check if update is neededMorris Jobke
2017-11-27Merge pull request #7264 from nextcloud/cache-fetched-appsLukas Reschke
2017-11-25Get the Installer via DIMorris Jobke
2017-11-24Reset bruteforce attempt table on successful loginMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-10-24Add logrote as a default background jobRoeland Jago Douma
2017-09-27Remove SAML hack from base.phpRoeland Jago Douma
2017-09-24Handle SameSiteCookie check for index.php in AppFramework MiddlewareRoeland Jago Douma
2017-06-14Use the guest.css for the maintenance page as wellMorris Jobke
2017-05-22Reset opcache if update is detectedMorris Jobke
2017-05-15Merge pull request #4873 from nextcloud/check-whether-REQUEST-existsMorris Jobke
2017-05-15Check whether the $_SERVER['REQUEST_*'] vars exist before using themJoas Schilling
2017-05-11Allow to enforce update via web UIMorris Jobke
2017-05-11Properly decide on actual users if instance is too bigMorris Jobke
2017-05-09Fix escaped HTML on error pagesMorris Jobke
2017-04-28dont spam log when request can't access filesystemRobin Appelman
2017-04-26Make the emergency disable also accept arraysLukas Reschke
2017-04-13Add activities when email or password is changedJoas Schilling