summaryrefslogtreecommitdiff
path: root/lib/api/users.rb
Commit message (Expand)AuthorAgeFilesLines
* Update remaining endpointsRobert Schilling2017-08-281-2/+5
* Conditionally destroy a ressourceRobert Schilling2017-08-281-34/+13
* API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling2017-08-281-0/+28
* Include the `is_admin` field in the `GET /users/:id` API when current user is...Rémy Coutable2017-08-111-9/+4
* Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-201-0/+5
* Return `is_admin` attribute in the GET /user endpoint for adminsRémy Coutable2017-07-121-1/+10
* fix specsJames Lopez2017-07-071-1/+1
* add created at filter logic to users finder and APIJames Lopez2017-07-071-0/+6
* Merge branch 'master' into '33580-fix-api-scoping'Douwe Maan2017-07-041-9/+20
|\
| * Simplify authentication logic in the v4 users API for !12445.Timothy Andrew2017-07-041-1/+8
| * Merge remote-tracking branch 'origin/master' into 34141-allow-unauthenticated...Timothy Andrew2017-06-301-10/+10
| |\
| * | Implement review comments for !12445 from @godfat and @rymai.Timothy Andrew2017-06-301-15/+11
| * | Allow unauthenticated access to the `/api/v4/users` API.Timothy Andrew2017-06-261-6/+17
* | | Initial attempt at refactoring API scope declarations.Timothy Andrew2017-06-281-1/+3
| |/ |/|
* | fix spec failuresJames Lopez2017-06-241-1/+1
* | fix spec failuresJames Lopez2017-06-231-4/+4
* | refactor update user service not to do auth checksJames Lopez2017-06-231-1/+1
* | fix spec failuresJames Lopez2017-06-231-4/+6
* | refactor emails serviceJames Lopez2017-06-231-8/+0
* | update missing email actionsJames Lopez2017-06-231-6/+4
* | fix specsJames Lopez2017-06-231-2/+2
* | update to use emails destroy serviceJames Lopez2017-06-231-2/+3
* | fixed specsJames Lopez2017-06-231-1/+1
* | added service in the rest of controllers and classesJames Lopez2017-06-231-2/+2
* | fix api and controller issuesJames Lopez2017-06-231-2/+7
* | update notification settings, fix api specsJames Lopez2017-06-231-1/+3
|/
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-13/+13
* Re-instate is_admin flag in users API is current user is an adminMike Ricketts2017-06-201-1/+1
* Accept image for avatar in user APIvanadium232017-06-161-0/+1
* Merge branch '2563-backport-ee1942' into 'master'Grzegorz Bizon2017-06-071-4/+0
|\
| * Backport https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1942Lin Jen-Shin2017-06-061-4/+0
* | Introduce an Events APIMark Fletcher2017-06-061-21/+0
|/
* Refactor the DeleteUserWorkerNick Thomas2017-06-051-1/+1
* Allow users to be hard-deleted from the APINick Thomas2017-06-021-1/+2
* Create a Users FinderGeorge Andrinopoulos2017-05-151-10/+1
* Don't display the `is_admin?` flag for user API responses.Timothy Andrew2017-04-251-1/+1
* Merge branch 'query-users-by-extern-uid' into 'master'Robert Speicher2017-04-191-8/+14
|\
| * Implement search by extern_uid in Users APIRobin Bobbitt2017-04-181-8/+14
* | Remove unused user activities codeSean McGivern2017-04-141-1/+0
* | Expose `last_activity_on` in the User APIRémy Coutable2017-04-141-8/+6
* | Port 'Add user activities API' to CESean McGivern2017-04-141-0/+18
|/
* Separate CE params on Grape APIOswaldo Ferreira2017-04-101-0/+2
* Remove the User#is_admin? methodblackst0ne2017-04-091-3/+3
* ProjectsFinder should handle more optionsJacopo2017-04-061-1/+1
* Delete users asynchronouslysh-fix-destroy-user-raceStan Hu2017-04-021-1/+1
* Implement new service for creating userGeorge Andrinopoulos2017-03-271-23/+4
* use a magic default :global symbol instead of nilhttp://jneen.net/2017-03-091-1/+1
* apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-061-40/+36
* refactors finder and correlated codeTiago Botelho2017-03-011-17/+13
* applies relevant changes to the code and code structureTiago Botelho2017-02-281-36/+26