summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32322 from nextcloud/backport/stable22/share_search_tweaksLouis2022-06-231-0/+4
|\
| * Use email settings in DAV searchLouis Chemineau2022-06-071-0/+4
* | Make sure activities are not created when a deleted calendar object expiresThomas Citharel2022-06-072-2/+108
|/
* Add email validationAnna Larch2022-05-181-87/+33
* dont re-query fileinfo when getting dav quotaRobin Appelman2022-04-131-8/+0
* Also comment out in testJoas Schilling2022-02-151-1/+2
* Prevent writing invalid mtimeJohn Molakvoæ2021-12-072-14/+58
* Merge pull request #28997 from nextcloud/fix/set-attendee-as-recipientJohn Molakvoæ2021-10-221-24/+73
|\
| * Update attendence for external usersDaniel Kesselberg2021-10-081-24/+73
* | Clean BulkUpload pluginLouis Chemineau2021-10-165-1347/+282
* | Add BulkUpload DAV pluginLouis Chemineau2021-10-153-0/+1347
* | Fix default language detection for calendar notificationsChristoph Wurst2021-10-131-2/+2
|/
* Merge pull request #28716 from nextcloud/add-orphan-subscriptions-repair-taskszaimen2021-09-131-0/+169
|\
| * Add repair job to delete calendar subscriptions that were orphaned whenThomas Citharel2021-09-041-0/+169
* | use specific email getter where necessaryArthur Schiwon2021-09-091-17/+17
|/
* Merge pull request #28419 from nextcloud/bug/28419/delete-calendar-subscripti...Christoph Wurst2021-08-311-22/+27
|\
| * Delete calendar subscriptions as well when deleting userThomas Citharel2021-08-131-22/+27
* | Improve PrincipalTest test fileThomas Citharel2021-08-161-56/+58
* | Expose user language through DAVThomas Citharel2021-08-163-1/+32
|/
* Make sure that the dav propfind plugins always use the proper user idJulius Härtl2021-07-222-17/+16
* Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-1/+1
* Merge pull request #17148 from nextcloud/always-provide-color-to-default-pers...Joas Schilling2021-07-021-6/+38
|\
| * Make default calendar only contain VEVENTSThomas Citharel2021-06-251-2/+4
| * Always provide theme color for default personal calendarThomas Citharel2021-06-251-6/+36
* | Merge pull request #27488 from msrn/win10cal-useragentJulius Härtl2021-06-291-2/+2
|\ \ | |/ |/|
| * Add regex to match Windows 10 calendar user-agentMikael Saarinen2021-06-231-2/+2
* | Reference correct private variableLukas Reschke2021-06-221-1/+1
* | Throttle on public DAV endpointLukas Reschke2021-06-221-1/+8
|/
* Merge pull request #26421 from mattian/enh/25771/occ-delete-calendarChristoph Wurst2021-06-141-0/+250
|\
| * occ: new command dav:delete-calendarMattia Narducci2021-06-131-0/+250
* | Merge pull request #27374 from nextcloud/bugfix/noid/adjust-unit-testsMorris Jobke2021-06-072-88/+36
|\ \
| * | Code style fixesMorris Jobke2021-06-072-10/+0
| * | Fix dispatcher handling in CalDavBackendTestJoas Schilling2021-06-042-82/+40
* | | Merge pull request #27008 from francoisfreitag/no-jq-app-calendarJohn Molakvoæ2021-06-051-1/+21
|\ \ \
| * | | Port dav calendar settings page to Vue.jsFrançois Freitag2021-06-051-1/+21
| |/ /
* / / Update php licensesJohn Molakvoæ (skjnldsv)2021-06-04136-218/+105
|/ /
* | Merge pull request #27312 from francoisfreitag/tests-atLukas Reschke2021-06-013-16/+14
|\ \
| * | Rewrite birthday calendar tests without $this->at()François Freitag2021-05-313-16/+14
| |/
* | Merge pull request #25658 from nextcloud/dav-respect-disallow-sharing-with-gr...Christoph Wurst2021-06-011-24/+49
|\ \ | |/ |/|
| * Make dav respect disallowing sharing with groupsThomas Citharel2021-05-261-24/+49
* | Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-314-11/+26
|/
* Fix CS checkRoeland Jago Douma2021-05-121-2/+0
* remove private AccountManager from SyncServiceArthur Schiwon2021-05-111-45/+13
* dav: do not use private AccountManagerArthur Schiwon2021-05-081-44/+45
* Remove the untyped calendar update eventChristoph Wurst2021-05-071-3/+5
* Remove the untyped calendar create eventChristoph Wurst2021-05-072-6/+12
* Clean up reminder actions and call methods directlyChristoph Wurst2021-05-071-12/+6
* Remove the \OCA\DAV\CalDAV\CalDavBackend::createCalendarObject eventChristoph Wurst2021-05-072-18/+32
* Remove the \OCA\DAV\CalDAV\CalDavBackend::updateCalendarObject eventChristoph Wurst2021-05-071-3/+6
* Remove the \OCA\DAV\CalDAV\CalDavBackend::deleteCalendarObject eventChristoph Wurst2021-05-071-12/+20