summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-06-042-0/+34
* Merge pull request #27348 from nextcloud/enhancement/calendar-trashbin-retent...Christoph Wurst2021-06-033-4/+20
|\
| * Export the CalDAV trash bin retention duration as propertyChristoph Wurst2021-06-023-4/+20
* | [tx-robot] updated from transifexNextcloud bot2021-06-032-0/+16
* | Add missing ACLs for deleted calendar objects to fix deletionChristoph Wurst2021-06-022-4/+37
|/
* [tx-robot] updated from transifexNextcloud bot2021-06-0216-8/+88
* Merge pull request #27312 from francoisfreitag/tests-atLukas Reschke2021-06-013-16/+14
|\
| * Rewrite birthday calendar tests without $this->at()François Freitag2021-05-313-16/+14
* | Merge pull request #25658 from nextcloud/dav-respect-disallow-sharing-with-gr...Christoph Wurst2021-06-012-29/+59
|\ \
| * | Make dav respect disallowing sharing with groupsThomas Citharel2021-05-262-29/+59
* | | Merge pull request #27311 from nextcloud/fix/caldav-deleted-objects-urikesselb2021-06-011-2/+2
|\ \ \
| * | | Fix loading of delete caldav objet URIsChristoph Wurst2021-05-311-2/+2
| | |/ | |/|
* / | [tx-robot] updated from transifexNextcloud bot2021-06-012-0/+48
|/ /
* | Expose calendar-uri as property of deleted caldav eventsChristoph Wurst2021-05-313-2/+14
* | Merge pull request #27298 from nextcloud/fix/caldav-deleted-objects-expose-ti...Christoph Wurst2021-05-312-3/+19
|\ \
| * | Expose deletion timestamp for deleted CalDAV objectsChristoph Wurst2021-05-312-3/+19
* | | Merge pull request #27275 from nextcloud/bugfix/noid/circles-22-in-davJoas Schilling2021-05-311-4/+4
|\ \ \ | |/ / |/| |
| * | migration to Circles 22Maxence Lange2021-05-291-4/+4
| |/
* | Get componenttype from the db as well when restoring a calendarobjectThomas Citharel2021-05-311-0/+1
* | Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-3140-97/+1922
* | [tx-robot] updated from transifexNextcloud bot2021-05-312-8/+58
* | [tx-robot] updated from transifexNextcloud bot2021-05-3058-120/+322
* | Remove since from implementations and fix some more styleJoas Schilling2021-05-256-37/+11
* | Fix PHP CSJoas Schilling2021-05-215-57/+44
* | Add activities for creating, updating and deleting contactsJoas Schilling2021-05-217-57/+294
* | Add activities for addressbook managementJoas Schilling2021-05-218-0/+1025
* | Add a settingJoas Schilling2021-05-215-1/+92
* | Add a contacts filterJoas Schilling2021-05-214-0/+96
|/
* Merge pull request #26990 from francoisfreitag/rm-unusedChristoph Wurst2021-05-182-4/+0
|\
| * Remove unused apps/dav/js/schedule-response.jsFrançois Freitag2021-05-152-4/+0
* | Prefer string $file over 1-element array in script()François Freitag2021-05-181-3/+1
|/
* [tx-robot] updated from transifexNextcloud bot2021-05-152-0/+2
* [tx-robot] updated from transifexNextcloud bot2021-05-142-0/+2
* Fix CS checkRoeland Jago Douma2021-05-121-2/+0
* Merge pull request #26922 from nextcloud/techdebt/noid/dav-no-private-classRoeland Jago Douma2021-05-124-137/+84
|\
| * remove private AccountManager from SyncServiceArthur Schiwon2021-05-112-52/+19
| * dav: do not use private AccountManagerArthur Schiwon2021-05-082-85/+65
* | [tx-robot] updated from transifexNextcloud bot2021-05-122-0/+2
* | [tx-robot] updated from transifexNextcloud bot2021-05-086-0/+6
|/
* Remove the untyped calendar update eventChristoph Wurst2021-05-074-21/+26
* Remove the untyped calendar create eventChristoph Wurst2021-05-075-20/+31
* Merge pull request #26913 from nextcloud/chore/dav-calendar-object-untyped-ev...Christoph Wurst2021-05-0713-287/+340
|\
| * Clean up reminder actions and call methods directlyChristoph Wurst2021-05-074-46/+21
| * Remove the \OCA\DAV\CalDAV\CalDavBackend::createCalendarObject eventChristoph Wurst2021-05-076-52/+72
| * Remove the \OCA\DAV\CalDAV\CalDavBackend::updateCalendarObject eventChristoph Wurst2021-05-075-19/+48
| * Remove the \OCA\DAV\CalDAV\CalDavBackend::deleteCalendarObject eventChristoph Wurst2021-05-077-73/+102
* | Drop the unused second parameter on \OCA\DAV\CalDAV\CalDavBackend::getSharesChristoph Wurst2021-05-071-2/+1
|/
* [tx-robot] updated from transifexNextcloud bot2021-05-0720-0/+20
* [tx-robot] updated from transifexNextcloud bot2021-05-0664-64/+0
* Merge pull request #26877 from nextcloud/chore/query-builder-execute-statementMorris Jobke2021-05-051-24/+24
|\