aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* remove private AccountManager from SyncServiceArthur Schiwon2021-05-111-7/+6
* dav: do not use private AccountManagerArthur Schiwon2021-05-081-41/+20
* Remove the untyped calendar update eventChristoph Wurst2021-05-073-18/+21
* Remove the untyped calendar create eventChristoph Wurst2021-05-073-14/+19
* Merge pull request #26913 from nextcloud/chore/dav-calendar-object-untyped-ev...Christoph Wurst2021-05-078-238/+272
|\
| * Clean up reminder actions and call methods directlyChristoph Wurst2021-05-073-34/+15
| * Remove the \OCA\DAV\CalDAV\CalDavBackend::createCalendarObject eventChristoph Wurst2021-05-074-34/+40
| * Remove the \OCA\DAV\CalDAV\CalDavBackend::updateCalendarObject eventChristoph Wurst2021-05-074-16/+42
| * Remove the \OCA\DAV\CalDAV\CalDavBackend::deleteCalendarObject eventChristoph Wurst2021-05-074-57/+78
* | Drop the unused second parameter on \OCA\DAV\CalDAV\CalDavBackend::getSharesChristoph Wurst2021-05-071-2/+1
|/
* 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
* | l10n: Spelling unificationValdnet2021-05-041-1/+1
|/
* fix creating vcards with multiple string valuesArthur Schiwon2021-04-301-7/+11
* Exclusively use the typed calendar deletion events for DAVChristoph Wurst2021-04-295-41/+243
* 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-231-1/+8
* Move over notification to new registrationRoeland Jago Douma2021-04-161-6/+2
* Merge pull request #26342 from pirate/cal-invite-email-use-pngsMorris Jobke2021-03-291-7/+7
|\
| * change calendar invite emails to use pngs instead of svgsNick Sweeting2021-03-261-7/+7
* | Map old account scope properties to new namesVincent Petry2021-03-261-2/+2
|/
* Merge pull request #22201 from cweiske/20492-move-contacts-with-birthdayJohn Molakvoæ2021-03-261-3/+17
|\
| * Delete old birthday calendar object when moving contact to another address bookChristian Weiske2021-03-261-3/+17
* | Fix l10nValdnet2021-03-251-1/+1
|/
* Only write checksum if we have a valid file infoChristoph Wurst2021-03-221-1/+4
* Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-101-13/+23
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-104-35/+62
* Merge pull request #25881 from nextcloud/techdept/psalm/sharespluginRoeland Jago Douma2021-03-041-19/+41
|\
| * Fix the SharesPluginRoeland Jago Douma2021-03-021-19/+41
* | Move DirectMapper to QBMapperRoeland Jago Douma2021-03-031-13/+8
|/
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-1827-66/+66
* Move getChangesForAddressBook to QueryBuilderRoeland Jago Douma2021-02-171-12/+32
* Drop redundant indesRoeland Jago Douma2021-02-162-1/+55
* Fix some RedundantCast in dav codeRoeland Jago Douma2021-02-152-3/+3
* Merge pull request #25595 from nextcloud/enh/caldavbackend/getChangesForCalen...Roeland Jago Douma2021-02-151-13/+34
|\
| * Move getChangesForCalendar to QueryBuilderRoeland Jago Douma2021-02-151-13/+34
* | Merge pull request #25625 from nextcloud/enh/psalm/substrChristoph Wurst2021-02-152-3/+6
|\ \
| * | Check substr resultsRoeland Jago Douma2021-02-152-3/+6
| |/
* | Merge pull request #25636 from nextcloud/fix/psalm/closure_return_typesChristoph Wurst2021-02-153-6/+6
|\ \ | |/ |/|
| * Add some closure return typesRoeland Jago Douma2021-02-143-6/+6
* | Merge pull request #25580 from nextcloud/enh/fix/psalm_pluginmanagerRoeland Jago Douma2021-02-151-89/+107
|\ \
| * | Fix PluginManager annotationRoeland Jago Douma2021-02-141-89/+107
| |/
* / Use correct namespace (casing) in CalendarHomeRoeland Jago Douma2021-02-141-1/+1
|/
* add event for when a direct download is triggeredRobin Appelman2021-02-124-12/+77
* Do not send imip email to invalid recipientsChristoph Wurst2021-02-111-0/+5
* Parse calendar object for attendees and emit interaction eventsChristoph Wurst2021-02-031-5/+65
* Emit an interaction event for calendar event user attendeesChristoph Wurst2021-02-032-14/+39