Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(LDAP): log diagnostic error message if availableenh/ldap/more-error-output | Arthur Schiwon | 2025-05-09 | 1 | -10/+14 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fix: add calendar enablefix/noid/calendar-enabled | SebastianKrupinski | 2025-05-09 | 4 | -2/+55 |
| | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | fix(webhooks_listener): correctly set userId from event | Oleksander Piskun | 2025-05-09 | 2 | -1/+3 |
| | | | | Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-09 | 14 | -4/+34 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #52634 from nextcloud/perf/share20/get-all-shares-in-folder | Kate | 2025-05-08 | 2 | -25/+51 |
|\ | |||||
| * | perf(Share20): Add interface to query all shares in a folder without ↵perf/share20/get-all-shares-in-folder | provokateurin | 2025-05-08 | 2 | -25/+51 |
| | | | | | | | | | | | | filtering by user Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #52133 from nextcloud/no-shared-direct-download | Robin Appelman | 2025-05-08 | 1 | -0/+5 |
|\ \ | | | | | | | fix: disable direct download for shares | ||||
| * | | fix: disable direct download for sharesno-shared-direct-download | Robin Appelman | 2025-04-11 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #52543 from ↵ | Kate | 2025-05-08 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | | | | | nextcloud/fix/52060/manage-download-on-federated-reshare | ||||
| * | | | fix(share): assume download enabled on federated sharefix/52060/manage-download-on-federated-reshare | Maxence Lange | 2025-05-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-08 | 30 | -22/+318 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | fix(files): middle click & ctrl new tab | skjnldsv | 2025-05-07 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-07 | 72 | -110/+172 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #52586 from nextcloud/bugfix/noid/remove-sleep-from-throttler | Daniel | 2025-05-06 | 4 | -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-throttler | Joas Schilling | 2025-05-02 | 4 | -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 input | nfebe | 2025-05-06 | 8 | -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 lexicon | Maxence Lange | 2025-05-06 | 2 | -1/+42 |
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | feat(files_sharing): Add toggle for federated share display area | nfebe | 2025-05-06 | 4 | -10/+47 |
| | | | | | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | | | | Merge pull request #52128 from nextcloud/shared-target-verify-cache-fix | Kate | 2025-05-06 | 1 | -3/+4 |
|\ \ \ \ | |||||
| * | | | | fix: don't return other mounts from share mount providershared-target-verify-cache-fix | Robin Appelman | 2025-04-11 | 1 | -3/+4 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #52441 from nextcloud/scan-locked-error | Kate | 2025-05-06 | 2 | -1/+21 |
|\ \ \ \ | |||||
| * | | | | fix: better error message when trying to scan a folder that is already being ↵scan-locked-error | Robin Appelman | 2025-04-25 | 2 | -1/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scanned Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | Merge pull request #52182 from nextcloud/feat/dav/public-share-chunked-upload | John Molakvoæ | 2025-05-06 | 21 | -57/+204 |
|\ \ \ \ \ | |||||
| * | | | | | feat(dav): Enable chunked upload for public shares | provokateurin | 2025-05-05 | 5 | -2/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | | feat(dav): Allow UploadHome to handle public shares | provokateurin | 2025-05-05 | 3 | -6/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | | refactor(dav): Pass UID from UploadHome to UploadFolder and CleanupService | provokateurin | 2025-05-05 | 3 | -15/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | | refactor(dav): Replace baseuri manipulation with RootCollection for public ↵ | provokateurin | 2025-05-05 | 12 | -39/+129 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shares Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | | feat(dav): Allow share principals | provokateurin | 2025-05-05 | 1 | -0/+5 |
| | |_|_|/ | |/| | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | Merge pull request #51924 from nextcloud/feat/issue-563-calendar-export | Daniel | 2025-05-06 | 11 | -15/+419 |
|\ \ \ \ \ | | | | | | | | | | | | | feat: Calendar Export | ||||
| * | | | | | feat: Calendar Exportfeat/issue-563-calendar-export | SebastianKrupinski | 2025-05-06 | 11 | -15/+419 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | | | | Merge pull request #52583 from nextcloud/leftybournes/fix/app-sorting | Kent Delante | 2025-05-06 | 1 | -3/+7 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | fix(apps): Sort names separately from active/update state | ||||
| * | | | | | fix(apps): Sort names separately from active/update stateleftybournes/fix/app-sorting | Kent Delante | 2025-05-02 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kent Delante <kent.delante@proton.me> | ||||
* | | | | | | Merge pull request #52621 from nextcloud/feat/noid/files-external-lexicon | Kate | 2025-05-06 | 7 | -33/+74 |
|\ \ \ \ \ \ | |||||
| * | | | | | | feat(files_external): support lexiconfeat/noid/files-external-lexicon | Maxence Lange | 2025-05-05 | 7 | -33/+74 |
| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-06 | 8 | -26/+56 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | | fix(workflowengine): fix group not shown in Group membership check | Arthur Schiwon | 2025-05-05 | 1 | -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-command | Ferdinand Thiessen | 2025-05-05 | 6 | -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-command | Ferdinand Thiessen | 2025-04-30 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | | | | | feat(files): add command to (dis)enable windows compatible filenames | Ferdinand Thiessen | 2025-04-30 | 4 | -0/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | | | | | feat(files): add command to automatically rename filenames | Ferdinand Thiessen | 2025-04-30 | 4 | -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-strings | Kate | 2025-05-05 | 2 | -4/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fix(files): Fix non-string values for activity rich object stringsfix/files/activity-rich-object-strings | provokateurin | 2025-05-05 | 2 | -4/+4 |
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | | | Merge pull request #52628 from ↵ | Kate | 2025-05-05 | 13 | -88/+32 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | nextcloud/fix/files_external/hidden-password-fields | ||||
| * | | | | | | fix(files_external): Mark password fields for LoginCredentials and ↵fix/files_external/hidden-password-fields | provokateurin | 2025-05-05 | 2 | -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 ↵ | provokateurin | 2025-05-05 | 11 | -86/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VALUE_PASSWORD and FLAG_HIDDEN Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | | | fix(dav): move orphan cleaning logic to a chunked background job | Richard Steinmetz | 2025-05-05 | 5 | -62/+287 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | | | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-05 | 10 | -102/+196 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-04 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-03 | 14 | -2/+24 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-02 | 26 | -224/+246 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |