Closed
Conversation
This was referenced Dec 19, 2021
dd872a8 to
1a5c0d8
Compare
1a5c0d8 to
e9e7fff
Compare
tcitworld
commented
Jan 29, 2022
| \OC::$server->getRequest(), | ||
| \OC::$server->getTwoFactorAuthManager(), | ||
| \OC::$server->getBruteForceThrottler(), | ||
| $userSession->getSession(), |
Member
Author
There was a problem hiding this comment.
What's the recommended way to get the actual ISession object there? getSession exists on OC\User\Session but not IUserSession.
Member
There was a problem hiding this comment.
does \OC::$server->get(IUserSession::class) work?
Member
Author
There was a problem hiding this comment.
This needs an ISession, not an IUserSession.
Member
There was a problem hiding this comment.
\OC::$server->get(ISession::class); should work
Member
Author
There was a problem hiding this comment.
Ah yes, it's registered indeed
Lines 1353 to 1355 in 9026455
tcitworld
commented
Jan 31, 2022
| * @throws ContainerExceptionInterface | ||
| * @throws NotFoundExceptionInterface | ||
| */ | ||
| public function testGetQuotaInfoSpecific() { |
Member
Author
There was a problem hiding this comment.
This is the last test failing that I've no idea how to fix, since the call to getQuotaInfo goes deeply into legacy stuff.
896b71e to
6275668
Compare
Merged
6275668 to
8a48e68
Compare
proper listeners Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Except for BackgroundJobs Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
…pertiesIteratorForPath Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
registerCalendarProvider is now used Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
8a48e68 to
6d6008d
Compare
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.
(This was built on top of #20766)