summaryrefslogtreecommitdiffstats
path: root/app/views/users/show.api.rsb
Commit message (Expand)AuthorAgeFilesLines
* Include @auth_source@ in /users/:id API response if auth_source is requested ...Marius Balteanu2024-01-251-0/+5
* Fix internal server error when trying to retrieve AnonymousUser's information...Marius Balteanu2022-05-271-1/+1
* Include avatar URL in Users API (#36303).Go MAEDA2022-01-211-0/+1
* Users API should return twofa_scheme only for administrators (#34242).Go MAEDA2020-12-231-1/+1
* Include two-factor authentication scheme in users API response (#34242).Go MAEDA2020-12-231-0/+1
* Include updated_on and passwd_changed_on columns in API response (#33592).Go MAEDA2020-07-281-1/+3
* Display user logins on profiles (#26127).Go MAEDA2018-12-121-2/+2
* Expose the Admin flag on the users api to admin users (#29459).Go MAEDA2018-09-201-0/+1
* Add status to /users/:id API for admins (#13948).Jean-Baptiste Barth2013-05-051-0/+1
* Add user's API key to /users/current.format (#8529).Jean-Philippe Lang2013-03-011-0/+1
* Add login to /users/:id API for current user (#13155).Jean-Philippe Lang2013-02-181-1/+1
* REST Api for Groups (#8981).Jean-Philippe Lang2012-06-031-0/+6
* Adds membership ids to /users/:id API response.Jean-Philippe Lang2012-02-061-2/+7
* remove trailing white-spaces from app/views/users/show.api.rsbToshi MARUYAMA2011-09-161-2/+2
* Makes some attributes optional in API response to get faster/lightweight resp...Jean-Philippe Lang2010-12-111-1/+1
* Fixed: error when serializing back objects with custom fields using ActiveRes...Jean-Philippe Lang2010-12-101-5/+1
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-041-0/+28