in oc10.7 old hooks were removed for master key encryption - #392
Merged
Conversation
mrow4a
force-pushed
the
align-richdocuments-oc-10-7
branch
from
April 23, 2021 18:48
c1405f8 to
9b675f8
Compare
butonic
approved these changes
Apr 23, 2021
Contributor
|
Phpstan was giving an error for EventDispatcher's dispatch method. Looks like nothing to do other than ignoring. See: phpstan/phpstan-symfony#59 (comment) I have added a line for ignoring the error. |
karakayasemi
approved these changes
Apr 24, 2021
|
Kudos, SonarCloud Quality Gate passed! |
IljaN
self-requested a review
April 26, 2021 08:07
IljaN
approved these changes
Apr 26, 2021
mrow4a
added a commit
that referenced
this pull request
Apr 26, 2021
jnweiger
added a commit
that referenced
this pull request
Apr 28, 2021
Backport #392 to release-2.5.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In OC10.7 we changed logic for encryption events (got rid of legacy hooks listeners [1][2]). This app needs to be adjusted for this change to trigger decryption of master key files
[1] owncloud/encryption#25
[2] owncloud/core#38289