summaryrefslogtreecommitdiff
path: root/app/controllers/projects/imports_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* removed transaction stufffix/import-data-issueJames Lopez2016-05-131-3/+1
|
* more changes based on MR feedbackJames Lopez2016-05-121-1/+1
|
* trying to fix timing issue with import statusJames Lopez2016-05-111-1/+4
|
* ContinueToParams -> ContinueParamsZeger-Jan van de Weg2016-03-131-1/+1
|
* Check redirect path in the continue_paramsZeger-Jan van de Weg2016-03-131-10/+2
| | | | | | Fixes https://dev.gitlab.org/gitlab/gitlabhq/issues/2649 https://gitlab.com/gitlab-org/gitlab-ce/issues/13956
* Redirect /import to project page if no importing at all and repo existsfix/13367-redirect-to-project-page-if-no-importRémy Coutable2016-02-171-3/+9
| | | | Fixes #13367.
* Fixi import redirect loopDouglas Barbosa Alexandre2016-01-251-5/+15
|
* Fix specs and behavior for LFS filesDouwe Maan2015-12-181-2/+7
|
* Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-7/+17
|
* Fix redirect after import fails.Douwe Maan2015-11-181-2/+2
|
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-3/+3
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fixing import redirect loopDJ Mountney2015-03-091-1/+1
| | | | While importing, don't redirect import actions to the project page, even if the repository exists
* Add brakeman rake task and improve code securityDmitriy Zaporozhets2015-03-021-1/+1
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-4/+6
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Move projects import to separate resource. Add bare repo creation to ↵Dmitriy Zaporozhets2014-11-301-0/+49
repository controller Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>