summaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceJob van der Voort2015-05-211-1/+1
|\
| * Subclass TaskList::Filter to fix a bugrs-issue-1645Robert Speicher2015-05-201-1/+1
| | | | | | | | | | | | | | | | | | Instead of using a fork, we subclass the filter and only apply the `task-list` class to list items that actually are task lists. Closes #1645 See https://github.com/github/task_list/pull/60
* | Updated the gitlab_git gemJeroen van Baarsen2015-05-211-1/+1
|/ | | | | | | | | | | | **What does this do?** It updated the version of gitlab_git to the latest version **Why is this needed?* There was a bug in rugged (dependency of gitlab_git) that causes a segfault error when seeding the database. That error has been fixed and the fix is in the latest version of gitlab_git Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Update asciidoctor gem to the latest versionJakub Jirutka2015-05-181-1/+1
|
* Merge branch 'fix-blob-path' into 'master'Douwe Maan2015-05-141-1/+1
|\ | | | | | | | | | | | | | | | | | | Fix broken view when viewing history of a file that includes a path that used to be another file Requires gitlab_git to v7.1.12 to be tagged and released. Closes #1598 See merge request !651
| * Fix broken view when viewing history of a file that includes a path that ↵Stan Hu2015-05-131-1/+1
| | | | | | | | | | | | used to be another file Closes #1598
* | Merge branch 'omniauth-csrf' into 'master'Dmitriy Zaporozhets2015-05-141-1/+1
|\ \ | |/ |/| | | | | | | | | | | Protect OmniAuth request phase against CSRF. Addresses #2268. See merge request !1793
| * Protect OmniAuth request phase against CSRF.Douwe Maan2015-04-241-1/+1
| |
* | Merge branch '2fa' into 'master'Dmitriy Zaporozhets2015-05-121-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two-factor authentication Implement's Two-factor authentication using tokens. - [X] Authentication logic - [X] Enable/disable 2FA feature - [x] Make 2-step login process if 2FA enabled - [x] Backup codes - [x] Backup code removed after being used - [x] Check backup codes for mysql db (mention mysql limitation if applied) - [x] Add tests - [x] Test if https://github.com/tinfoil/devise-two-factor#disabling-automatic-login-after-password-resets applies, and address if so - [x] Wait for fixed version of `attr_encrypted` or fork and use forked version - https://github.com/attr-encrypted/attr_encrypted/issues/155 Fixes http://feedback.gitlab.com/forums/176466-general/suggestions/4516817-implement-two-factor-authentication-2fa See merge request !474
| * | Bump attr_encryptedDmitriy Zaporozhets2015-05-121-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Use non-broken version of attr_encryptedDmitriy Zaporozhets2015-05-091-0/+1
| | |
| * | Add 2 factor authentication gemsDmitriy Zaporozhets2015-05-091-0/+4
| | |
* | | Merge branch 'fix-tags-view-with-submodules' into 'master'Douwe Maan2015-05-121-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump gitlab_git to 7.1.11 to fix bug with viewing a tag on a project with submodules This is a reminder MR to bump gitlab_git before the release. Tests will fail until this happens. Closes https://github.com/gitlabhq/gitlabhq/issues/8411 See merge request !607
| * | | Bump gitlab_git to 7.1.11 to fix bug where viewing a tag on a project with ↵Stan Hu2015-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | submodules would return a 500 error Closes https://github.com/gitlabhq/gitlabhq/issues/8411
* | | | Make omniauth-kerberos dependency optional (add group 'kerberos')Jakub Jirutka2015-05-111-1/+1
| |/ / |/| |
* | | Remove 'jasmine' gemRobert Speicher2015-05-061-1/+0
| | | | | | | | | | | | | | | | | | jasmine-rails still requires it as a dependency, but for some reason running `rake jasmine:ci` produced test failures but `rake spec:javascript` didn't.
* | | Add task_list gemRobert Speicher2015-05-061-12/+9
|/ /
* | Add a rake task to automatically restart foreman when changes occurjubianchi2015-04-271-0/+1
| |
* | Add capybara-screenshot gemRobert Speicher2015-04-251-3/+2
|/
* Update jquery-atwho-railsRobert Speicher2015-04-231-1/+1
|
* Update d3_railsRobert Speicher2015-04-231-1/+1
|
* Merge branch 'rs-reply-hotkey' into 'master'Dmitriy Zaporozhets2015-04-221-1/+2
|\ | | | | | | | | | | | | | | | | | | "Reply quoting selected text" shortcut/hotkey Adds the <kbd>r</kbd> hotkey for quoting selected text on Issuable forms. This MR also updates the jasmine gem and adds jasmine-rails to let us use the asset pipeline (and Coffeescript) in JS specs. See merge request !1775
| * Add jasmine-rails gemRobert Speicher2015-04-181-0/+1
| |
| * Update jasmine gemRobert Speicher2015-04-181-2/+2
| |
* | Update gitlab-grack to 2.0.2.Marin Jankovski2015-04-221-2/+2
| |
* | Change html-pipeline-gitlab gem to html-pipelineRobert Speicher2015-04-211-1/+1
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-04-211-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/controllers/import/google_code_controller.rb
| * | Update gitlab-grack to 2.0.1 to get unicorn to stop creating zombies.gitlab-grack-2.0.1Douwe Maan2015-04-201-1/+1
| | |
* | | Merge pull request #9058 from chulkilee/upgrade-hipchatJeroen van Baarsen2015-04-211-1/+1
|\ \ \ | |/ / |/| | upgrade hipchat
| * | upgrade hipchatChulki Lee2015-04-131-1/+1
| | |
* | | Ignore submodules that are defined in .gitmodules but are checked in as ↵gitlab_git-7.1.10Douwe Maan2015-04-171-1/+1
| |/ |/| | | | | directories.
* | Update gitlab_git to ignore invalid lines in .gitmodules.gitlab_git-7.1.9Douwe Maan2015-04-171-1/+1
|/
* Merge branch 'reference-access-control' into 'master'Dmitriy Zaporozhets2015-04-131-1/+2
|\ | | | | | | | | | | | | | | Only allow users to reference groups, projects, issues, MRs, commits they have access to. Addresses https://dev.gitlab.org/gitlab/gitlabhq/issues/2183. See merge request !1742
| * Allow byebug to be used in test.Douwe Maan2015-04-031-1/+2
| |
* | Update redcarpet to 3.2.3Robert Speicher2015-04-091-1/+1
| |
* | Update gitlab_git to 7.1.6 because 7.1.5 had broken language detection.emailsonpush-last-lineDouwe Maan2015-03-311-1/+1
| |
* | Update gitlab_git to 7.1.5, to fix final line in EmailsOnPush email diff ↵Douwe Maan2015-03-311-1/+1
|/ | | | being rendered as error.
* Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-03-291-1/+1
|\
| * update acts-as-taggable-onNihad Abbasov2015-03-291-1/+1
| |
* | Merge branch 'fix-plain-diffs' into 'master'Dmitriy Zaporozhets2015-03-291-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | Remove the email patches link for merge commits Rugged's `to_mbox` method doesn't work for merge commits, so don't display the option to download them as email patches. This is part of the fix for #1878, and gitlab/gitlab_git!27 allows a plain diff to be generated for a merge commit. Together these changes should prevent the 500 errors described in the issue. cc @sytse See merge request !1737
| * Upgrade gitlab_git gem to version 7.1.3Vinnie Okada2015-03-281-1/+1
| |
* | Add sidetiq dependencyVinnie Okada2015-03-211-0/+1
|/ | | | Add the sidetiq gem to the Gemfile to match EE.
* gollum-lib updateValery Sizov2015-03-201-1/+1
|
* update doorkeeper to 2.1.3Valery Sizov2015-03-201-1/+1
|
* Merge branch 'revert-unicorn-timeout' into 'master'Dmitriy Zaporozhets2015-03-201-3/+0
|\ | | | | | | | | | | | | | | | | | | | | | | Revert "Increase timeout for Git-over-HTTP requests." This reverts commit 516bcabbf42d60db2ac989dce4c7187b2a1e5de9. For #2164 cc @marin @douwe See merge request !1730
| * Revert "Increase timeout for Git-over-HTTP requests."Dmitriy Zaporozhets2015-03-191-3/+0
| | | | | | | | | | | | | | This reverts commit 516bcabbf42d60db2ac989dce4c7187b2a1e5de9. Conflicts: Gemfile
* | Revert "Update poltergeist to support phantomjs 2.0"Dmitriy Zaporozhets2015-03-191-1/+1
|/ | | | This reverts commit d70126c1fbc65c4feeea6fb45424f5d4a30bb797.
* Merge branch 'version-bump-poltergeist' into 'master'Dmitriy Zaporozhets2015-03-191-1/+1
|\ | | | | | | | | | | | | | | | | | | | | Update poltergeist to support phantomjs 2.0 In response to [my issue](https://gitlab.com/gitlab-org/gitlab-development-kit/issues/36) on the GDK. PhantomJS 1.8 was not in the repo's anymore. Only poltergeist needed it, but they support PhantomJS 2.0 since 1.6.0. (next release since 1.5.1) [Their CHANGELOG](https://github.com/teampoltergeist/poltergeist/blob/master/CHANGELOG.md). Tested locally with Ruby 2.1.5. As this took ages, I haven't tested further. See merge request !403
| * Update poltergeist to support phantomjs 2.0Zeger-Jan van de Weg2015-03-191-1/+1
| |
* | Bump gitlab_git to 7.1.2Dmitriy Zaporozhets2015-03-181-1/+1
|/