- 25 May, 2017 1 commit
-
-
Ruben Davila authored
There was a race condition issue when the application was generating an email and was using a language that was previously being used in other request.
-
- 24 May, 2017 1 commit
-
-
Alexis Reigel authored
-
- 09 May, 2017 1 commit
-
-
Fatih Acet authored
-
- 05 May, 2017 1 commit
-
-
Michael Kozono authored
-
- 04 May, 2017 1 commit
-
-
Ruben Davila authored
-
- 03 May, 2017 1 commit
-
-
Ruben Davila authored
-
- 28 Apr, 2017 1 commit
-
-
Dosuken shinya authored
-
- 20 Apr, 2017 1 commit
-
-
Ruben Davila authored
-
- 13 Apr, 2017 1 commit
-
-
Ruben Davila authored
-
- 06 Apr, 2017 3 commits
-
-
Markus Koller authored
-
Markus Koller authored
-
Markus Koller authored
-
- 22 Mar, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 09 Mar, 2017 2 commits
-
-
http://jneen.net/ authored
-
http://jneen.net/ authored
to make sure we mean the global permissions
-
- 06 Mar, 2017 2 commits
-
-
Pawel Chojnacki authored
+ rename shared context
-
Pawel Chojnacki authored
- cleanup formating in haml - clarify time window is in seconds - cleanup straneous chunks in db/schema - rename count_uniqe_ips to update_and_return_ips_count - other
-
- 03 Mar, 2017 1 commit
-
-
Paweł Chojnacki authored
-
- 27 Feb, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 23 Feb, 2017 1 commit
-
-
Douwe Maan authored
-
- 21 Feb, 2017 1 commit
-
-
Douwe Maan authored
-
- 10 Feb, 2017 1 commit
-
-
Robert Speicher authored
-
- 19 Dec, 2016 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Kim "BKC" Carlbäcker authored
-
- 23 Nov, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 22 Nov, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 18 Nov, 2016 1 commit
-
-
Oren Kanner authored
Resolves #24576 Modify the guard clause of the `ApplicationController#require_email` before action to skip requests where an admin is impersonating the current user.
-
- 24 Oct, 2016 1 commit
-
-
Lin Jen-Shin authored
Closes #23615
-
- 14 Oct, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
We need this to prevent routing error when user access URL like /123 when there is no resource located under such name Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 13 Oct, 2016 2 commits
-
-
Sean McGivern authored
-
Sean McGivern authored
When reading conflicts: 1. Add a `type` field. `text` works as before, and has `sections`; `text-editor` is a file with ambiguous conflict markers that can only be resolved in an editor. 2. Add a `content_path` field pointing to a JSON representation of the file's content for a single file. 3. Hitting `content_path` returns a similar datastructure to the `file`, but without the `content_path` and `sections` fields, and with a `content` field containing the full contents of the file (with conflict markers). When writing conflicts: 1. Instead of `sections` being at the top level, they are now in a `files` array. This matches the read format better. 2. The `files` array contains file hashes, each of which must contain: a. `new_path` b. `old_path` c. EITHER `sections` (which works as before) or `content` (with the full content of the resolved file).
-
- 05 Oct, 2016 1 commit
-
-
Clement Ho authored
-
- 01 Sep, 2016 2 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- 30 Aug, 2016 1 commit
-
-
http://jneen.net/ authored
-
- 25 Aug, 2016 1 commit
-
-
Z.J. van de Weg authored
-
- 24 Aug, 2016 1 commit
-
-
Stan Hu authored
Closes #21043
-
- 01 Aug, 2016 1 commit
-
-
zs authored
Provide more sensible default sort order for issues and merge requests based on the following table: | type | state | default sort order | |----------------|--------|--------------------| | issues | open | last created | | issues | closed | last updated | | issues | all | last created | | merge requests | open | last created | | merge requests | merged | last updated | | merge requests | closed | last updated | | merge requests | all | last created |
-
- 14 Jul, 2016 1 commit
-
-
Timothy Andrew authored
1. Only on supported Chrome versions 2. Mainly, this lets us simplify the javascript-based U2F check to `window.u2f`, where `window.u2f` can either be loaded from the GitLab server (for Chrome) or from the Firefox extension. 3. This is a better way to provide browser detection for U2F.
-
- 18 Jun, 2016 1 commit
-
-
Rémy Coutable authored
This is a try for a new approach to put the access checks at the service level. Signed-off-by: Rémy Coutable <remy@rymai.me>
-