aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-176-0/+50
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-1780-618/+590
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: enable example contact feature by defaultRichard Steinmetz2025-06-163-3/+3
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | fix: harmonize design of default content settings sectionRichard Steinmetz2025-06-166-47/+150
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | feat: create example event when a user logs in for the first timeRichard Steinmetz2025-06-1623-41/+971
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-162-2/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-112-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: use correct format for getlastmodified webdav propertybug/noid/expires-date-formatDaniel Kesselberg2025-06-102-2/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-072-10/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-062-0/+120
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(imip): dont compare events for the reply messagefix/reply-messageHamza Mahjoubi2025-06-052-2/+30
| | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | fix(dav): file drop nicknameskjnldsv2025-06-052-8/+20
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-054-6/+34
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | docs(caldav): improve documentation of CalDavBackend::getCalendarsForUserCountdocs/caldav/getCalendarsForUserCountRichard Steinmetz2025-06-041-7/+5
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | feat: link upcoming event to calendar app modalfeat/noid/link-to-calendar-eventMaksim Sukharev2025-06-031-14/+30
| | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | refactor(dav): remove unused CalDAVBackend methodremove-unused-methodThomas Citharel2025-06-011-19/+0
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>