Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-19Namespace access token session key in `Import::GithubController`Rémy Coutable
2016-12-19Improve Gitlab::ImportSourcesRémy Coutable
2016-12-19Modify GithubImport to support GiteaRémy Coutable
2016-12-19Rename Gogs to Gitea, DRY the controller and improve viewsRémy Coutable
2016-12-19Gogs ImporterKim "BKC" Carlbäcker
2016-12-15BB importer: Fixed bug with putting expired token to a project.clone_urlValery Sizov
2016-12-09Handling OAuth2 errorsValery Sizov
2016-12-07BitBuckpet importer. Refactoring. Iteration 2Valery Sizov
2016-11-22Fix remaining Bitbucket controller specsStan Hu
2016-11-22Address initial review commentsStan Hu
2016-11-22Support selection of different namespace and project destinationStan Hu
2016-11-22Fix rebase failures with Bitbucket changesStan Hu
2016-11-22Refactoring Bitbucket import controller to use the new OAuth2 clientDouglas Barbosa Alexandre
2016-10-24Merge branch 'security-fix-leaking-namespace-name' into 'security' Douwe Maan
2016-10-03Enable import/export back for non-adminsJames Lopez
2016-09-20modify github import JS and controller so we can now specify a namespace and/...James Lopez
2016-08-31Refactoring Import::BaseController#find_or_create_namespaceDouglas Barbosa Alexandre
2016-08-31Don't create groups for unallowed users when importing projectsDouglas Barbosa Alexandre
2016-08-25Remove gitoriousZ.J. van de Weg
2016-08-11Fix permissions check in controller, added relevant spec and updated docsJames Lopez
2016-08-04using shared path for project import uploads and refactored gitlab remove exp...James Lopez
2016-07-19Fix some useless access modifiers in the codeGrzegorz Bizon
2016-07-07fix 404 error, redirect back with flash messageJames Lopez
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-30Make GH one-off auth the default again for importing GH projectsRémy Coutable
2016-06-30Import from Github using Personal Access Tokens.Eric K Idema
2016-06-24fix paramsJames Lopez
2016-06-24Fix tmp file being deleted after the request plus some cleanup and improved e...James Lopez
2016-06-15lots of refactoring again based on feedback. Changed the UI slightly and also...James Lopez
2016-06-15cleanup namespace check now done by serviceJames Lopez
2016-06-14yay finally importing working with the new services structureJames Lopez
2016-06-14few fixes after refactoring the whole UI stuffJames Lopez
2016-06-14adapted current services stuff to use new project import, plus fixes a few is...James Lopez
2016-06-14adding notifications stuff and more refactoring for exporting projectsJames Lopez
2016-06-14lots of refactoring to reuse import serviceJames Lopez
2016-06-13WIP - starting refactoring import/export to use servicesJames Lopez
2016-05-13fixed permissionsJames Lopez
2016-05-13updated controllers with permissions checkJames Lopez
2016-05-04add gitlab project controller - still WIPJames Lopez
2016-05-04Merge branches 'feature/project-export-ui-experimental' and 'feature/project-...James Lopez
2016-05-04refactored some namespace stuff and fixed project tree restorer spec. also re...James Lopez
2016-05-03Merge branch 'feature/project-import' of gitlab.com:gitlab-org/gitlab-ce into...James Lopez
2016-05-03fixing some rubucop warningsJames Lopez
2016-05-02refactoring and fixing a bunch of stuffJames Lopez
2016-04-27some JS magic to pass namespace and path importing projectsJames Lopez
2016-04-26adding more UI changes, updated controller, worker and refactored import serviceJames Lopez
2016-04-26more refactoring, now using custom job for processing project importsJames Lopez
2016-04-26refactoring, mainly UI stuff to follow other import actionsJames Lopez
2016-04-25changes to be picked by the UI branchJames Lopez
2015-10-20Redirect to a default path if HTTP_REFERER is not setStan Hu