aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Make sure we only use numbers as lengthJoas Schilling2016-10-191-2/+3
* Merge pull request #1742 from nextcloud/us_sync-date-of-deathLukas Reschke2016-10-181-22/+43
|\
| * [9.2] Sync deathdate and anniversary to birthday calendar (#25655)Thomas Müller2016-10-141-22/+43
* | Merge pull request #1449 from nextcloud/comments-user-mentionMorris Jobke2016-10-171-1/+1
|\ \
| * | emit pre-update event for commentsArthur Schiwon2016-10-121-1/+1
| |/
* / fix typoThomas Citharel2016-10-141-1/+1
|/
* Merge pull request #1144 from nextcloud/translate-default-calendarMorris Jobke2016-10-068-9/+67
|\
| * Translate the Contacts addressbook when it's defaultJoas Schilling2016-10-066-6/+57
| * Translate the personal calendarJoas Schilling2016-10-063-3/+10
* | Merge pull request #1525 from nextcloud/newdav-tagspluginJoas Schilling2016-10-061-0/+6
|\ \ | |/ |/|
| * New dav endpoint register tags pluginVincent Petry2016-10-051-0/+6
* | Merge pull request #1518 from nextcloud/dav-fileshome-directory-propertiesMorris Jobke2016-10-064-55/+18
|\ \ | |/ |/|
| * FilesHome now also returns DAV propertiesVincent Petry2016-09-264-55/+18
* | Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Converter::updateC...Olivier Mehani2016-09-291-0/+1
* | Merge pull request #1513 from nextcloud/fix-etag-on-moveMorris Jobke2016-09-282-6/+37
|\ \
| * | Return ETag and OC-ETag in case of a move (#25683)Thomas Müller2016-09-282-6/+37
* | | Merge pull request #1545 from nextcloud/delete-calendars-with-their-usersMorris Jobke2016-09-283-1/+79
|\ \ \ | |/ / |/| |
| * | Rename deleteAllSharesForUser() to deleteAllSharesByUser()Thomas Citharel2016-09-282-2/+2
| * | fix deletion of calendarsThomas Citharel2016-09-272-5/+54
| * | delete shares to an userThomas Citharel2016-09-273-0/+19
| * | Adjust delete logic and ann unit testsThomas Müller2016-09-271-20/+9
| * | delete also addressbooks on user deletionThomas Citharel2016-09-271-0/+9
| * | delete calendars when users are deletedThomas Citharel2016-09-271-1/+13
* | | Merge pull request #1197 from nextcloud/oc-public-sharingLukas Reschke2016-09-2710-4/+715
|\ \ \ | |/ / |/| |
| * | fix annotations & copyright headersThomas Citharel2016-09-264-90/+41
| * | 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 lo...Thomas Müller2016-09-267-27/+36
| * | Add new constructor argsLukas Reschke2016-09-261-2/+5
| * | 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 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
| * | Add publicuri to oc_dav_shares table and start working with itThomas Citharel2016-09-262-12/+58
| * | 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-268-193/+267
| * | Disable OPTIONS handling - done by sabreThomas Müller2016-09-261-1/+1
| * | Allow public access to the principals/system/publicThomas Müller2016-09-261-3/+4
| * | Fix wrong way to get publish statusThomas Citharel2016-09-261-2/+1
| * | correct get published status and minor fixesThomas Citharel2016-09-262-35/+8
| * | Fix DB call for MySQL databasesThomas Citharel2016-09-261-1/+1
| * | Dirty hack to disable dav plugins on public calendar urlsThomas Citharel2016-09-261-0/+20
| * | Fix requests for browser plugin as well as for the public calendar root folderThomas Müller2016-09-262-34/+18
| * | Allow not-authenticated access to specific urlsThomas Müller2016-09-265-1/+113
| * | Add new root collection public-calendars which holds all public calendarsThomas Müller2016-09-263-0/+122
| * | Start work on returning CalDAV published calendarsThomas Citharel2016-09-263-3/+63