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
2021-01-21Merge pull request #25238 from nextcloud/enh/noid/apps-defacto-in-rootRoeland Jago Douma
2021-01-20Re-use fetched dependencies in lib/base.phpMorris Jobke
2021-01-20Apps folder is defacto in root folder and not aboveMorris Jobke
2021-01-08Merge pull request #25015 from nextcloud/fix/no-double-intl-polyfillRoeland Jago Douma
2021-01-07Replace patchwork/utf8 with symfony-polyfill-*Christoph Wurst
2021-01-07Remove useless ini_set functionsCarlos Ferreira
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-10Make $vars and $secureRandom required.Daniel Kesselberg
2020-11-18Allow lazy app registrationChristoph Wurst
2020-11-17Remove some IRouter methodsRoeland Jago Douma
2020-11-09Removed config.jsJohn Molakvoæ
2020-11-06Do not setup the default FS on normal routesRoeland Jago Douma
2020-10-20Use auto-wiring on most outer levelJoas Schilling
2020-10-20PSR logger for accountsJoas Schilling
2020-10-14Fix type errors detected by PsalmChristoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-20Don't use deprecated getIniWrapper() anymoreJoas Schilling
2020-07-30Migrate OC_Group post_removeFromGroup hook to actual event objectMorris Jobke
2020-07-30Correctly remove usergroup shares on removing group membersJoas Schilling
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