You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert to 1.0.4 state and reapply OAuth filtering fixes (#554)
* revert: restore repository state to v1.0.4 baseline
* fix(ui): filter disabled social providers in toOAuthProvidersList()
Only providers that are both enabled and authenticatable are exposed from toOAuthProvidersList(), and tests cover the filtering behavior.
* fix(ui): hide signed-in profile button on auth start
* Fix reset password flow loop (#546)
* Update tasks for publishing to Maven Central
* chore(release): bump API and UI versions to 1.0.9
Refactor release notes generation in workflow
Removed the manual generation of release notes and added a flag to enable automatic release notes generation.