summaryrefslogtreecommitdiff
path: root/app/controllers/import/bitbucket_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix Error 500 when Bitbucket importer does not have authorizationStan Hu2017-03-201-4/+4
* BB importer: Fixed bug with putting expired token to a project.clone_urlValery Sizov2016-12-151-0/+3
* Handling OAuth2 errorsValery Sizov2016-12-091-1/+1
* BitBuckpet importer. Refactoring. Iteration 2Valery Sizov2016-12-071-1/+1
* Fix remaining Bitbucket controller specsStan Hu2016-11-211-1/+1
* Address initial review commentsStan Hu2016-11-211-7/+6
* Support selection of different namespace and project destinationStan Hu2016-11-211-3/+3
* Fix rebase failures with Bitbucket changesStan Hu2016-11-211-2/+2
* Refactoring Bitbucket import controller to use the new OAuth2 clientDouglas Barbosa Alexandre2016-11-211-34/+43
* Refactoring Import::BaseController#find_or_create_namespaceDouglas Barbosa Alexandre2016-08-311-5/+7
* Don't create groups for unallowed users when importing projectsDouglas Barbosa Alexandre2016-08-311-9/+4
* Fix some useless access modifiers in the codeGrzegorz Bizon2016-07-191-2/+0
* Only render 404 page from /publicinified_404_errorValery Sizov2015-10-131-1/+1
* Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLabStan Hu2015-08-231-7/+16
* Show incompatible projects in Bitbucket import statusStan Hu2015-08-071-0/+1
* Fix bug causing Bitbucket importer to crash when OAuth application had been r...bitbucket-re-authorizeDouwe Maan2015-07-281-0/+1
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-6/+6
* Import GitHub, Bitbucket or GitLab.com projects owned by authenticated user i...Douwe Maan2015-03-311-1/+4
* Re-enable rescuing from Bitbucket OAuth errors.Douwe Maan2015-02-241-1/+1
* Load public key in initializer.Douwe Maan2015-02-241-0/+5
* Add Bitbucket importer.Douwe Maan2015-02-241-0/+74