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-07-03Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqMarin Jankovski
2019-06-27Enable Gitaly ref caching for SearchControllerStan Hu
2019-06-10Authorize access before serving project templateLuke Duncalfe
2019-05-15Avoid passing not_found_or_authorized_proc aroundJames Edwards-Jones
2019-04-04Fix and expand Gitaly FindCommit cachingStan Hu
2019-03-06Adds the Rubocop ReturnNil copAndrew Newdigate
2018-11-01Restore 403 functionality for external auth (EE)Thong Kuah
2018-09-26Enable even more frozen string in app/controllersgfyoung
2018-09-04Set issuable_sort and diff_view cookies to secure when possibleStan Hu
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-04-28[Rails5] Use `safe_params` instead of `params` in `url_for` helpersblackst0ne
2018-04-11Share collaboration check between view and presenterBob Van Landuyt
2018-04-11Rename `create_merge_request` permissionsBob Van Landuyt
2018-04-11Prevent new merge requests for archived projectsBob Van Landuyt
2018-03-07Allow maintainers to edit directly in a forkBob Van Landuyt
2018-01-08disables the shortcut to the issue boards when issues are disabledChristiaan Van den Poel
2017-10-18Merge branch 'security-10-1' into '10-1-stable'Jen-Shin Lin
2017-08-31Don't show references to Pages when not availableZeger-Jan van de Weg
2017-07-21Backport changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/...Nick Thomas
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-21Use the new check_project_feature_available! method in project controllersNick Thomas
2017-06-21Backport check_project_feature_available! from EENick Thomas
2017-06-13Update tests and applicationKamil Trzcinski
2017-05-19Refactor to more robust implementationMichael Kozono
2017-05-06Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ...Kamil Trzciński
2017-05-05Resolve discussionsMichael Kozono
2017-05-05Resolve discussionsMichael Kozono
2017-05-05Dry up routable lookups. Fixes #30317Michael Kozono
2017-05-05Redirect from redirect routes to canonical routesMichael Kozono
2017-05-05Authorize build update on per object basisGrzegorz Bizon
2017-05-04Disable navigation to Pages config if Pages is disabledMark Fletcher
2017-04-20Refactor changing files in web UIDouwe Maan
2017-03-21New directory from interface on existing branchJacopo
2017-02-14Dispatch needed JS when creating a new MR in diff viewSam Rose
2017-02-04Merge branch 'git_to_html_redirection' into 'master' Sean McGivern
2017-02-03Fixed redirection from http://someproject.git to http://someprojectblackst0ne
2017-02-03replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi
2016-09-01Project tools visibility levelFelipe Artur
2016-08-18Refactor to mark Changes tab as active on new MR page.Ruben Davila
2016-06-20Unify check branch name existPaco Guzman
2016-05-28Project#show on projects pending deletion will 404Zeger-Jan van de Weg
2016-04-20Clarify that the diff view setting always comes from the cookieRobert Speicher
2016-04-07Return status code 303 after a branch DELETE operation to avoid project deletionStan Hu
2016-03-22Address feedbackDouwe Maan
2016-03-21Fix some specsDouwe Maan
2016-03-20Tweaks, refactoring, and specsDouwe Maan
2016-02-05Add a controller test for the new 'diff_view' cookieRémy Coutable
2016-02-05Remember user's inline/tabular diff view preference in a cookiekkm
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-12-09Merge branch 'edit-in-patch-branch' into 'master' Robert Speicher