forgejo/models/auth/TestOrphanedOAuth2Applications
Gusted 2236574d50 [BUG] Don't remove builtin OAuth2 applications
- When the database consistency is being run it would check for any
OAuth2 applications that don't have an existing user. However there are
few special OAuth2 applications that don't have an user set, because
they are global applications.
- This was not taken into account by the database consistency checker
and were removed if the database consistency check was being run with
autofix enabled.
- Take into account to ignore these global OAuth2 applications when
running the database consistency check.
- Add unit tests.
- Ref: https://codeberg.org/Codeberg/Community/issues/1530

(cherry picked from commit 6af8f3a3f2af058a0974b55371533728771bb691)
2024-04-06 07:03:41 +00:00
..
oauth2_application.yaml [BUG] Don't remove builtin OAuth2 applications 2024-04-06 07:03:41 +00:00