summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(dav): Fix user status "Undefined array key 0 at StatusService.php#98"Joas Schilling2024-01-101-0/+44
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: improve typing and use \OCP\Server::getJohn Molakvoæ2024-01-091-12/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: public dav and files_sharing testing fixesJohn Molakvoæ2024-01-092-5/+438
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(dav): undeclared `$cache` propertyJohn Molakvoæ2023-12-211-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(userstatus): set user status to 'In a meeting' if calendar is busyAnna Larch2023-12-191-573/+289
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* fix(ooo): add new ooo status with new emojiAnna Larch2023-12-181-1/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* feat(comments): Add a meta data column for commentsJoas Schilling2023-12-141-1/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(dav): Prevent out-of-office event time driftsChristoph Wurst2023-12-111-6/+82
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(dav): Improve handling and logging of bulk upload failuresJoas Schilling2023-12-051-2/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(dav): Prioritize timezone from core/loginChristoph Wurst2023-11-291-6/+25
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(dav): don't schedule out-of-office jobs for dates in the pastRichard Steinmetz2023-11-281-0/+471
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-283-877/+119
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-233-0/+391
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2323-71/+50
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* feat(caldav): Create personal event for out-of-office messagesChristoph Wurst2023-11-141-0/+546
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix dynamic property in CalDav testsCôme Chilliet2023-11-131-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat(search): Seach for persons as event attendees and organizersChristoph Wurst2023-11-101-2/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* feat(carddav): Allow advanced search for contactsBenjamin Gaussorgues2023-11-101-2/+2
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* feat(caldav): Allow advanced search for events/tasksBenjamin Gaussorgues2023-11-102-4/+4
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* feat(user status): automate user status for eventsAnna Larch2023-11-091-0/+1508
| | | | | | | and automatically set a user status to free or busy depending on their calendar transparency, event status and availability settings Signed-off-by: Anna Larch <anna@nextcloud.com>
* Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-0/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* IFilesMetadataMaxence Lange2023-11-071-1/+4
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(scheduling): don't send iMIP emails to rooms / resourcesAnna Larch2023-11-061-2/+161
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* fix(3rdparty): Don't use indirect dependency "Safe/" for functionsJoas Schilling2023-10-233-5/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #39852 from nextcloud/pragmaHeaderFerdinand Thiessen2023-10-181-4/+2
|\ | | | | Stop sending deprecated Pragma header
| * Stop sending deprecated Pragma headerGit'Fellow2023-08-281-4/+2
| | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | fix(dav): expand recurrences when searchingRichard Steinmetz2023-09-211-0/+69
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Enable litmus largefile testsjld31032023-09-202-2/+2
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Merge pull request #39626 from nextcloud/fix/remove-litmus-locks-testsKate2023-09-202-2/+2
|\ \ | | | | | | Remove litmus locks tests
| * | Remove litmus locks testsjld31032023-07-302-2/+2
| | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | fix(dav): fix report testsJohn Molakvoæ (skjnldsv)2023-09-181-3/+0
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Remove last at matcher call in dav application testsCôme Chilliet2023-09-141-13/+6
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix(caldav): add webroot to objectid for activitiesDaniel Kesselberg2023-09-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | A calendar uri includes the webroot: example.com/cloud/remote.php/dav/calendars/alice/personal/ The calendar app uses base64(calendar uri) as identifier for calendar objects. Without this patch the links from activity app to calendar app don't work for installations in a subdirectory. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Enable caldav push notifications by defaulthamza2212023-09-122-3/+3
| | | | | | | | | | | | Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
* | | fix(CalDAV): check birthday calendar ownerAnna Larch2023-09-061-2/+60
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | reuse l10n and request in dav folder listingRobin Appelman2023-09-042-34/+63
| | | | | | | | | | | | | | | | | | instead of having to query those once for every node Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-283-9/+9
| |/ |/| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(CardDAV): set owner-principal, displayname properties for SABAnna Larch2023-08-161-1/+0
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | DateRangeError in PHP>=8.3 is not a ValueError anymoreCôme Chilliet2023-08-141-1/+1
| | | | | | | | | | | | Fixing 32bit CI on PHP>=8.3 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: close cursor after reading the invitationDaniel Kesselberg2023-08-101-1/+3
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix share roots always being marked as writableRobin Appelman2023-07-281-22/+54
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #39304 from nextcloud/bugfix/noid/typed-event-comments-entityJoas Schilling2023-07-191-10/+6
|\ | | | | fix(comments): Emit CommentsEntityEvent as typed event
| * fix(comments): Emit CommentsEntityEvent as typed eventJoas Schilling2023-07-181-10/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #38397 from nextcloud/enh/contacts/hide-adressbook-optionDaniel2023-07-181-4/+25
|\ \ | |/ |/| enh(contacts): show/hide addressbooks for all
| * enh(contacts): show/hide addressbooks for allJohannes Merkel2023-07-101-4/+25
| | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* | feat(dav): Emit a typed event to deprecate OCA\DAV\Connector\Sabre::addPluginJoas Schilling2023-07-171-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(dav): Use IRequest constant to match versionJoas Schilling2023-07-112-49/+18
|/ | | | | | The pattern matches since a 10 year old client version Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(admin_audit): Migrate to non-deprecated IEventDispatcherJoas Schilling2023-07-041-9/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* enh(sab): Add profileUrl to SABJohannes Merkel2023-07-031-3/+8
| | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* Merge pull request #31790 from nextcloud/fix-events-with-old-lastoccurenceChristoph Wurst2023-06-291-5/+15
|\ | | | | Fix creating events with old (< unix time) lastoccurence