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-09-15set defaultEnabled in shipped.jsonMaxence Lange
2022-04-26Migrate more classes of lib/private to LoggerInterfaceCôme Chilliet
2022-01-12Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan
2021-12-29Run migrations fully when reenabling an appJoas Schilling
2021-09-30Fix translated app detailsJoas Schilling
2021-06-30Migrate HintException to OCPGary Kim
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-27Less ILoggerJoas Schilling
2021-04-25PHP 8+ deprecates openssl_free_keyacsfer
2021-04-25Only use libxml_disable_entity_loader on PHP<8acsfer
2021-03-24Bye bye database.xmlJoas Schilling
2021-01-20phpsec lib can't parse multiple certs in one goRoeland Jago Douma
2021-01-12Allow installing/updating of apps againRoeland Jago Douma
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-11-20Merge pull request #24062 from nextcloud/revert-24060-revert-24039-faster-ins...Morris Jobke
2020-11-18Allow lazy app registrationChristoph Wurst
2020-11-11Revert "Revert "Installation goes brrrr""Joas Schilling
2020-11-11Revert "Installation goes brrrr"Christoph Wurst
2020-11-11Only update the schema when we install anywayJoas Schilling
2020-10-22Add more details if extract fails.Daniel Kesselberg
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-07Allow to update to nightlyJohn Molakvoæ (skjnldsv)
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-02-12disable timeout on app install via cliArthur Schiwon
2020-01-20Increase the timeout for app downloadsJoas Schilling
2019-12-13Allow to force enable apps via CLIJoas Schilling
2019-12-05Update license headersChristoph Wurst
2019-06-05Run repair steps when enabling an app that has already been installedJulius Härtl
2019-03-22Check if elements are set in installerRoeland Jago Douma
2019-03-20allow enforcing apps to ignore the max versionRoeland Jago Douma
2018-08-02There is no update available if the app didnt have a version (aka was not ins...Joas Schilling
2018-04-26move log constants to ILoggerArthur Schiwon
2018-04-23Remove a check for an unused variableMorris Jobke
2018-03-21Use isInstalled of AppManger instead of reimplement itMorris Jobke
2018-02-22Dont use $info as array when its not an arrayJoas Schilling
2018-02-17Fix app version to be always string and neither array nor nullMorris Jobke
2018-02-14Remove unused import statementsMorris Jobke
2018-01-31Remove OC_App::removeAppJulius Härtl
2018-01-29Do not cache the settings/sections in the database anymoreJoas Schilling
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
2018-01-26Use index based string access for substr with length of 1Morris Jobke
2018-01-23Properly log the full exception instead of only the messageMorris Jobke
2018-01-17Remove IAppConfig::getValueRoeland Jago Douma
2017-12-18Merge pull request #7505 from nextcloud/do-not-update-if-app-comes-from-gitMorris Jobke
2017-12-14Up checkJohn Molakvoæ (skjnldsv)
2017-12-14Use cached app listMorris Jobke
2017-12-14Do not update apps if it comes from gitJohn Molakvoæ (skjnldsv)
2017-11-27Merge pull request #7264 from nextcloud/cache-fetched-appsLukas Reschke