Commit Graph

102 Commits (2bc77a3c5aff352cdc19aa683bbb36da2ff20b01)

Author SHA1 Message Date
Côme Chilliet 2bc77a3c5a
chore: Remove now unused OC_App deprecated methods 8 months ago
Côme Chilliet 12edd2b23a
fix: Deduplicate code by using DependencyAnalyzer in the AppManager 9 months ago
Côme Chilliet 0e01bc09a9
chore: Inline OC_App::setupBackgroundJobs 9 months ago
Côme Chilliet e5606d7fe3
chore: Move getAppPath and getAppWebPath implementations into AppManager 9 months ago
Côme Chilliet 3e01a429e7
chore: Replace last calls to OC_App::enable by IAppManager 9 months ago
Côme Chilliet 4abfd4871f
chore: Move isAppCompatible and shouldUpgrade to the app manager 9 months ago
Côme Chilliet 410389867c
chore: Inline private method OC_App::setupLiveMigrations 9 months ago
Côme Chilliet fd17555333
chore: Move OC_App::updateApp to IAppManager::upgradeApp 9 months ago
Ferdinand Thiessen d5e2432bcd
fix: resolve invalid usage of `AppConfig::getValue` 9 months ago
Côme Chilliet 12c0cfc977
fix: Move getInstallPath to Installer class 11 months ago
Côme Chilliet 1f5e232314
chore: Move info parsing related method from OC_App to InfoParser 11 months ago
Maxence Lange d8fc08d718 feat(lexicon): fix tests 11 months ago
Maxence Lange 3d3c77b774 feat(lexicon): migrate keys on app update 11 months ago
Ferdinand Thiessen c21e189850
fix: make core application bootstrapable by coordinator 1 year ago
Ferdinand Thiessen 54eaad76c0
chore!(\OCP\Files): remove deprecated static `getStorage` method 1 year ago
Côme Chilliet c7037d7b38
fix: Move getAppInstalledVersions to AppConfig so that it can be used earlier 1 year ago
Côme Chilliet 32c1e3e677 feat: Add a replacement for OC_App::getAppVersions is IAppManager 1 year ago
Côme Chilliet f758f565d4
fix: Replace getInstalledApps calls with getEnabledApps 1 year ago
provokateurin 77114fb327
fix(OpenAPI): Adjust array syntax to avoid ambiguities 2 years ago
Joas Schilling 07449847e1
fix(appmanager): Fix tainted file path when loading appinfos 2 years ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
Ferdinand Thiessen 69abd8851b
refactor(OC_App): Remove ILogger usage 2 years ago
Ferdinand Thiessen f5b73d2c77
fix: Remove legacy settings forms 2 years ago
Côme Chilliet 76f2bc0bfc
fix: Replace OC_App::getAllApps with a method in AppManager 2 years ago
Côme Chilliet 7ed583cb8e
chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App 2 years ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 2 years ago
Daniel Kesselberg 6983310ec0 docs: correct return type for findAppInDirectories 2 years ago
Julius Härtl ea9f2361ae
perf: Avoid reusing previous migration steps 2 years ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Côme Chilliet 644036ab4e
fix: Migrate away from OC_App toward the IAppManager 2 years ago
Côme Chilliet cf6a0e0833
chore: Deprecate OC_App::loadApps and add missing return type in Server 2 years ago
Côme Chilliet 0e1931754a
chore: use DI for \OC\Repair 2 years ago
Côme Chilliet 67e3ecef98
chore: Cleanup Installer class as well 2 years ago
Maxence Lange f7d0c74b10 lazy AppConfig 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 3 years ago
Christoph Wurst ea8f9a7e84 refactor: Repalce array_search with in_array in lib/ 3 years ago
Hamid Dehnavi ea06cf2f39 Convert isset ternary to null coalescing operator 3 years ago
Côme Chilliet f68d4f7300
Remove deprecated methods Util::writeLog and DIContainer::log 3 years ago
Joas Schilling 3962cd0aa8
fix!: Move getEventDispatcher usage to IEventDispatcher 3 years ago
Christoph Wurst 14719110b9 chore: Replace \OC::$server->query with \OCP\Server::get in /lib 3 years ago
Christoph Wurst 999aec366a
chore: Drop \OC_App::getSettingsNavigation 3 years ago
Christoph Wurst 167763d312
chore: Drop \OC_App::getNavigation 3 years ago
Christoph Wurst e76d525a43
chore: Drop \OC_App::getAppInfo 3 years ago
Christoph Wurst cf6e2fa1b7
chore: Drop \OC_App::getAppVersion 3 years ago
Christoph Wurst dd2d50471e
chore!: Drop \OC_App::isEnabled 3 years ago
Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Carl Schwan b1ec7ff51f
Add missing taint analysis docblock comments, and improve escaping in some methods 3 years ago
Côme Chilliet e94a689bca
Fix version number in phpdoc for app loading refactor 3 years ago
Côme Chilliet 13c71ed24a
Small cleanups for AppManager 3 years ago
Côme Chilliet 78c1716818
Move loadApps to the AppManager 3 years ago