Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test to check the expire date | Vitor Mattos | 2022-06-20 | 1 | -0/+5 |
| | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | Migrate dav application from ILogger to LoggerInterface | Côme Chilliet | 2022-05-02 | 4 | -12/+11 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Prepare for ILogger drop in RootCollectionTest | Côme Chilliet | 2022-03-24 | 1 | -5/+5 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix more ILogger related problems from tests | Côme Chilliet | 2022-03-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix affected unit test | Vitor Mattos | 2022-01-21 | 1 | -0/+1 |
| | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 5 | -5/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use PSR Logger in event dispatcher | Joas Schilling | 2020-10-08 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -4/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵ | Morris Jobke | 2020-08-12 | 4 | -25/+25 |
| | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 3 | -7/+6 |
| | | | | | | | | | | | | | | | 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 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -28/+28 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #19890 from nextcloud/enh/comments-reference-id | Joas Schilling | 2020-04-02 | 1 | -8/+13 |
|\ | | | | | Add optional comments reference_id | ||||
| * | Fix unit tests | Joas Schilling | 2020-04-02 | 1 | -8/+13 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 4 | -0/+4 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 4 | -115/+115 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 5 | -5/+5 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 5 | -83/+83 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 5 | -5/+5 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | use OCP\EventDispatcher\Event over Symfony's deprecated Event | Arthur Schiwon | 2019-10-17 | 1 | -3/+12 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 5 | -0/+5 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ::class in test mocks of dav app | Morris Jobke | 2017-10-26 | 1 | -1/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 5 | -73/+102 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 2 | -2/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | resolve displayname via manager and registerable resolvers | Arthur Schiwon | 2016-10-19 | 1 | -2/+21 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | move mention extraction to (I)Comment and report mentions via DAV | Arthur Schiwon | 2016-10-19 | 1 | -0/+15 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 5 | -10/+21 |
| | |||||
* | Fix PHPUnit 5.4 warnings in DAV app | Roeland Jago Douma | 2016-07-15 | 5 | -40/+130 |
| | | | | * getMock is deprecated | ||||
* | Show error message when posting an invalid comment | Vincent Petry | 2016-06-24 | 1 | -1/+5 |
| | | | | | When an internal server error occurs while creating or updating a comment, display a proper error notification in the UI. | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 5 | -5/+10 |
| | |||||
* | Update DAV unit tests to PSR-4 | Joas Schilling | 2016-05-25 | 5 | -0/+1581 |