aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/CalDavBackend.php
Commit message (Expand)AuthorAgeFilesLines
* 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-311-52/+378
* Remove the untyped calendar update eventChristoph Wurst2021-05-071-8/+0
* Remove the untyped calendar create eventChristoph Wurst2021-05-071-6/+0
* Merge pull request #26913 from nextcloud/chore/dav-calendar-object-untyped-ev...Christoph Wurst2021-05-071-27/+0
|\
| * Remove the \OCA\DAV\CalDAV\CalDavBackend::createCalendarObject eventChristoph Wurst2021-05-071-9/+0
| * Remove the \OCA\DAV\CalDAV\CalDavBackend::updateCalendarObject eventChristoph Wurst2021-05-071-9/+0
| * Remove the \OCA\DAV\CalDAV\CalDavBackend::deleteCalendarObject eventChristoph Wurst2021-05-071-9/+0
* | Drop the unused second parameter on \OCA\DAV\CalDAV\CalDavBackend::getSharesChristoph Wurst2021-05-071-2/+1
|/
* Fix usage of rename executeUpdateChristoph Wurst2021-05-051-24/+24
* Exclusively use the typed calendar deletion events for DAVChristoph Wurst2021-04-291-8/+1
* Correctly truncate multibyte strings to fit into the databaseChih-Hsuan Yen2021-04-261-3/+3
* 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
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-5/+5
* Fix some RedundantCast in dav codeRoeland Jago Douma2021-02-151-2/+2
* Move getChangesForCalendar to QueryBuilderRoeland Jago Douma2021-02-151-13/+34
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-4/+4
* Make sure we have existing indexes before using themJohn Molakvoæ (skjnldsv)2021-01-041-2/+4
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #24604 from nextcloud/feat/dav/move-calendar-renameJohn Molakvoæ2020-12-221-1/+3
|\
| * Allow to force rename a conflicting calendarJohn Molakvoæ (skjnldsv)2020-12-101-1/+3
* | Merge pull request #24515 from nextcloud/fix/noid/dav-share-groups-special-charsChristoph Wurst2020-12-181-3/+0
|\ \
| * | fixes sharing to group ids with characters that are being url encodedArthur Schiwon2020-12-161-3/+0
| |/
* / Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-2/+2
|/
* Fix public calendars as they are stored with null on oracleJoas Schilling2020-11-101-12/+34
* Merge pull request #23993 from nextcloud/bugfix/noid/close-cursorsMorris Jobke2020-11-101-2/+7
|\
| * Don't leave cursors open when tests failJoas Schilling2020-11-091-2/+7
* | resolve review commentsleith abdulla2020-10-291-2/+2
* | handle vcalander documents with recurrence with exemptions or editsleith abdulla2020-10-281-8/+24
|/
* CalDavBackend: check if timerange is array before accessingSimon Spannagel2020-10-161-1/+2
* Merge pull request #23028 from nextcloud/bugfix/noid/array-to-string-conversi...Morris Jobke2020-10-051-1/+1
|\
| * Fix array to string conversion on event searchJoas Schilling2020-09-241-1/+1
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-051-86/+86
|/
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-7/+0
* Merge pull request #22041 from nextcloud/feature/noid/typed_events_davMorris Jobke2020-08-191-47/+123
|\
| * Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke2020-08-181-47/+123
* | Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-13/+13
|/
* Remove duplicated SQL addWhere lineChristian Weiske2020-08-111-1/+0
* Add Event and Task Backends for Unified SearchGeorg Ehrke2020-08-041-0/+118
* Add visibility to all constantsChristoph Wurst2020-04-101-11/+11
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-18/+18
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-75/+49
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove space between switch case and colonChristoph Wurst2020-04-091-5/+5
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-7/+7
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-13/+13
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+3
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1