Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -3/+3 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Reset app configs by deleting the values instead of setting the defaults | Daniel Calviño Sánchez | 2020-11-16 | 1 | -11/+11 |
| | | | | | | | | This avoids the need to keep the default values in the integration tests in sync with the code, and also makes possible to reset values with "dynamic" defaults (defaults that depend on other values). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -4/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fixed phpunit Test class | John Molakvoæ (skjnldsv) | 2018-06-13 | 1 | -1/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Adjust integration tests to new guzzle | Robin Appelman | 2018-02-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -0/+22 |
| | |||||
* | Add intergration tests | Roeland Jago Douma | 2016-04-04 | 1 | -0/+1 |
| | |||||
* | Make the app config code ready for reuse | Joas Schilling | 2016-03-15 | 1 | -78/+1 |
| | |||||
* | Fix inheritance of members | Joas Schilling | 2016-03-11 | 1 | -2/+0 |
| | |||||
* | Fix capabilities intergration tests | Roeland Jago Douma | 2016-03-08 | 1 | -2/+2 |
| | | | | Split the array element selection and the member selection. | ||||
* | Deduplicate the array | Joas Schilling | 2015-12-11 | 1 | -20/+15 |
| | |||||
* | Speed up the tests by reseting the configs and app only when needed | Joas Schilling | 2015-12-11 | 1 | -22/+47 |
| | |||||
* | Prepare logic to handle nested elements and add pending test cases | Sergio Bertolin | 2015-12-11 | 1 | -14/+19 |
| | |||||
* | Added tests disabling options using testing app | Sergio Bertolin | 2015-12-11 | 1 | -4/+14 |
| | |||||
* | Add an OCS app for testing instead of using sudo and exec | Joas Schilling | 2015-12-11 | 1 | -36/+44 |
| | |||||
* | Added functionality to change server configuration | Sergio Bertolin | 2015-12-11 | 1 | -15/+40 |
| | |||||
* | Added functionality for changing server configuration | Sergio Bertolin | 2015-12-11 | 1 | -0/+19 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-10 | 1 | -2/+0 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Changed fail for assertEquals and removed fields which weren't checked | Sergio Bertolin | 2015-12-03 | 1 | -8/+12 |
| | |||||
* | Added capabilities context and tests | Sergio Bertolin | 2015-12-02 | 1 | -0/+45 |