Commit Graph

129 Commits (e29038414dbf092ef2a8711c6962da660ed2ddf0)

Author SHA1 Message Date
nextcloud-command fd14234a6a refactor: Apply rector changes 2 weeks ago
Ferdinand Thiessen 1c23feae3d
refactor: migrate usage of `OC_App` to AppManager 4 weeks ago
Ferdinand Thiessen 872206cbc2
chore(OC_App): move `executeRepairSteps` and `checkAppDependencies` to AppManager 4 weeks ago
Ferdinand Thiessen a6a228bd0a
fix(InfoParser): properly handle collaboration plugins 4 weeks ago
Ferdinand Thiessen e3783b88e6
fix(AppManager): properly type AppInfo type based on XSD 4 weeks ago
Côme Chilliet bdfe8ed77e fix: Add proper methods in IAppManager for namespace handling 4 weeks ago
Git'Fellow 3bbe0ee570
refactor: use strict operator 1 month ago
Ferdinand Thiessen e0ba4d71b6
chore: add missing `Override` attribute to `OC` 1 month ago
Josh acde2f5041
fix(apps): filter autoloading registration by app type too in loadApps 2 months ago
Côme Chilliet a3102bb2f0
chore: Cleanup setAppTypes and move it to AppManager 2 months ago
Côme Chilliet 614afec231
fix: Remove static var in AppManager 3 months ago
Carl Schwan 7b6078875b
refactor: Run rector on lib/private 4 months ago
Josh 24ec0e85e5 feat(AppManager): log when cleanAppId drops invalid chars 5 months ago
Arthur Schiwon ab9a92fac8
feat(AppManager): log which apps requires the upgrade procedure 7 months ago
Côme Chilliet 20e536839a
feat: Add admin-delegation-section as well for completeness 8 months ago
Côme Chilliet 09acd7e308
feat(settings): Add support for delegated settings not appearing in menu 8 months ago
Maxence Lange 0249e3a2f5 fix(userconfig): set 'mail' as indexed 9 months ago
Côme Chilliet ae4d38eb63
fix: Allow hyphen in appid 9 months ago
Git'Fellow b36e4e3824 fix(AppManager): Argument must be of type array|object 10 months ago
Côme Chilliet 12edd2b23a
fix: Deduplicate code by using DependencyAnalyzer in the AppManager 10 months ago
Côme Chilliet b7c15949ce
chore: Get rid of AppLocator helper 10 months ago
Côme Chilliet 0e01bc09a9
chore: Inline OC_App::setupBackgroundJobs 10 months ago
Côme Chilliet e5606d7fe3
chore: Move getAppPath and getAppWebPath implementations into AppManager 10 months ago
Côme Chilliet 4abfd4871f
chore: Move isAppCompatible and shouldUpgrade to the app manager 10 months ago
Côme Chilliet 410389867c
chore: Inline private method OC_App::setupLiveMigrations 10 months ago
Côme Chilliet f5fac6476f
chore: Remove references to obsolete field ocsid in apps info.xml 10 months ago
Côme Chilliet fd17555333
chore: Move OC_App::updateApp to IAppManager::upgradeApp 10 months ago
Côme Chilliet 1f5e232314
chore: Move info parsing related method from OC_App to InfoParser 11 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 11 months ago
Maxence Lange d8fc08d718 feat(lexicon): fix tests 12 months ago
Maxence Lange 3d3c77b774 feat(lexicon): migrate keys on app update 12 months ago
Maxence Lange e39ab65239 feat(lexicon): migrate config key/value 12 months ago
Jana Peper 50c9852e24
feat: add ocs route to get apps enabled for current user 12 months ago
Côme Chilliet a2fdeccc31
chore(tests): Adapt AppManager test to the use of searchValues 1 year ago
Côme Chilliet e8370bf73a
fix: Use only enabled applications versions in the cache prefix 1 year ago
Côme Chilliet bf340a576f
fix: Do not enable applications which are not installed yet 1 year ago
Ferdinand Thiessen c21e189850
fix: make core application bootstrapable by coordinator 1 year ago
Côme Chilliet 92038229fa
fix: Remove support for app.php loading 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 6e7c97ea1f
fix: Also remove digits at the start and underscore on both ends of appid 1 year ago
Côme Chilliet 8f57a50767
fix: Only keep allowed characters in appid, and flag the method as escaping 1 year ago
Côme Chilliet cffd2c8d09
chore: Improve naming of methods and properties in AppManager 1 year ago
Côme Chilliet fb917c495b
fix(ocp): Deprecate getInstalledApps and replace with clearer method name 1 year ago
Côme Chilliet d2864f7d84
fix(ocp): Deprecate isInstalled and add isEnabledForAnyone instead 1 year ago
Ferdinand Thiessen 31664b3edd
fix: Correctly return app id and app version for `core` styles and images 1 year ago
Ferdinand Thiessen 9e327a5890
fix(apps-store): Remove apps from force-enabled state when uninstalled 2 years ago
Joas Schilling 07449847e1
fix(appmanager): Fix tainted file path when loading appinfos 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