summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* Add ability to limit sharing to ownerGeorg Ehrke2020-08-201-1/+20
* Changes the Birthday calendar color to slightly brighter oneGeorg Ehrke2020-07-061-1/+1
* Fix empty event UUID reminder notificationsThomas Citharel2020-06-051-2/+4
* Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendarRoeland Jago Douma2020-04-304-53/+91
|\
| * Provide links to calendar in event creation/update activitiesThomas Citharel2020-04-264-53/+91
* | Update license headers for 19Christoph Wurst2020-04-2940-0/+42
|/
* Check all remotes for local accessJoas Schilling2020-04-141-38/+15
* Provide dav setting for user's default calendarThomas Citharel2020-04-132-11/+28
* Add visibility to all constantsChristoph Wurst2020-04-1011-35/+35
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-1019-49/+49
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1033-165/+107
* Use elseif instead of else ifChristoph Wurst2020-04-107-41/+41
* Remove space between switch case and colonChristoph Wurst2020-04-092-7/+7
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-098-19/+19
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-099-9/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-17/+17
* Add default titles for titleless events in invitationsThomas Citharel2020-04-031-1/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3119-17/+21
* Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0Roeland Jago Douma2020-03-303-2/+3
|\
| * Set custom ProdId in Birthday service, do not depend on Sabre Versio number f...Georg Ehrke2020-03-271-0/+1
| * Sabre/DAV 4.0: beforeMethod is now beforeMethod:*Georg Ehrke2020-03-272-2/+2
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-275-5/+0
|\ \ | |/ |/|
| * Remove unused importsChristoph Wurst2020-03-255-5/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-262-3/+3
|/
* Merge pull request #19986 from nextcloud/bugfix/19980/fix_uid_as_uriRoeland Jago Douma2020-03-251-3/+11
|\
| * RefreshWebcalService: randomly generate calendar-object uriGeorg Ehrke2020-03-161-3/+11
* | Merge pull request #18788 from nextcloud/fix/18782/translate-busy-in-caldavChristoph Wurst2020-03-243-9/+23
|\ \
| * | Translate 'Busy' in CalDAVGary Kim2020-02-233-9/+23
* | | 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
| |/ |/|
* | Merge pull request #19252 from nextcloud/bug/fix-notification-object-idJoas Schilling2020-02-251-1/+4
|\ \
| * | Hash event UID to make sure it's not too long for PushProviderThomas Citharel2020-02-011-1/+4
* | | Correctly trim long cyrillic noteJoas Schilling2020-02-251-3/+2
* | | Merge pull request #19196 from nextcloud/feature/17126/allow_apps_to_register...Roeland Jago Douma2020-02-233-2/+239
|\ \ \ | |_|/ |/| |
| * | Allow apps to provide Calendars in user's calendarHomeGeorg Ehrke2020-02-183-2/+239
* | | Move RefreshWebcalJob logic to a proper service so that it may be calledThomas Citharel2020-02-101-0/+416
|/ /
* / Fix display of DTEND for multi-day all-day eventGeorg Ehrke2020-01-301-0/+4
|/
* Merge pull request #18115 from nextcloud/bugfix/17951/reminderservice_resourc...Roeland Jago Douma2019-12-271-2/+10
|\
| * Properly handle resources in ReminderServiceGeorg Ehrke2019-11-261-2/+10
* | Verify that is an array before accessing itGeorg Ehrke2019-12-091-2/+4
* | Update license headersChristoph Wurst2019-12-0559-117/+208
* | Merge pull request #18113 from nextcloud/bugfix/15967/webcal_cache_headersRoeland Jago Douma2019-11-291-0/+97
|\ \
| * | Add refresh-interval to exported calendarsGeorg Ehrke2019-11-271-0/+97
| |/
* | Set common-name to user's displayname if none is setGeorg Ehrke2019-11-291-1/+16
* | Mode to modern phpunitRoeland Jago Douma2019-11-272-6/+2
|/
* Some php-cs fixesRoeland Jago Douma2019-11-2243-48/+80
* Merge pull request #17174 from nextcloud/bugfix/noid/properly_mark_birthday_c...Roeland Jago Douma2019-09-172-2/+9
|\
| * properly mark birthday calendars as not shareable for nowGeorg Ehrke2019-09-172-2/+9
* | Sabre/VObject returns a DateAndOrTime object now, so adapt to it in Birthday ...Georg Ehrke2019-09-161-4/+11
|/