aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix(shares): Remove noisy text from emailsremoveNoisyTextEmailsGit'Fellow2024-12-161-4/+0
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* Merge pull request #49731 from ↵Joas Schilling2024-12-161-1/+1
|\ | | | | | | | | nextcloud/bugfix/noid/allow-to-get-permissions-of-a-principal fix(calendar): Fix getting the permissions of the user
| * fix(calendar): Fix getting the permissions of the userJoas Schilling2024-12-111-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Revert "fix: don't recalculate folder size in Cache::delete if the entry ↵ci/revert/47342Daniel Kesselberg2024-12-161-0/+3
| | | | | | | | | | | | | | | | didn't exist" This reverts commit 5ca9d884d78fd4439a74dde02fdcafb3ac7a40f4. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #49451 from nextcloud/ensureTemplateFolderGit'Fellow2024-12-161-2/+6
|\ \ | | | | | | fix(TemplateManager): Make sure TemplateFolder is a Folder
| * | fix(TemplateManager): Make sure TemplateFolder is a FolderensureTemplateFolderGit'Fellow2024-12-131-2/+6
| | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-166-40/+128
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-152-0/+42
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49528 from nextcloud/fix/issue-47879-property-serializationSebastian Krupinski2024-12-134-0/+72
|\ \ \ | | | | | | | | fix: replace null character when serializing
| * | | fix: replace null character when serializingfix/issue-47879-property-serializationSebastianKrupinski2024-12-134-0/+72
| |/ / | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2024-12-144-0/+34
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-132-0/+54
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #49832 from nextcloud/sharding-select-fixesJohn Molakvoæ2024-12-121-3/+24
|\ \
| * | fix: improve logic for ensuring join columns are selected for partitioned ↵sharding-select-fixesRobin Appelman2024-12-121-3/+21
| | | | | | | | | | | | | | | | | | queries Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix: handle calling select on partitioned queries with an array of columnsRobin Appelman2024-12-121-0/+3
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #47342 from nextcloud/cache-delete-notfound-sizeRobin Appelman2024-12-121-3/+0
|\ \ \ | | | | | | | | fix: don't recalculate folder size in Cache::delete if the entry didn't exist
| * | | fix: don't recalculate folder size in Cache::delete if the entry didn't existcache-delete-notfound-sizeRobin Appelman2024-08-201-3/+0
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | fix(shares): Wrap exceptions from password validation to set code to 400Côme Chilliet2024-12-121-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression that bad password returned 403 instead of 400 because of previous changes. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | fix(files_sharing): Do not wrap password policy exception into a generic oneCôme Chilliet2024-12-121-6/+2
| |/ / |/| | | | | | | | | | | | | | Let the controller access the HintException and show the error to the user. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #48612 from nextcloud/fix/activity-log-for-favorites-in-davJulius Knorr2024-12-122-27/+31
|\ \ \ | | | | | | | | add activity logging for favorites in dav
| * | | refactor(tags): move favorite event dispatching to tags.phpgrnd-alt2024-12-032-27/+31
| | | | | | | | | | | | | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-12152-640/+846
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #49739 from nextcloud/s3-disable-multipart-remove-debugKate2024-12-111-1/+0
|\ \ \ \ | | | | | | | | | | chore: cleanup leftover debug statement
| * | | | chore: cleanup leftover debug statements3-disable-multipart-remove-debugRobin Appelman2024-12-091-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #40394 from nextcloud/updater-change-mimetype-objectstoreJohn Molakvoæ2024-12-111-9/+13
|\ \ \ \ \
| * | | | | fix: fix mimetype not being updated when changing file extention on object storeupdater-change-mimetype-objectstoreRobin Appelman2024-12-051-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #49695 from nextcloud/copy-update-cache-excludedJohn Molakvoæ2024-12-111-1/+9
|\ \ \ \ \ \
| * | | | | | fix: only do cache copy in updater if the parent folder should be in cachecopy-update-cache-excludedRobin Appelman2024-12-061-1/+9
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #49746 from nextcloud/printOnlyOnceTextJohn Molakvoæ2024-12-111-10/+9
|\ \ \ \ \ \
| * | | | | | fix(share): Don't print twice the same informationprintOnlyOnceTextGit'Fellow2024-12-101-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-1112-0/+252
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #49750 from nextcloud/bugfix/noid/oracle-federationJoas Schilling2024-12-101-3/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(federation): Allow Oracles empty strings
| * | | | | | fix(federation): Allow Oracles empty stringsbugfix/noid/oracle-federationJoas Schilling2024-12-101-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | fix(TextToTextChatWithTools): Add translator notesfix/texttotextchatwithtools-translator-notesMarcel Klehr2024-12-101-0/+3
|/ / / / / / | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-1076-44/+206
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #49740 from nextcloud/bugfix/noid/compatibility-with-30Joas Schilling2024-12-091-7/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | fix(federation): Restore compatibility with Nextcloud 30 servers
| * | | | | fix(federation): Fall back to old version flagbugfix/noid/compatibility-with-30Joas Schilling2024-12-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | fix(federation): Restore compatibility with Nextcloud 30 serversJoas Schilling2024-12-091-6/+8
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / | | | feat(TaskProcessing): More task typesMarcel Klehr2024-12-096-0/+324
|/ / / / | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-082-0/+36
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #49599 from nextcloud/feat/bruteforce-max-attemptsBenjamin Gaussorgues2024-12-061-2/+2
|\ \ \ \
| * | | | chore(bruteforce): allows to configure max attempts before request abortBenjamin Gaussorgues2024-12-031-2/+2
| | |/ / | |/| | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | feat(systemtags): add color support backendskjnldsv2024-12-067-56/+26
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #49352 from nextcloud/s3-disable-multipartJulius Knorr2024-12-062-10/+31
|\ \ \ \ | | | | | | | | | | 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: 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-062-0/+70
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #49646 from nextcloud/fix/noid/trigger-field-insertMaxence Lange2024-12-056-4/+41
|\ \ \ \ | | | | | | | | | | fix(signed-request): trigger metadata insert with default value manually
| * | | | fix(ocm): get details from sharedSecret from providerMaxence Lange2024-12-054-1/+37
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>