-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postprocessing state via SSE #9771
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sexy af
changelog/unreleased/enhancement-handle-postprocessing-state-via-sse
Outdated
Show resolved
Hide resolved
@@ -156,6 +158,10 @@ export class UserManager extends OidcUserManager { | |||
}) | |||
this.initializeOwnCloudSdk(accessToken) | |||
|
|||
if (this.store.getters.capabilities?.core?.['support-sse']) { | |||
;(this.clientService.sseAuthenticated as SSEAdapter).updateAccessToken(accessToken) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still don't like this too much, but we tried to refactor it and it got complicated ... I'm ok as it seems to be the lesser evil for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here. I think we will need a tokenProvider and languageProvider in the client soon.
You too ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome stuff 😍 The re-connect after language change would be important, the rest looks super good!
5d9a66c
to
0fedbac
Compare
0fedbac
to
e7c35f6
Compare
Kudos, SonarCloud Quality Gate passed! |
rewrite SSEClient and implement postprocessing-finished event management --------- Co-authored-by: Paul Neubauer <[email protected]>
Description
For testing please add this to your config:
Otherwise the postprocessing will be done before the webdav request announces the resource with processing=false
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: