Skip to content

[stable30] fix: encrypt and store password, decrypt and retrieve the same - #48939

Merged
provokateurin merged 6 commits into
stable30from
backport/48915/stable30
Oct 28, 2024
Merged

[stable30] fix: encrypt and store password, decrypt and retrieve the same#48939
provokateurin merged 6 commits into
stable30from
backport/48915/stable30

Conversation

@backportbot

@backportbotbackportbotBot commented Oct 28, 2024

Copy link
Copy Markdown

Backport of #48915

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Signed-off-by: yemkareems <yemkareems@gmail.com>
Signed-off-by: yemkareems <yemkareems@gmail.com>
Signed-off-by: yemkareems <yemkareems@gmail.com>
…exception
Signed-off-by: yemkareems <yemkareems@gmail.com>
…exception
Signed-off-by: yemkareems <yemkareems@gmail.com>
[skip ci]
@backportbotbackportbotBot added the 3. to review Waiting for reviews label Oct 28, 2024
@backportbotbackportbotBot added this to the Nextcloud 30.0.2 milestone Oct 28, 2024
@yemkareems
yemkareems marked this pull request as ready for review October 28, 2024 12:37
@provokateurin
provokateurin marked this pull request as draft October 28, 2024 13:12
Signed-off-by: yemkareems <yemkareems@gmail.com>
@provokateurin

Copy link
Copy Markdown
Member

This is not ready for review, please fix the todos in the pr description first.

@yemkareems
yemkareems marked this pull request as ready for review October 28, 2024 13:59
@provokateurin
provokateurin merged commit e708bae into stable30Oct 28, 2024
@provokateurin
provokateurin deleted the backport/48915/stable30 branch October 28, 2024 14:31
@AltahrimAltahrim mentioned this pull request Oct 30, 2024
2 tasks
@mpractic

Copy link
Copy Markdown

Apparently this causes a critical bug that leaves NC down until you disable passwords and downgrade to the previous version:
marius-wieschollek/passwords#683

@blizzz

Copy link
Copy Markdown
Member

Apparently this causes a critical bug that leaves NC down until you disable passwords and downgrade to the previous version: marius-wieschollek/passwords#683

This is an internal data structure, not an API or otherwise exposed. Passwords simply has to access the data differently.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@provokateurin@mpractic@blizzz@yemkareems