summary refs log tree commit diff
path: root/changelog.d/47.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Performance improvements to marking expired users as inactive (#47)Andrew Morgan2020-06-191-0/+1
This is a performance-related improvement to #13, which queried and hid active *and* already inactive users, one-by-one. This PR updates the code to query only **active**, expired users, all at once, and then mark them as inactive, all at once.