]> source.dussan.org Git - gitea.git/commit
Keys API changes (#4960)
authorzeripath <art27@cantab.net>
Thu, 1 Nov 2018 03:40:49 +0000 (03:40 +0000)
committertechknowlogick <hello@techknowlogick.com>
Thu, 1 Nov 2018 03:40:49 +0000 (23:40 -0400)
commit00533d38702767bc25703968daaa87b30980d2c9
tree06391609f84a25702c6cbd4498003e81b47adca3
parent584844eada226f062d46da53e9ba6470ecd58eaa
Keys API changes (#4960)

* Add private information to the deploy keys api

This commit adds more information to the deploy keys to allow for back
reference in to the main keys list. It also adds information about the
repository that the key is referring to.

Signed-off-by: Andrew Thornton <art27@cantab.net>
* Add private information to the user keys API

This adjusts the keys API to give out private information to user keys if
the current user is the owner or an admin.

Signed-off-by: Andrew Thornton <art27@cantab.net>
* Add ability to search keys by fingerprint

This commit adds the functionality to search ssh-keys by fingerprint of
the ssh-key. Deploy keys per repository can also be searched. There is
no current clear API point to allow search of all deploy keys by
fingerprint or keyID.

Signed-off-by: Andrew Thornton <art27@cantab.net>
* Add integration test
integrations/api_keys_test.go
models/ssh_key.go
routers/api/v1/convert/convert.go
routers/api/v1/repo/key.go
routers/api/v1/user/key.go
templates/swagger/v1_json.tmpl