Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #49739 from nextcloud/s3-disable-multipart-remove-debug | Kate | 2024-12-11 | 1 | -1/+0 |
|\ | | | | | chore: cleanup leftover debug statement | ||||
| * | chore: cleanup leftover debug statements3-disable-multipart-remove-debug | Robin Appelman | 2024-12-09 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #40394 from nextcloud/updater-change-mimetype-objectstore | John Molakvoæ | 2024-12-11 | 1 | -9/+13 |
|\ \ | |||||
| * | | fix: fix mimetype not being updated when changing file extention on object storeupdater-change-mimetype-objectstore | Robin Appelman | 2024-12-05 | 1 | -9/+13 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #49695 from nextcloud/copy-update-cache-excluded | John Molakvoæ | 2024-12-11 | 1 | -1/+9 |
|\ \ \ | |||||
| * | | | fix: only do cache copy in updater if the parent folder should be in cachecopy-update-cache-excluded | Robin Appelman | 2024-12-06 | 1 | -1/+9 |
| |/ / | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #49746 from nextcloud/printOnlyOnceText | John Molakvoæ | 2024-12-11 | 1 | -10/+9 |
|\ \ \ | |||||
| * | | | fix(share): Don't print twice the same informationprintOnlyOnceText | Git'Fellow | 2024-12-10 | 1 | -10/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-11 | 12 | -0/+252 |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #49750 from nextcloud/bugfix/noid/oracle-federation | Joas Schilling | 2024-12-10 | 1 | -3/+9 |
|\ \ \ | | | | | | | | | fix(federation): Allow Oracles empty strings | ||||
| * | | | fix(federation): Allow Oracles empty stringsbugfix/noid/oracle-federation | Joas Schilling | 2024-12-10 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | fix(TextToTextChatWithTools): Add translator notesfix/texttotextchatwithtools-translator-notes | Marcel Klehr | 2024-12-10 | 1 | -0/+3 |
|/ / / | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-10 | 76 | -44/+206 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #49740 from nextcloud/bugfix/noid/compatibility-with-30 | Joas Schilling | 2024-12-09 | 1 | -7/+10 |
|\ \ \ | |_|/ |/| | | fix(federation): Restore compatibility with Nextcloud 30 servers | ||||
| * | | fix(federation): Fall back to old version flagbugfix/noid/compatibility-with-30 | Joas Schilling | 2024-12-09 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix(federation): Restore compatibility with Nextcloud 30 servers | Joas Schilling | 2024-12-09 | 1 | -6/+8 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | feat(TaskProcessing): More task types | Marcel Klehr | 2024-12-09 | 6 | -0/+324 |
|/ / | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-08 | 2 | -0/+36 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #49599 from nextcloud/feat/bruteforce-max-attempts | Benjamin Gaussorgues | 2024-12-06 | 1 | -2/+2 |
|\ \ | |||||
| * | | chore(bruteforce): allows to configure max attempts before request abort | Benjamin Gaussorgues | 2024-12-03 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | | feat(systemtags): add color support backend | skjnldsv | 2024-12-06 | 7 | -56/+26 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #49352 from nextcloud/s3-disable-multipart | Julius Knorr | 2024-12-06 | 2 | -10/+31 |
|\ \ \ | | | | | | | | | improve handling of large single-part s3 uploads | ||||
| * | | | fix: get object size from stream where possible | Robin Appelman | 2024-12-05 | 1 | -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 Appelman | 2024-12-05 | 1 | -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 buffer | Robin Appelman | 2024-12-05 | 1 | -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 Transifex | Nextcloud bot | 2024-12-06 | 2 | -0/+70 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #49646 from nextcloud/fix/noid/trigger-field-insert | Maxence Lange | 2024-12-05 | 6 | -4/+41 |
|\ \ \ | | | | | | | | | fix(signed-request): trigger metadata insert with default value manually | ||||
| * | | | fix(ocm): get details from sharedSecret from provider | Maxence Lange | 2024-12-05 | 4 | -1/+37 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | | fix(signed-request): trigger metadata insert with default value manually | Maxence Lange | 2024-12-05 | 2 | -3/+4 |
| |/ / | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | Merge pull request #49262 from nextcloud/move-from-encryption-no-opt | Robin Appelman | 2024-12-05 | 1 | -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-opt | Robin Appelman | 2024-11-13 | 1 | -1/+5 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #48769 from nextcloud/copy-share-unmasked | Robin Appelman | 2024-12-04 | 1 | -1/+8 |
|\ \ \ | | | | | | | | | Fix incorrect permissions when copying shared files | ||||
| * | | | fix: use scan_permissions when copying cache items | Robin Appelman | 2024-12-04 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | fix: store unmaked source permissions as scan_permissions when loading share ↵ | Robin Appelman | 2024-12-04 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | cache items Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #49551 from nextcloud/dont-propagate-future-time | John Molakvoæ | 2024-12-04 | 1 | -2/+9 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | fix: don't propagate future mtimes | Robin Appelman | 2024-11-28 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #49293 from ↵ | Louis | 2024-12-04 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/artonge/fix/handle_folders_copy_live_photos fix: Handle copy of folders containing live photos | ||||
| * | | | | fix: Correctly create NonExistingFolder during copy | Louis Chemineau | 2024-12-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | | | Merge pull request #48651 from ↵ | Louis | 2024-12-04 | 4 | -11/+48 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | nextcloud/artonge/fix/copy_cache_during_copy_operations fix(files): Correctly copy the cache information during copy operations | ||||
| * | | | | fix(files): Correctly copy the cache information on copy operations | Louis Chemineau | 2024-12-03 | 4 | -11/+48 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | Needed to copy the `encrypted` flag of encrypted files when those files are two level down in a moved folder. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | | fix(signatory): details on interfaces | Maxence Lange | 2024-12-04 | 7 | -50/+49 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | fix(signed-request): removing unstable from public | Maxence Lange | 2024-12-04 | 6 | -75/+54 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | fix(ocm): signatory mapper | Maxence Lange | 2024-12-04 | 28 | -162/+262 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | feat(signatory): switch to qbmapper | Maxence Lange | 2024-12-04 | 22 | -662/+576 |
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | fix(ocm): simpler code | Maxence Lange | 2024-12-04 | 16 | -532/+509 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | fix(ocm): switching to IdentityProof | Maxence Lange | 2024-12-04 | 18 | -623/+113 |
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | feat(ocm): signing ocm requests | Maxence Lange | 2024-12-04 | 40 | -82/+3121 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | Merge pull request #49636 from nextcloud/fix/noid/remove-since-from-unstable | Kate | 2024-12-04 | 5 | -55/+0 |
|\ \ \ \ | | | | | | | | | | | fix(NCU): removing all @since | ||||
| * | | | | fix(NCU): removing all @since | Maxence Lange | 2024-12-03 | 5 | -55/+0 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-04 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |