aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit
Commit message (Expand)AuthorAgeFilesLines
...
* | fix(caldav): Add sharee to address list when calendar is sharedSebastianKrupinski2024-08-061-31/+370
* | test: don't reuse the query builder for multiple tables in CardDavBackendTestRobin Appelman2024-08-021-0/+5
|/
* feat: mail provider backendSebastianKrupinski2024-07-231-5/+131
* fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-224-9/+249
* feat(files_sharing): add public name prompt for files requestsskjnldsv2024-07-181-0/+15
* feat: Improve recurrence invitations messagesSebastianKrupinski2024-07-172-137/+2195
* Merge pull request #46510 from nextcloud/feat/info-xml-backendsRichard Steinmetz2024-07-171-1/+19
|\
| * feat: hide caldav server settings if no app uses the caldav backendRichard Steinmetz2024-07-161-1/+19
* | fix(dav): Verify target path in `setName` instead of source pathFerdinand Thiessen2024-07-161-2/+2
* | refactor: Migrate filename validation logic from `Storage` to `FilenameValida...Ferdinand Thiessen2024-07-161-3/+4
|/
* fix(caldav): limit vevent sizeSebastianKrupinski2024-07-041-0/+73
* fix(carddav): limit vcard sizeSebastianKrupinski2024-07-041-0/+73
* fix(caldav): when message is a reply compare the message sender not the recip...SebastianKrupinski2024-06-252-1/+72
* Merge pull request #46002 from nextcloud/debt/noid/use-new-http-clientDaniel2024-06-251-59/+314
|\
| * refactor(dav): migrate to new http clientDaniel Kesselberg2024-06-251-59/+314
* | Merge pull request #45532 from nextcloud/feat/publish-resources-room-updateRichard Steinmetz2024-06-251-388/+5
|\ \
| * | feat: implement public OCP api to update resources and roomsRichard Steinmetz2024-05-271-388/+5
* | | Merge pull request #46095 from nextcloud/techdebt/44770/migrate-server-notifi...Joas Schilling2024-06-251-2/+3
|\ \ \ | |_|/ |/| |
| * | feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-251-2/+3
* | | fix(userstatus): Fix user status automation in real-life scenarioJoas Schilling2024-06-251-6/+0
|/ /
* | Merge pull request #45973 from nextcloud/remove-chunking-v1Julius Härtl2024-06-244-442/+1
|\ \
| * | chore: remove chunking-v1Robin Appelman2024-06-194-442/+1
* | | Merge pull request #45999 from nextcloud/fix/caldav/shared-calendars-activity...Richard Steinmetz2024-06-201-6/+47
|\ \ \
| * | | fix(caldav): encode calendar URIs with umlauts for activitiesRichard Steinmetz2024-06-201-6/+47
| |/ /
* / / fix(dav): Try basic auth for ajax WebDAV requestsFerdinand Thiessen2024-06-181-26/+67
|/ /
* | fix(dav): also return shared-with-me shares dataskjnldsv2024-06-121-1/+21
* | fix(caldav): event links in shared calendar notificationsRichard Steinmetz2024-06-111-2/+37
* | feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-3/+8
* | Merge pull request #45222 from nextcloud/bug/noid/caldav-search-limit-and-tim...Daniel2024-05-291-0/+202
|\ \
| * | feat(caldav): order the calendar objects by start date for searchDaniel Kesselberg2024-05-281-0/+38
| * | fix(caldav): event search with limit and timerangeDaniel Kesselberg2024-05-281-0/+164
* | | chore: Add SPDX headerAndy Scherzinger2024-05-291-1/+1
|/ /
* | Merge pull request #45549 from nextcloud/chore/noid/spdx-batch7Andy Scherzinger2024-05-28165-3634/+484
|\ \
| * | chore: Add SPDX headerAndy Scherzinger2024-05-28165-3634/+484
| |/
* / fix(dav): Rate limit address book creationHamza Mahjoubi2024-05-271-0/+146
|/
* feat(caldav): expose calendar subscriptionsDaniel Kesselberg2024-05-076-7/+362
* Merge pull request #45098 from nextcloud/fix/issue-45081Sebastian Krupinski2024-05-041-17/+67
|\
| * fix(caldav): Fixed phpUnit to use userSession instead of userId and userManagerSebastianKrupinski2024-05-021-17/+67
* | fix(tests): Replace deprecated methods in `FileTest`Ferdinand Thiessen2024-05-021-16/+30
|/
* Merge pull request #44511 from nextcloud/perf/noid/skip-tree-lookup-for-non-c...Daniel2024-04-031-0/+58
|\
| * perf(dav): skip non-calendar requests in webcal caching pluginDaniel Kesselberg2024-03-271-0/+58
* | Merge pull request #44332 from nextcloud/fix/fix-chunkupload-quota-checkCôme Chilliet2024-04-021-3/+2
|\ \
| * | chore(dav): Fix tests for length headers on uploadCôme Chilliet2024-04-021-3/+2
| |/
* / fix: Apply new coding standard to all filesCôme Chilliet2024-04-024-28/+28
|/
* fix(dav): wrong comparison method between two eventsRobert C. Schaller2024-03-251-0/+67
* fix(dav): Add retention time to sync token cleanupChristoph Wurst2024-03-213-14/+38
* Merge pull request #44376 from nextcloud/fix/dav/acls-shared-addressbookHamza2024-03-211-1/+1
|\
| * fix(dav): ACLs for shared addressbooksChristoph Wurst2024-03-211-1/+1
* | fix(systemtags): Forbid tagging of readonly filesCôme Chilliet2024-03-193-47/+76
|/
* Merge pull request #44130 from nextcloud/fix/dav/occ-fix-caldav-sync-tokensChristoph Wurst2024-03-142-3/+94
|\