Commit Graph

47 Commits (311531ecce497663960877fc536ba94deff27bc0)

Author SHA1 Message Date
Robin Appelman c5df58ec69
phpdoc 9 years ago
Robin Appelman b56f2c9ed0
basic lockdown logic 9 years ago
Joas Schilling b2248efd75
Allow to register Providers 9 years ago
Joas Schilling 13ff56bfc5
Allow to register settings/types via info.xml 9 years ago
Joas Schilling 280d5325c7
Allow to register activity filters via info.xml 9 years ago
Roeland Jago Douma d826e04757
Add autoloader before enabling apps 9 years ago
Lukas Reschke d805df7bb3
Use findAppInDirectories 9 years ago
Lukas Reschke 8acb54aa0b
Add update support 9 years ago
Lukas Reschke df7fd2b57c
Query the timefactory instead of creating it 9 years ago
Lukas Reschke 0e2aee2be6
Replace with exception instead of boolean return value 9 years ago
Lukas Reschke 32cf661215
Use new appstore API 9 years ago
Thomas Müller 03ec052b4e
App dependencies are now analysed on app enable as well - not only on app install. 9 years ago
Lukas Reschke 0c2b17c80f
Cache AppInfo in Memory Cache if configured 10 years ago
Thomas Müller 67d3574bdf
Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968) 10 years ago
Joas Schilling 53ed3da052
Fallback from "de" to "de_DE" and the other way around 10 years ago
Joas Schilling 3a5022ad5b
Allow multiple names and description 10 years ago
Joas Schilling 7c0951244a
Deprecate getEditionString() 10 years ago
Joas Schilling b072c6c943
Move navigation entries without order to the end 10 years ago
Jan-Christoph Borchardt 0517f41b3f fix ordering of user menu entries 10 years ago
Lukas Reschke 0747e96b9c
Cache registered autoloaders 10 years ago
Arthur Schiwon 208e551216
check registered sections and settings after an app got updated to garbage collect orphaned classes 10 years ago
Arthur Schiwon ac04ba6784
register app autoload instead of loading apps 10 years ago
Arthur Schiwon f3b15a9ab9
fixes, improvements, and another app: 10 years ago
Arthur Schiwon 0fc34c99f4
fix registration of admin settings and section on app install 10 years ago
Arthur Schiwon 1eb8b951c2
more admin page splitup improvements 10 years ago
Arthur Schiwon ceeb44bd04
Initial work on Apps page split: 10 years ago
Arthur Schiwon 686cb599b6
fix autoloading in LPAP integration tests, resolves #544 10 years ago
Joas Schilling 5c34346479
Allow downgrades of maintenance accross vendors 10 years ago
Joas Schilling 0215b004da
Update with robin 10 years ago
Joas Schilling ba87db3fcc
Fix others 10 years ago
Lukas Reschke 4f42c3d725
Revert "Remove "Help" link from personal sidebar" 10 years ago
Klaas Freitag 99316ec02c
Show app name in error message if app could not be loaded. (#25441) 10 years ago
Morris Jobke e95c15e53a
fix more strings 10 years ago
Lukas Reschke deef15a3c7
Remove "Help" link from personal sidebar 10 years ago
Lukas Reschke aba539703c
Update license headers 10 years ago
Joas Schilling db16dc6644
Correctly register autoloading before install.php and loading commands 10 years ago
Thomas Müller 71fa0a75bf
Allow declaration of background jobs in info.xml 10 years ago
Joas Schilling d879354ccb
Use lib/ instead of src/ because that is what people are used to 10 years ago
Joas Schilling ee3457aec0
Register the PSR-4 path on loadApp 10 years ago
Thomas Müller 5e055ca6c1
Move uninstall repair step execution to the correct place 10 years ago
Thomas Müller e049953d1a
OC_Installer -> \OC\Installer 10 years ago
Thomas Müller 54f45f95f5
Adding repair steps for install and uninstall - fixes #24306 10 years ago
Roeland Jago Douma 368be8894c
Move non PSR-4 files from lib/private root to legacy 10 years ago
Thomas Müller 2ee7d2485c
Introduce background repair steps 10 years ago
Thomas Müller 3aa77960ef
Adding pre- and post-migration repair steps 10 years ago
Thomas Müller d0030aad6c
Remove deprecated HTTPHelper from InfoParser 10 years ago
Thomas Müller 7fea9974b7 In case an app has issues while loading the app is disabled and request processing continues 10 years ago
Morris Jobke f5beeec833 Properly handle return values of OC_App::getAppInfo() 10 years ago
Lukas Reschke c353d51810 Remove Scrutinizer Auto Fixer 10 years ago
Thomas Müller bfde96a623 Fix PHPDoc of OC_App::loadApps() 10 years ago