Joas Schilling
|
ea21aa3f7a
Use numeric placeholders if there are multiple, so that RTL languages can operate better
|
6 years ago |
Robin Appelman
|
be9ab8b879
also catch exceptions when loading apps
|
6 years ago |
Joas Schilling
|
4b49f810b7
Re-enable apps that got automatically disabled while updating
|
6 years ago |
Julius Härtl
|
b4a7be20c8
Properly clear cache
|
6 years ago |
Julius Härtl
|
1a034ce699
Implement update functionality
|
6 years ago |
Roeland Jago Douma
|
f7b518fdbf
Get correct version of an app
|
6 years ago |
Arthur Schiwon
|
38a90130ce
move log constants to ILogger
|
6 years ago |
Robin Appelman
|
46d0d0cda1
fix appinfo parsing when a single localized option is provided
|
6 years ago |
Morris Jobke
|
514de5dfa1
Use isInstalled of AppManger instead of reimplement it
|
6 years ago |
Tobia De Koninck
|
96a5752340
Remove unused $enableAppsCache in OC_App
|
6 years ago |
Tobia De Koninck
|
55b9a5d886
Remove OC_App::disable method
|
6 years ago |
Tobia De Koninck
|
539fdaea1e
Run repair steps on uninstall in all cases
|
7 years ago |
Christoph Wurst
|
1a8916af59
Fix updating an up
|
6 years ago |
Morris Jobke
|
9b68f80c4b
Add remaining type hints, that were already okay
|
6 years ago |
Morris Jobke
|
9fcf185c7d
Always return a string in OC_App::getCurrentApp and no boolean
|
6 years ago |
Morris Jobke
|
e4077672e1
Use empty array as group list in OC_App::enable
|
6 years ago |
Morris Jobke
|
2e15c0d871
Refactor dependencies in setAppTypes
|
6 years ago |
Morris Jobke
|
9dc3b04802
Fix app version to be always string and neither array nor null
|
6 years ago |
Morris Jobke
|
edee243b27
OC_App::loadApps now only accepts an array as type list
|
6 years ago |
Morris Jobke
|
2a2833e30f
Migrate to short array syntax
|
6 years ago |
Morris Jobke
|
14bc9b1714
Merge pull request #8095 from nextcloud/webapps-capabilities
|
6 years ago |
Julius Härtl
|
f36e8313ff
Add throws annotation
|
6 years ago |
Julius Härtl
|
04053311ee
Properly encapsulate require_once for app.php
|
6 years ago |
Julius Härtl
|
ada5aed35e
Deprecate static methods and use Navigation manager
|
6 years ago |
Julius Härtl
|
864474b858
Move navigation processing to the NavigationManager
|
6 years ago |
Julius Härtl
|
efbdad2d0c
Remove OC_App::removeApp
|
6 years ago |
Julius Härtl
|
a68895e334
Remove OC_App::installApp since it is not used anymore
|
6 years ago |
Julius Härtl
|
19a0a9a4e7
Move getAppInfo and getAppVersion to IAppManager
|
6 years ago |
Joas Schilling
|
d971b104ed
Do not cache the settings/sections in the database anymore
|
6 years ago |
Roeland Jago Douma
|
1e7b20f615
Remove IAppConfig::setValue
|
6 years ago |