- 20 Aug, 2015 7 commits
-
-
Dmitriy Zaporozhets authored
Navigation improvements - [x] make explore area as part of dashboard - [x] move navigation links from top right corner to sidebar - [x] group navigation items on dashboard - [x] cleanup UI after such changes - [ ] fix tests cc @sytses @JobV See merge request !1177
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
* projects from explore page are available from dashboard * use dashboard sidebar for both logged in and not users * move explroe projects under projects tab * move explore groups under groups tab * move public snippets under snippets tab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 19 Aug, 2015 14 commits
-
-
Sytse Sijbrandij authored
Improved 2FA warning message about lost codes Fixes internal issue: https://dev.gitlab.org/gitlab/gitlabhq/issues/2472 The warning message now clearly states that access will be lost of the 2FA recovery codes are not saved. /cc @sytses @JobV See merge request !1175
-
Patricio Cano authored
-
Douwe Maan authored
Feature/search for archived projects
-
Artem Sidorenko authored
-
Artem Sidorenko authored
-
Artem Sidorenko authored
-
Artem Sidorenko authored
Resolves #9285
-
Job van der Voort authored
Added note about backing up recovery codes Several people have tried to recover their 2FA codes. I think we could be more clear about it in the docs. This is why I added a section about it at the top, so they read it before enabling them. https://twitter.com/deathgreps/status/632006221814464512 https://twitter.com/benniemosher/status/633768429313372160 See merge request !1923
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
-
Stan Hu authored
add CommitNote field expose :created_at
-
Robert Schilling authored
-
Robert Schilling authored
-
bigsurge authored
add CommitNote field expose :created_at
-
- 18 Aug, 2015 15 commits
-
-
Sytse Sijbrandij authored
Make sure blog post MR has WIP keyword cc @sytses @rspeicher See merge request !1172
-
karen Carias authored
-
Douwe Maan authored
Fix path traversal in HelpController Closes #2543 See merge request !1922
-
Robert Speicher authored
-
Robert Speicher authored
Fix infinite loop when SAML was incorrectly configured. See merge request !1170
-
Robert Speicher authored
Fix gitlab:env:info rake task. Found doing QA. See merge request !1169
-
Dmitriy Zaporozhets authored
-
Stan Hu authored
-
Dmitriy Zaporozhets authored
Clear cache to prevent listing deleted branches after MR removes source branch Closes #2272 See merge request !1160
-
Stan Hu authored
disallow irrelevant pages by defaults in robots
-
Stan Hu authored
capitalize URL in "Home page URL"
-
Ben Bodenmiller authored
-
Ben Bodenmiller authored
Update default robots.txt rules to disallow irrelevant pages that search engines should not care about. This will still allow important pages like the files, commit details, merge requests, issues, comments, etc. to be crawled.
-
Stan Hu authored
-
Stan Hu authored
Upgrade gitlab_git to 7.2.14 to ignore CRLFs in .gitmodules Closes #2262 See merge request !1171
-
- 17 Aug, 2015 4 commits
-
-
Stan Hu authored
Closes #2262
-
Douwe Maan authored
Remove the `gfm_with_options` helper It was redundant because `gfm` also took options. See merge request !1152
-
Douwe Maan authored
-
Douwe Maan authored
Fix bug where backslashes in inline diffs could be dropped This MR fixes a bug in inline diff generation causing backslashes to be dropped. For example, the input: ``` input.to_s.sub(/[\r\n].+/,'').sub(/\\[rn].+/, '').strip ``` The second backslash is dropped in the second `sub` statement: ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/16e513894f7ecda1b111fe7d43e7f388/image.png) With this fix, it looks like: ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/90fd635a937a68f1b2403740ebc75e3a/image.png) Closes #2253 See merge request !1143
-