Luis Ramos
|
13a4a3edbe
|
Merge pull request #5532 from luchiago/fix-admin-config-separator-withou-highlight
Fix admin config separator without highlight
|
2020-06-10 23:00:30 +01:00 |
|
Matt-Yorkley
|
9e278d5b2f
|
Improve performance in various reports
|
2020-06-05 16:39:01 +02:00 |
|
Lucas Hiago
|
19ef66f3ad
|
Change mail method config route
|
2020-05-29 21:51:57 -03:00 |
|
Luis Ramos
|
758d7c82f7
|
Rename order_cycle.accessible_by to remove name clash with active record
|
2020-05-19 12:21:13 +01:00 |
|
Luis Ramos
|
a38b18bd0d
|
Remove smtp config from admin config page
|
2020-04-29 13:34:19 +01:00 |
|
Luis Ramos
|
868929eed3
|
Merge pull request #4993 from luisramos0/move_ent_fees
Change engine routes to better work with specs in rails 4
|
2020-04-28 11:48:41 +01:00 |
|
Luis Ramos
|
6e23f5bdac
|
Merge pull request #5233 from luisramos0/stripe_sca_bo
[StripeSCA] Fix card payments in the Backoffice
|
2020-04-27 13:00:24 +01:00 |
|
Luis Ramos
|
23f4faf192
|
Merge pull request #4841 from luisramos0/kill_rabl
Hide broken product taxons field, remove last rabl template and rabl itself
|
2020-04-21 18:49:12 +01:00 |
|
Luis Ramos
|
8f7b3df9b5
|
Make payment controller authorize stripe_sca payments before processing them or advancing order workflow (that also calls payment.process)
|
2020-04-15 16:07:34 +01:00 |
|
Matt-Yorkley
|
ac38b2735c
|
Eager-load data in OrdersController
|
2020-03-23 22:38:57 +01:00 |
|
Luis Ramos
|
9994bc75ca
|
Adapt reports controller to handle routes of reports in the order_management engine differently
|
2020-03-20 11:07:23 +00:00 |
|
Luis Ramos
|
a8078b22f8
|
Move enterprise fees summaries controller and views to ordermanagement engine
|
2020-03-20 11:07:23 +00:00 |
|
Maikel
|
c4e4beb912
|
Revert "Inner join visible orders"
|
2020-03-19 12:01:00 +11:00 |
|
Luis Ramos
|
0308f1465d
|
Remove taxons/search action and respective rabl view
This is dead code
|
2020-03-17 15:51:26 +00:00 |
|
Luis Ramos
|
1049525e50
|
Merge pull request #4963 from luisramos0/variants_fix
Fix 2 broken buttons in the product variants list page
|
2020-03-12 23:48:50 +00:00 |
|
Luis Ramos
|
676d949972
|
Make variants collection show deleted again by bypassing the default scope that removed deleted variants
|
2020-03-10 14:21:20 +00:00 |
|
Pau Perez
|
461b1b26f3
|
Add controller tests to cover totals by supplier
|
2020-03-05 17:45:06 +01:00 |
|
Luis Ramos
|
dad21a52b2
|
Merge pull request #4672 from luisramos0/stripe_sca_method
Add new Stripe payment method compatible with the new Stripe Payment Intents API
|
2020-03-02 17:19:05 +00:00 |
|
Pau Pérez Fabregat
|
a396a7f0af
|
Merge pull request #4818 from luisramos0/delete_dead_code
Delete dead code after PRs 4512 and 4508
|
2020-02-25 13:32:23 +01:00 |
|
Luis Ramos
|
1bdeda4a21
|
Delete dead code after PRs 4512 and 4508
|
2020-02-21 12:25:07 +00:00 |
|
luisramos0
|
b3ac5d8f41
|
Improve code readability a little
|
2020-02-21 10:52:56 +00:00 |
|
luisramos0
|
f691d1aafd
|
Add new payment method StripeSCA that will use the Stripe Payment Intents API instead of the Stripe Charges API that the current StripeConnect gatreway uses
|
2020-02-21 10:52:29 +00:00 |
|
luisramos0
|
2acf8e5125
|
Remove config_locale from base controller, in OFN we dont have separate locales for frontoffice and backoffice
|
2020-02-05 16:02:43 +00:00 |
|
Luis Ramos
|
9313a57d19
|
Merge pull request #4511 from luisramos0/backend_ctrl_search
Bring spree_backend search controller to OFN
|
2020-02-05 15:54:30 +00:00 |
|
Luis Ramos
|
ea75714561
|
Merge pull request #4635 from luisramos0/main_app_routes
Replace use of spree.root_path and root_url with main_app.root_path and main_app.root_url
|
2020-02-04 16:02:48 +00:00 |
|
luisramos0
|
44d1b3f00c
|
Remove unused search/users controller action
|
2020-02-04 14:55:34 +00:00 |
|
luisramos0
|
88464d58c2
|
Fix some rubocop issues and extract ransack hash to reduce repetition
|
2020-02-04 14:55:34 +00:00 |
|
luisramos0
|
962779bba1
|
Merge search controller with decorator
|
2020-02-04 14:54:51 +00:00 |
|
luisramos0
|
1ae73dd6ae
|
Add search_controller from spree_backend so that we can now merge it with the OFN's decorator
|
2020-02-04 14:54:51 +00:00 |
|
Pau Pérez Fabregat
|
246235b921
|
Merge pull request #4667 from Matt-Yorkley/rails-4-prep
Rails 4 prep
|
2020-02-04 15:20:28 +01:00 |
|
luisramos0
|
bbb3748d3c
|
Simplify orders events logic
|
2020-02-04 11:51:13 +00:00 |
|
luisramos0
|
6e26841817
|
Fix load_order before filter and remove unused open and close adjustments actions
|
2020-02-04 11:50:44 +00:00 |
|
luisramos0
|
ab60c4a9dd
|
Remove unnecessary index action override because this is no longer a decorator
Remove useless todo comment
|
2020-02-04 11:50:44 +00:00 |
|
luisramos0
|
7009cd89e0
|
Fix rubocop issues in customer details controller and update rubocop manual todo accordingly
|
2020-02-04 11:50:44 +00:00 |
|
luisramos0
|
b93af37ea9
|
Merge customer details decorator with controller
|
2020-02-04 11:50:03 +00:00 |
|
luisramos0
|
76b6a85509
|
Merge spree/admin/orders_controller and its decorator and fix a few rubocop issues
|
2020-02-04 11:50:03 +00:00 |
|
luisramos0
|
a1d4b4ee98
|
Add orders_controller from spree_backend so that we can now merge it with the OFN's decorator
|
2020-02-04 11:50:03 +00:00 |
|
luisramos0
|
51bca7ce2f
|
Add customer_details_controller from spree_backend so that we can now merge it with the OFN's decorator
|
2020-02-04 11:50:03 +00:00 |
|
luisramos0
|
e192207f4e
|
Fix bug in before filters migration, needs to load payment for the show action
|
2020-01-30 10:27:26 +00:00 |
|
luisramos0
|
74226fbdf8
|
Fix one rubocop issue and update rubocop todo manual for the new controller
|
2020-01-22 20:22:28 +00:00 |
|
luisramos0
|
dc5374e284
|
Merge filter_payment_methods and load_data
|
2020-01-22 20:21:21 +00:00 |
|
luisramos0
|
f6ecf57737
|
Make before filters easier to understand using the fact that there are only index, create, new and fire actions in this controller
|
2020-01-22 20:21:21 +00:00 |
|
luisramos0
|
61ce849546
|
Merge spree/admin/payments_controller with its decorator and fix a few rubocop issues
|
2020-01-22 20:21:21 +00:00 |
|
luisramos0
|
12158d73fa
|
Add payments_controller from spree_backend so that we can now merge it with the OFN's decorator
|
2020-01-22 20:21:21 +00:00 |
|
Matt-Yorkley
|
5f3abbf00e
|
Refactor BaseController
|
2020-01-22 12:17:23 +01:00 |
|
Matt-Yorkley
|
59ebfb9bd4
|
Fix subquery errors triggered by #warn_invalid_order_cycles
|
2020-01-22 12:17:23 +01:00 |
|
Matt-Yorkley
|
57ca1d54bb
|
Fix issue with each_serializer not being called in some cases in Rails 4.
|
2020-01-22 12:17:23 +01:00 |
|
luisramos0
|
1e203ae419
|
Remove destroy with js format in variants controller, we dont use this endpoint in OFN and it avoids having to bring additional code from spree_backend
|
2020-01-16 11:59:36 +00:00 |
|
luisramos0
|
70a24b25e2
|
Update rubocop manual todo and Remove some unnecessary comments
|
2020-01-16 11:59:36 +00:00 |
|
luisramos0
|
f7490ae28b
|
Remove unused stock and destroy actions and bring product routes from spree_backend
|
2020-01-16 11:58:59 +00:00 |
|