Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: update psalm baselinebackport/48466/stable28 | Daniel Kesselberg | 2024-10-30 | 2 | -911/+1235 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore: update psalm | Daniel Kesselberg | 2024-10-30 | 1 | -215/+315 |
| | | | | | | To ensure we have a stable baseline Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | ci: fail psalm when baseline update required | Daniel Kesselberg | 2024-10-30 | 1 | -2/+2 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Merge pull request #49007 from nextcloud/backport/48992/stable28 | yemkareems | 2024-10-30 | 2 | -12/+21 |
|\ | | | | | [stable28] fix: add PasswordConfirmationRequired to saveGlobalCredentials | ||||
| * | fix: resolve conflict add PasswordConfirmationRequired to saveGlobalCredentialsbackport/48992/stable28 | yemkareems | 2024-10-30 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | fix: add PasswordConfirmationRequired to saveGlobalCredentials | yemkareems | 2024-10-30 | 1 | -10/+17 |
| | | | | | | | | | | | | | | | | Co-authored-by: yemkareems <yemkareems@gmail.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> [skip ci] | ||||
* | | Merge pull request #48946 from nextcloud/fix/stable28-uploader | Ferdinand Thiessen | 2024-10-30 | 125 | -328/+327 |
|\ \ | |/ |/| | [stable28] chore(deps): Update `@nextcloud/upload` to at least 1.5.0 | ||||
| * | chore: Compile assetsfix/stable28-uploader | Ferdinand Thiessen | 2024-10-30 | 120 | -215/+171 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | fix(dav): Try basic auth for ajax WebDAV requests | Ferdinand Thiessen | 2024-10-30 | 2 | -33/+72 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | chore(deps): Update `@nextcloud/upload` to at least 1.5.0 | Ferdinand Thiessen | 2024-10-30 | 3 | -80/+84 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #48695 from nextcloud/stable28BackportMissingSetTTL | Benjamin Gaussorgues | 2024-10-30 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | fix(locking): Accept mixed as value on setTTLstable28BackportMissingSetTTL | Git'Fellow | 2024-10-30 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Merge pull request #48472 from nextcloud/backport/47846/stable28 | Hamza | 2024-10-30 | 3 | -20/+20 |
|\ \ | |/ |/| | [stable28] fix: provision api's status codes | ||||
| * | fix: provision api's status codesbackport/47846/stable28 | Hamza Mahjoubi | 2024-10-09 | 3 | -20/+20 |
| | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-30 | 430 | -3484/+4320 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #48966 from nextcloud/backport/47847/stable28 | Kate | 2024-10-29 | 2 | -2/+29 |
|\ \ | |||||
| * | | test: add test for nested jail cross-storage movebackport/47847/stable28 | Robin Appelman | 2024-10-29 | 1 | -0/+23 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | fix: Fix copying or moving from shared groupfolders | Daniel Calviño Sánchez | 2024-10-29 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When copying or moving between two local storages the source path (on disk) to copy or move from is got from the unjailed path of the source storage. However, if the source storage has more than one jail getting the unjailed path resolves the most external jail, but the source path needs to be got from the most internal jail instead (the one closer to the local storage). This can happen, for example, with a shared groupfolder: in that case there is an external jail for the shared storage, and one internal jail for the groupfolder storage wrapped by the shared storage. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | | Merge pull request #48974 from nextcloud/backport/48788/stable28 | yemkareems | 2024-10-29 | 3 | -2/+9 |
|\ \ \ | |/ / |/| | | [stable28] fix: add PasswordConfirmationRequired to the external storages mentioned in review | ||||
| * | | fix: conflicts resolved by adding PasswordConfirmationRequired to update methodbackport/48788/stable28 | yemkareems | 2024-10-29 | 1 | -2/+4 |
| | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | | fix: cs fix namespace | yemkareems | 2024-10-29 | 0 | -0/+0 |
| | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | | fix: add PasswordConfirmationRequired to the eternal storages mentioned in ↵ | yemkareems | 2024-10-29 | 2 | -0/+5 |
|/ / | | | | | | | | | | | review Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | | Merge pull request #48569 from nextcloud/backport/48532/stable28 | Joas Schilling | 2024-10-29 | 1 | -6/+0 |
|\ \ | | | | | | | [stable28] fix: do not reduce count for subadmins if they are members of group | ||||
| * | | fix: do not reduce count for subadmins if they are members of groupbackport/48532/stable28 | Maksim Sukharev | 2024-10-04 | 1 | -6/+0 |
| | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | | | Merge pull request #48959 from nextcloud/backport/48921/stable28 | John Molakvoæ | 2024-10-29 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | ci(psalm): Add missing imagick extensionbackport/48921/stable28 | provokateurin | 2024-10-29 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | Merge pull request #48955 from nextcloud/backport/48889/stable28 | Kate | 2024-10-29 | 5 | -13/+58 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | chore(assets): Recompile assetsbackport/48889/stable28 | nextcloud-command | 2024-10-29 | 3 | -8/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | fix(files_sharing): federated shares avatar | skjnldsv | 2024-10-29 | 2 | -5/+55 |
|/ / / | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-29 | 98 | -96/+4 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #48948 from nextcloud/backport/48947/stable28 | Joas Schilling | 2024-10-28 | 2 | -0/+10 |
|\ \ \ | | | | | | | | | [stable28] fix(config): Mark more configs as sensitive | ||||
| * | | | fix(config): Mark more configs as sensitivebackport/48947/stable28 | Joas Schilling | 2024-10-28 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #48938 from nextcloud/backport/48934/stable28 | Grigorii K. Shartsev | 2024-10-28 | 13 | -61/+95 |
|\ \ \ \ | | | | | | | | | | | [stable28] fix(files): handle empty view with error | ||||
| * | | | | chore(assets): Recompile assets | Grigorii K. Shartsev | 2024-10-28 | 9 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
| * | | | | refactor(files): migrate to @nextcloud/sharing | Grigorii K. Shartsev | 2024-10-28 | 2 | -21/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
| * | | | | fix(files): handle empty view with error | Grigorii K. Shartsev | 2024-10-28 | 2 | -17/+77 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
| * | | | | chore(files): migrate davUtils to TS | Grigorii K. Shartsev | 2024-10-28 | 2 | -31/+23 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | | | | | Merge pull request #48941 from nextcloud/backport/48915/stable28 | Kate | 2024-10-28 | 3 | -5/+32 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | fix: missing crypto addedbackport/48915/stable28 | yemkareems | 2024-10-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | | | | fix: crypto added manually as expected | yemkareems | 2024-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | | | | fix: crypto made inline for constructor and decrypt error handled in exception | yemkareems | 2024-10-28 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> [skip ci] | ||||
| * | | | | fix: crypto made inline for constructor and decrypt error handled in exception | yemkareems | 2024-10-28 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | | | | fix: use Icrypto in place of Cypto | yemkareems | 2024-10-28 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | | | | fix: crypto type made not nullable and tests run using ICrypto | yemkareems | 2024-10-28 | 3 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | | | | fix: encrypt and store password, decrypt and retrieve the same | yemkareems | 2024-10-28 | 3 | -3/+28 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | | | | Merge pull request #48935 from nextcloud/backport/48918/stable28 | John Molakvoæ | 2024-10-28 | 3 | -11/+12 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | fix(files_sharing): Cleanup error messagesbackport/48918/stable28 | provokateurin | 2024-10-28 | 3 | -11/+12 |
|/ / / | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | Merge pull request #48929 from nextcloud/backport/48917/stable28 | Kate | 2024-10-28 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | fix(dav): Cleanup view-only checkbackport/48917/stable28 | provokateurin | 2024-10-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | Merge pull request #48923 from nextcloud/backport/48898/stable28 | Grigorii K. Shartsev | 2024-10-28 | 3 | -3/+4 |
|\ \ \ \ | |/ / / |/| | | | [stable28] fix(files): add title for files list table header button |