Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 41 | -0/+43 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #20632 from nextcloud/bugfix/20624 | Morris Jobke | 2020-04-27 | 1 | -2/+20 |
|\ | | | | | Only catch anonymous OPTIONS for Office | ||||
| * | Only catch anonymous OPTIONS for Office | Julius Härtl | 2020-04-24 | 1 | -2/+20 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Add test that shares and tags are ignored for chunk files. | Daniel Kesselberg | 2020-04-21 | 2 | -1/+43 |
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Merge pull request #19901 from nextcloud/bugfix/noid/vcard-photo-handling | Roeland Jago Douma | 2020-04-17 | 1 | -12/+12 |
|\ | | | | | Improved vcard photo handling | ||||
| * | Always transform the etag and read the data | Joas Schilling | 2020-04-15 | 1 | -12/+12 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Update list of multiple properties | John Molakvoæ (skjnldsv) | 2020-04-17 | 1 | -2/+85 |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix unit tests | Joas Schilling | 2020-04-15 | 1 | -5/+50 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Verify that destination is not a directory. | Daniel Kesselberg | 2020-04-14 | 1 | -4/+38 |
| | | | | | | Otherwise file_put_contents will fail later. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Provide dav setting for user's default calendar | Thomas Citharel | 2020-04-13 | 1 | -2/+221 |
| | | | | | | And add tests to handle schedule-default-calendar-URL Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Format code according to PSR2 | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 10 | -32/+32 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 6 | -7/+7 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 66 | -193/+102 |
| | | | | | | | | | | | | | | | 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> | ||||
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 2 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #20391 from nextcloud/refactor/spaces-cleanup | Christoph Wurst | 2020-04-09 | 3 | -7/+7 |
|\ | | | | | Remove all extra whitespace PSR2 does not like | ||||
| * | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 2 | -6/+6 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | Remove spaces after method or function call | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywords | Christoph Wurst | 2020-04-09 | 2 | -2/+2 |
|\ \ | |/ |/| | Use php keywords in lowercase | ||||
| * | Use php keywords in lowercase | Christoph Wurst | 2020-04-09 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 34 | -64/+64 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 14 | -12/+2 |
| | | | | | | 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 | 16 | -234/+234 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add default titles for titleless events in invitations | Thomas Citharel | 2020-04-03 | 1 | -5/+49 |
| | | | | | | Closes #19662 Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | 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 | 78 | -22/+90 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0 | Roeland Jago Douma | 2020-03-30 | 9 | -29/+32 |
|\ | | | | | Update Sabre (and friends) to 4.0 | ||||
| * | RequestTestCase: Default type for headers needs to be array | Georg Ehrke | 2020-03-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | Adjust FakeLockerPluginTest to new Sabre version | Georg Ehrke | 2020-03-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | Set custom ProdId in Birthday service, do not depend on Sabre Versio number ↵ | Georg Ehrke | 2020-03-27 | 1 | -8/+15 |
| | | | | | | | | | | | | for unit tests Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | Fix usage of Sabre\HTTP\Request in unit tests | Georg Ehrke | 2020-03-27 | 5 | -18/+14 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | Sabre/DAV 4.0: beforeMethod is now beforeMethod:* | Georg Ehrke | 2020-03-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 17 | -30/+0 |
|\ \ | |/ |/| | Remove unused imports | ||||
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 17 | -30/+0 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 13 | -202/+202 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 58 | -854/+854 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #19986 from nextcloud/bugfix/19980/fix_uid_as_uri | Roeland Jago Douma | 2020-03-25 | 1 | -3/+9 |
|\ | | | | | RefreshWebcalService: randomly generate calendar-object uri | ||||
| * | RefreshWebcalService: randomly generate calendar-object uri | Georg Ehrke | 2020-03-16 | 1 | -3/+9 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Merge pull request #18788 from nextcloud/fix/18782/translate-busy-in-caldav | Christoph Wurst | 2020-03-24 | 1 | -1/+24 |
|\ \ | | | | | | | Translate 'Busy' in CalDAV | ||||
| * | | Translate 'Busy' in CalDAV | Gary Kim | 2020-02-23 | 1 | -1/+24 |
| | | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev> | ||||
* | | | Add extra test case to exclude by timerange | Thomas Citharel | 2020-03-22 | 1 | -5/+4 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | Added test testSearch | dartcafe | 2020-03-22 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de> | ||||
* | | | Fix tests due to config adjustments | Julius Härtl | 2020-03-20 | 1 | -16/+12 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Limit enumeration in principal search | Julius Härtl | 2020-03-20 | 1 | -0/+122 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | fix tests | Robin Appelman | 2020-03-18 | 1 | -57/+2 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | remove the detour trough node and work with path directly | Robin Appelman | 2020-03-18 | 1 | -39/+0 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | use INode instead of Node for custom properties | Robin Appelman | 2020-03-18 | 1 | -1/+14 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | handle long property paths to hasing paths >250 chars | Robin Appelman | 2020-03-18 | 1 | -11/+41 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> |