Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement principal property search for calendar user address set property | Georg Ehrke | 2019-03-21 | 1 | -0/+7 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Fix whitespace | Morris Jobke | 2019-03-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Share calendar to circle | Vinicius Cubas Brand | 2019-03-01 | 1 | -1/+1 |
| | | | | | | | * Allow user to share calendar with a circle * Allow user to see calendars shared with his/her circles Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com> | ||||
* | Fix displayName return of dav groups request | John Molakvoæ (skjnldsv) | 2018-11-10 | 1 | -10/+6 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | allow group principal search for dav displayname property | Georg Ehrke | 2018-10-22 | 1 | -9/+132 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | use the same ignored properties list for both CustomerPropertiesBackends | Robin Appelman | 2018-08-28 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | When sharing calendars and addressbooks the principal has to be verified to ↵ | Roeland Jago Douma | 2018-05-27 | 1 | -3/+9 |
| | | | | | | | | be valid https://github.com/owncloud/core/pull/30149/commits/d3fb8fcdd3a6b00bde0c3c9eb4039876e7fc1967 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove unused import statements | Morris Jobke | 2018-02-14 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -2/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #7075 from nextcloud/remove-unused-variables | Roeland Jago Douma | 2017-11-07 | 1 | -1/+1 |
|\ | | | | | Remove unused variables | ||||
| * | Remove unused variables | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Update license headers | Morris Jobke | 2017-11-06 | 6 | -2/+7 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Check if the user/group exists for dav shares | Joas Schilling | 2017-10-05 | 1 | -1/+23 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix comparisons in the dav app | Joas Schilling | 2017-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [DAV] Fix URLUtil::splitPath usage | Roeland Jago Douma | 2017-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #4443 from nextcloud/cleanup-unused-imports | Joas Schilling | 2017-04-24 | 1 | -1/+0 |
|\ | | | | | Remove unused use statements | ||||
| * | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | add owner-displayname property to calendars and addressbooks | Georg Ehrke | 2017-04-23 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | OCA\DAV\Files\CustomPropertiesBackend -> OCA\DAV\DAV\CustomPropertiesBackend | Georg Ehrke | 2017-03-27 | 1 | -0/+291 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Properly handle groups with a / | Roeland Jago Douma | 2017-02-27 | 1 | -3/+3 |
| | | | | | | | | | | | | If a group contains a slash the principal URI becomes principals/groups/foo/bar. Now the URI is plit on '/' so this creates issues ;) Fixes #2957 * Add tests for groups with / Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #1545 from nextcloud/delete-calendars-with-their-users | Morris Jobke | 2016-09-28 | 1 | -0/+8 |
|\ | | | | | Delete calendars with their users | ||||
| * | delete shares to an user | Thomas Citharel | 2016-09-27 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | fix annotations & copyright headers | Thomas Citharel | 2016-09-26 | 1 | -3/+0 |
| | | |||||
* | | Use true random string as uri for public calendars - as a result we can no ↵ | Thomas Müller | 2016-09-26 | 1 | -4/+0 |
| | | | | | | | | longer return the pre-publish-url | ||||
* | | Allow public access to the principals/system/public | Thomas Müller | 2016-09-26 | 1 | -3/+4 |
| | | |||||
* | | Fix requests for browser plugin as well as for the public calendar root folder | Thomas Müller | 2016-09-26 | 1 | -6/+18 |
| | | |||||
* | | Allow not-authenticated access to specific urls | Thomas Müller | 2016-09-26 | 2 | -0/+97 |
|/ | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 7 | -8/+16 |
| | |||||
* | Fix type hinting | Robin Appelman | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 2 | -2/+3 |
| | |||||
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 7 | -0/+1111 |
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4 |