- Aug 17, 2018
-
-
benjamin authored
-
- Jul 30, 2018
-
-
Luke Bennett authored
-
- Jul 27, 2018
-
-
Luke Bennett authored
-
Luke Bennett authored
-
Sean McGivern authored
This reverts merge request !20679
-
- Jul 26, 2018
-
-
Luke Bennett authored
-
Luke Bennett authored
-
- Jul 25, 2018
-
-
Yorick Peterse authored
This adds a database migration that creates routes for any projects and namespaces that don't already have one. We also remove the runtime code for dynamically creating routes, as this is no longer necessary.
-
- Jul 20, 2018
-
-
Annabel Dunstone Gray authored
-
Lin Jen-Shin authored
We also try to unify the way we setup OmniAuth, and how we check if it's enabled or not.
-
- Jul 19, 2018
-
-
Annabel Dunstone Gray authored
-
- Jul 18, 2018
-
-
George Tsiolis authored
-
- Jul 17, 2018
-
-
Robin Naundorf authored
* Fix broken breadcrumb when switching tabs in admin/user Closes #47419
-
- Jul 12, 2018
-
-
Tao Wang authored
Signed-off-by:
Tao Wang <twang2218@gmail.com>
-
- Jul 10, 2018
-
-
Dennis Tang authored
-
- Jun 30, 2018
-
-
Brett Walker authored
-
- Jun 29, 2018
-
-
Tao Wang authored
Signed-off-by:
Tao Wang <twang2218@gmail.com>
-
- Jun 26, 2018
-
-
Kamil Trzcińśki authored
-
Micael Bergeron authored
-
- Jun 22, 2018
-
-
Micael Bergeron authored
-
- Jun 16, 2018
-
-
Tao Wang authored
Signed-off-by:
Tao Wang <twang2218@gmail.com>
-
- Jun 15, 2018
-
-
Douwe Maan authored
See https://gitlab.com/gitlab-org/gitlab-ce/issues/47677 for more information
-
- Jun 13, 2018
-
-
Dennis Tang | OOO until 18.06 authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jun 11, 2018
- Jun 08, 2018
-
-
Bob Van Landuyt authored
When a user checks the `accept` checkbox, we will track that acceptance as usual. That way they don't need to accept again after they complete the registration. When an unauthenticated user visits the `/-/users/terms` page, there is no button to accept, decline or continue. The 'current-user menu' is also hidden from the top bar.
-
Andreas Kämmerle authored
-
- Jun 07, 2018
-
-
Sam Beckham authored
-
- Jun 06, 2018
-
-
Annabel Dunstone Gray authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Alexis Reigel authored
-
Alexis Reigel authored
-
blackst0ne authored
-
- Jun 05, 2018
-
-
Clement Ho authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
the initial reason for this change was that graphicsmagick does not support writing to ico files. this fact lead to a chain of changes: 1. use png instead of ico (browser support is good enough) 2. render the overlays on the client using the canvas API. this way we only need to store the original favion and generate the overlay versions dynamically. this change also enables (next step) to simplify the handling of the stock favicons as well, as we don't need to generate all the versions upfront.
-
Alexis Reigel authored
this ways we can keep the `lib/gitlab/ci/status/*` classes to return the bare favicon name as it was before. also the favicon uploader versions are now have the same names as the stock favicons (+ `favicon_` prefix), which makes working with the status names easier.
-
Alexis Reigel authored
-