aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "feat(bulk-upload): change the default to disabled as there are still ...revert-51431-enh/noid/disable-bulk-uploadLouis3 days1-1/+1
* Merge pull request #51431 from nextcloud/enh/noid/disable-bulk-uploadTobias Kaminsky3 days1-1/+1
|\
| * feat(bulk-upload): change the default to disabled as there are still some bug...enh/noid/disable-bulk-uploadSimon L.4 days1-1/+1
* | fix: fix preloading files with no custom propertiescustom-properties-preload-negativeRobin Appelman5 days1-1/+4
|/
* fix(dav): Really only run the chunk cleanup oncebugfix/noid/only-check-to-cleanup-chunks-onceJoas Schilling6 days1-0/+1
* Merge pull request #51010 from nextcloud/uploadfolder-reworkRobin Appelman12 days3-24/+41
|\
| * fix: rework UploadFolder implementationuploadfolder-reworkRobin Appelman2025-02-253-24/+41
* | Merge pull request #51845 from nextcloud/zip-download-no-sabre-responseFerdinand Thiessen13 days1-0/+17
|\ \
| * | fix: don't have sabre/dav send it's own reponse if we already send the zip re...zip-download-no-sabre-responseRobin Appelman13 days1-0/+17
* | | fix(oauth2): retain support for legacy ownCloud clientsfix/oauth2/retain-legacy-oc-client-supportRichard Steinmetz13 days2-1/+12
|/ /
* | fix(dav): Give proper HTTP status code on MKCOL when quota exceededfix/mkcol-quota-exceeded-responseMarcel Klehr2025-03-311-1/+33
* | feat: add example contact on first loginfeat/cardav-example-contactHamza Mahjoubi2025-03-265-1/+3762
* | fix(dav): filter user files when updating tagsskjnldsv2025-03-253-2/+62
* | Merge pull request #51195 from nextcloud/feat/photo-cache-avifKate2025-03-181-0/+1
|\ \
| * | feat: Allow AVIF content type in PhotoCachefeat/photo-cache-avifMiguel Sánchez de León Peque2025-03-031-0/+1
* | | Merge pull request #51457 from nextcloud/fix/dav-csrfFerdinand Thiessen2025-03-171-2/+3
|\ \ \
| * | | fix(dav): do not require CSRF for safe and indempotent HTTP methodsfix/dav-csrfFerdinand Thiessen2025-03-131-2/+3
* | | | fix(cardav): only show useres from enabled addressBooks in contacts menufix/noid/contactsmenu-ab-enabledHamza Mahjoubi2025-03-173-11/+40
* | | | fix(CalDav): alter invitation attachment filename and typefix/alter-invite-attachment-filename-and-typeSebastianKrupinski2025-03-121-2/+2
|/ / /
* | | Merge pull request #51136 from nextcloud/feat/noid/occ-list-delete-calendar-s...Daniel2025-03-113-0/+193
|\ \ \
| * | | feat: command to list and delete calendar subscriptionsfeat/noid/occ-list-delete-calendar-subscriptionDaniel Kesselberg2025-03-093-0/+193
* | | | Merge pull request #50933 from nextcloud/fix/issue-50104-system-address-book-...Sebastian Krupinski2025-03-113-0/+118
|\ \ \ \
| * | | | feat: add system address book settings in uifix/issue-50104-system-address-book-ui-settingsSebastianKrupinski2025-03-073-0/+118
* | | | | Merge pull request #51029 from nextcloud/fix/deprecate-oc-template-and-cleanupCôme Chilliet2025-03-101-2/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix: Replace all usage of OC_Template by the new APICôme Chilliet2025-03-061-2/+3
* | | | | feat(dav)!: migrate OCA calendar object events to OCPEdward Ly2025-03-0711-481/+25
* | | | | feat(dav): add webhook compatibility for calendar object eventsEdward Ly2025-03-071-0/+26
| |/ / / |/| | |
* | | | fix(dav): Create SAB at installationfix/dav/create-sab-installChristoph Wurst2025-03-062-4/+37
|/ / /
* | | fix(systemtags): prevent tag edition if restrictedskjnldsv2025-03-061-2/+7
* | | fix(dav): Use IUser::getDisplayName directlyfix/dav/use-iuser-displaynameChristoph Wurst2025-03-051-4/+2
* | | fix(dav): Handle long absence status earlierfix/dav/absence-status-too-longChristoph Wurst2025-03-051-2/+6
* | | feat: Support deleting metadata from WebDAVartonge/feat/allow_deleting_metadataLouis Chemineau2025-03-041-0/+6
|/ /
* | Merge pull request #50881 from nextcloud/fix/dav-harden-stream-handlingJohn Molakvoæ2025-02-281-16/+11
|\ \
| * | fix(dav): Handle end of stream in `File::put`fix/dav-harden-stream-handlingFerdinand Thiessen2025-02-181-16/+11
| |/
* / fix: Replace OC_App calls by IAppManagerCôme Chilliet2025-02-241-2/+1
|/
* fix(activity): Fix activity parameter typesbugfix/noid/fix-activity-parameter-typesJoas Schilling2025-02-171-2/+2
* fix: Fix regression in calendar invitation sendingfix/issue-50054-resource-invite-regressionSebastianKrupinski2025-02-131-1/+1
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-1318-139/+186
* chore: re-apply current rector configuration to apps folderCôme Chilliet2025-02-132-2/+4
* Merge pull request #49648 from nextcloud/fix/clarify-app-manager-methodsCôme Chilliet2025-02-132-2/+2
|\
| * fix: Replace getInstalledApps calls with getEnabledAppsfix/clarify-app-manager-methodsCôme Chilliet2025-02-131-1/+1
| * fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUserCôme Chilliet2025-02-131-1/+1
* | Merge pull request #50689 from nextcloud/fix/migrate-dav-to-eventschore/mail-bisect-ee48cafd200233203a1444dba797ef3eb89a35caCôme Chilliet2025-02-133-171/+172
|\ \ | |/ |/|
| * fix(dav): Migrate from hooks to user eventsCôme Chilliet2025-02-103-171/+172
* | fix: use relative paths for upload locksbug/48678/restore-dav-error-response-2Robin Appelman2025-02-111-2/+2
* | fix: Replace the TypeError to prevent exposing the installation pathDaniel Kesselberg2025-02-111-10/+8
|/
* fix(CalDav): Spellingfix/noid/fifty-fifthSebastianKrupinski2025-01-271-2/+2
* fix: adjust url for task linksRaimund Schlüßler2025-01-241-1/+1
* fix(dav): default calendar and address book not created on first loginRichard Steinmetz2025-01-231-1/+1
* feat(systemtags): add setting to block non admin to create system tagsBenjamin Gaussorgues2025-01-221-2/+5