aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* fix(l10n): Update translations from TransifexNextcloud bot4 days2-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(federation): respect sharing.federation.allowSelfSignedCertificates for ↵bug/noid/self-signed-trusted-servers-address-book-syncDaniel Kesselberg5 days1-1/+3
| | | | | | | | address book sync The configuration option, to accept self-signed certificates, is now also used when syncing address books. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix(l10n): Update translations from TransifexNextcloud bot6 days6-4/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): update `@nextcloud/vue` to v8.28.0Ferdinand Thiessen7 days1-35/+35
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot9 days2-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot10 days4-4/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Revert "perf(base): Stop setting up the FS for every basic auth request"John Molakvoæ10 days6-29/+6
|
* Merge pull request #53141 from nextcloud/perf/files/setup-fs-basic-auth-requestJohn Molakvoæ10 days6-6/+29
|\
| * fix(dav): Initialize the FS for the user right after authenticatingprovokateurin13 days6-6/+29
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #53893 from nextcloud/fix/cleanup-loadapp-callsKate11 days2-6/+10
|\ \
| * | chore: Remove calls to OC_App in bootstrap.php files for testsCôme Chilliet11 days1-5/+8
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Replace OC_App::loadApp calls by IAppManagerCôme Chilliet11 days1-1/+2
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #53863 from ↵John Molakvoæ11 days2-2/+2
|\ \ | | | | | | | | | nextcloud/bug/noid/take-groups-and-circles-into-account-for-unshares
| * | Revert "fix(dav): only consider user's principal for unsharing entries"bug/noid/take-groups-and-circles-into-account-for-unsharesDaniel Kesselberg12 days2-2/+2
| |/ | | | | | | | | | | This reverts commit 023b98c44bd69e6029aeafcd4a059c6bd7926079. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* / fix(l10n): Update translations from TransifexNextcloud bot12 days4-6/+146
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot14 days2-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* test(imip): ensure charset is set for the text/calendar attachmentbug/53811/charset-imipDaniel Kesselberg2025-07-061-0/+193
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix(imip): set charset for imip attachmentDaniel Kesselberg2025-07-061-4/+13
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-056-2/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-044-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53418 from nextcloud/fix/timedjob-execution-timeJoas Schilling2025-07-033-2/+35
|\ | | | | Fix TimedJob execution time to allow job execution exactly when scheduled
| * test: check that UserStatusAutomation is cleaned upfix/timedjob-execution-timeSalvatore Martire2025-07-011-0/+27
| | | | | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
| * fix: delete UserStatusAutomation when user is deletedSalvatore Martire2025-07-011-0/+5
| | | | | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
| * fix: adjust setTimeout value for ClearOldStatusesBackgroundJobSalvatore Martire2025-07-011-2/+3
| | | | | | | | | | | | | | | | These jobs that were setting their interval to 0 were not really running at every run of cron.php if the run was in the same second. To keep the same behaior, I am updating those intervals to 1 second. Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-0314-0/+38
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #53728 from nextcloud/rector-phpunit10Robin Appelman2025-07-0281-490/+206
|\ \ | | | | | | chore/rector: make phpunit dataproviders phpunit 12 compatible
| * | chore: run rectorrector-phpunit10Robin Appelman2025-07-0181-490/+206
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-0212-0/+42
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-012-0/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore: apply new CSFixer rulesFerdinand Thiessen2025-07-01117-396/+475
|/ | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php
* Merge pull request #53671 from nextcloud/fix/read-only-share-downloadJohn Molakvoæ2025-07-012-12/+29
|\
| * feat(files_sharing): allow viewing files with download disabledskjnldsv2025-06-262-12/+29
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #52976 from nextcloud/perf/realpath-custom-propKate2025-07-011-0/+5
|\ \
| * | perf: Skip photos app related property in custom propertiesperf/realpath-custom-propJulius Knorr2025-05-201-0/+5
| | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-012-0/+20
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #52981 from nextcloud/perf/dav-preload-search-tagsArthur Schiwon2025-06-304-14/+52
|\ \ \ | | | | | | | | perf(dav): Preload dav search with tags/favorites
| * | | perf(dav): Preload dav search with tags/favoritesperf/dav-preload-search-tagsJulius Knorr2025-06-274-14/+52
| | | | | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-06-3060-4240/+10
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | build: update autoloaderSalvatore Martire2025-06-262-0/+2
| | | | | | | | | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
* | | feat(files): automatically create directories on uploadSalvatore Martire2025-06-263-0/+205
| |/ |/| | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-264-0/+676
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(dav): catch exception on non local accountfix/noid/ignore-missing-ownerMaxence Lange2025-06-251-1/+8
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-252-0/+40
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-222-0/+72
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-218-8/+88
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(caldav): Use parameter for query to neutralize it in query diffsbugfix/noid/use-query-parametersJoas Schilling2025-06-201-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | refactor(dav): move shared logic to a dedicated example contact servicerefactor/dav/example-contact-serviceRichard Steinmetz2025-06-1911-191/+222
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-198-4/+248
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-184-0/+30
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: hide guests group when searching for principalsDaniel Kesselberg2025-06-171-0/+4
| | | | | | | | | | | | Follow-up for https://github.com/nextcloud/server/pull/52914 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>