luisramos0
|
9404aacfb2
|
run rubocop --auto-correct
|
2019-11-10 18:42:43 +00:00 |
|
luisramos0
|
d7b9dc1190
|
Fix some rubocop issues
|
2019-10-28 16:00:36 +00:00 |
|
luisramos0
|
abcc22c34b
|
Merge Spree::Api::BaseController with Api::BaseController. All api controllers inherit from Api::BaseController now. We can probably simplify this controller even more now
|
2019-10-28 16:00:36 +00:00 |
|
luisramos0
|
7c64777a50
|
Remove requires_authentication check from api/base_controller. OFN api does not require auth, it always generates an anonymous user for public endpoints
|
2019-10-28 16:00:36 +00:00 |
|
luisramos0
|
b29983ac60
|
Add AMS versions of the error responses in api/base_controller and cover not_found case with a unit test
|
2019-10-28 16:00:36 +00:00 |
|
Matt-Yorkley
|
c0a40c616b
|
Use devise's check_authorization and skip_authorization_check
|
2019-05-28 22:02:18 +01:00 |
|
Hugo Daniel
|
3dd981ca05
|
Use logged in user (spree_current_user) for API authentication (current_api_user)
|
2018-11-14 11:58:28 +01:00 |
|
Kristina Lim
|
9c3bb863da
|
Add endpoints for removing enterprise images
|
2018-09-04 01:32:39 +08:00 |
|
Rob Harrington
|
ffa8a8c7d6
|
Create Api::BaseController to allow use of ActiveModelSerializers
Also add index action to Api::CustomersController
|
2018-06-22 15:39:47 +10:00 |
|