Skip to content

Conversation

@tcitworld
Copy link
Member

@tcitworld tcitworld commented Dec 19, 2021

(This was built on top of #20766)

  • Update most of depreciated calls
  • Move every event to proper listeners
  • Move uses of ILogger to LoggerInterface (except background jobs)
  • Fix tests
  • Factorize some EventListeners
  • Extract changes to EventListeners in their own PR
  • Add myself to authors in every file

@tcitworld tcitworld added 2. developing Work in progress feature: dav feature: caldav Related to CalDAV internals feature: carddav Related to CardDAV internals labels Dec 19, 2021
@tcitworld tcitworld added this to the Nextcloud 24 milestone Dec 19, 2021
@tcitworld tcitworld force-pushed the modernize-dav branch 3 times, most recently from dd872a8 to 1a5c0d8 Compare January 20, 2022 13:50
\OC::$server->getRequest(),
\OC::$server->getTwoFactorAuthManager(),
\OC::$server->getBruteForceThrottler(),
$userSession->getSession(),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the recommended way to get the actual ISession object there? getSession exists on OC\User\Session but not IUserSession.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does \OC::$server->get(IUserSession::class) work?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs an ISession, not an IUserSession.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\OC::$server->get(ISession::class); should work

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes, it's registered indeed

server/lib/private/Server.php

Lines 1353 to 1355 in 9026455

$this->registerService(\OCP\ISession::class, function (ContainerInterface $c) {
return $c->get(\OCP\IUserSession::class)->getSession();
}, false);

* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/
public function testGetQuotaInfoSpecific() {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the last test failing that I've no idea how to fix, since the call to getQuotaInfo goes deeply into legacy stuff.

Except for BackgroundJobs

Signed-off-by: Thomas Citharel <[email protected]>
…pertiesIteratorForPath

Signed-off-by: Thomas Citharel <[email protected]>
Signed-off-by: Thomas Citharel <[email protected]>
Signed-off-by: Thomas Citharel <[email protected]>
Signed-off-by: Thomas Citharel <[email protected]>
registerCalendarProvider is now used

Signed-off-by: Thomas Citharel <[email protected]>
Signed-off-by: Thomas Citharel <[email protected]>
Signed-off-by: Thomas Citharel <[email protected]>
Signed-off-by: Thomas Citharel <[email protected]>
Signed-off-by: Thomas Citharel <[email protected]>
Signed-off-by: Thomas Citharel <[email protected]>
@tcitworld tcitworld closed this May 12, 2022
@ChristophWurst ChristophWurst deleted the modernize-dav branch December 15, 2022 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2. developing Work in progress feature: caldav Related to CalDAV internals feature: carddav Related to CardDAV internals feature: dav technical debt

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants