- Mar 23, 2020
-
-
GitLab Bot authored
-
- Mar 14, 2020
-
-
GitLab Bot authored
-
- Mar 07, 2020
-
-
GitLab Bot authored
-
- Mar 04, 2020
-
-
GitLab Bot authored
-
- Feb 14, 2020
-
-
GitLab Bot authored
-
- Feb 07, 2020
-
-
GitLab Bot authored
-
- Feb 06, 2020
-
-
GitLab Bot authored
-
- Jan 22, 2020
-
-
GitLab Bot authored
-
- Jan 20, 2020
-
-
GitLab Bot authored
-
- Jan 16, 2020
-
-
GitLab Bot authored
-
- Dec 14, 2019
-
-
GitLab Bot authored
-
- Dec 12, 2019
-
-
GitLab Bot authored
-
- Oct 10, 2019
-
-
GitLab Bot authored
-
- Sep 18, 2019
-
-
GitLab Bot authored
-
- Sep 10, 2019
-
-
Alessio Caiazza authored
This cop prevents you from using file in API, it points you to the development documentation about workhorse file acceleration.
-
- Jul 16, 2019
-
-
Manoj M J authored
This change adds the ability to read and write admin notes for a user via the USER API
-
- Jul 15, 2019
-
-
- Background migration for changing null values to false - Set false as default value for private_profile DB column
-
- Jun 27, 2019
-
-
Stan Hu authored
To avoid having to specify an actual password to create users, admins can now use the `force_random_password` parameter to let Devise generate a password. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63826
-
- Jun 19, 2019
-
-
Michael Leopard authored
Updated users API documentation Moved API level changes to the service level
-
- May 28, 2019
-
-
Imre (Admin) authored
-
- Apr 03, 2019
-
- Mar 26, 2019
-
-
Yorick Peterse authored
This backports the EE specific parameters for API::Users, and wraps them in a conditional.
-
- Mar 22, 2019
-
-
Thiago Presa authored
-
- Feb 16, 2019
-
-
Nermin Vehabovic authored
-
- Jan 31, 2019
-
-
Robert Schilling authored
-
- Jan 15, 2019
-
-
Robert Schilling authored
-
- Nov 12, 2018
-
-
Imre (Admin) authored
Since we migrated all PersonlAccessTokens to store only its hash in the DB, the token value can no longer be shown to the user.
-
- Nov 05, 2018
-
-
Imre (Admin) authored
find_by_token is overriden by TokenAuthenticatable which can be easily missed or confused with #find_by(:token) defined by ActiveRecord. First step for safer usage is to remove #find_by.
-
- Oct 18, 2018
-
-
William George authored
-
- Oct 03, 2018
-
-
Ronald Claveau authored
-
- Oct 01, 2018
-
-
Alexis Reigel authored
-
- Sep 30, 2018
-
-
gfyoung authored
Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
-
- Sep 26, 2018
-
-
Alexis Reigel authored
-
- Sep 11, 2018
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
Stan Hu authored
This gives admins the ability to send a `skip_confirmation` flag in the `POST /users/:id/email` API endpoint to skip the verification step and assume the given e-mail address is verified. Closes #50876
-
- Jul 30, 2018
-
-
Bob Van Landuyt authored
This can be done trough the API for the current user, or on the profile page.
-
- Jul 24, 2018
-
-
- Jul 23, 2018
-
-
Marko, Peter authored
Signed-off-by:
Marko, Peter <peter.marko@siemens.com>
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
-
- Jun 13, 2018
-
-