0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-30 07:54:52 +01:00
gitea/routers
Vlad Temian 469ab99e9a Delete a user's public key via admin api (closes #3014) (#3059)
* Delete a user's public key via admin api

* Test admin ssh endpoint for creating a new ssh key

* Adapt public ssh key test to also test the delete operation

* Test that deleting a missing key will result in a 404

* Test that a normal user can't delete another user's ssh key

* Make DeletePublicKey return err

* Update swagger doc
2017-12-06 12:27:10 +02:00
..
admin Enable admin to search by email (#2888) 2017-11-26 16:40:38 +08:00
api/v1 Delete a user's public key via admin api (closes #3014) (#3059) 2017-12-06 12:27:10 +02:00
dev
org Fix error when add user has full name to team (#2973) 2017-11-26 10:01:48 +02:00
private
repo Fix error message sanitiziation (#3082) 2017-12-04 03:48:03 +02:00
routes Add reactions to issues/PR and comments (#2856) 2017-12-04 01:14:26 +02:00
user Sort repos in issues dashboard sidebar (#3072) 2017-12-04 12:39:01 +08:00
home.go
init.go
install.go Default log level to Info without hardcoding it in installer (#3041) 2017-12-01 15:41:27 +08:00