- 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
-
- Dec 21, 2017
-
-
Tim Zallmann authored
-
- Oct 18, 2017
-
-
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 09, 2017
-
-
Tim Zallmann authored
-
- Oct 05, 2017
-
-
Tim Zallmann authored
-
Tim Zallmann authored
-
- Oct 04, 2017
-
-
Tim Zallmann authored
-
- Sep 06, 2017
-
-
- Aug 31, 2017
-
-
Sean McGivern authored
The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
-
- Aug 29, 2017
-
-
Phil Hughes authored
-
Maxim Rydkin authored
-
- Aug 07, 2017
-
-
Annabel Dunstone Gray authored
-
- Aug 04, 2017
-
-
Luke "Jared" Bennett authored
-
- Jul 31, 2017
-
-
Rémy Coutable authored
-
- Jul 28, 2017
-
-
Luke "Jared" Bennett authored
-
- Jul 04, 2017
-
-
Phil Hughes authored
-
- Jun 28, 2017
-
-
Douwe Maan authored
-
- Jun 21, 2017
-
-
Phil Hughes authored
only display the toggle setting in development env for now
-
Phil Hughes authored
Start of the new navigation by redesigning just the top navigation menu. This is only shown when a cookie is set. Part of #32794
-
- Jun 20, 2017
-
-
Sean McGivern authored
-
- Jun 15, 2017
-
-
Bob Van Landuyt :neckbeard: authored
-
Bob Van Landuyt :neckbeard: authored
Let the backend do the translation.
-
- Jun 14, 2017
-
-
Robin Bobbitt authored
-
- Jun 01, 2017
-
- May 31, 2017
-
-
Luke "Jared" Bennett authored
-
- May 30, 2017
-
-
Phil Hughes authored
-
- May 11, 2017
-
-
Tim Zallmann authored
-
- May 10, 2017
-
-
blackst0ne authored
-
- May 08, 2017
-
-
Tim Zallmann authored
-
Tim Zallmann authored
-
- May 04, 2017
-
-
blackst0ne authored
-
blackst0ne authored
-
blackst0ne authored
-
- Apr 27, 2017
-
-
Toon Claes authored
-
- Mar 24, 2017
-
-
Phil Hughes authored
Instead of the JS being in charge of the HTML, the HAML now handles it. The HAML can then check the cookie & show it needed. It also allows the HAML access to the paths so we don't have to pass that through. Closes #29955
-
- Feb 23, 2017
-
-
Douwe Maan authored
-
Douwe Maan authored
-