COMMITS
/ lib/api/users.rb April 13, 2016
F
Add changelog entry
Felipe Artur committed
April 12, 2016
F
Fix documentation and improve permissions code
Felipe Artur committed
April 6, 2016
F
Insert users check into api
Felipe Artur committed
April 5, 2016
R
Expose user location in API
Robert Schilling committed
March 17, 2016
A
Add missing API docs on external user
Achilleas Pipinellis committed
Z
API support for setting External flag on existing users
Zeger-Jan van de Weg committed
March 10, 2016
Z
External Users
Zeger-Jan van de Weg committed
January 12, 2016
G
Codestyle changes
Gabriel Mazetto committed
December 30, 2015
G
Prevent ldap_blocked users from being blocked/unblocked by the API
Gabriel Mazetto committed
December 28, 2015
December 13, 2015
S
Add API support for looking up a user by username
Stan Hu committed
September 22, 2015
August 13, 2015
S
Restrict users API endpoints to use integer IDs
Stan Hu committed
July 31, 2015
D
Fix indentation
Douwe Maan committed
July 29, 2015
D
Add ability to manage user email addresses via the API.
Douwe Maan committed
April 28, 2015
S
Allow user to be blocked and unblocked via the API
Steve Norman committed
June 22, 2015
S
Fix error when deleting a user who has projects
Stan Hu committed
May 28, 2015
D
You can not remove user if he/she is an only owner of group
Dmitriy Zaporozhets committed
March 24, 2015
R
Change ordering so that confirm is removed from attrs before attempting to User.build_user
RICKETTM@uk.ibm.com committed
February 27, 2015
D
Merge branch 'master' into mmonaco/gitlab-ce-api-user-noconfirm
Dmitriy Zaporozhets committed
November 27, 2014
V
Supporting for multiple omniauth provider for the same user
Valery Sizov committed
June 18, 2014
M
Add 'confirm' option to users api
Matthew Monaco committed
August 18, 2014
J
Improve error reporting on users API
jubianchi committed
June 30, 2014
D
Fix signup and project visibility
Dmitriy Zaporozhets committed
June 26, 2014
D
Make app works with strong params
Dmitriy Zaporozhets committed
June 13, 2014
D
Dont expose user email via API
Dmitriy Zaporozhets committed
April 15, 2014
T
Implement GET /users/:uid/keys for admin users
Timm Friebe committed
January 22, 2014
D
Merge pull request #6075 from skv-headless/remove_deprecated_finders
Dmitriy Zaporozhets committed
January 19, 2014
S
Remove deprecated finders
skv committed
January 18, 2014
J
Add website url to user
Jerome Dalbert committed
December 14, 2013
S
fix most of warnings
skv committed
July 31, 2013
B
Extended User API to expose admin and can_create_group for user creation/updating.
Boyan Tabakov committed
August 15, 2013
I
Update to only provide one way to get a default user
Izaak Alpert committed
August 8, 2013
I
Update User api to respect default settings
Izaak Alpert committed
May 14, 2013
D
Refactor API classes. So api classes like Gitlab::Issues become API::Issues
Dmitriy Zaporozhets committed
May 6, 2013
D
modify api to work with new deploy keys
Dmitriy Zaporozhets committed
April 16, 2013
D
Paginate users in users api
Dmitriy Zaporozhets committed
March 19, 2013
D
Dont show blocked users in autocomplete
Dmitriy Zaporozhets committed
March 18, 2013
A
Abilities added to /user and /sign_in requests
Alex Denisov committed
March 17, 2013
K
Result of misspellings run.
Kevin Lyda committed
March 13, 2013
D
add api users filter and integrate users select2
Dmitriy Zaporozhets committed
March 7, 2013
S
Merge branch 'master' into fixes/api, code clean up and tests fixed
Sebastian Ziebell committed
November 14, 2012
A
Additional Admin APIs
Angus MacArthur committed
February 27, 2013
S
API: extracted helper method to validate required parameters, code clean up
Sebastian Ziebell committed
February 20, 2013
S
API: fixes return codes, documentation updated with status codes, tests added
Sebastian Ziebell committed
December 18, 2012
B
Extended users API to support updating and deleting users.
Boyan Tabakov committed
December 12, 2012
C
Validates presence of User#name
Cyril committed
November 23, 2012
D
Fixed spinach and tests. Build should pass now
Dmitriy Zaporozhets committed
October 19, 2012
N
name and password_confirmation not required to create a user via API
Nihad Abbasov committed
N
fix mass-assignment error in user create API
Nihad Abbasov committed