aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* feat(caldav): Create personal event for out-of-office messagesChristoph Wurst2023-11-141-0/+546
* Fix dynamic property in CalDav testsCôme Chilliet2023-11-131-0/+1
* feat(search): Seach for persons as event attendees and organizersChristoph Wurst2023-11-101-2/+10
* feat(carddav): Allow advanced search for contactsBenjamin Gaussorgues2023-11-101-2/+2
* feat(caldav): Allow advanced search for events/tasksBenjamin Gaussorgues2023-11-102-4/+4
* feat(user status): automate user status for eventsAnna Larch2023-11-091-0/+1508
* Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-0/+3
* IFilesMetadataMaxence Lange2023-11-071-1/+4
* fix(scheduling): don't send iMIP emails to rooms / resourcesAnna Larch2023-11-061-2/+161
* fix(3rdparty): Don't use indirect dependency "Safe/" for functionsJoas Schilling2023-10-233-5/+5
* Merge pull request #39852 from nextcloud/pragmaHeaderFerdinand Thiessen2023-10-181-4/+2
|\
| * Stop sending deprecated Pragma headerGit'Fellow2023-08-281-4/+2
* | fix(dav): expand recurrences when searchingRichard Steinmetz2023-09-211-0/+69
* | Enable litmus largefile testsjld31032023-09-202-2/+2
* | Merge pull request #39626 from nextcloud/fix/remove-litmus-locks-testsKate2023-09-202-2/+2
|\ \
| * | Remove litmus locks testsjld31032023-07-302-2/+2
* | | fix(dav): fix report testsJohn Molakvoæ (skjnldsv)2023-09-181-3/+0
* | | Remove last at matcher call in dav application testsCôme Chilliet2023-09-141-13/+6
* | | fix(caldav): add webroot to objectid for activitiesDaniel Kesselberg2023-09-131-0/+2
* | | Enable caldav push notifications by defaulthamza2212023-09-122-3/+3
* | | fix(CalDAV): check birthday calendar ownerAnna Larch2023-09-061-2/+60
* | | reuse l10n and request in dav folder listingRobin Appelman2023-09-042-34/+63
* | | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-283-9/+9
| |/ |/|
* | fix(CardDAV): set owner-principal, displayname properties for SABAnna Larch2023-08-161-1/+0
* | DateRangeError in PHP>=8.3 is not a ValueError anymoreCôme Chilliet2023-08-141-1/+1
* | fix: close cursor after reading the invitationDaniel Kesselberg2023-08-101-1/+3
|/
* fix share roots always being marked as writableRobin Appelman2023-07-281-22/+54