An error occurred fetching the project authors.
- 04 Dec, 2018 1 commit
-
-
Francisco Javier López authored
This class handles the validations of git pushes. It is quite big and all the logic is inside one file. This commit refactors the code and split it into different files.
-
- 25 Jul, 2018 1 commit
-
-
Tiago Botelho authored
-
- 18 Jul, 2018 2 commits
-
-
Imre Farkas authored
-
Imre Farkas authored
-
- 11 Jul, 2018 2 commits
- 09 Jul, 2018 1 commit
-
-
Rubén Dávila authored
-
- 11 Jun, 2018 1 commit
-
-
Bob Van Landuyt authored
Before the push git would make a call to `/:namespace/:project/git-receive-pack`. This would perform an access check without a ref. So the `Project#branch_allows_maintainer_push?` would return false. This adjusts `Project#branch_allows_maintainer_push?` to return true when passing no branch name if there are merge requests open that would allow the user to push. The actual check then happens when a call to `/api/v4/internal/allowed` is made from a git hook.
-
- 11 May, 2018 2 commits
-
-
Bob Van Landuyt authored
Allow builds that have been triggered by a user before terms were enforced access to git. That way the builds can complete as usual.
-
Bob Van Landuyt authored
Allow builds that have been triggered by a user before terms were enforced access to git. That way the builds can complete as usual.
-
- 28 Mar, 2018 2 commits
-
-
Bob Van Landuyt authored
Removes permanent redirects, this means that redirects will only be possible as long as the old route isn't taken by a new project/group.
-
Jacob Vosmaer (GitLab) authored
-
- 05 Mar, 2018 1 commit
-
-
Horatiu Eugen Vlad authored
-
- 28 Feb, 2018 2 commits
-
-
Horatiu Eugen Vlad authored
-
Horatiu Eugen Vlad authored
# Conflicts: # lib/gitlab/ldap/access.rb # lib/gitlab/ldap/adapter.rb # lib/gitlab/ldap/config.rb # lib/gitlab/ldap/person.rb # lib/gitlab/ldap/user.rb # lib/gitlab/o_auth/auth_hash.rb # lib/gitlab/o_auth/user.rb # lib/gitlab/saml/config.rb # lib/gitlab/saml/user.rb # spec/lib/gitlab/auth/ldap/access_spec.rb # spec/lib/gitlab/auth/ldap/user_spec.rb
-
- 25 Feb, 2018 1 commit
-
-
Michael Kozono authored
-
- 22 Feb, 2018 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 08 Feb, 2018 1 commit
-
-
Nick Thomas authored
-
- 07 Feb, 2018 1 commit
-
-
Nick Thomas authored
-
- 06 Feb, 2018 5 commits
-
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
- 22 Dec, 2017 2 commits
-
-
blackst0ne authored
-
Vitaliy @blackst0ne Klachkov authored
-
- 09 Dec, 2017 1 commit
-
-
Mayra Cabrera authored
-
- 08 Dec, 2017 1 commit
-
-
Mayra Cabrera authored
-
- 23 Nov, 2017 2 commits
-
-
Markus Koller authored
-
Markus Koller authored
-
- 23 Oct, 2017 1 commit
-
-
Jacopo authored
-
- 20 Oct, 2017 1 commit
-
-
Jacopo authored
-
- 02 Aug, 2017 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 01 Aug, 2017 2 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 27 Jul, 2017 2 commits
-
-
Rubén Dávila authored
-
Rémy Coutable authored
Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 26 Jul, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 13 Jul, 2017 1 commit
-
-
Robin Bobbitt authored
When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController
-