- 18 Nov, 2016 1 commit
-
-
Lin Jen-Shin authored
This would fix long standing failures running tests on my development machine, which set `Gitlab.config.gitlab.host` to another host because it's not my local computer. Now I finally cannot withstand it and decided to fix them once and for all.
-
- 17 Nov, 2016 1 commit
-
-
tiagonbotelho authored
adds fix for security issue when annonymous user does not have access to repository we now display the activity feed instead of the readme
-
- 16 Nov, 2016 1 commit
-
-
Valery Sizov authored
-
- 15 Nov, 2016 1 commit
-
-
tiagonbotelho authored
-
- 11 Nov, 2016 3 commits
-
-
tiagonbotelho authored
-
tiagonbotelho authored
-
Nick Thomas authored
-
- 07 Nov, 2016 2 commits
-
-
Clement Ho authored
-
Chris Wright authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 04 Nov, 2016 1 commit
-
-
Hiroyuki Sato authored
-
- 19 Oct, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 18 Oct, 2016 1 commit
-
-
Nick Thomas authored
Return a non-html-safe, unescaped String instead of ActiveSupport::SafeBuffer to preserve safety when the output is misused. Currently there's oly one user, which does the right thing. Closes #23311
-
- 11 Oct, 2016 1 commit
-
-
tiagonbotelho authored
-
- 07 Oct, 2016 2 commits
-
-
Robert Speicher authored
According to https://gitlab.com/gitlab-org/gitlab-ce/issues/23034#note_16586657, each test for this helper generated 1,833 queries. Now we only generate stubbed records, and only as many as we need for each test. This also corrects a slight logic bug in the helper itself. When the number of awards was greater than the limit (9 by default), _and_ the current user was one of them, we actually included 10 names, including "You", plus the remaining count. Now we return the correct number regardless.
-
Nick Thomas authored
This commit alters views for the following models to use the markdown cache if present: * AbuseReport * Appearance * ApplicationSetting * BroadcastMessage * Group * Issue * Label * MergeRequest * Milestone * Project At the same time, calls to `escape_once` have been moved into the `single_line` Banzai pipeline, so they can't be missed out by accident and the work is done at save, rather than render, time.
-
- 06 Oct, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 30 Sep, 2016 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 27 Sep, 2016 1 commit
-
-
Nick Thomas authored
Projects::ForkService delegates to this service almost entirely, but needed one small change so it would propagate create errors correctly. CreateService#execute needs significant refactoring; it is now right at the complexity limit set by Rubocop. I avoided doing so in this commit to keep the diff as small as possible. Several tests depend on the insecure behaviour of ForkService, so fi them up at the same time.
-
- 22 Sep, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 15 Sep, 2016 1 commit
-
-
Patricio Cano authored
-
- 14 Sep, 2016 1 commit
-
-
Valery Sizov authored
-
- 08 Sep, 2016 1 commit
-
-
Pascal Betz authored
Fix show template (missing tr) Separate exercise/verify
-
- 07 Sep, 2016 7 commits
-
-
Alfredo Sumaran authored
Commit originally written by @smcgivern
-
Alfredo Sumaran authored
-
Dan Rowden authored
-
Mike Greiling authored
-
winniehell authored
-
Pascal Betz authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 06 Sep, 2016 1 commit
-
-
Felipe Artur authored
-
- 31 Aug, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 24 Aug, 2016 1 commit
-
-
Paco Guzman authored
-
- 19 Aug, 2016 2 commits
-
-
Phil Hughes authored
Updated spec HAML
-
Phil Hughes authored
-
- 18 Aug, 2016 2 commits
-
-
Robert Speicher authored
Fixes gitlab-org/gitlab-ce#21025 and gitlab-org/gitlab-ce#21017
-
Paco Guzman authored
-
- 17 Aug, 2016 3 commits
-
-
Jack Davison authored
-
Jack Davison authored
* Code in ruby now uses Array#to_sentence to construct award tooltips * Coffeescript uses a combination of regexes for the same result
-
Jack Davison authored
* If the current user is not in the list output will have 1-9 users * If the current user is in the list output will be "me, " + 0-9 users
-