aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix: return 204 instead of 404backport/49839/stable30SebastianKrupinski2024-12-132-2/+2
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* fix(files_external): wrong type for external mount idbackport/49843/stable30Benjamin Gaussorgues2024-12-131-1/+1
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* chore(absence): Add capability for absence replacement supportbackport/49581/stable30Marcel Müller2024-12-133-1/+6
| | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* chore(absence): Add capability for absence apiMarcel Müller2024-12-134-4/+45
| | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-13160-124/+234
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49822 from nextcloud/backport/49361/stable30Kate2024-12-121-4/+4
|\ | | | | [stable30] fix(files_sharing): Fix error messages from password policy
| * fix(files_sharing): Fix error messages from password policyCôme Chilliet2024-12-121-4/+4
| | | | | | | | | | | | | | | | | | Exceptions thrown from password_policy may bubble up in share creation or update when a password is used. Their message is meant to be shown to the user. This always the case for HintException so we catch that instead of the subclass GenericShareException. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(files): failsafe when executing actions methodsskjnldsv2024-12-122-17/+48
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | chore(i18n): Improved grammarrakekniven2024-12-121-1/+1
| | | | | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> [skip ci]
* | Merge pull request #49752 from nextcloud/backport/49693/stable30John Molakvoæ2024-12-121-0/+4
|\ \
| * | fix(files): cancel renaming on enter if no file name changesskjnldsv2024-12-121-0/+4
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #49615 from nextcloud/backport/49569/stable30John Molakvoæ2024-12-121-13/+8
|\ \ \ | |/ / |/| | [stable30] perf: improve performance of SharedStorage::getWatcher
| * | perf: improve performance of SharedStorage::getWatcherbackport/49569/stable30Robin Appelman2024-12-031-13/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #49784 from nextcloud/backport/49747/stable30John Molakvoæ2024-12-122-1/+3
|\ \ \
| * | | fix(SharingEntryQuickShareSelect): Disable quick share select if user can ↵backport/49747/stable30provokateurin2024-12-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not edit share Signed-off-by: provokateurin <kate@provokateurin.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(SharingEntry): Hide edit button if user can not edit shareprovokateurin2024-12-121-1/+2
| | |/ | |/| | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #49618 from nextcloud/backport/49232/stable30John Molakvoæ2024-12-122-0/+6
|\ \ \ | |/ / |/| | [stable30] Add an error log message that notifications app isn't enabled at file…
| * | Fix(files_reminders): Add an error log message that notifications app isn't ↵backport/49232/stable30Faisal Alghamdi2024-12-032-0/+6
| |/ | | | | | | | | | | enabled at files_reminders app load. Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com>
* | Revert "[stable30] fix: Handle copy of folders containing live photos"revert-49650-backport/49293/stable30Louis2024-12-123-126/+69
| |
* | Merge pull request #49650 from nextcloud/backport/49293/stable30John Molakvoæ2024-12-123-69/+126
|\ \ | | | | | | [stable30] fix: Handle copy of folders containing live photos
| * | fix: Throw exception when copy failedbackport/49293/stable30Louis Chemineau2024-12-051-1/+7
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | fix: Copying a live photo to a folder with a conflicting mov fileLouis Chemineau2024-12-051-14/+22
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | fix: Handle copy of folders containing live photosLouis Chemineau2024-12-051-56/+98
| | | | | | | | | | | | | | | | | | | | | We need to recursively look for live photos in the folder, and then handle them as usual. Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | fix: Correctly create NonExistingFolder during copyLouis Chemineau2024-12-051-1/+2
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | fix(files): virtual scroller item size computationskjnldsv2024-12-121-6/+12
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | fix(files): throttle favorite with max 5 simultaneous requestsskjnldsv2024-12-121-1/+22
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #49165 from nextcloud/backport/48563/stable30John Molakvoæ2024-12-122-0/+8
|\| |
| * | fix: smuggle storage id to metadata insert queriesRobin Appelman2024-12-052-0/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #49610 from nextcloud/backport/49398/stable30John Molakvoæ2024-12-125-62/+117
|\ \ \
| * | | fix(files): dav Node type declarationskjnldsv2024-12-123-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | fix(files): properly update paths and folder children on node moveskjnldsv2024-12-123-57/+112
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #49651 from nextcloud/backport/49288/stable30John Molakvoæ2024-12-121-1/+6
|\ \ \ \ | | | | | | | | | | [stable30] fix: smb: don't fail hard if we can't load acls for a file
| * | | | fix: smb: don't fail hard if we can't load acls for a filebackport/49288/stable30Robin Appelman2024-12-041-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #49741 from nextcloud/backport/49459/stable30John Molakvoæ2024-12-126-13/+324
|\ \ \ \ \ | | | | | | | | | | | | [stable30] fix(CalDav): add support for Microsoft time zones
| * | | | | fix: add support for Microsoft time zonesbackport/49459/stable30SebastianKrupinski2024-12-096-13/+324
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | | | Merge pull request #49624 from nextcloud/backport/49602/stable30John Molakvoæ2024-12-121-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | [stable30] fix(external_storage): Cast id to int
| * | | | | fix(external_storage): Cast id to intbackport/49602/stable30Oleksander Piskun2024-12-031-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #49798 from nextcloud/backport/49694/stable30John Molakvoæ2024-12-121-2/+3
|\ \ \ \ \
| * | | | | fix: Fix ServiceWorker scope when Nextcloud installed in subfolderKostiantyn Miakshyn2024-12-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
* | | | | | fix(files_sharing): also submit new share on password submitskjnldsv2024-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | Merge pull request #49809 from nextcloud/backport/49799/stable30Arthur Schiwon2024-12-121-8/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable30] fix(files_sharing): Correct property enforced property names
| * | | | | | fix(files_sharing): Correct property enforced property namesnfebe2024-12-111-8/+7
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-12-1246-84/+102
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-1120-4/+432
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-10104-94/+62
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix(files_sharing): Stop infinite loop blocking link share requestsnfebe2024-12-091-13/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes infinite loop preventing share link creation requests from being sent to the backend. Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-096-12/+16
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-0868-40/+942
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-0730-0/+92
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix(activity): make emails for link share uploads true by defaultskjnldsv2024-12-061-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>