summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/CalDavBackend.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix array method usages with a proper callMorris Jobke2018-01-251-1/+1
* Merge pull request #6884 from nextcloud/feature/3003/opt_out_of_birthday_cale...Morris Jobke2017-12-121-0/+16
|\
| * generate birthday calendars in a background job after admin enabled themGeorg Ehrke2017-11-111-0/+16
* | Merge pull request #6590 from nextcloud/dav-create-activities-for-publishingMorris Jobke2017-12-111-0/+10
|\ \
| * | Create activities for (un)publishing calendar eventsThomas Citharel2017-12-111-0/+10
* | | exclude shared calendars from freeBusyGeorg Ehrke2017-12-111-1/+1
|/ /
* | catch errors when parsing calendar data for calendar query requestsGeorg Ehrke2017-11-271-1/+28
* | add option to filter CalendarAPI by componenttypeGeorg Ehrke2017-11-091-2/+8
* | integrate Dav app with Calendar APIGeorg Ehrke2017-11-091-0/+165
|/
* Merge pull request #7042 from nextcloud/bugfix/noid/ensure_unique_uid_for_cal...Lukas Reschke2017-11-071-0/+14
|\
| * ensure uid for calendar objects is uniqueGeorg Ehrke2017-11-061-0/+14
* | Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* | Update license headersMorris Jobke2017-11-061-1/+5
|/
* Check if the user/group exists for dav sharesJoas Schilling2017-10-051-1/+4
* not to backquote LIMIT on CalDavBackend.phpnhirokinet2017-09-031-1/+1
* Fix comparisons in the dav appJoas Schilling2017-08-011-1/+1
* [DAV][CalDAV] FixesRoeland Jago Douma2017-08-011-4/+5
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+8
* Only use readable chars in Share TokensJoas Schilling2017-07-181-1/+1
* urldecode group principals in Cal- and CardDAV backendGeorg Ehrke2017-06-121-0/+3
* fix replacing of 4MB Unicode Chars in cal props tableGeorg Ehrke2017-05-211-1/+1
* rename calendarobjects_properties -> calendarobjects_propsGeorg Ehrke2017-04-281-2/+2
* unit test custom calendar searchGeorg Ehrke2017-04-281-21/+29