summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-10-106-0/+92
|
* [tx-robot] updated from transifexNextcloud bot2016-10-092-0/+32
|
* [tx-robot] updated from transifexNextcloud bot2016-10-0826-0/+416
|
* Merge pull request #1144 from nextcloud/translate-default-calendarMorris Jobke2016-10-0612-20/+91
|\ | | | | translate default calendar & default address book displaynames & add …
| * Add transifex configMorris Jobke2016-10-061-0/+0
| |
| * Fix unit testsJoas Schilling2016-10-063-11/+24
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Translate the Contacts addressbook when it's defaultJoas Schilling2016-10-066-6/+57
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Translate the personal calendarJoas Schilling2016-10-063-3/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1636 from nextcloud/downstream-26203-fix-synjob-class-nameMorris Jobke2016-10-061-1/+1
|\ \ | | | | | | Fix SyncJob class name in info.xml
| * | Fix SyncJob class name in info.xmlJoas Schilling2016-10-061-1/+1
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1525 from nextcloud/newdav-tagspluginJoas Schilling2016-10-061-0/+6
|\ \ | |/ |/| Newdav tagsplugin
| * New dav endpoint register tags pluginVincent Petry2016-10-051-0/+6
| | | | | | | | | | | | This makes it possible to retrieve and PROPPATCH the favorite info Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #1518 from nextcloud/dav-fileshome-directory-propertiesMorris Jobke2016-10-065-107/+18
|\ \ | |/ |/| FilesHome now also returns DAV properties
| * FilesHome now also returns DAV propertiesVincent Petry2016-09-265-107/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The files home node must also return DAV properties like etag, permissions, etc for the clients to work like they did with the old endpoint. This fix makes FilesHome extend the Sabre Directory class, this makes the FilesPlugin and other plugins recognize it as a directory and will retrieve the matching properties when applicable. Downstream of https://github.com/owncloud/core/pull/26066 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Unset user PHOTO before setting new one in ↵Olivier Mehani2016-09-291-0/+1
| | | | | | | | | | | | | | OCA\DAV\CardDAV\Converter::updateCard (#26243) Signed-off-by: Olivier Mehani <shtrom@ssji.net> #26242
* | Merge pull request #1513 from nextcloud/fix-etag-on-moveMorris Jobke2016-09-283-11/+69
|\ \ | | | | | | Return ETag and OC-ETag in case of a move (#25683)
| * | Return ETag and OC-ETag in case of a move (#25683)Thomas Müller2016-09-283-11/+69
| | | | | | | | | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/25683 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #1545 from nextcloud/delete-calendars-with-their-usersMorris Jobke2016-09-284-16/+152
|\ \ \ | |/ / |/| | Delete calendars with their users
| * | Rename deleteAllSharesForUser() to deleteAllSharesByUser()Thomas Citharel2016-09-283-3/+3
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Add IL10N to unit testLukas Reschke2016-09-271-0/+15
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | fix deletion of calendarsThomas Citharel2016-09-273-6/+55
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | delete shares to an userThomas Citharel2016-09-274-0/+20
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Adjust delete logic and ann unit testsThomas Müller2016-09-272-35/+66
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | delete also addressbooks on user deletionThomas Citharel2016-09-271-0/+9
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | delete calendars when users are deletedThomas Citharel2016-09-271-1/+13
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #1197 from nextcloud/oc-public-sharingLukas Reschke2016-09-2718-8/+1033
|\ \ \ | |/ / |/| | CalDAV calendar public sharing
| * | fix annotations & copyright headersThomas Citharel2016-09-264-90/+41
| | |
| * | fix testsThomas Citharel2016-09-261-1/+1
| | |
| * | add in same requestThomas Citharel2016-09-263-25/+4
| | |
| * | fix public calendarsThomas Citharel2016-09-263-1/+22
| | |
| * | Use true random string as uri for public calendars - as a result we can no ↵Thomas Müller2016-09-2611-47/+73
| | | | | | | | | | | | longer return the pre-publish-url
| * | Add new constructor argsLukas Reschke2016-09-262-7/+18
| | |
| * | Add missing constructor argumentLukas Reschke2016-09-261-2/+2
| | |
| * | Add test for PublicCalendarRootThomas Citharel2016-09-261-0/+103
| | |
| * | add calendarserver-sharing to the list of advertised featuresThomas Citharel2016-09-261-1/+1
| | |
| * | use AllowedSharingModes for can-be-published & can-be-sharedThomas Citharel2016-09-261-2/+3
| | |
| * | fix can-be-publishedThomas Citharel2016-09-262-1/+5
| | |
| * | add missing testsThomas Citharel2016-09-262-3/+18
| | |
| * | add can-be-published propertyThomas Citharel2016-09-261-0/+4
| | |
| * | add space between calendarname and owner nameThomas Citharel2016-09-261-1/+1
| | |
| * | fix getChild()Thomas Citharel2016-09-261-1/+1
| | |
| * | test serializerThomas Citharel2016-09-261-0/+56
| | |
| * | Add publicuri to oc_dav_shares table and start working with itThomas Citharel2016-09-264-13/+67
| | |
| * | fix some bracket positionsThomas Citharel2016-09-261-14/+7
| | |
| * | move getPublicCalendar inside the caldav backendThomas Citharel2016-09-262-11/+23
| | |
| * | fix indent once and for allThomas Citharel2016-09-262-82/+83
| | |
| * | fix things (indentation, tests, comments, backend custom implementationThomas Citharel2016-09-2612-206/+281
| | |
| * | fix unpublishing testThomas Citharel2016-09-261-1/+1
| | |
| * | fix plugin testThomas Citharel2016-09-261-3/+15
| | |
| * | a few testsThomas Citharel2016-09-262-0/+89
| | |