An error occurred fetching the project authors.
- 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 3 commits
-
-
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>
-
- 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 3 commits
-
-
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.
-
- 01 Jun, 2016 1 commit
-
-
Z.J. van de Weg authored
-
- 31 May, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 30 May, 2016 1 commit
-
-
Stan Hu authored
Closes #17920
-
- 25 May, 2016 1 commit
-
-
Josh Frye authored
-
- 20 May, 2016 1 commit
-
-
Yorick Peterse authored
-
- 19 May, 2016 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 13 May, 2016 1 commit
-
-
Douwe Maan authored
-
- 12 May, 2016 3 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.
-
Andrei Gliga authored
-
- 10 May, 2016 2 commits
-
-
DJ Mountney authored
Also added a health check page to the admin section for resetting the token.
-
Zeger-Jan van de Weg authored
-
- 09 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 08 May, 2016 1 commit
-
-
Robert Speicher authored
-
- 06 May, 2016 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Zeger-Jan van de Weg authored
-
- 30 Apr, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 29 Apr, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 21 Apr, 2016 1 commit
-
-
Jacob Vosmaer authored
It still causes too many false alarms.
-
- 20 Apr, 2016 3 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mehmet Beydogan authored
Add due_date text field to sidebar issue#show Add ability sorting issues by due date ASC and DESC Add ability to filtering issues by No Due Date, Any Due Date, Due to tomorrow, Due in this week options Add handling issue due_date field for MergeRequest Update CHANGELOG Fix ambigous match for issues#show sidebar Fix SCREAMING_SNAKE_CASE offenses for due date contants Add specs for due date sorting and filtering on issues
-
Sebastian Klier authored
update changelog
-
- 19 Apr, 2016 1 commit
-
-
Yorick Peterse authored
This allows users to configure the number of points stored in a single UDP packet. This in turn can be used to reduce the number of UDP packets being sent at the cost of these packets being somewhat larger. The default setting is 1 point per packet so nothing changes for existing users.
-
- 18 Apr, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 13 Apr, 2016 3 commits
-
-
Jacob Vosmaer authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-