summaryrefslogtreecommitdiffstats
path: root/app/models/user_query.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Enable "any" and "none" operators for status filter in User listing (#40099).Marius Balteanu2024-01-251-1/+1
* Optimize query models by replacing `map` with `pluck` (#39837).Go MAEDA2023-12-291-5/+3
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-201-1/+1
* Fix RuboCop offenses due to r22343: Style/RedundantRegexpEscape, Layout/Empty...Go MAEDA2023-10-161-2/+1
* API compatibility to legacy status and name query params (#39181, #37674)Go MAEDA2023-10-151-0/+28
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Adds missing join when ordering by authsource (#37674).Go MAEDA2022-09-271-0/+12
* Introduces a UserQuery model for admin/users (#37674).Go MAEDA2022-09-201-0/+156