Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -152/+152 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -4/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix recursive calls in logging via server methods | Joas Schilling | 2020-03-18 | 1 | -4/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow to force enable apps via CLI | Joas Schilling | 2019-12-13 | 1 | -0/+1 |
| | | | | | | Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix tests | John Molakvoæ (skjnldsv) | 2019-12-10 | 1 | -2/+7 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+0 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move settings to an app | Christoph Wurst | 2019-09-28 | 1 | -2/+7 |
| | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | Properly inject the logger | Morris Jobke | 2019-07-16 | 1 | -1/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | always enable cloud federation api | Bjoern Schiessle | 2018-07-02 | 1 | -2/+7 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | fix appinfo parsing when a single localized option is provided | Robin Appelman | 2018-04-17 | 1 | -0/+14 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix app version to be always string and neither array nor null | Morris Jobke | 2018-02-17 | 1 | -13/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove IAppConfig::getValue | Roeland Jago Douma | 2018-01-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix tests | Lukas Reschke | 2017-05-20 | 1 | -2/+7 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix tests | Joas Schilling | 2017-01-13 | 1 | -8/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adjust unit tests | Lukas Reschke | 2016-11-21 | 1 | -2/+6 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add a signer class for signing | Lukas Reschke | 2016-11-21 | 1 | -0/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add update support | Lukas Reschke | 2016-10-31 | 1 | -0/+34 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 1 | -2/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make sure all tests use the TestCase method to overwrite services | Joas Schilling | 2016-10-20 | 1 | -12/+10 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix getMock AppTests | Roeland Jago Douma | 2016-09-13 | 1 | -7/+6 |
| | |||||
* | Fix AppTest and intergration test | Roeland Jago Douma | 2016-09-05 | 1 | -2/+7 |
| | |||||
* | fix enabled apps tests | Morris Jobke | 2016-07-27 | 1 | -0/+5 |
| | |||||
* | fix unit tests | Morris Jobke | 2016-07-26 | 1 | -2/+2 |
| | |||||
* | FIx lib/ a-d | Joas Schilling | 2016-05-19 | 1 | -0/+549 |