25 Commits (5f194dad240871f8626baab041dbd53f36fdb446)

Author SHA1 Message Date
Roeland Jago Douma 25f9203a70 Fix remaining #25359 5 years ago
Christoph Wurst aabd73912e
Type the service registration 5 years ago
Christoph Wurst 8b64e92b92
Bump doctrine/dbal from 2.12.0 to 3.0.0 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Christoph Wurst cbb34af53f
Do not update incompatible apps 5 years ago
Christoph Wurst fd649afb1f
Remove the deprecated update.php 5 years ago
Lukas Reschke d25ca1976b Mark getAppPath as specialized taint 5 years ago
Lukas Reschke 98ddfdd1e8 Mark cleanAppId as sanitizer for include 5 years ago
Lukas Reschke 47ac8e0028
Add Psalm Taint Flow Analysis 5 years ago
Roeland Jago Douma d8637c62e0
Reduce the getAppPath and autoloader calls 5 years ago
Roeland Jago Douma 0dece78617
Skip already loaded apps in loadApps 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Joas Schilling 0dfcc132ca
Allow to register AlternativeLogin on RegistrationContext 5 years ago
Morris Jobke d9cc2f0213
Do not load app.php if Application implements IBootstrap 5 years ago
Christoph Wurst 8e9726be5c
Log usages of the deprecated app.php file 5 years ago
Christoph Wurst 5bc8510b3b
Load the app.php before running apps' boot method 6 years ago
Christoph Wurst 69571fb536
Add dedicated API for apps' bootstrapping process 6 years ago
Christoph Wurst 97e9823787
Document \OC_App::getAllApps return type 6 years ago
Christoph Wurst 0556fe351a
Add a message to the log entry of an app being disabled 6 years ago
Christoph Wurst 28f8eb5dba
Add visibility to all constants 6 years ago
Christoph Wurst a7c8d26d31
Add visibility to all properties and move static keyword 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago
Christoph Wurst 1e086064f5
Move legacy classes from PSR0 to PSR4 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Joas Schilling df9edf0108
Allow to force register the namespace 6 years ago
Joas Schilling efcf246f07
Register the namespace after reading the new file 6 years ago
Roeland Jago Douma 47bc0cc8a8
Do not disable authentication apps 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Arthur Schiwon af6c788efc
pass through ServerNotAvailableException on app init 6 years ago
Daniel Rudolf 2d56664e35
Improve usage of IAppManager::getAppWebPath() 6 years ago
Joas Schilling 810ee7d811
Make the auto-disabled list more broad 6 years ago
Morris Jobke 361836675c
Show supported apps in app management 7 years ago
Roeland Jago Douma 769cb629ae
allow enforcing apps to ignore the max version 7 years ago
Joas Schilling 0c77cd21f9
Make sure maintenance mode is always casted to bool 7 years ago
Joas Schilling ea21aa3f7a
Use numeric placeholders if there are multiple, so that RTL languages can operate better 7 years ago
Robin Appelman be9ab8b879
also catch exceptions when loading apps 7 years ago
Joas Schilling 4b49f810b7
Re-enable apps that got automatically disabled while updating 8 years ago
Julius Härtl b4a7be20c8
Properly clear cache 8 years ago
Julius Härtl 1a034ce699
Implement update functionality 8 years ago
Roeland Jago Douma f7b518fdbf
Get correct version of an app 8 years ago
Arthur Schiwon 38a90130ce
move log constants to ILogger 8 years ago
Robin Appelman 46d0d0cda1
fix appinfo parsing when a single localized option is provided 8 years ago
Morris Jobke 514de5dfa1
Use isInstalled of AppManger instead of reimplement it 8 years ago
Tobia De Koninck 96a5752340
Remove unused $enableAppsCache in OC_App 8 years ago
Tobia De Koninck 55b9a5d886
Remove OC_App::disable method 8 years ago
Tobia De Koninck 539fdaea1e
Run repair steps on uninstall in all cases 8 years ago
Christoph Wurst 1a8916af59
Fix updating an up 8 years ago
Morris Jobke 9b68f80c4b
Add remaining type hints, that were already okay 8 years ago
Morris Jobke 9fcf185c7d
Always return a string in OC_App::getCurrentApp and no boolean 8 years ago