summaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Update Redcarpet to 3.3.0rs-issue-1432Robert Speicher2015-06-131-1/+1
| | | | Fixes #1432
* Merge branch 'rs-pre-rspec-3' into 'master'Dmitriy Zaporozhets2015-06-101-3/+3
|\ | | | | | | | | | | | | | | Changes back-ported from rspec3 branch This is just breaking up the large `road-to-rspec-3` branch a bit. Each of these commits have been cherry-picked and would be good to have in place before the upgrade. See merge request !792
| * Fix shoulda-matchers requireRobert Speicher2015-06-101-1/+1
| |
| * Bump shoulda-matchers and webmock gem versionsRobert Speicher2015-06-101-3/+3
| |
* | Merge branch 'master' into 'master'Dmitriy Zaporozhets2015-06-101-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | update fog to 1.25.0 and add multipart upload support This merge will fix backup uploading problems to s3, closing gitlab-org/gitlab-ce#1059 See merge request !789
| * | update fog to 1.25.0 and add multipart upload supportJeroen Nijhof2015-06-091-1/+1
| |/
* | Update browser gem to version 0.8.0 for IE11 supportStan Hu2015-06-091-1/+1
|/ | | | Closes #1775
* Refactor web editorrefactor-web-editorDmitriy Zaporozhets2015-06-051-1/+1
| | | | | | | | | | * fix problem with editing non-master branch * before commit make sure branch exists * dont allow user change file in one branch and commit to another existing branch * remove a lot of code duplication * remove outdated statellite errors Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove GuardRobert Speicher2015-06-031-17/+0
| | | | None of the GitLab B.V. developers were using it.
* Bump jquery-rails versionRobert Speicher2015-06-021-11/+11
|
* Remove now-unused `escaped_autolink` helper and rails_autolink gemRobert Speicher2015-06-021-3/+0
|
* Remove files in web editor using ruggedDmitriy Zaporozhets2015-06-021-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix adding new file to empty repoDmitriy Zaporozhets2015-06-011-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Create and edit files in web editor via ruggedDmitriy Zaporozhets2015-06-011-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add comments about gitlab forksDmitriy Zaporozhets2015-06-011-1/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Exmplain gitlab-linguist fork existenceDmitriy Zaporozhets2015-06-011-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'feature/saml_support' into 'master'Douwe Maan2015-05-291-0/+1
|\ | | | | | | | | | | | | | | Add SAML support via Omniauth Split of !669, with doc See merge request !722
| * Add SAML support via OmniauthAlex Lossent2015-05-271-0/+1
| |
* | Merge branch 'rs-teaspoon' into 'master'Dmitriy Zaporozhets2015-05-291-4/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Teaspoon for Javascript testing Looking to expand our Javascript unit tests, and this gem makes things a bit better in that respect. See https://github.com/modeset/teaspoon See merge request !715
| * | Remove jasmine-rails; add teaspoonRobert Speicher2015-05-281-4/+6
| | |
* | | Bump turbolinks versionRobert Speicher2015-05-291-1/+1
|/ /
* | Fix git blame syntax highlighting when different commits break up linesStan Hu2015-05-271-1/+1
|/ | | | Closes #1521
* Merge branch 'rs-gems' into 'master'Dmitriy Zaporozhets2015-05-261-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | Update ffaker gem Adds a version requirement which it didn't have before, at 2.0.0. This version has breaking API changes in that the namespace is now `FFaker` instead of `Faker`. Prior, if a new developer checked out the repo, ran `bundle install` and then tried `rake dev:setup`, seeding would fail due to having the latest version of ffaker without the API changes in this MR. Also updates `spring` version and the binstubs, just for kicks. See merge request !686
| * Update ffaker gemRobert Speicher2015-05-201-1/+1
| | | | | | | | | | | | Adds a version requirement which it didn't have before, at 2.0.0. This version has breaking API changes in that the namespace is now `FFaker` instead of `Faker`.
* | Remove Rack Attack monkey patches and bump to version 4.3.0Stan Hu2015-05-221-1/+1
| |
* | 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
| |