- 13 Jun, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
The schema doesn’t reflect the changes of the last 3 migrations: * 20160610140403_remove_notification_setting_not_null_constraints.rb * 20160610201627_migrate_users_notification_level.rb * 20160610301627_remove_notification_level_from_users.rb
-
- 10 Jun, 2016 5 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
Paco Guzman authored
Using update_column to store the boolean flag to avoid any side effects with the current state of the project instance
-
Rémy Coutable authored
The logic of the method was obviously inverted. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rui Anderson authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 09 Jun, 2016 1 commit
-
-
Sean McGivern authored
Migrations shouldn't fail RuboCop checks - especially lint checks, such as the nested method check. To avoid changing code in existing migrations, add the magic comment to the top of each of them to skip that file.
-
- 08 Jun, 2016 3 commits
-
-
Sean McGivern authored
Add a new application setting, after_sign_up_text. This is text to be rendered as Markdown and shown on the 'almost there' page after a user signs up, but before they've confirmed their account. Tweak the styles for that page so that centered lists look reasonable.
-
Kamil Trzcinski authored
-
Yorick Peterse authored
This improves performance of the duplicate notification settings migration by removing duplicates in batches instead of using one big "DELETE FROM" query. The previous query would locally run over 45 minutes without even finishing. This new setup finished in a matter of seconds. Fixes #18289
-
- 06 Jun, 2016 4 commits
-
-
Connor Shea authored
-
Thijs Wouters authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
-
Timothy Andrew authored
- To hold registrations from U2F devices, and to authenticate them. - Previously, `User#two_factor_enabled` was aliased to the `otp_required_for_login` column on `users`. - This commit changes things a bit: - `User#two_factor_enabled` is not a method anymore - `User#two_factor_enabled?` checks both the `otp_required_for_login` column, as well as `U2fRegistration`s - Change all instances of `User#two_factor_enabled` to `User#two_factor_enabled?` - Add the `u2f` gem, and implement registration/authentication at the model level.
-
- 03 Jun, 2016 2 commits
-
-
Felipe Artur authored
-
Kamil Trzcinski authored
-
- 01 Jun, 2016 1 commit
-
-
Z.J. van de Weg authored
-
- 31 May, 2016 6 commits
-
-
Kamil Trzcinski authored
This is not needed when we specify a default.
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
- 30 May, 2016 1 commit
-
-
Stan Hu authored
Closes #17920
-
- 27 May, 2016 1 commit
-
-
James Lopez authored
-
- 25 May, 2016 1 commit
-
-
Josh Frye authored
-
- 20 May, 2016 2 commits
-
-
Yorick Peterse authored
-
Felipe Artur authored
-
- 19 May, 2016 4 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Rubén Dávila authored
-
- 16 May, 2016 4 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
Felipe Artur authored
-
Felipe Artur authored
-
- 13 May, 2016 1 commit
-
-
Douwe Maan authored
-
- 12 May, 2016 2 commits
-
-
Andrei Gliga authored
-
Andrei Gliga authored
Revert "disabled_oauth_sign_in_sources column" and keep on schema only the disabled_oauth_sign_in_sources column This reverts commit 95358e0095403ad44149d11922d52e4590285a20.
-