blackst0ne
b44a2c801a
Update specs to rails5 format
...
Updates specs to use new rails5 format.
The old format:
`get :show, { some: params }, { some: headers }`
The new format:
`get :show, params: { some: params }, headers: { some: headers }`
2018-12-19 10:04:31 +11:00
Cindy Pallares
5736d6606a
Merge branch 'security-fix-uri-xss-applications' into 'master'
...
[master] Resolve "Reflected XSS in OAuth Authorize window due to redirect_uri allowing arbitrary protocols"
See merge request gitlab/gitlabhq!2572
2018-11-28 19:14:15 -05:00
JB Vasseur
c47aea7576
Use have_gitlab_http_status following best practices !22296
2018-10-15 20:07:56 +09:00
JB Vasseur
9e3804a843
Non-authenticated user test should not have user passed in the API call !22296
2018-10-12 09:28:40 +09:00
JB Vasseur
9fcf657889
Differentiate test application values
2018-10-12 00:25:52 +09:00
JB Vasseur
20bbac427a
Hit the database
2018-10-11 23:32:44 +09:00
JB Vasseur
f1645bf7e7
Fix unauthorized user tests and add non-authenticated user tests
2018-10-11 22:35:17 +09:00
JB Vasseur
33c88f5e51
Fix tests
2018-10-11 21:12:25 +09:00
JB Vasseur
6dd4ae0d87
Support GET /applications and DELETE /applications/:id endpoints #52559
2018-10-11 19:54:15 +09:00
Nicolas MERELLI
81bbcfacb0
Add application create API
2018-01-24 09:42:04 +01:00