Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | | Merge pull request #4401 from nextcloud/caldav-carddav-nc-owner-displayname | Roeland Jago Douma | 2017-04-24 | 1 | -10/+39 |
|\ \ | | | | | | | add owner-displayname property to calendars and addressbooks | ||||
| * | | add owner-displayname property to calendars and addressbooks | Georg Ehrke | 2017-04-23 | 1 | -10/+39 |
| |/ | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* / | Remove unused variables | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix remaining "PHP Inspection" warnings | Joas Schilling | 2017-04-20 | 1 | -18/+13 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add public access modifier to all methods | Joas Schilling | 2017-04-20 | 1 | -8/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Restrict share handling to the owner only | Joas Schilling | 2017-04-20 | 1 | -1/+20 |
| | | | | | | | Otherwise group members can remove the share for the complete group, remove edit permissions and even single user shares for other users. Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | get addressbook url and carddav user from remote server | Bjoern Schiessle | 2017-04-11 | 1 | -14/+17 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | fix bug with shared_by for own calendars if shared | Georg Ehrke | 2017-03-25 | 1 | -0/+4 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | fix tests | Bjoern Schiessle | 2017-03-24 | 1 | -7/+26 |
| | | | | | | calling getAbsoluteBundlePath() in the constructor makes other tests fail Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Load cert file before syncing addressbooks and contacts | Joas Schilling | 2017-03-24 | 1 | -16/+31 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | use right format for avatars | Bjoern Schiessle | 2017-03-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | don't add empty values to the vcard | Bjoern Schiessle | 2017-03-24 | 1 | -3/+9 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | fix the way we create a new vcard to avoid to have multiple UIDs | Bjoern Schiessle | 2017-03-24 | 1 | -1/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Make sure shares use read-write when available | Joas Schilling | 2017-03-02 | 1 | -2/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Don't waste energy unless necessary | Joas Schilling | 2017-03-02 | 1 | -13/+16 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use the correct principal for shared addressbooks | Joas Schilling | 2017-02-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | this is public | John Molakvoæ (skjnldsv) | 2017-02-14 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | getUsersOwnAddressBooks | John Molakvoæ (skjnldsv) | 2017-02-14 | 1 | -0/+27 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | VCARDS don't hold binary data | Roeland Jago Douma | 2016-11-23 | 1 | -1/+1 |
| | | | | | | | | * We need to base64 encode the avatar! * Switched to vcard v4 * User proper data uri Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | update system address book if the user change the personal settings | Bjoern Schiessle | 2016-11-21 | 2 | -93/+78 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Fix tests | Roeland Jago Douma | 2016-11-04 | 1 | -1/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update sabre dav to 3.2 (#26115) | Thomas Müller | 2016-11-04 | 3 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Update sabre/dav to 3.2.0 * Adjust code to work with sabre/dav 3.2.0 and it's dependencies * Adding own CalDAV plugin to fix calendar home property * Test if there is a user logged in when listing files home * Update sabre version used by integration tests * Disable unauthenticated DAV access This is needed to make Sabre 3.2 behave like we did before. Eventually we should integrate better with the ACL plugin which itself should implement an auth failure when appropriate. ===== * Fixed so cherry-pick was succesfull Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Translate the Contacts addressbook when it's default | Joas Schilling | 2016-10-06 | 5 | -4/+54 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Unset user PHOTO before setting new one in ↵ | Olivier Mehani | 2016-09-29 | 1 | -0/+1 |
| | | | | | | | OCA\DAV\CardDAV\Converter::updateCard (#26243) Signed-off-by: Olivier Mehani <shtrom@ssji.net> #26242 | ||||
* | Close cursors | Joas Schilling | 2016-09-15 | 1 | -1/+2 |
| | |||||
* | Chunk if you have too many contacts | Joas Schilling | 2016-09-14 | 1 | -10/+16 |
| | |||||
* | Cast query result to int | Roeland Jago Douma | 2016-09-09 | 1 | -1/+1 |
| | | | | Else we never create the default address book | ||||
* | Filter more mimetypes | Lukas Reschke | 2016-09-09 | 1 | -0/+12 |
| | | | | There's no need to allow more than those defined mimetypes for images. | ||||
* | more efficient check if addressbook and calendar exists for user | Robin Appelman | 2016-08-31 | 1 | -0/+16 |
| | |||||
* | Correctly handle multi-values when converting VCards to array | Joas Schilling | 2016-08-30 | 1 | -1/+41 |
| | |||||
* | Better displaynames for shared address books | Joas Schilling | 2016-08-24 | 1 | -1/+28 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 12 | -16/+33 |
| | |||||
* | Fix undefined properties | Robin Appelman | 2016-07-08 | 1 | -0/+2 |
| | |||||
* | get only vcards which match both the address book id and the vcard uri (#25294) | Björn Schießle | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | fix a ImageExportPlugin Test (#25215) | Georg Ehrke | 2016-06-27 | 1 | -2/+12 |
| | |||||
* | Contacts API: replace raw image data with url (#25081) | Georg Ehrke | 2016-06-21 | 4 | -18/+194 |
| | | | | | | | | | | | | | | * add uri to AddressBookImpl array * Introduce ImageExportPlugin for CardDav * add plugin to v1 routes * replace binary contact photo with link * update tests * Adding unit tests | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 4 | -4/+6 |
| | |||||
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 11 | -0/+2198 |
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4 |