aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Installer.php
Commit message (Expand)AuthorAgeFilesLines
* fix(appmanager): Fix tainted file path when loading appinfosbugfix/noid/fix-tainted-file-appinfoJoas Schilling2024-10-141-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-10/+10
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-241-36/+3
* fix: Correctly check result of functionJoas Schilling2024-05-151-1/+1
* fix: Drop workarounds for unsupported obsolete PHP versionsCôme Chilliet2024-04-221-10/+19
* fix: Migrate a few more classes away from OC_App::getAppPathCôme Chilliet2024-04-221-3/+4
* chore: Cleanup Installer class as wellCôme Chilliet2024-01-291-66/+32
* fix: Use DI for Setup class and move away from deprecated methodsCôme Chilliet2024-01-291-0/+3
* fix(install): Make installing more verboseJoas Schilling2023-11-031-5/+18
* fix(apps): Fix loading info.xml fileJoas Schilling2023-07-201-2/+2
* chore: Drop \OC_App::getAppInfoChristoph Wurst2023-06-011-2/+2
* chore: Drop \OC_App::getAppVersionChristoph Wurst2023-06-011-4/+5
* set defaultEnabled in shipped.jsonMaxence Lange2022-09-151-2/+1
* Migrate more classes of lib/private to LoggerInterfaceCôme Chilliet2022-04-261-2/+1
* Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-121-72/+61
* Run migrations fully when reenabling an appJoas Schilling2021-12-291-4/+5
* 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