aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/CalDavBackend.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add check that DateTime parameters are of correct typeThomas Citharel2020-03-221-3/+4
* fix OCA\DAV\CalDAV\CalDavBackend search $optionsdartcafe2020-03-221-2/+2
* Correctly trim long cyrillic noteJoas Schilling2020-02-251-3/+2
* Verify that is an array before accessing itGeorg Ehrke2019-12-091-2/+4
* Update license headersChristoph Wurst2019-12-051-2/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+3
* Support event reminders (email and notifications)Thomas Citharel2019-08-151-1/+0
* allow to provide supported calendar component set internally as a stringGeorg Ehrke2019-07-221-0/+5
* Typehint builtin types in constructor to not initiate autoloadingRoeland Jago Douma2019-06-041-1/+1
* Share calendar to circleVinicius Cubas Brand2019-03-011-0/+4
* add list-calendars commandGeorg Ehrke2019-01-161-26/+0
* Add command to move a calendar from an user to anotherThomas Citharel2019-01-161-0/+43
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-2/+2
* cache webcal calendars on serverGeorg Ehrke2018-11-071-115/+350
* Adding test for table schedulingobjects and fixing postgres LOBThomas Müller2018-08-061-1/+1
* add resource / room principalsGeorg Ehrke2018-06-251-0/+3
* Use multibyte substringRoeland Jago Douma2018-04-051-2/+2
* Remove unused import statementsMorris Jobke2018-02-141-2/+0