summaryrefslogtreecommitdiff
path: root/spec/controllers/oauth
Commit message (Collapse)AuthorAgeFilesLines
* Backport gitlab-ee!2456Oswaldo Ferreira2017-07-271-1/+1
|
* Add tests for Oauth::AuthorizationsControllerdz-add-oauth-controller-specDmitriy Zaporozhets2017-04-281-0/+55
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-2/+2
|
* Fix endless redirections when accessing user OAuth applications when they ↵Stan Hu2016-06-081-0/+29
are disabled Also hides the "Applications" nav button if OAuth applications are disabled by the admin. Closes #14770