Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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> | |||||
* | | | test custom properties backend against real database | Robin Appelman | 2020-03-18 | 1 | -52/+87 | |
| | | | | | | | | | | | | | | | | | | test behaviour not implementation Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | merge the two almost identical custom property backends | Robin Appelman | 2020-03-18 | 2 | -6/+34 | |
| |/ |/| | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Fix test | Nils Wittenbrink | 2020-02-29 | 1 | -4/+3 | |
| | | | | | | | | Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de> | |||||
* | | Merge pull request #19252 from nextcloud/bug/fix-notification-object-id | Joas Schilling | 2020-02-25 | 1 | -1/+1 | |
|\ \ | | | | | | | Hash event UID to make sure it's not too long for PushProvider notifications | |||||
| * | | Hash event UID to make sure it's not too long for PushProvider | Thomas Citharel | 2020-02-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | notifications Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||||
* | | | Merge pull request #19196 from ↵ | Roeland Jago Douma | 2020-02-23 | 3 | -1/+290 | |
|\ \ \ | |_|/ |/| | | | | | | | | nextcloud/feature/17126/allow_apps_to_register_their_own_calendars Allow apps to provide Calendars in user's calendarHome | |||||
| * | | Allow apps to provide Calendars in user's calendarHome | Georg Ehrke | 2020-02-18 | 3 | -1/+290 | |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | |||||
* | | | Introduce a default refresh rate app setting for calendar subscriptions | Thomas Citharel | 2020-02-21 | 1 | -1/+11 | |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||||
* | | | Move RefreshWebcalJob logic to a proper service so that it may be called | Thomas Citharel | 2020-02-10 | 2 | -177/+263 | |
|/ / | | | | | | | | | | | independently Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||||
* / | Check for empty authorization headers for office requests and allow ↵ | Julius Härtl | 2020-02-04 | 1 | -2/+15 | |
|/ | | | | | | anonymous option on the whole tree Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | RefreshWebcalJob: Fix reading subscription from database leading to ignored ↵ | Georg Ehrke | 2020-01-30 | 1 | -10/+10 | |
| | | | | | | refreshRate Signed-off-by: Georg Ehrke <developer@georgehrke.com> | |||||
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -0/+1 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Merge pull request #18061 from nextcloud/bugfix/noid/dav-plugin-old | Roeland Jago Douma | 2019-12-16 | 1 | -1/+2 | |
|\ | | | | | Load apps dav plugins on the old webdav route | |||||
| * | Load apps dav plugins on the old webdav route | Julius Härtl | 2019-12-04 | 1 | -1/+2 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Support more IPv6 addresses in the RefreshWebcalJob | Georg Ehrke | 2019-12-12 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | |||||
* | | Update license headers | Christoph Wurst | 2019-12-05 | 129 | -293/+463 | |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | Merge pull request #17941 from nextcloud/search-by-owner | Roeland Jago Douma | 2019-12-05 | 1 | -0/+79 | |
|\ \ | |/ |/| | Allow filtering the search results to the users home storage | |||||
| * | Allow filtering the search results to the users home storage | Robin Appelman | 2019-12-03 | 1 | -0/+79 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done by adding a ```xml <d:eq> <d:prop> <oc:owner-id/> </d:prop> <d:literal>$userId</d:literal> </d:eq> ``` clause to the search query. Searching by `owner-id` can only be done with the current user id and the comparison can not be inside a `<d:not>` or `<d:or>` statement Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | respect shareapi_allow_share_dialog_user_enumeration in Principal backend ↵ | Georg Ehrke | 2019-12-03 | 3 | -10/+96 | |
|/ | | | | | | for Sabre/DAV Signed-off-by: Georg Ehrke <developer@georgehrke.com> |