aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* [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
|\
| * Fix usage of rename executeUpdateChristoph Wurst2021-05-051-24/+24
* | Fix testValdnet2021-05-041-1/+1
* | l10n: Spelling unificationValdnet2021-05-041-1/+1
|/
* Merge pull request #26845 from nextcloud/fix/noid/import-card-fix-string-valueMorris Jobke2021-05-032-9/+23
|\
| * fix creating vcards with multiple string valuesArthur Schiwon2021-04-302-9/+23
* | [tx-robot] updated from transifexNextcloud bot2021-05-022-2/+2
|/
* Exclusively use the typed calendar deletion events for DAVChristoph Wurst2021-04-299-54/+269
* Correctly truncate multibyte strings to fit into the databaseChih-Hsuan Yen2021-04-262-4/+4
* Close open cursorsChristoph Wurst2021-04-231-3/+5
* Use the new executeQuery and executeUpdate methodsChristoph Wurst2021-04-231-54/+54
* Drop default fetch mode parameterChristoph Wurst2021-04-231-15/+15
* Only set copy etag if the destination source can be foundChristoph Wurst2021-04-232-1/+22