| Commit message (Expand) | Author | Age | Files | Lines |
* | remove LogicException, because it's also triggered with legitimate parameters | Georg Ehrke | 2018-09-05 | 1 | -4/+1 |
* | Remove users from system addressbook when user deactivated | Thomas Citharel | 2018-08-06 | 1 | -10/+14 |
* | When sharing calendars and addressbooks the principal has to be verified to b... | Roeland Jago Douma | 2018-05-27 | 1 | -1/+1 |
* | Merge pull request #8335 from nextcloud/remove-unused-import | Morris Jobke | 2018-02-14 | 3 | -3/+0 |
|\ |
|
| * | Remove unused import statements | Morris Jobke | 2018-02-14 | 3 | -3/+0 |
* | | Simplify return statement | Morris Jobke | 2018-02-13 | 1 | -3/+1 |
|/ |
|
* | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
* | Do no run SyncJob in cron | Roeland Jago Douma | 2018-01-02 | 1 | -42/+0 |
* | Make ContactsStore a public API | Tobia De Koninck | 2017-12-11 | 1 | -0/+8 |
* | CardDAV convertor check should not be to wide | Roeland Jago Douma | 2017-12-11 | 1 | -2/+5 |
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 5 | -4/+5 |
* | Update license headers | Morris Jobke | 2017-11-06 | 11 | -2/+36 |
* | Check if the user/group exists for dav shares | Joas Schilling | 2017-10-05 | 1 | -1/+4 |
* | Don't add a LIKE condition when it's not needed | Thomas Citharel | 2017-09-25 | 1 | -1/+5 |
* | Fix comparisons in the dav app | Joas Schilling | 2017-08-01 | 1 | -1/+1 |
* | [DAV] Fix URLUtil::splitPath usage | Roeland Jago Douma | 2017-08-01 | 2 | -5/+5 |
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+3 |
* | urldecode group principals in Cal- and CardDAV backend | Georg Ehrke | 2017-06-12 | 1 | -0/+3 |
* | Fix ImageExportPluginTest | Roeland Jago Douma | 2017-05-08 | 1 | -9/+2 |
* | No more XSS | Roeland Jago Douma | 2017-05-08 | 1 | -1/+1 |
* | Clear cache on vcard change/delete | Roeland Jago Douma | 2017-05-08 | 2 | -8/+18 |
* | Request proper size for contacts menu | Roeland Jago Douma | 2017-05-08 | 2 | -72/+7 |
* | Cache the carddav photo endpoint | Roeland Jago Douma | 2017-05-08 | 2 | -17/+267 |
* | Always dispatch Carddav events | Roeland Jago Douma | 2017-05-08 | 1 | -21/+15 |
* | Add caching to the imageexport plugin | Roeland Jago Douma | 2017-05-02 | 1 | -0/+5 |
* | Merge pull request #3770 from nextcloud/faster-search-in-contacts | Morris Jobke | 2017-04-27 | 1 | -7/+6 |
|\ |
|
| * | Add back the name query part | Roeland Jago Douma | 2017-04-21 | 1 | -1/+3 |
| * | Factorize query for searching contacts | Thomas Citharel | 2017-04-21 | 1 | -7/+4 |
* | | Merge pull request #4443 from nextcloud/cleanup-unused-imports | Joas Schilling | 2017-04-24 | 1 | -1/+0 |
|\ \ |
|
| * | | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
| |/ |
|
* | | 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 | Georg Ehrke | 2017-04-23 | 1 | -10/+39 |
| |/ |
|
* / | Remove unused variables | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
|/ |
|
* | Fix remaining "PHP Inspection" warnings | Joas Schilling | 2017-04-20 | 1 | -18/+13 |
* | Add public access modifier to all methods | Joas Schilling | 2017-04-20 | 1 | -8/+8 |
* | Restrict share handling to the owner only | Joas Schilling | 2017-04-20 | 1 | -1/+20 |
* | get addressbook url and carddav user from remote server | Bjoern Schiessle | 2017-04-11 | 1 | -14/+17 |
* | fix bug with shared_by for own calendars if shared | Georg Ehrke | 2017-03-25 | 1 | -0/+4 |
* | fix tests | Bjoern Schiessle | 2017-03-24 | 1 | -7/+26 |
* | Load cert file before syncing addressbooks and contacts | Joas Schilling | 2017-03-24 | 1 | -16/+31 |
* | use right format for avatars | Bjoern Schiessle | 2017-03-24 | 1 | -1/+1 |
* | don't add empty values to the vcard | Bjoern Schiessle | 2017-03-24 | 1 | -3/+9 |
* | fix the way we create a new vcard to avoid to have multiple UIDs | Bjoern Schiessle | 2017-03-24 | 1 | -1/+2 |
* | Make sure shares use read-write when available | Joas Schilling | 2017-03-02 | 1 | -2/+12 |
* | Don't waste energy unless necessary | Joas Schilling | 2017-03-02 | 1 | -13/+16 |
* | Use the correct principal for shared addressbooks | Joas Schilling | 2017-02-23 | 1 | -1/+1 |
* | this is public | John Molakvoæ (skjnldsv) | 2017-02-14 | 1 | -1/+1 |
* | getUsersOwnAddressBooks | John Molakvoæ (skjnldsv) | 2017-02-14 | 1 | -0/+27 |
* | VCARDS don't hold binary data | Roeland Jago Douma | 2016-11-23 | 1 | -1/+1 |
* | update system address book if the user change the personal settings | Bjoern Schiessle | 2016-11-21 | 2 | -93/+78 |