stjosh / auto_groups

👥 Auto Groups app for Nextcloud
https://apps.nextcloud.com/apps/auto_groups
GNU Affero General Public License v3.0
14 stars 2 forks source link

Move to UserLoggedInEvent for login checks #46

Closed stjosh closed 4 years ago

stjosh commented 4 years ago

This fixes compatibility with alternative login flows, e.g., SAML login. Fixes #42

codecov[bot] commented 4 years ago

Codecov Report

Merging #46 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##              master       #46   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        17        17           
===========================================
  Files              5         5           
  Lines             58        58           
===========================================
  Hits              58        58           
Flag Coverage Δ Complexity Δ
#master 100.00% <100.00%> (ø) 17.00 <0.00> (ø)
#stable18 100.00% <100.00%> (ø) 17.00 <0.00> (ø)
#stable19 100.00% <100.00%> (ø) 17.00 <0.00> (ø)
Impacted Files Coverage Δ Complexity Δ
lib/AutoGroupsManager.php 100.00% <100.00%> (ø) 12.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b51c141...861d125. Read the comment docs.

stjosh commented 4 years ago

Local test are fine as well. Let's go.