systemli / userli

Web application to (self-) manage email users and encrypt their mailboxes.
https://systemli.github.io/userli/
GNU Affero General Public License v3.0
64 stars 13 forks source link

Replace `IS_AUTHENTICATED_ANONYMOUSLY` with `PUBLIC_ACCESS` #536

Closed doobry-systemli closed 5 months ago

doobry-systemli commented 8 months ago

Fixes deprecation warnings by symfony/security-core

Fixes: #535

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b08567c) 37.99% compared to head (5b68178) 37.99%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #536 +/- ## ========================================= Coverage 37.99% 37.99% Complexity 1115 1115 ========================================= Files 181 181 Lines 4427 4427 ========================================= Hits 1682 1682 Misses 2745 2745 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

doobry-systemli commented 5 months ago

This got addressed in #570.