Uh oh!
There was an error while loading. Please reload this page.
Start porting Admin audit to new events - #32019
Conversation
d997c8b to
ec11322CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ec11322 to
fe22b7fCompareUh oh!
There was an error while loading. Please reload this page.
fe22b7f to
6066303Compare
nickvergessen
left a comment
There was a problem hiding this comment.
Or am I missing something?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
6066303 to
f460155Comparef460155 to
ad4fe1cCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
291eb93 to
e6e6a95CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
9a9326b to
3f118f9Compare| /** | ||
| * determines the next configuration prefix based on the last one (if any) | ||
| * |
Check notice
Code scanning / Psalm
PossiblyNullOperand
| $coreUserManager, $coreNotificationManager, $shareManager); | ||
| $connector = new Connection($this->ldap, $configPrefix); | ||
| $access = new Access($connector, $this->ldap, $userManager, new Helper($ocConfig, \OC::$server->getDatabaseConnection()), $ocConfig, $coreUserManager, $logger); | ||
| $access = new Access($connector, $this->ldap, $userManager, new Helper($ocConfig, \OC::$server->getDatabaseConnection()), $ocConfig, $coreUserManager, $logger, $dispatcher); |
Check notice
Code scanning / Psalm
PossiblyUndefinedVariable
| $coreNotificationManager = \OC::$server->getNotificationManager(); | ||
| $shareManager = \OC::$server->get(IManager::class); | ||
| $logger = \OC::$server->get(LoggerInterface::class); | ||
| $dispatcher = \OC::$server->get(IEventDispatcher::class); |
There was a problem hiding this comment.
make $dispatcher static, otherwise it will be null on the next runs.
There was a problem hiding this comment.
Why? Is that specific to IEventDispatcher?
There was a problem hiding this comment.
the local var, look couple lines above
Based on work from #32019 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tcitworld
commented
Mar 13, 2023
I've pulled most of this in #37193, apart from the heavier refactoring from |
Based on work from #32019 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tcitworld
commented
Mar 13, 2023
Closing here in favor of #37193 |
Based on work from #32019 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Based on work from #32019 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Based on work from #32019 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Based on work from #32019 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
No description provided.