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
2020-07-07Remove hook for initSessionMorris Jobke
2020-06-17Migrate Settings to new bootstrap mechanismChristoph Wurst
2020-06-17Add dedicated API for apps' bootstrapping processChristoph Wurst
2020-05-28Add lazy events for the Node APIRoeland Jago Douma
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Remove spaces after method or function callChristoph Wurst
2020-04-03fixes the throttler not checking the user state on postLoginArthur Schiwon
2020-04-01Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-28Update base.phpJohn Molakvoæ
2020-03-28Update base.phpJohn Molakvoæ
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-09E_ALL already sets E_DEPRECATEDJose Quinteiro
2020-03-09Set error_logging correctly. Fixes #19847Jose Quinteiro
2020-02-23Check that username and password are present.Daniel Kesselberg
2019-12-07Move overwritehost check to isTrustedDomainJulius Härtl
2019-12-05Update license headersChristoph Wurst
2019-10-11Make sure we create an app's Application class just onceChristoph Wurst
2019-09-28Move settings to an appChristoph Wurst
2019-09-16Print plain error when the error page errors tooJoas Schilling
2019-06-27Remove deleted groups from app restrictions fixes #15823Greta Doci
2019-05-16Migrate the maintenance script to a modern module and bundleChristoph Wurst
2019-03-25Fix placeholder in disable messageJoas Schilling
2019-03-01Add a listener for the eventsJoas Schilling
2019-02-28Remove not used appinfo/classpath.php checkMorris Jobke
2019-02-22Make sure maintenance mode is always casted to boolJoas 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