summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* Use assertEqualsCanonicalizing instead of deprecated assertEquals parameterMorris Jobke2020-07-231-2/+2
* Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendarRoeland Jago Douma2020-04-303-54/+196
|\
| * Provide links to calendar in event creation/update activitiesThomas Citharel2020-04-263-54/+196
* | Update license headers for 19Christoph Wurst2020-04-2917-0/+18
|/
* Fix unit testsJoas Schilling2020-04-151-5/+50
* Provide dav setting for user's default calendarThomas Citharel2020-04-131-2/+221
* Add visibility to all constantsChristoph Wurst2020-04-104-7/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1022-64/+29
* Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-091-3/+3
|\
| * Remove trailing and in between spacesChristoph Wurst2020-04-091-3/+3
* | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-092-2/+2
|\ \ | |/ |/|
| * Use php keywords in lowercaseChristoph Wurst2020-04-092-2/+2
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-0915-31/+31
|/
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-093-56/+56
* Fix multiline commentsChristoph Wurst2020-04-081-2/+2
* Add default titles for titleless events in invitationsThomas Citharel2020-04-031-5/+49
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3125-14/+30
* Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0Roeland Jago Douma2020-03-301-4/+2
|\
| * Fix usage of Sabre\HTTP\Request in unit testsGeorg Ehrke2020-03-271-4/+2
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-278-14/+0
|\ \ | |/ |/|
| * Remove unused importsChristoph Wurst2020-03-258-14/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-262-2/+2
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-2515-110/+110
|/
* Merge pull request #19986 from nextcloud/bugfix/19980/fix_uid_as_uriRoeland Jago Douma2020-03-251-3/+9
|\
| * RefreshWebcalService: randomly generate calendar-object uriGeorg Ehrke2020-03-161-3/+9
* | Merge pull request #18788 from nextcloud/fix/18782/translate-busy-in-caldavChristoph Wurst2020-03-241-1/+24
|\ \
| * | Translate 'Busy' in CalDAVGary Kim2020-02-231-1/+24
* | | Add extra test case to exclude by timerangeThomas Citharel2020-03-221-5/+4
* | | Added test testSearchdartcafe2020-03-221-1/+3
| |/ |/|
* | Merge pull request #19252 from nextcloud/bug/fix-notification-object-idJoas Schilling2020-02-251-1/+1
|\ \
| * | Hash event UID to make sure it's not too long for PushProviderThomas Citharel2020-02-011-1/+1
* | | Merge pull request #19196 from nextcloud/feature/17126/allow_apps_to_register...Roeland Jago Douma2020-02-232-1/+267
|\ \ \ | |_|/ |/| |
| * | Allow apps to provide Calendars in user's calendarHomeGeorg Ehrke2020-02-182-1/+267
| |/
* / Move RefreshWebcalJob logic to a proper service so that it may be calledThomas Citharel2020-02-101-0/+221
|/
* Update license headersChristoph Wurst2019-12-0537-138/+218
* respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke2019-12-031-0/+1
* Set common-name to user's displayname if none is setGeorg Ehrke2019-11-291-5/+39
* Mode to modern phpunitRoeland Jago Douma2019-11-2727-91/+95
* More fixesRoeland Jago Douma2019-11-271-0/+8
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2727-31/+31
* Some php-cs fixesRoeland Jago Douma2019-11-2217-17/+30
* Make push notifications for calendar reminders opt-inGeorg Ehrke2019-09-021-0/+32
* Make rooms / resources automatically reply to invitesGeorg Ehrke2019-08-261-0/+41
* fix foreach error for reminder generatorGeorg Ehrke2019-08-181-0/+32
* Final fixesGeorg Ehrke2019-08-158-737/+1532
* Support event reminders (email and notifications)Thomas Citharel2019-08-157-0/+1325
* Merge pull request #16666 from nextcloud/feature/calendar/delegationRoeland Jago Douma2019-08-155-18/+140
|\
| * use principaluri instead of userid, allowing to add delegates for rooms and t...Georg Ehrke2019-08-155-18/+140
* | Merge pull request #12392 from brad2014/feature/properly-present-buttons-from...Roeland Jago Douma2019-08-151-210/+148
|\ \ | |/ |/|
| * Move dav.invitation_link_recipients from getSystemValue to getAppValuebrad20142019-07-311-15/+15