Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | feat(TaskProcessing): More task types | Marcel Klehr | 2024-12-09 | 1 | -0/+3 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | 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 | 2 | -51/+14 |
| | | | | | | | | 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> | ||||
* | | | Merge pull request #49646 from nextcloud/fix/noid/trigger-field-insert | Maxence Lange | 2024-12-05 | 2 | -2/+4 |
|\ \ \ | | | | | | | | | fix(signed-request): trigger metadata insert with default value manually | ||||
| * | | | fix(ocm): get details from sharedSecret from provider | Maxence Lange | 2024-12-05 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | | fix(signed-request): trigger metadata insert with default value manually | Maxence Lange | 2024-12-05 | 1 | -1/+2 |
| |/ / | | | | | | | 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 | 3 | -11/+41 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | 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 | 3 | -11/+41 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | 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 | 2 | -10/+18 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | fix(signed-request): removing unstable from public | Maxence Lange | 2024-12-04 | 4 | -57/+33 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | fix(ocm): signatory mapper | Maxence Lange | 2024-12-04 | 6 | -70/+105 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | feat(signatory): switch to qbmapper | Maxence Lange | 2024-12-04 | 9 | -430/+319 |
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | fix(ocm): simpler code | Maxence Lange | 2024-12-04 | 7 | -463/+413 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | fix(ocm): switching to IdentityProof | Maxence Lange | 2024-12-04 | 10 | -398/+111 |
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | feat(ocm): signing ocm requests | Maxence Lange | 2024-12-04 | 13 | -77/+1967 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | fix: don't set 'name' on null metadata | Robin Appelman | 2024-12-03 | 1 | -1/+3 |
|/ / / | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #49515 from ↵ | Joas Schilling | 2024-11-28 | 1 | -10/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/boolean-false-in-multipart-form-data fix(controller): Fix false booleans in multipart/form-data | ||||
| * | | | fix(controller): Fix false booleans in multipart/form-data | Joas Schilling | 2024-11-28 | 1 | -10/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #49493 from ↵ | John Molakvoæ | 2024-11-28 | 2 | -66/+60 |
|\ \ \ \ | | | | | | | | | | | | | | | | nextcloud/artonge/feat/pwd_confirmation_allow_set_period | ||||
| * | | | | feat: Use inline password confirmation in external storage settings | Louis Chemineau | 2024-11-28 | 2 | -66/+60 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* / | | | fix(migration): Decrypt ownCloud secrets v2 | Christoph Wurst | 2024-11-28 | 1 | -3/+29 |
|/ / / | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | fix: fix availability wrapper not applying | Robin Appelman | 2024-11-26 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | fix: throw correct exception type when we can't verify if an s3 bucket exists | Robin Appelman | 2024-11-26 | 1 | -4/+5 |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #49355 from nextcloud/moveStrictTyping | Git'Fellow | 2024-11-25 | 1 | -15/+18 |
|\ \ | | | | | | | refactor(filecache): Move to more strict operators | ||||
| * | | refactor(filecache): Move to more strict typingmoveStrictTyping | Git'Fellow | 2024-11-25 | 1 | -15/+18 |
| | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | Merge pull request #49073 from nextcloud/feat/files_sharing/co-owner | Kate | 2024-11-25 | 2 | -22/+56 |
|\ \ \ | |||||
| * | | | fix(files_sharing,files): Do not validate shares before adjusting the owner | provokateurin | 2024-11-25 | 1 | -10/+14 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | fix(Share20\Manager): Ensure node is still accessible when checking share | provokateurin | 2024-11-25 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | feat(Share20\Manager): Return all shares on IShareOwnerlessMount | provokateurin | 2024-11-25 | 1 | -11/+30 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | fix(Share20\DefaultShareProvider): Return link shares in getSharesByPath() | provokateurin | 2024-11-25 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | fix(Share20\DefaultShareProvider): Sort getSharesByPath() results | provokateurin | 2024-11-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | Merge pull request #49311 from nextcloud/fix/ocmdiscoveryservice/cache-errors | Kate | 2024-11-25 | 1 | -1/+9 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | fix(OCMDiscoveryService): Also cache error results during discoveryfix/ocmdiscoveryservice/cache-errors | provokateurin | 2024-11-25 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | fix: Wrap partial cache entry in CacheEntryartonge/fix/getting_cache_entry | Louis Chemineau | 2024-11-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because it is returned here: https://github.com/nextcloud/server/blob/7b7d07c5750583ab3a7b29112af475f5c8891143/lib/private/Files/Cache/Cache.php#L136-L137 And some implementation got stricter: https://github.com/nextcloud/groupfolders/blob/df95bf6ba807da5171de91108879b6d8aa9f3611/lib/Mount/RootEntryCache.php#L23-L28 Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | | Merge pull request #49417 from nextcloud/refactSmallAdjust | John Molakvoæ | 2024-11-21 | 4 | -242/+68 |
|\ \ \ \ |