aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | refactor(dav): Replace baseuri manipulation with RootCollection for public ↵provokateurin10 days12-39/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shares Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | | | feat(dav): Allow share principalsprovokateurin10 days1-0/+5
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | Merge pull request #52360 from ↵Louis9 days6-120/+64
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/artonge/fix/use_preview_api_for_blurhash_generation
| * | | | | | | | fix(blurhash): Use preview API to generate the previewsartonge/fix/use_preview_api_for_blurhash_generationLouis Chemineau10 days4-74/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to benefit from all the checks done by the preview API. This also use the newly introduced `cacheResult` argument to limit disk usage. Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | | | feat(previews): Support in memory preview requestLouis Chemineau10 days3-47/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows callers to use the API without increasing the disk usage. Example: blurhash generation, where we request a preview for all uploaded pictures, but don't want to necessarily store that preview. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | | Merge pull request #51924 from nextcloud/feat/issue-563-calendar-exportDaniel9 days15-15/+522
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | feat: Calendar Export
| * | | | | | | | | feat: Calendar Exportfeat/issue-563-calendar-exportSebastianKrupinski9 days15-15/+522
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | | | | | | | Merge pull request #52642 from nextcloud/fix/task-cleanup-delayKate9 days1-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix(TaskProcessing): increase task cleanup delayfix/task-cleanup-delayEdward Ly9 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Edward Ly <contact@edward.ly>
* | | | | | | | | | | Merge pull request #52583 from nextcloud/leftybournes/fix/app-sortingKent Delante9 days5-9/+13
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | fix(apps): Sort names separately from active/update state
| * | | | | | | | | | chore(assets): Recompile assetsnextcloud-command9 days4-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | | | | fix(apps): Sort names separately from active/update stateleftybournes/fix/app-sortingKent Delante13 days1-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kent Delante <kent.delante@proton.me>
* | | | | | | | | | | Merge pull request #52621 from nextcloud/feat/noid/files-external-lexiconKate9 days7-33/+74
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | feat(files_external): support lexiconfeat/noid/files-external-lexiconMaxence Lange9 days7-33/+74
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* / | | | | | | | | | fix(l10n): Update translations from TransifexNextcloud bot9 days12-28/+92
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | Merge pull request #52048 from nextcloud/fix/noid/wfe-empty-group-in-checkArthur Schiwon9 days3-4/+39
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fix(workflowengine): fix group not shown in Group membership check
| * | | | | | | | | | build: compile assetsArthur Schiwon9 days2-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | | | | fix(workflowengine): fix group not shown in Group membership checkArthur Schiwon9 days1-1/+36
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this might have occured on instances with - more than twenty groups, and - on rules with more than one Group membership checks - and at least one of them being not in the set of the first 20 groups Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | | | | Merge pull request #51608 from nextcloud/feat/sanitize-filenames-commandFerdinand Thiessen10 days7-1/+302
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | feat(files): add command to automatically rename filenames
| * | | | | | | | | | docs(files): add more documentation about WCF and links to the admin docsfeat/sanitize-filenames-commandFerdinand Thiessen2025-04-301-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | | | | | feat(files): add command to (dis)enable windows compatible filenamesFerdinand Thiessen2025-04-304-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | | | | | feat(files): add command to automatically rename filenamesFerdinand Thiessen2025-04-305-0/+239
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | | | | Merge pull request #52630 from nextcloud/fix/files/activity-rich-object-stringsKate10 days2-4/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix(files): Fix non-string values for activity rich object stringsfix/files/activity-rich-object-stringsprovokateurin10 days2-4/+4
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | | | | Merge pull request #52628 from ↵Kate10 days15-91/+35
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | nextcloud/fix/files_external/hidden-password-fields
| * | | | | | | | | | fix(files_external): Mark password fields for LoginCredentials and ↵fix/files_external/hidden-password-fieldsprovokateurin10 days2-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SessionCredentials as hidden and optional Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | | | | | fix(files_external): Convert VALUE_HIDDEN to FLAG_HIDDEN to allow combining ↵provokateurin10 days13-89/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VALUE_PASSWORD and FLAG_HIDDEN Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | | | | Merge pull request #52589 from nextcloud/fix/dav/orphan-cleanup-jobRichard Steinmetz10 days5-62/+287
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fix(dav): move orphan cleaning logic to a chunked background job
| * | | | | | | | | | | fix(dav): move orphan cleaning logic to a chunked background jobRichard Steinmetz10 days5-62/+287
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | | | | | Merge pull request #52581 from spalmurray/masterAndy Scherzinger10 days19-39/+40
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | ci: pin Codecov action versions by hash
| * | | | | | | | | | ci: pin codecov/test-results-action@v1.1.0 with hashSpencer Murray13 days18-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Spencer Murray <spencer.murray@sentry.io>
| * | | | | | | | | | ci: pin codecov/codecov-action@v5.4.2 with hashSpencer Murray13 days18-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Spencer Murray <spencer.murray@sentry.io>
| * | | | | | | | | | ci: do not upload codecov bundle when TESTING=trueSpencer Murray13 days1-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Spencer Murray <spencer.murray@sentry.io>
* | | | | | | | | | | Merge pull request #52626 from ↵Joas Schilling10 days1-184/+158
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/make-comments-test-better-readable test(comments): Make Comments test result output properly readable
| * | | | | | | | | | test: Fix coding standardsbugfix/noid/make-comments-test-better-readableJoas Schilling10 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | | | test(comments): Make Comments test result output properly readableJoas Schilling10 days1-184/+158
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | | Merge pull request #52587 from nextcloud/bugfix/noid/fix-type-errorKate10 days2-7/+40
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix(loginflow): Fix type error when password could not be decryptedbugfix/noid/fix-type-errorJoas Schilling13 days2-7/+40
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | | Merge pull request #52588 from nextcloud/test/noid/more-phpunit-10Joas Schilling10 days46-880/+864
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | test: Finish migrating tests/Core/ to PHPUnit 10 compatible code
| * | | | | | | | | | test: Finish migrating tests/Core/ to PHPUnit 10 compatible codetest/noid/more-phpunit-10Joas Schilling12 days46-880/+864
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | | fix(l10n): Update translations from TransifexNextcloud bot10 days10-102/+196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | Merge pull request #52584 from nextcloud/enh/noid/fix-docs-ciSimon L.11 days1-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fix(CI): fix CI in documentation repository
| * | | | | | | | | | fix(CI): fix CI in documentation repositorySimon L.11 days1-1/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L. <szaimen@e.mail.de>
* | | | | | | | | | fix(l10n): Update translations from TransifexNextcloud bot11 days4-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | fix(l10n): Update translations from TransifexNextcloud bot12 days22-4/+46
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Merge pull request #52542 from nextcloud/artonge/fix/forward_extraAndy Scherzinger13 days2-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fix: Forward 'extra' argument when optimizing query
| * | | | | | | | | fix: Forward 'extra' argument when optimizing queryartonge/fix/forward_extraLouis Chemineau2025-04-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows DAV SEARCH queries containing optimizable comparisons on files metadata like: ```xml <d:or> <d:eq> <d:prop> <nc:metadata-photos-place /> </d:prop> <d:literal>La Valette-du-Var</d:literal> </d:eq> <d:eq> <d:prop> <nc:metadata-photos-place /> </d:prop> <d:literal>Évenos</d:literal> </d:eq> </d:or> ``` Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | | | fix(l10n): Update translations from TransifexNextcloud bot13 days38-242/+298
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Merge pull request #52572 from nextcloud/fix/noid/flaky-sso-testsJohn Molakvoæ13 days2-0/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix: Ensure samba is started in kerberos testsfix/noid/flaky-sso-testsMarcel Müller14 days1-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>