aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #46012 from nextcloud/backport/45999/stable29Andy Scherzinger2024-07-101-6/+47
|\
| * fix(caldav): encode calendar URIs with umlauts for activitiesRichard Steinmetz2024-07-101-6/+47
* | fix(caldav): limit vevent sizeSebastianKrupinski2024-07-101-0/+73
|/
* fix(carddav): limit vcard sizeSebastianKrupinski2024-07-041-0/+73
* Merge pull request #46117 from nextcloud/backport/46002/stable29Daniel2024-06-291-59/+314
|\
| * refactor(dav): migrate to new http clientDaniel Kesselberg2024-06-251-59/+314
* | fix(caldav): when message is a reply compare the message sender not the recip...SebastianKrupinski2024-06-271-0/+71
* | fix(userstatus): Fix user status automation in real-life scenarioJoas Schilling2024-06-251-6/+0
|/
* 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
* Merge pull request #45543 from nextcloud/backport/44664/stable29John Molakvoæ2024-06-071-0/+146
|\
| * fix(dav): Rate limit address book creationHamza Mahjoubi2024-05-281-0/+146
* | feat(caldav): order the calendar objects by start date for searchDaniel Kesselberg2024-06-063-0/+66
* | fix(caldav): event search with limit and timerangeDaniel Kesselberg2024-06-067-0/+261
|/
* feat(caldav): expose calendar subscriptionsDaniel Kesselberg2024-05-086-6/+364
* Merge pull request #44622 from nextcloud/backport/44534/stable29Joas Schilling2024-04-044-28/+28
|\
| * fix: Apply new coding standard to all filesCôme Chilliet2024-04-044-28/+28
* | chore(dav): Fix tests for length headers on uploadCôme Chilliet2024-04-021-3/+2
|/
* 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
|\
| * fix(dav): Add occ command to fix missing caldav sync tokensChristoph Wurst2024-03-122-3/+94
* | test(dav): Add unit test for no calendars/subscription limitChristoph Wurst2024-03-121-0/+38
|/
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-044-28/+28
* feat(dav): update a principal's schedule-default-calendar-URLRichard Steinmetz2024-02-282-5/+196
* Refactors "substr" calls to improve code readabilityHamid Dehnavi2024-02-231-1/+1
* fix(dav): Rate limit calendar/subscription creationChristoph Wurst2024-02-231-0/+166
* Check share attributes when downloading versionsLouis Chemineau2024-02-212-2/+27
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-158-50/+694
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-081-5/+4
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-4/+5
* fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-081-5/+4
* fix(tests): Make PHP 8.1.2 with Datetime Diff Bug pass the notifier testJoas Schilling2024-01-261-3/+11
* fix(dav): Fix user status "Undefined array key 0 at StatusService.php#98"Joas Schilling2024-01-101-0/+44
* fix: improve typing and use \OCP\Server::getJohn Molakvoæ2024-01-091-12/+4
* fix: public dav and files_sharing testing fixesJohn Molakvoæ2024-01-092-5/+438
* fix(dav): undeclared `$cache` propertyJohn Molakvoæ2023-12-211-0/+1
* fix(userstatus): set user status to 'In a meeting' if calendar is busyAnna Larch2023-12-191-573/+289
* fix(ooo): add new ooo status with new emojiAnna Larch2023-12-181-1/+1
* feat(comments): Add a meta data column for commentsJoas Schilling2023-12-141-1/+10
* fix(dav): Prevent out-of-office event time driftsChristoph Wurst2023-12-111-6/+82
* fix(dav): Improve handling and logging of bulk upload failuresJoas Schilling2023-12-051-2/+10
* fix(dav): Prioritize timezone from core/loginChristoph Wurst2023-11-291-6/+25
* fix(dav): don't schedule out-of-office jobs for dates in the pastRichard Steinmetz2023-11-281-0/+471
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-283-877/+119
* feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-233-0/+391
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2323-71/+50