Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow multiple settings and sections per app | Joas Schilling | 2017-10-05 | 1 | -0/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | always allow remembered login | Christoph Wurst | 2017-01-11 | 1 | -1/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix InfoParser empty tests | Joas Schilling | 2016-11-16 | 1 | -1/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [9.2] Register commands in info.xml (#26248) | Thomas Müller | 2016-10-11 | 1 | -1/+2 |
| | | | | | | | | | | | | * 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> | ||||
* | Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968) | Thomas Müller | 2016-10-07 | 1 | -2/+2 |
| | | | | | | | | * 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 | ||||
* | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 1 | -1/+2 |
| | |||||
* | Allow declaration of background jobs in info.xml | Thomas Müller | 2016-05-03 | 1 | -1/+2 |
| | |||||
* | Adding repair steps for install and uninstall - fixes #24306 | Thomas Müller | 2016-05-02 | 1 | -1/+3 |
| | |||||
* | Introduce background repair steps | Thomas Müller | 2016-04-26 | 1 | -1/+2 |
| | |||||
* | Remove deprecated HTTPHelper from InfoParser | Thomas Müller | 2016-04-22 | 1 | -0/+4 |
| | |||||
* | fix unit tests | Thomas Müller | 2014-12-11 | 1 | -1/+1 |
| | |||||
* | adding dependency to owncloud version - with fallback to requiremin and ↵ | Thomas Müller | 2014-12-11 | 1 | -1/+7 |
| | | | | requiremax | ||||
* | adding dependencies for supported platforms | Thomas Müller | 2014-12-11 | 1 | -1/+2 |
| | |||||
* | adding supported libraries - including min and max version | Thomas Müller | 2014-12-11 | 1 | -0/+15 |
| | |||||
* | no nested xml tags on dependencies | Thomas Müller | 2014-12-04 | 1 | -10/+8 |
| | |||||
* | adding command dependency | Thomas Müller | 2014-12-04 | 1 | -1/+15 |
| | |||||
* | switch to different parsing implementation to get xml attributes properly ↵ | Thomas Müller | 2014-12-04 | 1 | -2/+14 |
| | | | | handled | ||||
* | adding supported databases | Thomas Müller | 2014-12-04 | 1 | -1/+2 |
| | |||||
* | adding new dependency for php version in apps info.xml | Thomas Müller | 2014-12-04 | 1 | -1/+6 |
| | |||||
* | simplify xml parser code | Thomas Müller | 2014-11-25 | 1 | -0/+19 |