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
2019-06-25Make checks for continue_params more robustMarkus Koller
2018-09-26Enable even more frozen string in app/controllersgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-02-01Track and act upon the number of executed queriesYorick Peterse
2017-09-20Employ ForkProjectsFinder in ForksControllerMark Fletcher
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-04-06ProjectsFinder should handle more optionsJacopo
2016-11-15Add authentication for for create action. Add more tests for for new and crea...Cagdas Gerede
2016-11-12Add a new line after the guard statement to be compatible with the style guide.Cagdas Gerede
2016-11-12Replaces conditional with guard statement.Cagdas Gerede
2016-11-12Temporary changeCagdas Gerede
2016-11-12Replace conditional with a guard statement.Cagdas Gerede
2016-11-10Fixing the issue of visiting a project fork url giving 500 error when not sig...Cagdas Gerede
2016-03-20Use the configured Kaminari "per page" defaultRobert Speicher
2016-03-13ContinueToParams -> ContinueParamsZeger-Jan van de Weg
2016-03-13Check redirect path in the continue_paramsZeger-Jan van de Weg
2016-03-03Merge branch 'refactor-projects-list' into 'master' Dmitriy Zaporozhets
2016-03-03Refactor projects listDmitriy Zaporozhets
2016-03-02Add specs to ForksController#index.Rubén Dávila
2016-03-01Reuse query from ProjectsFinder to get projects accessible to current user.Rubén Dávila
2016-02-27Logged in user should be able to read internal forks.Rubén Dávila
2016-02-27Improve implementation to check read access to forks and add pagination.Rubén Dávila
2016-02-19Mention project name in fork noticeAchilleas Pipinellis
2016-01-20Some CSS and sorting fixes.Rubén Dávila
2016-01-20Add ability to sort forks. #2406Rubén Dávila
2016-01-20Add fork button and implement ability to distinguish between public and prote...Rubén Dávila
2016-01-20Use Project creator's avatar in fork listing. #2406Rubén Dávila
2016-01-20Setup new fork link in sidebar and routes. #2406Rubén Dávila
2015-12-21Add tests for new functionalityDouwe Maan
2015-12-18Fix specs and behavior for LFS filesDouwe Maan
2015-12-18Automatically fork a project when not allowed to edit a file.Douwe Maan
2015-09-11Import forked repositories asynchronously to prevent large repositories from ...Stan Hu
2015-04-30Add a page title to every page.Douwe Maan
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
2015-02-21Merge branch 'master' into rails-4.1.9Vinnie Okada
2015-02-20Move 'require_non_empty_project' filter to front so 'assign_ref_vars' doesn't...Douwe Maan
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
2014-11-13Select namespace where to fork projectDmitriy Zaporozhets