- 13 Jun, 2016 1 commit
-
-
Sean McGivern authored
Tags are immutable, so we can't add a commit to either revert or cherry-pick another commit to them.
-
- 10 Jun, 2016 4 commits
-
-
Annabel Dunstone authored
-
Felipe Artur authored
-
Felipe Artur authored
-
Phil Hughes authored
Added sidebar Removed elements not present in design
-
- 09 Jun, 2016 4 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
Closes #14227
-
Phil Hughes authored
-
Timothy Andrew authored
- Need to pass in a `page_slug` to the filter, so it can rewrite based on the current page (all links are rewritten to the level of the app root). - The earlier `markdown_preview` endpoint was at the level of the wiki. We need to know the current page (for rewriting, as above), so this commit moves the endpoint to the level of a wiki page. - Fix all tests
-
- 08 Jun, 2016 5 commits
-
-
Fatih Acet authored
-
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.
-
Annabel Dunstone authored
-
Fatih Acet authored
-
Fatih Acet authored
-
- 07 Jun, 2016 1 commit
-
-
Phil Hughes authored
This is part of #12758
-
- 06 Jun, 2016 5 commits
-
-
Thijs Wouters authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Alejandro Rodríguez authored
The buttons were rarely used and added at least 1 query each on every page load.
-
Fatih Acet authored
-
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 3 commits
-
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Kamil Trzcinski authored
-
- 02 Jun, 2016 5 commits
-
-
Fatih Acet authored
-
Sean McGivern authored
When the group is the default blank icon, this needs to use the `image_path` helper; otherwise, the link won't work if assets are precompiled. This still works fine for uploaded icons in either case.
-
chujinjin authored
-
Connor Shea authored
-
Connor Shea authored
-
- 31 May, 2016 1 commit
-
-
Robert Speicher authored
-
- 30 May, 2016 2 commits
-
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
See #17478
-
- 27 May, 2016 1 commit
-
-
Phil Hughes authored
The Ruby was returning the HTML without a spacing next to the word 'by' Closes #17864
-
- 26 May, 2016 2 commits
-
-
Phil Hughes authored
Closes #17576
-
Phil Hughes authored
Closes #2836
-
- 25 May, 2016 6 commits
-
-
Annabel Dunstone authored
Add fade out to left side of layout nav; remove dropdown nav helper; remove controls button from mobile
-
Annabel Dunstone authored
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
Signed-off-by:
Alfredo Sumaran <alfredo@gitlab.com>
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-