summaryrefslogtreecommitdiff
path: root/app/controllers
AgeCommit message (Expand)Author
2020-06-18Allow admins to change a subscription's payment method and sourceAlessandro Desantis
2020-06-17Allow setting subscription interval and end date via the APIAlessandro Desantis
2020-06-17Allow setting a subscription's billing address via the APIAlessandro Desantis
2020-06-17Allow admins to set a subscription's billing addressAlessandro Desantis
2020-06-16Display subscriptions without line items in admin listAlessandro Desantis
2020-06-16Sort installments by creation date by defaultAlessandro Desantis
2020-06-16Add actions to subscription detail pageAlessandro Desantis
2020-06-16Add installments list to subscription edit pageAlessandro Desantis
2020-06-15Add shipping address to backend subscription formAlessandro Desantis
2020-06-15Redirect admins to subscription edit page after creation/updateAlessandro Desantis
2020-06-15Allow admins to add line items to a subscriptionAlessandro Desantis
2020-06-14Remove checks on unsupported Solidus versionsAlessandro Desantis
2018-12-14Skip forgery protection on APIAngel Perez
2018-12-12Realign specs and solidus versionsfastjames
2017-06-09Support Rails 5.1John Hawthorn
2017-01-12Subscription ship_address can be updatedBrendan Deere
2017-01-09Subs have many subs line itemsBrendan Deere
2016-10-26Add sortable columsn to subscriptions admin pageKevin Attfield
2016-10-26Skip installments from the subs index pageBrendan Deere
2016-10-26Skip subscriptions from the admin interfaceBrendan Deere
2016-10-26Admin cancel subscriptionsBrendan Deere
2016-10-26Merge pull request #104 from brendandeere/feature/subs-newBrendan Deere
2016-10-25Update order on subscription line item removalBrendan Deere
2016-10-20Remove unneeded controller actionBrendan Deere
2016-10-20Build Line item off of existing subscriptionsBrendan Deere
2016-10-20Add subscription line item nested formAlex Blackie
2016-10-20add new template and form for subscriptionsAlex Blackie
2016-10-12Merge pull request #89 from brendandeere/skipsBrendan Deere
2016-10-07Merge pull request #87 from brendandeere/subs_searchBrendan Deere
2016-10-07Paginate the ordersBrendan Deere
2016-10-07Add filters to subscriptions index pageBrendan Deere
2016-10-06Fix abilitiesBrendan Deere
2016-10-06Enforce maximum skip limitsBrendan Deere
2016-10-04Allow guests to edit their subss line itemsBrendan Deere
2016-10-03Add Admin::SubscriptionsControllerBrendan Deere
2016-09-29Add #skip to subscriptions controllerAlex Blackie
2016-09-27Remove error handlingBrendan Deere
2016-09-27Override Spree Permitted attributes togetherBrendan Deere
2016-09-27Add Subscriptions#update api endpointBrendan Deere
2016-09-27Modify wrap_parameters of LineItemsControllerAlex Blackie
2016-09-26Move unsetting actionable_date into state machineAlex Blackie
2016-09-26Add cancel endpoint for subscriptionsAlex 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