aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #49694 from nextcloud/bugfix/fix-service-worker-scopeJohn Molakvoæ2024-12-111-2/+3
|\ \ \ \
| * | | | fix: Fix ServiceWorker scope when Nextcloud installed in subfolderKostiantyn Miakshyn2024-12-061-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
* | | | | fix(files): failsafe when executing actions methodsskjnldsv2024-12-112-16/+48
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | Merge pull request #49746 from nextcloud/printOnlyOnceTextJohn Molakvoæ2024-12-112-21/+7
|\ \ \ \ \
| * | | | | fix(share): Don't print twice the same informationprintOnlyOnceTextGit'Fellow2024-12-102-21/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-1120-4/+432
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #49747 from nextcloud/fix/files_sharing/disable-editingJohn Molakvoæ2024-12-102-1/+3
|\ \ \ \ \
| * | | | | fix(SharingEntryQuickShareSelect): Disable quick share select if user can ↵provokateurin2024-12-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not edit share Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | fix(SharingEntry): Hide edit button if user can not edit shareprovokateurin2024-12-101-1/+2
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* / / / / fix: disable both iTip and iMip messagesfix/issue-48528-disable-itip-and-imip-messages-2SebastianKrupinski2024-12-104-28/+46
|/ / / / | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | fix(files): cancel renaming on enter if no file name changesskjnldsv2024-12-101-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-10104-94/+62
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix: add support for Microsoft time zonesSebastianKrupinski2024-12-091-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | fix: add support for Microsoft time zonesfix/issue-48079-windows-time-zonesSebastianKrupinski2024-12-096-25/+327
| |_|/ |/| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.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>
* | fix(systemtags): handle null dav valueskjnldsv2024-12-062-2/+6
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | chore(systemtags): add inline tag color testsskjnldsv2024-12-062-3/+108
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat(systemtags): allow setting color with occskjnldsv2024-12-062-5/+11
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(systemtags): fix elementColor computationskjnldsv2024-12-063-10/+13
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat(systemtags): add colors in bulk tagging actionskjnldsv2024-12-069-35/+429
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat(systemtags): add color support backendskjnldsv2024-12-068-18/+132
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #49352 from nextcloud/s3-disable-multipartJulius Knorr2024-12-062-11/+33
|\ \ | | | | | | improve handling of large single-part s3 uploads
| * | fix: improve assembly streamRobin Appelman2024-12-052-11/+33
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-0668-8/+342
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(signed-request): use share owner on reshareMaxence Lange2024-12-052-3/+9
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | fix(ocm): get details from sharedSecret from providerMaxence Lange2024-12-052-36/+62
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #49404 from Thatoo/Thatoo-patch-1Arthur Schiwon2024-12-051-1/+8
|\ \ \ | |/ / |/| | fix(user_ldap): retrieve from LDAP first "email shaped" value instead…
| * | fix(user_ldap): retrieve from LDAP first "email shaped" value instead of ↵Thatoo2024-11-201-1/+8
| | | | | | | | | | | | | | | first value Signed-off-by: Thatoo <Thatoo@users.noreply.github.com>
* | | Merge pull request #49644 from nextcloud/artonge/fix/sharetypeF. E Noel Nfebe2024-12-051-1/+11
|\ \ \ | | | | | | | | fix(files_sharing): List of share type during recipient lookup
| * | | fix(files_sharing): List of share type during recipient lookupLouis Chemineau2024-12-041-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ShareType lists both names and ids so Object.entries return too much. This was also making useless the following condition adding ShareType.Email Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-05206-212/+414
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #48793 from nextcloud/dav-open-log-pathJohn Molakvoæ2024-12-041-2/+7
|\ \ \ \
| * | | | fix: log which file cannot be openedRobin Appelman2024-12-041-2/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | test: add test for permissions of copied shareRobin Appelman2024-12-041-0/+26
|/ / / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #49288 from nextcloud/smb-acl-fail-softRobin Appelman2024-12-041-1/+6
|\ \ \ \ | | | | | | | | | | 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 filesmb-acl-fail-softRobin Appelman2024-11-141-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | fix: Throw exception when copy failedLouis Chemineau2024-12-041-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-041-14/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | fix: Handle copy of folders containing live photosLouis Chemineau2024-12-041-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-041-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Merge pull request #49643 from ↵Benjamin Gaussorgues2024-12-041-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/feat/files_external/enable-ownerless-shares
| * | | | | feat(files_external): Enable ownerless sharesprovokateurin2024-12-041-1/+2
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | fix(signed-request): removing unstable from publicMaxence Lange2024-12-041-0/+4
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | feat(signatory): switch to qbmapperMaxence Lange2024-12-041-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | fix(ocm): simpler codeMaxence Lange2024-12-041-5/+15
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | fix(ocm): switching to IdentityProofMaxence Lange2024-12-044-20/+36
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>