- Jul 27, 2018
-
-
Bob Van Landuyt authored
-
Luke Bennett authored
-
Sean McGivern authored
This reverts merge request !20679
-
Bob Van Landuyt authored
-
- Jul 26, 2018
-
-
Luke Bennett authored
-
- Jul 24, 2018
-
-
gfyoung authored
Enable frozen string in: * app/presenters * app/policies Partially addresses #47424.
-
- May 10, 2018
-
-
Bob Van Landuyt authored
The `access_git` and `access_api` were currently never checked for anonymous users. And they would also be allowed access: An anonymous user can clone and pull from a public repo An anonymous user can request public information from the API So the policy didn't actually reflect what we were enforcing.
-
Bob Van Landuyt authored
When terms are enforced, but the user has not accepted the terms access to the API & git is rejected with a message directing the user to the web app to accept the terms.
-
- Sep 29, 2017
-
-
Phil Hughes authored
-
- Sep 28, 2017
-
-
Markus Koller authored
-
- Aug 01, 2017
-
-
Lin Jen-Shin (godfat) authored
-
- Jul 25, 2017
-
-
Lin Jen-Shin authored
-
- Jul 03, 2017
-
-
Timothy Andrew authored
- Fix duplicate `prevent` declaration - Add spec for `GlobalPolicy`
-
- Jun 30, 2017
-
-
Timothy Andrew authored
- Use `GlobalPolicy` to authorize the users that a non-authenticated user can fetch from `/api/v4/users`. We allow access if the `Gitlab::VisibilityLevel::PUBLIC` visibility level is not restricted. - Further, as before, `/api/v4/users` is only accessible to unauthenticated users if the `username` parameter is passed. - Turn off `authenticate!` for the `/api/v4/users` endpoint by matching on the actual route + method, rather than the description. - Change the type of `current_user` check in `UsersFinder` to be more compatible with EE.
-
- Jun 27, 2017
-
-
http://jneen.net/ authored
-
- Jun 15, 2017
-
-
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`
-
- Apr 07, 2017
-
-
Felipe Artur authored
-
- Mar 09, 2017
-
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
- Aug 30, 2016
-
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-