summaryrefslogtreecommitdiff
path: root/app/controllers/solidus_subscriptions/api/v1/line_items_controller.rb
AgeCommit message (Expand)Author
2020-10-21Fix `authorize!` calls using strings instead of symbolsAlessandro Desantis
2020-10-08Migrate to request specs for testing API controllersAlessandro Desantis
2020-10-08Use guest token to authorize API controller actionsAlessandro Desantis
2020-10-08Implement a base API controller classAlessandro Desantis
2020-10-07Simplify line item management permissionsAlessandro Desantis
2020-09-25Fix namespacing issueAlessandro Desantis
2020-09-25Stop using deprecated CanCanCan aliasesAlessandro Desantis
2020-09-25Fix coding style violationsAlessandro Desantis
2020-06-14Remove checks on unsupported Solidus versionsAlessandro Desantis
2018-12-12Realign specs and solidus versionsfastjames
2017-06-09Support Rails 5.1John Hawthorn
2016-10-25Update order on subscription line item removalBrendan Deere
2016-10-06Fix abilitiesBrendan Deere
2016-10-04Allow guests to edit their subss line itemsBrendan Deere
2016-09-27Remove error handlingBrendan Deere
2016-09-27Override Spree Permitted attributes togetherBrendan Deere
2016-09-27Modify wrap_parameters of LineItemsControllerAlex Blackie
2016-09-23Add destroy endpoint for subscription line itemsAlex Blackie
2016-09-23Add CanCan abilities classAlex Blackie
2016-09-21Use configurable strong params listAlex Blackie
2016-09-21Remove constraint on completed ordersAlex Blackie
2016-09-21Fix logic for updating completed order line itemsAlex Blackie
2016-09-21Add guards for invalid requestsAlex Blackie
2016-09-21Add basic update endpoint for LineItemsAlex Blackie