- Jul 26, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
- Dec 07, 2017
-
-
Eric Eastwood authored
-
- Oct 03, 2017
-
-
Douwe Maan authored
-
- Sep 18, 2017
-
-
Robin Bobbitt authored
Closes #37789
-
- Aug 21, 2017
-
-
Robin Bobbitt authored
-
- Jul 06, 2017
-
-
Yorick Peterse authored
This cop has been renamed to ActiveRecordSerialize to match the way "ActiveRecord" is usually written.
-
- Jun 05, 2017
-
-
Z.J. van de Weg authored
This is the first commit doing mainly 3 things: 1. create a new scope and allow users to use it 2. Have the JWTController respond correctly on this 3. Updates documentation to suggest usage of PATs There is one gotcha, there will be no support for impersonation tokens, as this seems not needed. Fixes gitlab-org/gitlab-ce#19219
-
- May 31, 2017
-
-
Yorick Peterse authored
This Cop blacklists the use of ActiveRecord's "serialize" method, except for cases where we already use this.
-
- Mar 07, 2017
-
-
Markus Koller authored
Gitlab::Auth and API::APIGuard already check for at least one valid scope on personal access tokens, so if the scopes are empty the token will always fail validation.
-
Markus Koller authored
-
- Mar 01, 2017
-
-
Tiago Botelho authored
-
- Feb 28, 2017
-
-
Tiago Botelho authored
-
Simon Vocella authored
-
Simon Vocella authored
-
- Dec 16, 2016
-
-
Timothy Andrew authored
-
- Apr 28, 2016
-
-
Timothy Andrew authored
- Use `TokenAuthenticatable` to generate the personal access token - Remove a check for `authenticity_token` in application controller; this should've been `authentication_token`, maybe, and doesn't make any sense now. - Have the datepicker appear inline
-
Timothy Andrew authored
-
Timothy Andrew authored
- Show the count for each section in parens - Remove the `revoked?` check, because everything in the active section is guaranteed to not be revoked.
-
Timothy Andrew authored
-
Timothy Andrew authored
-
Timothy Andrew authored
-