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

orphaned session records not cleaned (#329) #368

Merged
merged 17 commits into from
Jul 21, 2023

Commits on Mar 28, 2023

  1. WIP: protect RemoveSessionByUser() against throwing errors in case $S…

    …essionData{UserLogin} is undefined (occurs when processing orphaned session) (znuny#329)
    markusraulf committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    745ad69 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    538dbb7 View commit details
    Browse the repository at this point in the history
  2. WIP: Add console commands to find and delete orphaned sessions,

    prevent error in RemoveSessionByUser() if processed session has no
    user-login (is orphaned) (znuny#329)
    markusraulf committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    64f6577 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    7e7dd6c View commit details
    Browse the repository at this point in the history
  2. move self-contained function GetOrphanedSessionIDs to

    Kernel::System:AuthSession, remove this functions form DB, FS backends
    markusraulf committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    0ffbb0d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    2e79ab2 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    70266af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    490625a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. QA.

    NiklasSchmitt authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    116f722 View commit details
    Browse the repository at this point in the history
  2. QA.

    NiklasSchmitt authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    63b8c69 View commit details
    Browse the repository at this point in the history
  3. QA.

    NiklasSchmitt authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    1772f62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec62c86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80d79ad View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    1a77ff4 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    9a4ad49 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    6777291 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    b06f98c View commit details
    Browse the repository at this point in the history