summaryrefslogtreecommitdiff
path: root/app/controllers/import
Commit message (Expand)AuthorAgeFilesLines
* No more and/orDouwe Maan2017-02-212-3/+3
* Namespace access token session key in `Import::GithubController`Rémy Coutable2016-12-192-12/+20
* Improve Gitlab::ImportSourcesRémy Coutable2016-12-191-1/+1
* Modify GithubImport to support GiteaRémy Coutable2016-12-191-1/+1
* Rename Gogs to Gitea, DRY the controller and improve viewsRémy Coutable2016-12-193-110/+98
* Gogs ImporterKim "BKC" Carlbäcker2016-12-191-0/+76
* 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
* Merge branch 'security-fix-leaking-namespace-name' into 'security' Douwe Maan2016-10-241-2/+2
* Enable import/export back for non-adminsfix/import-export-adminJames Lopez2016-10-031-5/+0
* modify github import JS and controller so we can now specify a namespace and/...James Lopez2016-09-201-3/+4
* Refactoring Import::BaseController#find_or_create_namespaceDouglas Barbosa Alexandre2016-08-314-21/+26
* Don't create groups for unallowed users when importing projectsDouglas Barbosa Alexandre2016-08-314-23/+12
* Remove gitoriouszj-remove-gitoriousZ.J. van de Weg2016-08-251-47/+0
* Fix permissions check in controller, added relevant spec and updated docsJames Lopez2016-08-111-0/+5
* using shared path for project import uploads and refactored gitlab remove exp...James Lopez2016-08-041-3/+4
* Fix some useless access modifiers in the codeGrzegorz Bizon2016-07-192-4/+0
* fix 404 error, redirect back with flash messageJames Lopez2016-07-071-4/+1
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-014-6/+0
* Make GH one-off auth the default again for importing GH projectsRémy Coutable2016-06-301-1/+1
* Import from Github using Personal Access Tokens.Eric K Idema2016-06-301-3/+22
* fix paramsJames Lopez2016-06-241-2/+2
* Fix tmp file being deleted after the request plus some cleanup and improved e...James Lopez2016-06-241-1/+5
* lots of refactoring again based on feedback. Changed the UI slightly and also...James Lopez2016-06-151-3/+4
* cleanup namespace check now done by serviceJames Lopez2016-06-151-11/+0
* yay finally importing working with the new services structureJames Lopez2016-06-141-1/+1
* few fixes after refactoring the whole UI stuffJames Lopez2016-06-141-3/+3
* adapted current services stuff to use new project import, plus fixes a few is...James Lopez2016-06-141-4/+5
* adding notifications stuff and more refactoring for exporting projectsJames Lopez2016-06-141-1/+1
* lots of refactoring to reuse import serviceJames Lopez2016-06-141-6/+4
* WIP - starting refactoring import/export to use servicesJames Lopez2016-06-131-4/+21
* fixed permissionsJames Lopez2016-05-131-5/+1
* updated controllers with permissions checkJames Lopez2016-05-132-68/+18
* add gitlab project controller - still WIPJames Lopez2016-05-041-0/+45
* Merge branches 'feature/project-export-ui-experimental' and 'feature/project-...James Lopez2016-05-041-45/+0
|\
| * refactored some namespace stuff and fixed project tree restorer spec. also re...James Lopez2016-05-041-45/+0
* | Merge branch 'feature/project-import' of gitlab.com:gitlab-org/gitlab-ce into...James Lopez2016-05-031-0/+45
|\ \ | |/
| * fixing some rubucop warningsJames Lopez2016-05-031-2/+1
* | refactoring and fixing a bunch of stuffJames Lopez2016-05-021-6/+2
* | some JS magic to pass namespace and path importing projectsJames Lopez2016-04-271-3/+6
* | adding more UI changes, updated controller, worker and refactored import serviceJames Lopez2016-04-261-5/+12
* | more refactoring, now using custom job for processing project importsJames Lopez2016-04-261-2/+2
* | refactoring, mainly UI stuff to follow other import actionsJames Lopez2016-04-261-4/+3
|/
* changes to be picked by the UI branchJames Lopez2016-04-251-0/+46