Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 9 | -0/+9 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵ | Morris Jobke | 2020-08-12 | 10 | -53/+53 |
| | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 5 | -0/+5 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 7 | -17/+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 | 3 | -4/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 8 | -8/+0 |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 2 | -10/+10 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 11 | -12/+15 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | TO REVERT LATER: disable some DbHandlerTest | Roeland Jago Douma | 2019-11-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 10 | -15/+18 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 10 | -11/+11 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 10 | -10/+2 |
| | | | | | | | | | | | * 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> | ||||
* | Remove deprecated functions from SecureRandom | Roeland Jago Douma | 2018-12-07 | 1 | -1/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | improve error reporting and move format parameter to the options | Bjoern Schiessle | 2018-04-25 | 3 | -57/+18 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -6/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Catch the errors related to untrusted self signed certificates for federation | Roeland Jago Douma | 2017-12-11 | 2 | -0/+76 |
| | | | | | | * Added tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Actually set the status so we don't cause another exception | Roeland Jago Douma | 2017-11-29 | 2 | -0/+76 |
| | | | | | | * And add tests so I don't mess up again Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 8 | -0/+13 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ITimeFactory | Roeland Jago Douma | 2017-08-01 | 4 | -71/+181 |
| | | | | | | | * Inject the timefacotry so we can mock it properly in the tests. * Extended unit tests to cover the new paths Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | we don't need to remove the job manually here, even if we ask once more the ↵ | Bjoern Schiessle | 2017-08-01 | 1 | -2/+0 |
| | | | | | | other server will decline and the background job will be removed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | update unit tests | Bjoern Schiessle | 2017-08-01 | 2 | -12/+34 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | expire requestSharedSecret job after 30 days | Bjoern Schiessle | 2017-08-01 | 1 | -2/+3 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | expire getShareadSecret job after 30 days | Bjoern Schiessle | 2017-08-01 | 1 | -10/+18 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | adjust existing tests | Bjoern Schiessle | 2017-04-11 | 3 | -8/+38 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | only execute code if exception was thrown by the corresponding controller | Bjoern Schiessle | 2017-03-24 | 1 | -3/+3 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | don't add server automatically to trusted server | Bjoern Schiessle | 2016-11-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Fix deprecated getMock call in Federation app | Roeland Jago Douma | 2016-08-31 | 6 | -29/+33 |
| | |||||
* | Use function parameters | Roeland Jago Douma | 2016-08-28 | 1 | -7/+2 |
| | |||||
* | Move OCSAuthAPI to AppFramework | Roeland Jago Douma | 2016-08-28 | 1 | -29/+36 |
| | | | | | | * Convert class * Convert routes * Convert tests | ||||
* | Use MockBuilder instead of createMock | Lukas Reschke | 2016-08-15 | 1 | -1/+1 |
| | | | | CI uses an older PHPUnit | ||||
* | Add unit tests | Lukas Reschke | 2016-08-15 | 1 | -0/+70 |
| | |||||
* | improve federation error messages | Bjoern Schiessle | 2016-08-09 | 1 | -2/+1 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 10 | -16/+27 |
| | |||||
* | fix federation strings | Morris Jobke | 2016-06-20 | 1 | -1/+1 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 9 | -10/+16 |
| | |||||
* | Fix errors in the tests | Joas Schilling | 2016-05-19 | 5 | -10/+20 |
| | |||||
* | Move federation tests to PSR-4 | Joas Schilling | 2016-05-19 | 10 | -4/+4 |
| | |||||
* | Do not create a new job when it failed to connect atm | Joas Schilling | 2016-03-21 | 2 | -14/+39 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 5 | -2/+25 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | remove remote address book if the admin removes the server from the trusted ↵ | Bjoern Schiessle | 2016-02-29 | 2 | -4/+32 |
| | | | | servers list | ||||
* | reuse the url_hash instead of calculating a new hash for the address book | Bjoern Schiessle | 2016-02-26 | 2 | -7/+9 |
| | |||||
* | Remove background job if the server accepted to ask for the shared secret | Bjoern Schiessle | 2016-02-15 | 1 | -0/+3 |
| | | | | | | If we don't remove it the server will later ask the remote server to ask for the shared secret which will result in a error log message on the remote server and in some circumstances maybe even to a failure | ||||
* | Forward exception message to the admin in case of errors and in case the ↵ | Thomas Müller | 2016-02-09 | 2 | -16/+27 |
| | | | | remote server version is to low and appropriate message is displayed as well | ||||
* | Fix PHPDoc and signature | Lukas Reschke | 2016-01-26 | 1 | -1/+1 |
| | |||||
* | Adding unit tests | Thomas Müller | 2016-01-25 | 1 | -0/+66 |
| | |||||
* | Merge pull request #21653 from owncloud/update-license-headers-2016 | Thomas Müller | 2016-01-13 | 8 | -8/+10 |
|\ | | | | | Update license headers 2016 | ||||
| * | Happy new year! | Thomas Müller | 2016-01-12 | 8 | -8/+10 |
| | | |||||
* | | Adding tests and adjust PHPDoc | Thomas Müller | 2016-01-12 | 2 | -1/+77 |
|/ |