- Feb 13, 2018
-
-
Andreas Brandl authored
This essentially allows to pass both user and email, so that we can either prefer the user to retrieve the avatar or (if user is not present) fall back to the email lookup.
-
Andreas Brandl authored
-
Andreas Brandl authored
When we don't use the original `ApplicationHelper#avatar_icon` anymore, we can just remove it (and its specs). Closes #42800.
-
- Jan 28, 2018
-
-
Felix Geyer authored
Callers expect a URL. This fixes the avatars in commit lists when a user has no avatar and Gravatar is disabled. Closes #38715
-
- Jan 25, 2018
-
-
Achilleas Pipinellis authored
If using gravatar.com, both plain_url and ssl_url in settings are now served via HTTPS. Make this the default.
-
- Nov 09, 2017
-
-
Douwe Maan authored
-
- Oct 18, 2017
-
-
Sean McGivern authored
We don't want the locale to be set to Brazilian Portuguese for any subsequent specs!
-
Bob Van Landuyt authored
The locale code is turned into an asset path with an underscore instead of a dash. The language codes are transformed by `I18n.locale` into a code with a dash. But the resources for translating are always stored in a path using a `_` separating the language and the region code.
-
- Oct 04, 2017
-
-
Tim Zallmann authored
-
Tim Zallmann authored
-
- Aug 02, 2017
-
-
Robert Speicher authored
-
- Jul 24, 2017
-
-
- Jul 18, 2017
-
-
Bob Van Landuyt authored
-
- Jul 05, 2017
-
-
Douwe Maan authored
-
- Jul 04, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jun 21, 2017
-
-
Grzegorz Bizon authored
-
- Jun 20, 2017
-
-
Sean McGivern authored
-
- Jun 14, 2017
-
-
Robert Speicher authored
-
Robin Bobbitt authored
-
- Jun 08, 2017
-
-
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
-
DJ Mountney authored
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
-
- May 10, 2017
-
-
blackst0ne authored
-
- Apr 27, 2017
-
-
Toon Claes authored
Because the post-processing of the rendered README is dependent on the context (i.e. the current user), do the post-processing when the README is being displayed.
-
- Feb 23, 2017
-
-
Douwe Maan authored
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- Feb 15, 2017
-
-
Semyon Pupkov authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
-
- Feb 13, 2017
-
-
Phil Hughes authored
-
- Jan 25, 2017
-
-
Robert Speicher authored
-
- Dec 15, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Nov 18, 2016
-
-
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.
-
- Nov 07, 2016
-
-
Clement Ho authored
-
- Aug 09, 2016
-
-
tiagonbotelho authored
-
- Aug 04, 2016
-
-
Annabel Dunstone authored
-
- Jun 18, 2016
-
-
Phil Hughes authored
Removes un-used method Fixes other Ruby issues
-
- Mar 15, 2016
-
-
Rémy Coutable authored
This reverts commit 01160fc0, reversing changes made to 4bff9daf.
-
- Mar 10, 2016
-
-
Phil Hughes authored
-
Phil Hughes authored
Fixed failing tests
-
- Feb 24, 2016
-
-
Robert Speicher authored
-
- Feb 12, 2016
-
-
Ben Boeckel authored
- Apply the RelativeLinkFilter filter to other formats, e.g., reStructuredText so links from the Files view or the Project view work - Remove the AsciidocPipeline pipeline Fixes #3533.
-