aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* feat(LDAP): log diagnostic error message if availableenh/ldap/more-error-outputArthur Schiwon2025-05-091-10/+14
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix: add calendar enablefix/noid/calendar-enabledSebastianKrupinski2025-05-094-2/+55
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* fix(webhooks_listener): correctly set userId from eventOleksander Piskun2025-05-092-1/+3
| | | | Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-0914-4/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #52634 from nextcloud/perf/share20/get-all-shares-in-folderKate2025-05-082-25/+51
|\
| * perf(Share20): Add interface to query all shares in a folder without ↵perf/share20/get-all-shares-in-folderprovokateurin2025-05-082-25/+51
| | | | | | | | | | | | filtering by user Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #52133 from nextcloud/no-shared-direct-downloadRobin Appelman2025-05-081-0/+5
|\ \ | | | | | | fix: disable direct download for shares
| * | fix: disable direct download for sharesno-shared-direct-downloadRobin Appelman2025-04-111-0/+5
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #52543 from ↵Kate2025-05-081-0/+2
|\ \ \ | | | | | | | | | | | | nextcloud/fix/52060/manage-download-on-federated-reshare
| * | | fix(share): assume download enabled on federated sharefix/52060/manage-download-on-federated-reshareMaxence Lange2025-05-061-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-0830-22/+318
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix(files): middle click & ctrl new tabskjnldsv2025-05-071-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-0772-110/+172
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #52586 from nextcloud/bugfix/noid/remove-sleep-from-throttlerDaniel2025-05-064-6/+13
|\ \ \ \ | |/ / / |/| | | fix(throttler): Always use the sleepDelayOrThrowOnMax instead of deprecated sleepDelay
| * | | fix(throttler): Remove the sleep from the throttler that throwsbugfix/noid/remove-sleep-from-throttlerJoas Schilling2025-05-024-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The sleep is not adding benefit when it's being aborted with 429 in other cases anyway. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | fix(files_sharing): Move `ConfigLexicon` to Config dir, update sharing inputnfebe2025-05-068-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix autoloading for new `ConfigLexicon` - Ensure that sharing input in sharing tab respect `show-federated-shares-as-internal`: This is important, because when federated shares are shown as internal the users should add them from the internal shares section Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | refactor: use config lexiconMaxence Lange2025-05-062-1/+42
| | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | feat(files_sharing): Add toggle for federated share display areanfebe2025-05-064-10/+47
| | | | | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | Merge pull request #52128 from nextcloud/shared-target-verify-cache-fixKate2025-05-061-3/+4
|\ \ \ \
| * | | | fix: don't return other mounts from share mount providershared-target-verify-cache-fixRobin Appelman2025-04-111-3/+4
| | |/ / | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #52441 from nextcloud/scan-locked-errorKate2025-05-062-1/+21
|\ \ \ \
| * | | | fix: better error message when trying to scan a folder that is already being ↵scan-locked-errorRobin Appelman2025-04-252-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scanned Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #52182 from nextcloud/feat/dav/public-share-chunked-uploadJohn Molakvoæ2025-05-0621-57/+204
|\ \ \ \ \
| * | | | | feat(dav): Enable chunked upload for public sharesprovokateurin2025-05-055-2/+27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | feat(dav): Allow UploadHome to handle public sharesprovokateurin2025-05-053-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | refactor(dav): Pass UID from UploadHome to UploadFolder and CleanupServiceprovokateurin2025-05-053-15/+27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | refactor(dav): Replace baseuri manipulation with RootCollection for public ↵provokateurin2025-05-0512-39/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shares Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | feat(dav): Allow share principalsprovokateurin2025-05-051-0/+5
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #51924 from nextcloud/feat/issue-563-calendar-exportDaniel2025-05-0611-15/+419
|\ \ \ \ \ | | | | | | | | | | | | feat: Calendar Export
| * | | | | feat: Calendar Exportfeat/issue-563-calendar-exportSebastianKrupinski2025-05-0611-15/+419
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | | | Merge pull request #52583 from nextcloud/leftybournes/fix/app-sortingKent Delante2025-05-061-3/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | | fix(apps): Sort names separately from active/update state
| * | | | | fix(apps): Sort names separately from active/update stateleftybournes/fix/app-sortingKent Delante2025-05-021-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kent Delante <kent.delante@proton.me>
* | | | | | Merge pull request #52621 from nextcloud/feat/noid/files-external-lexiconKate2025-05-067-33/+74
|\ \ \ \ \ \
| * | | | | | feat(files_external): support lexiconfeat/noid/files-external-lexiconMaxence Lange2025-05-057-33/+74
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-068-26/+56
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | fix(workflowengine): fix group not shown in Group membership checkArthur Schiwon2025-05-051-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 Thiessen2025-05-056-1/+234
|\ \ \ \ \ \ | | | | | | | | | | | | | | 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-304-0/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-stringsKate2025-05-052-4/+4
|\ \ \ \ \ \ \
| * | | | | | | fix(files): Fix non-string values for activity rich object stringsfix/files/activity-rich-object-stringsprovokateurin2025-05-052-4/+4
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | Merge pull request #52628 from ↵Kate2025-05-0513-88/+32
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | nextcloud/fix/files_external/hidden-password-fields
| * | | | | | fix(files_external): Mark password fields for LoginCredentials and ↵fix/files_external/hidden-password-fieldsprovokateurin2025-05-052-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 ↵provokateurin2025-05-0511-86/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VALUE_PASSWORD and FLAG_HIDDEN Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | fix(dav): move orphan cleaning logic to a chunked background jobRichard Steinmetz2025-05-055-62/+287
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-0510-102/+196
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-042-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-0314-2/+24
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-0226-224/+246
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>