261 Commits (9955844da1d209778f06ad9a3583949048b8ee88)

Author SHA1 Message Date
  Go MAEDA 9955844da1 Drop OpenID support (#35755). 2 years ago
  Marius Balteanu 7125fd70ce Split multiple classes and modules that existed in the same file (#29914, #32938). 2 years ago
  Marius Balteanu 55ce8de0ae Use ids instead of pluck(:id) (#32977). 2 years ago
  Marius Balteanu 4378b7e1b4 Remove references to deleted user from "user"-Format CustomFields when destroying an user (#32977). 2 years ago
  Go MAEDA 8f0d358533 User sessions not reset after 2FA activation (#35417). 2 years ago
  Marius Balteanu 1b0bf28803 When 2FA is set to optional, allow to require 2FA only for certain user groups (#31920). 2 years ago
  Go MAEDA ec3527102d Remove deprecated WikiContent::Version (#35031). 3 years ago
  Go MAEDA 74a6ff0230 Replace pluck().first with pick() (#32909). 3 years ago
  Go MAEDA 3e36b5c452 Update copyright year in source files to 2021 (#33069). 3 years ago
  Go MAEDA 1dcebf8ce0 Changes User.try_to_login to catch and log AuthSourceExceptions, and introduces User.try_to_login! replicating the original behavior (#34071). 3 years ago
  Toshi MARUYAMA b2e81eecf2 use "do end" instead of {} at ActiveRecord scope lambda of app/models/user.rb 3 years ago
  Toshi MARUYAMA 691964695f fix source indent of app/models/user.rb 3 years ago
  Go MAEDA be7f5e21fa Adds a setting to disable/enable/require 2fa auth (#1237). 3 years ago
  Go MAEDA 560bca344a Adds two factor authentication support (#1237). 3 years ago
  Toshi MARUYAMA de3fcfe63e use "do end" instead of {} at app/models/user.rb 3 years ago
  Toshi MARUYAMA 3d6d4c5a12 remove spaces inside {} of app/models/user.rb 3 years ago
  Toshi MARUYAMA 4ef5949574 fix source indent of app/models/user.rb 3 years ago
  Toshi MARUYAMA 8402e08034 remove spaces inside {} of app/models/user.rb 3 years ago
  Toshi MARUYAMA dcf3a07892 add empty lines after guard clause to app/models/user.rb 3 years ago
  Go MAEDA 907e0173e4 Update copyright year in source files to 2020 (#33069). 4 years ago
  Go MAEDA 01f523f165 Rails 6: Fix deprecation warning "Class level methods will no longer inherit scoping" (#32911). 4 years ago
  Go MAEDA d48769f152 Enable users to receive email notifications about high issues (only) (#32628). 4 years ago
  Toshi MARUYAMA 5f2b2c9436 code layout clean up app/models/user.rb 4 years ago
  Toshi MARUYAMA d9435cf2f6 cleanup: rubocop: fix Layout/AlignArguments in app/models/user.rb 4 years ago
  Go MAEDA b1f1108606 Option to filter after my bookmarked projects (#32302, #29482, #31355). 4 years ago
  Toshi MARUYAMA fd7675adf2 code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/user.rb 4 years ago
  Go MAEDA 35e6a532f5 Force passwords to contain specified character classes (#4221). 4 years ago
  Go MAEDA 331dcfbadc Code cleanup: RuboCop: Fix Style/RedundantReturn in app/models/user.rb 4 years ago
  Jean-Philippe Lang 001853ef79 Groups are incorrect when grouping by date without user timezone set. 4 years ago
  Go MAEDA 4082069c75 Update copyright year. 5 years ago
  Go MAEDA bd5977d97e Support frozen_string_literal in app/**/*.rb (#26561). 5 years ago
  Go MAEDA 5861160ffc Add "frozen_string_literal: false" for all files (#26561). 5 years ago
  Jean-Philippe Lang 0c78056a69 Send emails asynchronously (#26791). 5 years ago
  Go MAEDA e159928e6b Use find_by instead of where.first to remove unnecessary sorting (#26747). 5 years ago
  Jean-Philippe Lang 438d2f65fd Update User#last_login_on only once per minute and user to reduce DB lock contention on users table (#28952). 5 years ago
  Go MAEDA b4d3715dc0 Include locked members in filters (#15201). 6 years ago
  Go MAEDA 43d9bea7c5 /users API accepts boolean strings for generate_password field (#28686). 6 years ago
  Go MAEDA a4931262d0 Strip whitespace from login on login page (#22532). 6 years ago
  Jean-Philippe Lang d74f0bfd5c Merged rails-5.1 branch (#23630). 6 years ago
  Jean-Philippe Lang 92ca57e938 Fixed User#project_ids_by_role when first called within chained scopes (#26376). 6 years ago
  Jean-Philippe Lang 7fd04e1f8d Update copyright. 6 years ago
  Jean-Philippe Lang 58dc4455cb AR uniq deprecated in Rails 5. 7 years ago
  Toshi MARUYAMA e45e29eb96 remove trailing white-space from app/models/user.rb 7 years ago
  Jean-Philippe Lang b9ee00a8c8 Adds methods to User model to handle tokens. 7 years ago
  Jean-Philippe Lang 1ab58b6aa5 Adds a User.admin scope (#25416). 7 years ago
  Jean-Philippe Lang eef5023886 Don't destructively insert builtin_role into roles (#23519). 7 years ago
  Jean-Philippe Lang 34a933a580 Reset #roles on reload (#23519). 7 years ago
  Jean-Philippe Lang 3deb70d4aa Don't preload projects and roles on Principal#memberships association (#23519). 7 years ago
  Jean-Philippe Lang 98f8a17851 Speeds up Project.allowed_to_condition for users who belong to hundreds of projects. 7 years ago
  Toshi MARUYAMA 7fb2beebc1 remove training white space from app/models/user.rb 7 years ago