Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(TempManager): Simplify and unify implementations and remove legacy ↵backport/51194/stable27 | provokateurin | 2025-03-04 | 4 | -87/+34 |
| | | | | | | behavior Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #51086 from nextcloud/backport/51051/stable27 | Andy Scherzinger | 2025-03-03 | 7 | -61/+105 |
|\ | | | | | [stable27] feat: Close sessions created for login flow v2 | ||||
| * | fix(login): Support subfolder install for ephemeral sessionsbackport/51051/stable27 | Louis Chemineau | 2025-03-03 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | fix(login): Also check legacy annotation for ephemeral sessions | Louis Chemineau | 2025-03-03 | 2 | -6/+7 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | feat: Close sessions created for login flow v2 | Louis Chemineau | 2025-03-03 | 7 | -61/+101 |
| | | | | | | | | | | | | | | | | | | | | | | | | Sessions created during the login flow v2 should be short lived to not leave an unexpected opened session in the browser. This commit add a property to the session object to track its origin, and will close it as soon as possible, i.e., on the first non public page request. Signed-off-by: Louis Chemineau <louis@chmn.me> [skip ci] Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Merge pull request #51102 from nextcloud/backport/51019/stable27 | Stephan Orbaugh | 2025-03-03 | 3 | -4/+8 |
|\ \ | |/ |/| | [stable27] fix(files_external): Move definition parameter to the correct place | ||||
| * | fix(files_external): Move definition parameter to the correct placebackport/51019/stable27 | provokateurin | 2025-02-27 | 3 | -4/+8 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #51038 from ↵ | Joas Schilling | 2025-02-26 | 2 | -34/+65 |
|\ | | | | | | | | | nextcloud/automated/noid/stable27-update-ca-cert-bundle [stable27] fix(security): Update CA certificate bundle | ||||
| * | fix(security): Update CA certificate bundleautomated/noid/stable27-update-ca-cert-bundle | nextcloud-command | 2025-02-26 | 2 | -34/+65 |
|/ | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | Merge pull request #50684 from nextcloud/backport/50666/stable27 | Andy Scherzinger | 2025-02-07 | 3 | -3/+23 |
|\ | | | | | [stable27] feat(theming): allow to disable standalone windows | ||||
| * | feat(theming): allow to disable standalone windowsbackport/50666/stable27 | Simon L | 2025-02-07 | 3 | -3/+23 |
|/ | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | ||||
* | Merge pull request #50599 from nextcloud/backport/50270/stable27 | Andy Scherzinger | 2025-02-04 | 9 | -301/+411 |
|\ | | | | | [stable27] fix(files_sharing): Respect permissions passed when creating link shares | ||||
| * | ci: bump upload action to latest v4backport/50270/stable27 | Andy Scherzinger | 2025-02-04 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
| * | test: Reset sharing app config after test | Ferdinand Thiessen | 2025-01-31 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | fix(sharing): Move permission validation to share manager | Ferdinand Thiessen | 2025-01-31 | 2 | -6/+37 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | fix(files_sharing): Respect permissions passed when creating link shares | Ferdinand Thiessen | 2025-01-31 | 4 | -291/+369 |
|/ | | | | | | | | | | | | | | | | | Given: User creates a link or email share with permissions=4 (create only = file drop). Problem: Currently the permissions are automatically extended to permissions = 5 (READ + CREATE). Work around was to create the share and directly update it. Solution: Respect what the user is requesting, create a file drop share. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #50378 from ↵ | Joas Schilling | 2025-01-24 | 1 | -41/+42 |
|\ | | | | | | | | | nextcloud/automated/noid/stable27-update-code-signing-crl [stable27] fix(security): Update code signing revocation list | ||||
| * | fix(security): Update code signing revocation listautomated/noid/stable27-update-code-signing-crl | nextcloud-command | 2025-01-24 | 1 | -41/+42 |
|/ | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | Merge pull request #50001 from ↵ | Joas Schilling | 2025-01-01 | 2 | -88/+3 |
|\ | | | | | | | | | nextcloud/automated/noid/stable27-update-ca-cert-bundle [stable27] fix(security): Update CA certificate bundle | ||||
| * | fix(security): Update CA certificate bundle | nextcloud-command | 2025-01-01 | 2 | -88/+3 |
|/ | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | Merge pull request #49788 from nextcloud/backport/40394/stable27 | John Molakvoæ | 2024-12-12 | 2 | -9/+48 |
|\ | | | | | [stable27] fix mimetype not being updated when changing file extention on objectstore | ||||
| * | fix: fix mimetype not being updated when changing file extention on object storebackport/40394/stable27 | Robin Appelman | 2024-12-11 | 2 | -9/+48 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #49789 from nextcloud/backport/49747/stable27 | Stephan Orbaugh | 2024-12-11 | 4 | -5/+7 |
|\ \ | |/ |/| | [stable27] Hide share edit options when user can not edit the share | ||||
| * | chore(assets): Recompile assetsbackport/49747/stable27 | nextcloud-command | 2024-12-11 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | fix(SharingEntryQuickShareSelect): Hide quick share select if user can not ↵ | provokateurin | 2024-12-11 | 1 | -1/+2 |
| | | | | | | | | | | | | edit share Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | fix(SharingEntry): Hide edit button if user can not edit share | provokateurin | 2024-12-11 | 1 | -1/+2 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #48102 from nextcloud/backport/46218/stable27 | Arthur Schiwon | 2024-12-05 | 2 | -1/+2 |
|\ | | | | | [stable27] Ensure that the hash method does not return null | ||||
| * | chore: improve hash_file php usage in Local Storagebackport/46218/stable27 | John Molakvoæ | 2024-11-18 | 1 | -8/+1 |
| | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | fix(files): Ensure that the hash method does not return null | Louis Chemineau | 2024-11-18 | 2 | -2/+10 |
| | | | | | | | | | | | | | | | | To match https://github.com/nextcloud/server/blob/beececf66068f57c416225efcde9b44ce5c2e835/lib/private/Files/View.php#L1050 - Fix https://github.com/nextcloud/server/issues/44110 Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Merge pull request #49538 from nextcloud/backport/49535/stable27 | Joas Schilling | 2024-11-28 | 2 | -3/+42 |
|\ \ | | | | | | | [stable27] fix(migration): Decrypt ownCloud secrets v2 | ||||
| * | | fix(migration): Decrypt ownCloud secrets v2 | Christoph Wurst | 2024-11-28 | 2 | -3/+42 |
|/ / | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #49508 from ↵ | Joas Schilling | 2024-11-27 | 2 | -2/+32 |
|\ \ | |/ |/| | | | | | nextcloud/automated/noid/stable27-update-ca-cert-bundle [stable27] fix(security): Update CA certificate bundle | ||||
| * | fix(security): Update CA certificate bundle | nextcloud-command | 2024-11-27 | 2 | -2/+32 |
|/ | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | Merge pull request #49204 from nextcloud/backport/48736/stable27 | Joas Schilling | 2024-11-12 | 1 | -0/+1 |
|\ | | | | | [stable27] fix: log a warning when we can't build a background job | ||||
| * | fix: log a warning when we can't build a background jobbackport/48736/stable27 | Robin Appelman | 2024-11-11 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #49030 from nextcloud/backport/49009/stable27 | Benjamin Gaussorgues | 2024-10-31 | 1 | -0/+3 |
|\ | |||||
| * | fix(files-external): set password as sensitivebackport/49009/stable27 | Maxence Lange | 2024-10-31 | 1 | -0/+3 |
|/ | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Merge pull request #48880 from nextcloud/backport/48749/stable27 | John Molakvoæ | 2024-10-31 | 3 | -9/+41 |
|\ | |||||
| * | test: Adjust `files_external` tests for password confirmationbackport/48749/stable27 | Ferdinand Thiessen | 2024-10-30 | 1 | -1/+12 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | fix: Add frontend code for password confirmation | Ferdinand Thiessen | 2024-10-30 | 1 | -1/+21 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | fix: add PasswordConfirmationRequired to create user storages endpoint | yemkareems | 2024-10-30 | 1 | -7/+8 |
|/ | | | | | | * add PasswordConfirmationRequired to update and delete method Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | Merge pull request #49008 from nextcloud/backport/48992/stable27 | John Molakvoæ | 2024-10-30 | 2 | -12/+21 |
|\ | |||||
| * | fix: resolve conflict add PasswordConfirmationRequired to saveGlobalCredentialsbackport/48992/stable27 | 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 #48975 from nextcloud/backport/48788/stable27 | John Molakvoæ | 2024-10-30 | 3 | -2/+9 |
|\ | |||||
| * | fix: conflicts resolved by adding PasswordConfirmationRequired to update methodbackport/48788/stable27 | 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 #48960 from nextcloud/backport/48921/stable27 | John Molakvoæ | 2024-10-29 | 1 | -3/+3 |
|\ | |||||
| * | ci(psalm): Add missing imagick extensionbackport/48921/stable27 | provokateurin | 2024-10-29 | 1 | -3/+3 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> |