Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A aurweb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Joakim Saario
  • aurweb
  • Repository
Switch branch/tag
  • aurweb
  • web
  • lib
  • acctfuncs.inc.php
Find file BlameHistoryPermalink
  • Frédéric Mangano-Tarumi's avatar
    Remove the per-user session limit · 87815d37
    Frédéric Mangano-Tarumi authored Jul 29, 2020 and Lukas Fleischer's avatar Lukas Fleischer committed Feb 20, 2021
    This feature was originally introduced by
    f961ffd9 as a fix for FS#12898
    <https://bugs.archlinux.org/task/12898
    
    >.
    
    As of today, it is broken because of the `q.SessionID IS NULL` condition
    in the WHERE clause, which can’t be true because SessionID is not
    nullable. As a consequence, the session limit was not applied.
    
    The fact the absence of the session limit hasn’t caused any issue so
    far, and hadn’t even been noticed, suggests the feature is unneeded.
    Signed-off-by: Lukas Fleischer's avatarLukas Fleischer <lfleischer@archlinux.org>
    87815d37