- 19 Feb, 2016 1 commit
-
-
Rubén Dávila authored
-
- 15 Feb, 2016 2 commits
-
-
Robert Speicher authored
Prior, if the request format was, for example, .zip, we'd get an `ActionView::MissingTemplate` error.
-
Robert Speicher authored
-
- 04 Feb, 2016 2 commits
- 03 Feb, 2016 1 commit
-
-
Stan Hu authored
Currently there is no way to download a raw file without embedding the token in the URL, which exposes the token in the URL. There should be an way of sending this information via the header as the API does. Closes https://github.com/gitlabhq/gitlabhq/issues/8137
-
- 22 Jan, 2016 2 commits
-
-
Rubén Dávila authored
-
Rubén Dávila authored
-
- 21 Jan, 2016 2 commits
-
-
Rubén Dávila authored
-
Rubén Dávila authored
-
- 20 Jan, 2016 2 commits
-
-
Rubén Dávila authored
-
Douwe Maan authored
-
- 13 Jan, 2016 1 commit
-
-
Rubén Dávila authored
-
- 08 Jan, 2016 1 commit
-
-
Rubén Dávila authored
Now we apply syntax highlighting to the whole old and new files. This basically help us to highlight adequately multiline content.
-
- 07 Jan, 2016 1 commit
-
-
Yorick Peterse authored
Sorting by "id" has the same effect as sorting by created_at while performing far better and without the need of an extra index (in case one wanted to speed up sorting by "created_at"). Sorting by "Recently updated" still uses the physical "updated_at" column as there's no way to use the "id" column for this instead.
-
- 24 Dec, 2015 4 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
simplified code and fixed stuffs
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 15 Dec, 2015 1 commit
-
-
tduehr authored
-
- 17 Nov, 2015 1 commit
-
-
Douwe Maan authored
-
- 02 Nov, 2015 1 commit
-
-
Jeroen van Baarsen authored
It was possible to create an infi redirect when the user set up the `home_page_url` to redirect to the main URL of the gitlab instance. This fix makes sure this redirect is not possible. Fixes !1020 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 21 Oct, 2015 1 commit
-
-
Douwe Maan authored
-
- 20 Oct, 2015 2 commits
-
-
Stan Hu authored
Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode, and it's possible load balancers/proxies strip the HTTP_REFERER from the request header. In these cases, default to some default path. Closes #3122 Closes https://github.com/gitlabhq/gitlabhq/issues/9731
-
Douwe Maan authored
-
- 19 Oct, 2015 1 commit
-
-
Dirceu Pereira Tiegs authored
-
- 14 Oct, 2015 1 commit
-
-
Jacob Vosmaer authored
This allows us to give a nice 404 for e.g. archive.zip.
-
- 13 Oct, 2015 1 commit
-
-
Valery Sizov authored
-
- 18 Sep, 2015 1 commit
-
-
Francesco Levorato authored
-
- 09 Sep, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
-
Jared Szechy authored
-
- 26 Aug, 2015 2 commits
-
-
Stan Hu authored
Many users naively set the home page URL setting to external_url (e.g. https://mydomain.com). When an unauthenticated user signs in, this causes endless redirections. For example, this is occuring: 1. Unauthenticated user attempts to access https://mydomain.com/dashboard 2. Application redirects to the home page URL: https://mydomain.com 3. Repeat step 2 In step 3, ApplicationController should have redirected the user to https://mydomain.com/users/sign_in. Disabling the redirection if home page URL is the same as external_url prevents users from messing up. Closes https://github.com/gitlabhq/gitlabhq/issues/8843 Closes #2057
-
Douwe Maan authored
-
- 25 Aug, 2015 1 commit
-
-
Robert Speicher authored
Instead of rendering this value server-side, we use Javascript and Gon to apply the user's color scheme (or the default) to any syntax highlighted code blocks. This will make it easier to cache these blocks in the future because they're no longer state-dependent.
-
- 20 Aug, 2015 1 commit
-
-
Artem Sidorenko authored
-
- 23 Jul, 2015 1 commit
-
-
Douwe Maan authored
-
- 13 Jul, 2015 1 commit
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9449
-
- 08 Jul, 2015 1 commit
-
-
Robert Speicher authored
Closes #1750
-
- 02 Jul, 2015 1 commit
-
-
Daniel Gerhardt authored
Redirection to the home page URL was broken by changing the target for `root_url` from `DashboardController` to `RootController` in 94d3c143. This regression was introduced in the 7.12.0 release. Fixes #1916.
-
- 18 Jun, 2015 1 commit
-
-
Stan Hu authored
Fix 403 Access Denied error messages when accessing Labels section in a project that has MRs disabled but issues enabled Closes #1813
-