summaryrefslogtreecommitdiffstats
path: root/lib/private/App
Commit message (Collapse)AuthorAgeFilesLines
* App dependencies are now analysed on app enable as well - not only on app ↵Thomas Müller2016-10-241-0/+3
| | | | install.
* Ensure $commands being an array - fixes #26073Thomas Müller2016-10-201-0/+3
|
* [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-111-0/+6
| | | | | | | | | | | | * Use DI to load console commands from the apps - class name to be defined in the info.xml * Load commands from info.xml * Fix unit test * Allow Di magic for IMountManager Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Cache AppInfo in Memory Cache if configuredLukas Reschke2016-10-071-0/+23
| | | | | | | | This saves around 20ms on a bare-bone instance, on bigger ones more (depending on the number of installed apps). See https://blackfire.io/profiles/compare/fc326ad3-100d-49b8-8ea9-8343240f53f3/graph Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968)Thomas Müller2016-10-071-28/+4
| | | | | | | | * Don't parse info.xml but reuse already cached app infos - fixes #25603 * Use === in InfoParser. Fixes test * InfoParser should not depend on UrlGenerator - fixes issue with session being closed too early
* Initialize array elements properlyThomas Müller2016-09-071-1/+1
|
* Allow to validate the password_policy appJoas Schilling2016-09-011-3/+9
|
* Fix "Undefined index" when the values do not existJoas Schilling2016-08-181-2/+2
|
* Translate the server version for nextcloudJoas Schilling2016-07-261-2/+24
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-2114-25/+40
|
* fix more stringsMorris Jobke2016-06-201-2/+2
|
* emit correct signal if a app get's disabledBjoern Schiessle2016-06-131-1/+1
|
* Update license headersLukas Reschke2016-05-264-4/+8
|
* Add two factor auth to coreChristoph Wurst2016-05-232-1/+4
|
* Allow declaration of background jobs in info.xmlThomas Müller2016-05-031-4/+7
|
* Adding repair steps for install and uninstall - fixes #24306Thomas Müller2016-05-021-0/+12
|
* allow app developers to specify the minimum int sizeBernhard Posselt2016-04-282-0/+13
| | | | | | | | simplify comparison remove additional null fix off by 1 error
* Introduce background repair stepsThomas Müller2016-04-261-0/+6
|
* Adding pre- and post-migration repair stepsThomas Müller2016-04-221-12/+12
|
* Remove deprecated HTTPHelper from InfoParserThomas Müller2016-04-221-12/+22
|
* Move \OC\App to PSR-4Roeland Jago Douma2016-04-1314-0/+2356