Files
gerrit/gerrit-extension-api
Changcheng Xiao 0748e7441d Add REST endpoint to get account external IDs
Add a new endpoint /accounts/{id}/external.ids which will return a
list of the external IDs for the given account. It is only allowed
to get this list for a user's own account.

To determine whether or not the user can delete an external ID, we
need to know if that ID was used to log into the current session.

The WebSession is not available outside of gerrit-httpd, so pass the
external ID through a property on the current user.

Change-Id: Iab7ef2ffa06c3a8d9f22472308051b4b73668f82
2017-01-12 16:14:12 +01:00
..
2016-12-08 11:21:48 +01:00
2016-12-08 11:21:48 +01:00
2016-09-23 14:28:31 +02:00