Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XWIKI-22430: Logging out does not unlock pages that were being edited #3380

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 12, 2024

  1. XWIKI-22430: Logging out does not unlock pages that were being edited

      * Provide a new UserUnauthenticatedEvent to detect whenever a user
        logged out, the same way that we have UserAuthenticatedEvent
      * Trigger that new event when processing a logout in
        MyFormAuthenticator
      * Refactor the code in XWikiHibernateStore to listen for
        UserUnauthenticatedEvent for cleaning the locks of a user, instead
    of listening to an action event
      * Rename UserAuthenticatedEventNotifier and use it for both
        authenticated and unauthenticated events
      * Fix test
    surli committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    084ef7f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. XWIKI-22430: Logging out does not unlock pages that were being edited

      * Provide an abstract event for authentication
    surli committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c6571cf View commit details
    Browse the repository at this point in the history