Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enforce token on api routes [fixed critical security issue #4357] (#4840) | B-OnTheGo | 2018-09-10 | 1 | -7/+13 |
| | |||||
* | Add sudo functionality to the API (#4809) | zeripath | 2018-09-06 | 1 | -0/+29 |
| | |||||
* | Delete a user's public key via admin api (closes #3014) (#3059) | Vlad Temian | 2017-12-06 | 1 | -0/+73 |
* 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 |