Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | App dependencies are now analysed on app enable as well - not only on app ↵ | Thomas Müller | 2016-10-24 | 1 | -0/+3 |
| | | | | install. | ||||
* | Ensure $commands being an array - fixes #26073 | Thomas Müller | 2016-10-20 | 1 | -0/+3 |
| | |||||
* | [9.2] Register commands in info.xml (#26248) | Thomas Müller | 2016-10-11 | 1 | -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 configured | Lukas Reschke | 2016-10-07 | 1 | -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üller | 2016-10-07 | 1 | -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 properly | Thomas Müller | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | Allow to validate the password_policy app | Joas Schilling | 2016-09-01 | 1 | -3/+9 |
| | |||||
* | Fix "Undefined index" when the values do not exist | Joas Schilling | 2016-08-18 | 1 | -2/+2 |
| | |||||
* | Translate the server version for nextcloud | Joas Schilling | 2016-07-26 | 1 | -2/+24 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 14 | -25/+40 |
| | |||||
* | fix more strings | Morris Jobke | 2016-06-20 | 1 | -2/+2 |
| | |||||
* | emit correct signal if a app get's disabled | Bjoern Schiessle | 2016-06-13 | 1 | -1/+1 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 4 | -4/+8 |
| | |||||
* | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 2 | -1/+4 |
| | |||||
* | Allow declaration of background jobs in info.xml | Thomas Müller | 2016-05-03 | 1 | -4/+7 |
| | |||||
* | Adding repair steps for install and uninstall - fixes #24306 | Thomas Müller | 2016-05-02 | 1 | -0/+12 |
| | |||||
* | allow app developers to specify the minimum int size | Bernhard Posselt | 2016-04-28 | 2 | -0/+13 |
| | | | | | | | | simplify comparison remove additional null fix off by 1 error | ||||
* | Introduce background repair steps | Thomas Müller | 2016-04-26 | 1 | -0/+6 |
| | |||||
* | Adding pre- and post-migration repair steps | Thomas Müller | 2016-04-22 | 1 | -12/+12 |
| | |||||
* | Remove deprecated HTTPHelper from InfoParser | Thomas Müller | 2016-04-22 | 1 | -12/+22 |
| | |||||
* | Move \OC\App to PSR-4 | Roeland Jago Douma | 2016-04-13 | 14 | -0/+2356 |