Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-24Remove unnecessary sentences for status codes in the API documentationLuis Alonso Chavez Armendariz
2016-11-21Grapify the users APIRobert Schilling
2016-11-08Add query param to filter users on 'external' & 'blocked' type on APIYatish Mehta
2016-10-21Fix wrong endpoint in api/users documentation, fix same typo in spec ↵Airat Shigapov
describe blocks
2016-10-13Remove /u/ prefix from user pages in documentationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-10-11Addresses Robert's feedbackRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-10API: New /users/:id/events endpointRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-27Add User#organization to users apiDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-08-31Don't expose a user's private token in the `/api/v3/user` API.Timothy Andrew
- 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.
2016-05-06docs(api): adapted user API documentation to match with latest APIFabio Huser
The user API documentation and the actual implementation were out of sync, missing certain newly introduced fields and beeing inconsistent between certain API definitions. The documentation was changed according the actual latest implementation. Signed-off-by: Fabio Huser <fabio@fh1.ch>
2016-04-06Expose user location in APIRobert Schilling
2016-03-17Add missing API docs on external userAchilleas Pipinellis
[ci skip]
2016-03-15Doc external users featureZeger-Jan van de Weg
2016-03-04Add fields to GET /users/* API endpoints for adminsevuez
Added fields are last_sign_in_at and confirmed_at. They are available for GET /users/ and GET /users/:id for admins. Closes #840
2016-01-08Prevent ldap_blocked users from being blocked/unblocked by the APIGabriel Mazetto
2015-12-28Make single user API endpoint return Entities::User instead of ↵Michi302
Entities::UserBasic
2015-12-24Add API support for looking up a user by usernameStan Hu
Needed to support Huboard
2015-07-30Fix docsDouwe Maan
2015-07-29Add ability to manage user email addresses via the API.Douwe Maan
2015-07-03Allow user to be blocked and unblocked via the APISteve Norman
2015-06-24Add 2FA status to user admin APIStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/9391
2015-05-04Add current_sign_in_at to api UserSven Selberg
2015-02-28Merge branch 'master' into mmonaco/gitlab-ce-api-user-noconfirmDmitriy Zaporozhets
Conflicts: lib/api/users.rb
2015-01-21Document ssh key creation errorLoic Dachary
Add the error code returned in the headers as well as an example of the JSON informative message returned in the body. Signed-off-by: Loic Dachary <loic@dachary.org>
2015-01-21Add return value example to ssh key creationLoic Dachary
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-11-18Small improvement to /api/user/keys docDaniel Serodio
The keys resource includes a create_at attribute
2014-11-04Add 'confirm' option to users apiMatthew Monaco
2014-11-03Expose projects_limit through users API if UserFull.Liam Monahan
2014-08-15Consistency, spelling and grammarJames Brooks
2014-07-14Merge pull request #7196 from cirosantilli/patch-2Dmitriy Zaporozhets
Enforce md style.
2014-06-25Enforce md style.Ciro Santilli
- multiple blank lines before header - skip header level - colon at end of header - break very long lines - align definition like lists at marker - case typos - informal contractions
2014-06-25Typo.Ciro Santilli
2014-06-13Fix gravatar size and update docs for new users APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-04Update docs to markdown style guide.Ciro Santilli
2014-05-27Add titles to doc pages.Marin Jankovski
2014-04-18Implement GET /users/:uid/keys for admin usersTimm Friebe
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./
2014-04-05Api-Doc JSON lintJohannes Schleifenbaum
Fixes: #5505
2014-04-01Mention search options.dosire
2014-01-18Add website url to userJerome Dalbert
2013-10-01Update user api documentationMarin Jankovski
2013-09-29Extended User API to expose admin and can_create_group for user ↵Boyan Tabakov
creation/updating. 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).
2013-08-30add missing comma(s) in api examplesJohannes Schleifenbaum
2013-07-29Fix typosJohannes Schleifenbaum
2013-05-29Update api docs and remove old attribute from User entity.Drew Blessing
The API docs incorrectly referenced a few attributes associated with users. The 'blocked' attribute has been replaced with 'state'. Also, 'dark_scheme' seems to no longer be available in the User model so it should be removed from the exposed attributes in the API User entity. Add color scheme ID to API User entity
2013-04-16Paginate users in users apiDmitriy Zaporozhets
2013-03-19API docs updatedAlex Denisov
2013-03-17Result of misspellings run.Kevin Lyda
Most of these are comments but a few are strings for users. Might be an idea to run this from time to time: https://github.com/lyda/misspell-check It runs mostly clean now.
2013-03-07Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell
Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb
2013-03-07API: documentation contains infos to status codes in README file.Sebastian Ziebell
All the info to return codes from the API functions are available in the `README.md` file as suggested.
2013-03-06Updated documentation for added Admin APIsAngus MacArthur