Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add tests for installer method | Lukas Reschke | 2016-10-31 | 1 | -0/+8 | |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Add update support | Lukas Reschke | 2016-10-31 | 1 | -14/+213 | |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Use substr and explode instead of a regex | Lukas Reschke | 2016-10-31 | 1 | -0/+7 | |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Use new appstore API | Lukas Reschke | 2016-10-31 | 5 | -0/+444 | |
| | | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Merge pull request #1452 from nextcloud/appconfig-endpoint | Joas Schilling | 2016-10-25 | 1 | -1/+13 | |
|\ | | | | | Appconfig endpoint | |||||
| * | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 1 | -1/+13 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | App dependencies are now analysed on app enable as well - not only on app ↵ | Thomas Müller | 2016-10-24 | 1 | -26/+30 | |
|/ | | | | install. | |||||
* | Ensure $commands being an array - fixes #26073 | Thomas Müller | 2016-10-20 | 1 | -0/+1 | |
| | ||||||
* | use short array syntax | Morris Jobke | 2016-10-20 | 1 | -7/+7 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Cache AppInfo in Memory Cache if configured | Lukas Reschke | 2016-10-07 | 1 | -11/+25 | |
| | | | | | | | | 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 | 2 | -17/+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 | |||||
* | increase core version number to trigger db ugprade and fix app manager tests | Christoph Wurst | 2016-09-05 | 1 | -2/+14 | |
| | ||||||
* | Merge pull request #556 from nextcloud/nextcloud-version-check | Morris Jobke | 2016-07-29 | 1 | -1/+3 | |
|\ | | | | | Allow apps to check for a given nextcloud version | |||||
| * | Translate the server version for nextcloud | Joas Schilling | 2016-07-26 | 1 | -1/+3 | |
| | | ||||||
* | | Add workflowengine | Morris Jobke | 2016-07-26 | 1 | -2/+4 | |
|/ | ||||||
* | Cleanup ManagerTest | Roeland Jago Douma | 2016-07-14 | 1 | -12/+32 | |
| | | | | | * Fix deprecated getMock call * No longer requires DB | |||||
* | fix unit tests | Morris Jobke | 2016-06-20 | 1 | -3/+3 | |
| | ||||||
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 10 | -0/+1242 | |
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader |