- 27 Sep, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 31 Aug, 2016 1 commit
-
-
Timothy Andrew authored
- This would allow anyone with a personal access token (even a read-only token, once scopes are implemented) to escalate their access by obtaining the private token.
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 30 May, 2016 1 commit
-
-
Grzegorz Bizon authored
See #17478
-
- 18 Apr, 2016 3 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
Felipe Artur authored
-
- 06 Apr, 2016 1 commit
-
-
Robert Schilling authored
-
- 17 Mar, 2016 2 commits
-
-
Achilleas Pipinellis authored
[ci skip]
-
Zeger-Jan van de Weg authored
-
- 13 Mar, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
The user has the rights of a public user execpt it can never create a project, group, or team. Also it cant view internal projects.
-
- 12 Jan, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 08 Jan, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 28 Dec, 2015 1 commit
-
-
Michi302 authored
-
- 24 Dec, 2015 1 commit
-
-
Stan Hu authored
Needed to support Huboard
-
- 22 Sep, 2015 1 commit
-
-
Patricio Cano authored
Added ability to update or set the identity of an existing user, like the documentation said it was possible, but actually wasn't.
-
- 23 Aug, 2015 1 commit
-
-
Stan Hu authored
Closes #2267
-
- 31 Jul, 2015 1 commit
-
-
Douwe Maan authored
-
- 29 Jul, 2015 1 commit
-
-
Douwe Maan authored
-
- 03 Jul, 2015 1 commit
-
-
Steve Norman authored
-
- 23 Jun, 2015 1 commit
-
-
Stan Hu authored
Closes #1856 Closes https://github.com/gitlabhq/gitlabhq/issues/9394
-
- 28 May, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
To prevent loose of group data you need to transfer or remove group first before you can remove user Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 24 Mar, 2015 1 commit
-
-
RICKETTM@uk.ibm.com authored
-
- 04 Dec, 2014 1 commit
-
-
Valery Sizov authored
-
- 03 Nov, 2014 1 commit
-
-
Matthew Monaco authored
-
- 15 Sep, 2014 1 commit
-
-
jubianchi authored
* users (#6878, #3526, #4209): Validation error messages are now exposed through 400 responses, 409 response are sent in case of duplicate email or username * MRs (#5335): 409 responses are sent in case of duplicate merge request (source/target branches), 422 responses are sent when submiting MR fo/from unrelated forks * issues * labels * projects
-
- 30 Jun, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 26 Jun, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 13 Jun, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
To prevent leaking of users info we reduce amount of user information retrieved via API for normal users. What user can get via API: * if not admin: only id, state, name, username and avatar_url * if admin: all user information * about himself: all informaion Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 18 Apr, 2014 1 commit
-
-
Timm Friebe authored
Complements POST operation added in gitlabhq/gitlabhq#3146 Implement DELETE /users/:uid/keys/:id for admin users Fix "Line is too long. [83/80]" Use single quotes as advised Use single quotes as advised Use single quotes as advised Fix missing space around { and } Fix typo in documentation Only catch ActiveRecord::RecordNotFound, let other exceptions propagate Raise a "404 Not found" if key to be deleted cannot be found As requested by @jvanbaarsen in https://github.com/gitlabhq/gitlabhq/pull/6781#discussion_r11735114 Remove tab Unconfigured vim on this box, grrrr./
-
- 19 Jan, 2014 1 commit
-
-
skv authored
-
- 18 Jan, 2014 1 commit
-
-
Jerome Dalbert authored
-
- 14 Dec, 2013 1 commit
-
-
skv authored
-
- 29 Sep, 2013 1 commit
-
-
Boyan Tabakov authored
Also, is_admin and can_create_group are exposed in the user information. Fixed attributes_for_keys to process properly keys with boolean values (since false.present? is false).
-
- 11 Sep, 2013 2 commits
-
-
Izaak Alpert authored
-calling build_user will now apply defaults and only override them if as: :admin is set Change-Id: Id1d938c0967752ecc14370af54f2d88128d18c44
-
Izaak Alpert authored
-API now respects default_projects_limit, default_can_create_group, and default_can_create_team Change-Id: I059d060d576df1050e5371e707381c5e8c608a7a
-
- 14 May, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 06 May, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 16 Apr, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-