aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* fix(oauth2): retain support for legacy ownCloud clientsfix/oauth2/retain-legacy-oc-client-supportRichard Steinmetz3 days1-1/+2
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* feat: add example contact on first loginfeat/cardav-example-contactHamza Mahjoubi9 days2-0/+3
| | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* Merge pull request #51136 from ↵Daniel2025-03-111-3/+5
|\ | | | | | | | | nextcloud/feat/noid/occ-list-delete-calendar-subscription feat: command to list and delete calendar subscriptions
| * feat: command to list and delete calendar subscriptionsfeat/noid/occ-list-delete-calendar-subscriptionDaniel Kesselberg2025-03-091-3/+5
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | fix(dav): Fix share token pattern for base uri extractionfix/dav/publicremote-share-token-patternprovokateurin2025-03-101-1/+1
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(dav): Create SAB at installationfix/dav/create-sab-installChristoph Wurst2025-03-061-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-136-95/+136
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Bump app versions and requirementsJoas Schilling2025-01-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(dav): introduce paginate with custom headersBenjamin Gaussorgues2024-12-201-1/+1
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-157-61/+100
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat: make systemtags public visiblefeat/systemtags-publicJohn Molakvoæ (skjnldsv)2024-10-111-1/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix(dav): Public WebDAV endpoint should allow `GET` requestsfix/public-getFerdinand Thiessen2024-10-091-6/+10
| | | | | | | `GET` should be allowed even without Ajax header to allow downloading files, or show files in the viewer. All other requests could be guarded, but this should not. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(carddav): add command to list address booksfeat/add-addressbook-list-commandAnna Larch2024-09-301-0/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* feat(caldav): create subscriptions via occfeat/add-subscription-via-occAnna Larch2024-09-151-0/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-08-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(dav): Add an API for upcoming eventsChristoph Wurst2024-08-131-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(dav): Ensure share properties are also set on public remote endpointFerdinand Thiessen2024-08-121-0/+7
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-221-1/+2
| | | | | | | | | | | Reject calendars that - are subscriptions - are not writable - are shared with a user - are deleted - don't support VEVENTs Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* feat(files_sharing): add public name prompt for files requestsskjnldsv2024-07-182-0/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(caldav): limit vevent sizeSebastianKrupinski2024-07-041-0/+2
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Merge pull request #46193 from nextcloud/fix/limit-vcard-sizeRichard Steinmetz2024-07-051-0/+2
|\ | | | | fix(carddav): limit vcard size
| * fix(carddav): limit vcard sizeSebastianKrupinski2024-07-041-0/+2
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Feat: Allow users to select another user as their out-of-office replacementHamza Mahjoubi2024-07-011-1/+1
|/ | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* perf: remove full filesystem setup for accessing public link share dav endpointsRobin Appelman2024-06-202-18/+15
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #45549 from nextcloud/chore/noid/spdx-batch7Andy Scherzinger2024-05-281-0/+5
|\ | | | | Add SPDX header - batch 7
| * chore: Add SPDX headerAndy Scherzinger2024-05-281-0/+5
| | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* | Merge pull request #44664 from nextcloud/fix/dav/rate-limit-create-adress-bookHamza2024-05-281-0/+2
|\ \ | |/ |/| fix(dav): Rate limit address book creation
| * fix(dav): Rate limit address book creationHamza Mahjoubi2024-05-271-0/+2
| | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | chore: Add SPDX headerAndy Scherzinger2024-05-278-194/+28
|/ | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-03-281-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(dav): Add retention time to sync token cleanupChristoph Wurst2024-03-211-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(dav): Add occ command to fix missing caldav sync tokensChristoph Wurst2024-03-121-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(dav): Rate limit calendar/subscription creationChristoph Wurst2024-02-231-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and ↵Anna Larch2024-02-152-2/+8
| | | | | | calendars) Signed-off-by: Anna Larch <anna@nextcloud.com>
* fix(dav): ajax request check on public remote endpointsJohn Molakvoæ2024-01-172-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(psalm): update baseline and suppress unnecessary issuesJohn Molakvoæ2024-01-091-0/+7
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: improve typing and use \OCP\Server::getJohn Molakvoæ2024-01-091-32/+52
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: public dav and files_sharing testing fixesJohn Molakvoæ2024-01-091-2/+8
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: public dav endpoint v2John Molakvoæ2024-01-093-5/+123
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(dav): Make current ooo info time-dependentChristoph Wurst2023-12-051-1/+2
| | | | | | | | * If there is an out of office absence info and it happens now -> return data * Else: return no data Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(out-of-office)!: Remove non OCS endpointJoas Schilling2023-12-011-2/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(out-of-office): Add OCS endpoint to set and clear absenceJoas Schilling2023-12-011-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #41678 from nextcloud/branchoff/master-is-now-29Arthur Schiwon2023-11-231-2/+2
|\ | | | | Master is now 29
| * feat(branchoff): Bump versions and requirements in appsJoas Schilling2023-11-231-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* feat: Add out-of-office message APIChristoph Wurst2023-11-091-0/+1
| | | | | | | [skipci] Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* feat(dav): implement personal absence settingsRichard Steinmetz2023-11-071-1/+4
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* add index for classificationAkhil2023-10-311-1/+1
| | | | | Signed-off-by: Akhil <akhil@e.email> Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* feat(dav): implement personal absence settings backendRichard Steinmetz2023-10-291-1/+1
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>