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
2022-02-28Add event logging to app loadingJulius Härtl
2021-10-25Revert "Fix "never catch" catches in OC_App"Joas Schilling
2021-10-22Fix "never catch" catches in OC_Appzorn-v
2021-10-13Merge pull request #29004 from nextcloud/bugfix/noid/fix-translated-app-detailsJoas Schilling
2021-10-06add 'supported'-label to all supported apps, also if they are not downloaded yetBjoern Schiessle
2021-09-30Fix translated app detailsJoas Schilling
2021-09-29Add admin privilege delegation for admin settingsCarl Schwan
2021-05-24Allow removing apps with app store disabledGary Kim
2021-05-05Don't break OCC if an app is breaking in it's Application classJoas Schilling
2021-03-24Bye bye database.xmlJoas Schilling
2021-03-18log full expection during repair stepRobin Appelman
2021-02-10Fix remaining #25359Roeland Jago Douma
2021-02-10Type the service registrationChristoph Wurst
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-04Do not update incompatible appsChristoph Wurst
2020-11-27Remove the deprecated update.phpChristoph Wurst
2020-11-22Merge pull request #24269 from nextcloud/taint-specializeRoeland Jago Douma
2020-11-21Mark getAppPath as specialized taintLukas Reschke
2020-11-21Mark cleanAppId as sanitizer for includeLukas Reschke
2020-11-21Add Psalm Taint Flow AnalysisLukas Reschke
2020-11-07Reduce the getAppPath and autoloader callsRoeland Jago Douma
2020-11-06Skip already loaded apps in loadAppsRoeland Jago Douma
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-07-16Allow to register AlternativeLogin on RegistrationContextJoas Schilling
2020-07-14Do not load app.php if Application implements IBootstrapMorris Jobke
2020-06-30Log usages of the deprecated app.php fileChristoph Wurst
2020-06-17Load the app.php before running apps' boot methodChristoph Wurst
2020-06-17Add dedicated API for apps' bootstrapping processChristoph Wurst
2020-05-28Document \OC_App::getAllApps return typeChristoph Wurst
2020-05-19Add a message to the log entry of an app being disabledChristoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Add visibility to all properties and move static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-07Move legacy classes from PSR0 to PSR4Christoph Wurst