gitlab-org--gitlab-foss/lib/api
Timm Friebe 05e792b4c4 Implement GET /users/:uid/keys for admin users
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-18 14:16:19 +02:00
..
api.rb Move branches api to separate class 2014-03-31 16:31:53 +03:00
branches.rb Create branch via API 2014-04-01 10:39:53 +03:00
commits.rb Move branches api to separate class 2014-03-31 16:31:53 +03:00
deploy_keys.rb Remove deprecated finders 2014-01-19 23:39:56 +04:00
entities.rb Expose event and and mergerequest timestamps in API, make code more DRY. 2014-04-10 20:24:20 +03:00
files.rb Complete api files CRUD 2014-02-18 12:27:02 +02:00
groups.rb Remove deprecated finders 2014-01-19 23:39:56 +04:00
helpers.rb Create branch via API 2014-04-01 10:39:53 +03:00
internal.rb first setup to protect protected branched to force updates 2014-03-25 22:33:14 +01:00
issues.rb Move update issue code to separate service 2014-04-02 13:54:41 +03:00
merge_requests.rb Add optional parameter to list merge requests 2014-04-07 16:18:25 +02:00
milestones.rb Fixing unsafe use of Thread.current variable :current_user 2013-10-16 01:20:53 -04:00
namespaces.rb fix most of warnings 2013-12-15 00:05:10 +04:00
notes.rb Fixing unsafe use of Thread.current variable :current_user 2013-10-16 01:20:53 -04:00
project_hooks.rb Move project members api to separate file 2014-03-17 13:44:54 +02:00
project_members.rb Move project members api to separate file 2014-03-17 13:44:54 +02:00
project_snippets.rb Dropped expiration date from the snippet API 2014-01-11 18:40:17 +01:00
projects.rb changed doc comment for get labels of a project 2014-03-23 19:07:18 -03:00
repositories.rb Move branches api to separate class 2014-03-31 16:31:53 +03:00
services.rb gitlab-ci service api: clean values instead of destroy 2013-10-29 18:13:51 +02:00
session.rb Add LDAP support to /api/session 2013-07-16 11:28:19 +03:00
system_hooks.rb Refactor API classes. So api classes like Gitlab::Issues become API::Issues 2013-05-14 15:33:31 +03:00
users.rb Implement GET /users/:uid/keys for admin users 2014-04-18 14:16:19 +02:00