summaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Merged r21069 from trunk to 4.2-stable (#35417).Go MAEDA2021-07-171-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Changes User.try_to_login to catch and log AuthSourceExceptions, and introduc...Go MAEDA2020-12-021-0/+10
* use "do end" instead of {} at ActiveRecord scope lambda of app/models/user.rbToshi MARUYAMA2020-11-091-8/+8
* fix source indent of app/models/user.rbToshi MARUYAMA2020-09-171-7/+4
* Adds a setting to disable/enable/require 2fa auth (#1237).Go MAEDA2020-08-291-0/+4
* Adds two factor authentication support (#1237).Go MAEDA2020-08-291-0/+13
* use "do end" instead of {} at app/models/user.rbToshi MARUYAMA2020-08-091-7/+8
* remove spaces inside {} of app/models/user.rbToshi MARUYAMA2020-07-211-1/+1
* fix source indent of app/models/user.rbToshi MARUYAMA2020-07-151-36/+36
* remove spaces inside {} of app/models/user.rbToshi MARUYAMA2020-07-111-5/+5
* add empty lines after guard clause to app/models/user.rbToshi MARUYAMA2020-07-091-0/+5
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Rails 6: Fix deprecation warning "Class level methods will no longer inherit ...Go MAEDA2020-02-031-2/+2
* Enable users to receive email notifications about high issues (only) (#32628).Go MAEDA2020-01-211-0/+4
* code layout clean up app/models/user.rbToshi MARUYAMA2019-11-251-1/+4
* cleanup: rubocop: fix Layout/AlignArguments in app/models/user.rbToshi MARUYAMA2019-11-081-11/+12
* Option to filter after my bookmarked projects (#32302, #29482, #31355).Go MAEDA2019-10-231-0/+7
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/user.rbToshi MARUYAMA2019-10-191-7/+10
* Force passwords to contain specified character classes (#4221).Go MAEDA2019-08-291-3/+18
* Code cleanup: RuboCop: Fix Style/RedundantReturn in app/models/user.rbGo MAEDA2019-08-251-2/+1
* Groups are incorrect when grouping by date without user timezone set.Jean-Philippe Lang2019-06-201-3/+7
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-171-2/+2
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-1/+1
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-061-7/+7
* Update User#last_login_on only once per minute and user to reduce DB lock con...Jean-Philippe Lang2018-06-171-2/+8
* Include locked members in filters (#15201).Go MAEDA2018-06-091-2/+2
* /users API accepts boolean strings for generate_password field (#28686).Go MAEDA2018-05-061-1/+1
* Strip whitespace from login on login page (#22532).Go MAEDA2017-12-131-1/+1
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-11/+8
* Fixed User#project_ids_by_role when first called within chained scopes (#26376).Jean-Philippe Lang2017-07-081-27/+31
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* AR uniq deprecated in Rails 5.Jean-Philippe Lang2017-06-031-1/+1
* remove trailing white-space from app/models/user.rbToshi MARUYAMA2017-04-251-1/+1
* Adds methods to User model to handle tokens.Jean-Philippe Lang2017-04-041-0/+14
* Adds a User.admin scope (#25416).Jean-Philippe Lang2017-04-031-1/+5
* Don't destructively insert builtin_role into roles (#23519).Jean-Philippe Lang2017-01-071-3/+2
* Reset #roles on reload (#23519).Jean-Philippe Lang2017-01-071-0/+1
* Don't preload projects and roles on Principal#memberships association (#23519).Jean-Philippe Lang2017-01-071-3/+7
* Speeds up Project.allowed_to_condition for users who belong to hundreds of pr...Jean-Philippe Lang2017-01-031-18/+37
* remove training white space from app/models/user.rbToshi MARUYAMA2016-12-141-1/+1
* Use .unscoped when querying and creating builtin objects (#24156).Jean-Philippe Lang2016-12-031-2/+2
* Add length validations for string fields (#24283).Jean-Philippe Lang2016-11-191-0/+1
* Handle admin and login with safe_attributes.Jean-Philippe Lang2016-07-141-1/+6
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-141-3/+3
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-141-1/+1
* Simplify User#today (#22320).Jean-Philippe Lang2016-05-071-2/+1