- 28 Jul, 2017 1 commit
-
-
Richard Clamp authored
-
- 25 Jul, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 20 Jul, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 19 Jul, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 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
-
- 28 Jun, 2017 1 commit
-
-
Timothy Andrew authored
- Declaring an endpoint's scopes in a `before` block has proved to be unreliable. For example, if we're accessing the `API::Users` endpoint - code in a `before` block in `API::API` wouldn't be able to see the scopes set in `API::Users` since the `API::API` `before` block runs first. - This commit moves these declarations to the class level, since they don't need to change once set.
-
- 21 Jun, 2017 2 commits
-
-
vanadium23 authored
-
Grzegorz Bizon authored
-
- 15 Jun, 2017 1 commit
-
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
-
- 07 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 06 Jun, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 02 Jun, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 01 Jun, 2017 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 31 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 30 May, 2017 2 commits
-
-
Toon Claes authored
To avoid the use of slow queries, remove some deprecated methods and encourage the use of ProjectFinder to find projects.
-
Toon Claes authored
The helper will be modified in V4, so copy the original to V4 to keep the current behavior in V3.
-
- 29 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 24 May, 2017 3 commits
-
-
Douwe Maan authored
This reverts commit b0498c17
-
Douwe Maan authored
-
Douwe Maan authored
-
- 22 May, 2017 1 commit
-
-
Richard Clamp authored
The v3 API documentation claims that `can_push` is supported when adding a deploy_key. https://gitlab.com/gitlab-org/gitlab-ce/blob/8-16-stable/doc/api/deploy_keys.md#add-deploy-key Here we make good on this promise by adding `can_push` as an optional parameter so grape can route it. This was copied from the v4 API.
-
- 17 May, 2017 1 commit
-
-
Yorick Peterse authored
This hides/disables some UI elements and API parameters related to nested groups when MySQL is used, since nested groups are not supported for MySQL.
-
- 16 May, 2017 1 commit
-
-
Douwe Maan authored
Rename `build_events` to `job_events` Closes #31620 See merge request !11287
-
- 15 May, 2017 2 commits
-
-
Douwe Maan authored
This reverts merge request !11287
-
Bob Van Landuyt authored
-
- 10 May, 2017 5 commits
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
Use GroupsFinder to find subgroups the user has access to See merge request !2096
-
Douwe Maan authored
Refactor snippets finder & dont return internal snippets for external users See merge request !2094
-
blackst0ne authored
-
- 05 May, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 04 May, 2017 4 commits
-
-
Luke "Jared" Bennett authored
-
Luke "Jared" Bennett authored
Review changes, removed api/v3 updates as its frozen, removed the clientside_sentry properties from the sensitive data filter as they\'re both available publically
-
Valery Sizov authored
-
Valery Sizov authored
-
- 02 May, 2017 2 commits
-
-
Shinya Maeda authored
-
Jarka Kadlecova authored
-
- 29 Apr, 2017 1 commit
-
-
Stan Hu authored
This reverts merge request !10845
-
- 28 Apr, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-