aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Installer.php
Commit message (Expand)AuthorAgeFilesLines
* Fix translated app detailsJoas Schilling2021-09-301-4/+2
* Migrate HintException to OCPGary Kim2021-06-301-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+2
* Less ILoggerJoas Schilling2021-04-271-12/+5
* PHP 8+ deprecates openssl_free_keyacsfer2021-04-251-1/+4
* Only use libxml_disable_entity_loader on PHP<8acsfer2021-04-251-3/+7
* Bye bye database.xmlJoas Schilling2021-03-241-25/+11
* phpsec lib can't parse multiple certs in one goRoeland Jago Douma2021-01-201-2/+20
* Allow installing/updating of apps againRoeland Jago Douma2021-01-121-1/+1
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-2/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Merge pull request #24062 from nextcloud/revert-24060-revert-24039-faster-ins...Morris Jobke2020-11-201-2/+2
|\
| * Revert "Revert "Installation goes brrrr""Joas Schilling2020-11-111-2/+2
* | Allow lazy app registrationChristoph Wurst2020-11-181-0/+4
|/
* Revert "Installation goes brrrr"Christoph Wurst2020-11-111-2/+2
* Only update the schema when we install anywayJoas Schilling2020-11-111-2/+2
* Add more details if extract fails.Daniel Kesselberg2020-10-221-6/+8
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-6/+6
* Allow to update to nightlyJohn Molakvoæ (skjnldsv)2020-08-071-7/+10
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-37/+36
* Remove trailing and in between spacesChristoph Wurst2020-04-091-7/+7
* disable timeout on app install via cliArthur Schiwon2020-02-121-6/+13
* Increase the timeout for app downloadsJoas Schilling2020-01-201-1/+1
* Allow to force enable apps via CLIJoas Schilling2019-12-131-2/+3
* Update license headersChristoph Wurst2019-12-051-2/+6
* Run repair steps when enabling an app that has already been installedJulius Härtl2019-06-051-0/+8
* Check if elements are set in installerRoeland Jago Douma2019-03-221-0/+4
* allow enforcing apps to ignore the max versionRoeland Jago Douma2019-03-201-2/+5
* There is no update available if the app didnt have a version (aka was not ins...Joas Schilling2018-08-021-1/+1
* move log constants to ILoggerArthur Schiwon2018-04-261-2/+2
* Remove a check for an unused variableMorris Jobke2018-04-231-3/+1
* Use isInstalled of AppManger instead of reimplement itMorris Jobke2018-03-211-15/+6
* Dont use $info as array when its not an arrayJoas Schilling2018-02-221-1/+1
* Fix app version to be always string and neither array nor nullMorris Jobke2018-02-171-1/+1
* Remove unused import statementsMorris Jobke2018-02-141-5/+0
* Remove OC_App::removeAppJulius Härtl2018-01-311-0/+3
* Do not cache the settings/sections in the database anymoreJoas Schilling2018-01-291-9/+0
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Use index based string access for substr with length of 1Morris Jobke2018-01-261-1/+1
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-1/+4
* Remove IAppConfig::getValueRoeland Jago Douma2018-01-171-1/+1
* Merge pull request #7505 from nextcloud/do-not-update-if-app-comes-from-gitMorris Jobke2017-12-181-0/+20
|\
| * Up checkJohn Molakvoæ (skjnldsv)2017-12-141-4/+4
| * Do not update apps if it comes from gitJohn Molakvoæ (skjnldsv)2017-12-141-0/+20
* | Use cached app listMorris Jobke2017-12-141-2/+2
|/
* Merge pull request #7264 from nextcloud/cache-fetched-appsLukas Reschke2017-11-271-11/+14
|\
| * Make isUpdateAvailable non-staticMorris Jobke2017-11-251-13/+12
| * Cache fetched apps in update checkMorris Jobke2017-11-251-1/+5
* | Remove unused checkCode methodMorris Jobke2017-11-241-17/+0
|/
* Merge pull request #6788 from staabm/masterLukas Reschke2017-11-081-1/+1
|\