summaryrefslogtreecommitdiff
path: root/app/controllers/import/gitlab_projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 404 error, redirect back with flash messageJames Lopez2016-07-071-4/+1
* 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-131-23/+18
* 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-0/+45