- 08 Jun, 2016 2 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.
-
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 2 commits
-
-
Thijs Wouters authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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 1 commit
-
-
Felipe Artur authored
-
- 01 Jun, 2016 1 commit
-
-
Z.J. van de Weg authored
-
- 31 May, 2016 5 commits
-
-
Kamil Trzcinski authored
This is not needed when we specify a default.
-
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 1 commit
-
-
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 1 commit
-
-
Andrei Gliga authored
-
- 11 May, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 10 May, 2016 1 commit
-
-
DJ Mountney authored
Also added a health check page to the admin section for resetting the token.
-
- 09 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 08 May, 2016 1 commit
-
-
Robert Speicher authored
-
- 06 May, 2016 1 commit
-
-
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 2 commits
-
-
Jacob Vosmaer authored
It still causes too many false alarms.
-
Stan Hu authored
Closes #15210
-
- 20 Apr, 2016 5 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mehmet Beydogan authored
-
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
-
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.
-