aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #49688 from nextcloud/fix/emailsJohn Molakvoæ2024-12-061-1/+1
|\ \
| * | fix(activity): make emails for link share uploads true by defaultskjnldsv2024-12-061-1/+1
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #49477 from nextcloud/hasTableTaskprocessingTasksGit'Fellow2024-12-061-5/+7
|\ \ \ | | | | | | | | fix(migration): Check if table exists
| * | | fix(migration): Check if table existshasTableTaskprocessingTasksGit'Fellow2024-11-251-5/+7
| | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | Merge pull request #49599 from nextcloud/feat/bruteforce-max-attemptsBenjamin Gaussorgues2024-12-062-2/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | chore(bruteforce): allows to configure max attempts before request abortBenjamin Gaussorgues2024-12-032-2/+13
| | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | Merge pull request #49295 from nextcloud/feat/tags-colorsJohn Molakvoæ2024-12-0652-454/+857
|\ \ \ \
| * | | | fix(systemtags): handle null dav valueskjnldsv2024-12-067-9/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | chore: compile assetsskjnldsv2024-12-0623-22/+85
| | | | | | | | | | | | | | | | | | | | 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-064-10/+39
| | | | | | | | | | | | | | | | | | | | 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-0611-320/+487
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | feat(systemtags): add color support backendskjnldsv2024-12-0616-101/+133
|/ / / / | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #49352 from nextcloud/s3-disable-multipartJulius Knorr2024-12-064-21/+64
|\ \ \ \ | | | | | | | | | | improve handling of large single-part s3 uploads
| * | | | fix: get object size from stream where possibleRobin Appelman2024-12-051-0/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix: improve assembly streamRobin Appelman2024-12-052-11/+33
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix: don't perform the extra buffering in s3 stream write when the stream ↵Robin Appelman2024-12-051-10/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | size is known Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix: use php://temp instead of php://memory for multi-part upload bufferRobin Appelman2024-12-051-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | this should reduce potential memory issues if the limit is set very high Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-0676-8/+418
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #49646 from nextcloud/fix/noid/trigger-field-insertMaxence Lange2024-12-058-40/+109
|\ \ \ \ | | | | | | | | | | fix(signed-request): trigger metadata insert with default value manually
| * \ \ \ Merge branch 'fix/noid/trigger-field-insert' of ↵Maxence Lange2024-12-050-0/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/nextcloud/server into fix/noid/trigger-field-insert Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| | * | | | fix(typo): Fix message of exceptionJoas Schilling2024-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.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-056-37/+99
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | fix(signed-request): trigger metadata insert with default value manuallyMaxence Lange2024-12-052-3/+4
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | Merge pull request #49677 from ↵Christoph Wurst2024-12-051-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/db/systag-by-objectid-index-new-installation fix(db): Create the systag_by_objectid index for new installations
| * | | | | fix(db): Create the systag_by_objectid index for new installationsChristoph Wurst2024-12-051-0/+2
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #49262 from nextcloud/move-from-encryption-no-optRobin Appelman2024-12-051-1/+5
|\ \ \ \ \ | |/ / / / |/| | | | fix: don't do same-storage move optimization with encryption wrappers
| * | | | fix: don't do same-storage move optimization with encryption wrappersmove-from-encryption-no-optRobin Appelman2024-11-131-1/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | 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-0510-8/+18
|\ \ \ \ \ | | | | | | | | | | | | fix(files_sharing): List of share type during recipient lookup
| * | | | | chore(assets): Recompile assetsnextcloud-command2024-12-049-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | 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>
* | | | | | | Merge pull request #48769 from nextcloud/copy-share-unmaskedRobin Appelman2024-12-042-1/+34
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix incorrect permissions when copying shared files
| * | | | | | | test: add test for permissions of copied shareRobin Appelman2024-12-041-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | fix: use scan_permissions when copying cache itemsRobin Appelman2024-12-041-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | fix: store unmaked source permissions as scan_permissions when loading share ↵Robin Appelman2024-12-041-0/+3
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cache items Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #49551 from nextcloud/dont-propagate-future-timeJohn Molakvoæ2024-12-041-2/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fix: don't propagate future mtimesRobin Appelman2024-11-281-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #49293 from ↵Louis2024-12-047-141/+289
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/artonge/fix/handle_folders_copy_live_photos fix: Handle copy of folders containing live photos
| * | | | | | | 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-043-20/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | | test: Copying a folder containing live photosLouis Chemineau2024-12-042-68/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>