- 24 Mar, 2015 4 commits
-
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Don't show commit comment button when user is not signed in. Address private issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2167. See merge request !429
-
Douwe Maan authored
Include missing events and fix save functionality in admin service template settings form ### What does this MR do? This MR includes missing settings left out in the Admin -> Service Templates page and fixes the inability to save certain settings. ### Are there points in the code the reviewer needs to double check? No. ### Why was this MR needed? Because the service template form was broken and untested. ### What are the relevant issue numbers / [Feature requests](http://feedback.gitlab.com/)? #1275 Before:  After:  See merge request !427
-
Dmitriy Zaporozhets authored
Fix OAuth2 issue importing a new project from GitHub and GitLab It appears that the GitLab OAuth2 client options were converted to strings instead of symbols when merged with the default options (i.e. `{}.merge(github_options)`). As a result, the OAuth2 defaults were being used. For example, the OAuth2 client options would have a key with `authorize_url` and `:authorize_url`, but the former was never used. As a result, the OAuth2 client would always use the wrong URL to talk to GitHub. Note that this bug should also have affected GitLab, but not Bitbucket: The OAuth client is careful to convert all keys to symbols. Closes #1268 See merge request !425
-
- 19 Mar, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Add canceled CI status Fixes https://github.com/gitlabhq/gitlab-ci/issues/564 https://dev.gitlab.org/gitlab/gitlab-ci/issues/169  See merge request !1729
-
Dmitriy Zaporozhets authored
Backup repo with tar instead of git bundle Fixes gitlab/gitlab-ee#246 See merge request !1723
-
- 17 Mar, 2015 3 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
This reverts commit c42262b4, reversing changes made to c6586b12.
-
- 16 Mar, 2015 5 commits
-
-
Christian Walther authored
Fixes issues #880, #723, #1113: Markdown must be rendered to XHTML, not HTML, when generating summary content for Atom feeds. Otherwise, content-less tags like <img> and <hr>, generated when issue descriptions, merge request descriptions, comments, or commit messages use emoji, horizontal rules, or images, are not terminated and make the Atom XML invalid.
-
Stan Hu authored
-
Stan Hu authored
-
Zeger-Jan van de Weg authored
-
Valery Sizov authored
-
- 15 Mar, 2015 3 commits
-
-
Vinnie Okada authored
Use more restrictive permissions for backup tar files and for the db, uploads, and repositories directories inside the tar files.
-
Douwe Maan authored
-
Douwe Maan authored
-
- 14 Mar, 2015 2 commits
-
-
Vinnie Okada authored
-
Marin Jankovski authored
-
- 13 Mar, 2015 8 commits
-
-
Douwe Maan authored
-
Hannes Rosenögger authored
This reverts commit 07f9a3f9, reversing changes made to 48036751. Reverted this because the data is used in hooks as well.
-
Andrea Ruggiero authored
-
Elliot authored
Remove unnecessary fetch of commit messages for initial push. This will reduce the memory usage significantly.
-
Douwe Maan authored
-
Stan Hu authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 12 Mar, 2015 7 commits
-
-
Dmitriy Zaporozhets authored
It is same search like we have at issues page. It allows to quickly filter merge requests based on title or desription. I copy-pasted some js code from Issues.js. In future search (filtering) logic should be refactoed into one class for merge requests and issues
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Cameron Banga authored
-
Douwe Maan authored
-
Hannes Rosenögger authored
This adds the functionality of replacing all images that were uploaded to gitlab with inline images(base64) in emails. This change fixes the broken images in emails that 7.8 introduced
-
Dmitriy Zaporozhets authored
-
- 11 Mar, 2015 3 commits
-
-
Marin Jankovski authored
-
Douwe Maan authored
-
Vyacheslav Slinko authored
-
- 10 Mar, 2015 3 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-