summaryrefslogtreecommitdiff
path: root/lib/solidus_subscriptions
AgeCommit message (Expand)Author
2021-02-09Use name in customer serializerNicholas Van Doorn
2021-01-30Remove `dummy_order` and `dummy_line_item` helpersAlessandro Desantis
2021-01-30Move all business logic to `lib`Alessandro Desantis
2021-01-30Resume processing installments for cancelled subscriptionsAlessandro Desantis
2021-01-30Reorganize hierarchy of dispatcher classesAlessandro Desantis
2021-01-30Process one installment at a time in background jobsAlessandro Desantis
2021-01-20Streamline and simplify `SolidusSubscriptions::Processor`Alessandro Desantis
2020-12-16Avoid processing installments with cancelled subscriptionsSean
2020-12-14Update cancel method on subscription to respect minimum dateSean
2020-11-17Move reprocessing to time based criteriaNicolò€ Rebughini
2020-11-16Add config to ignore past unfulfilled installmentsNicolò€ Rebughini
2020-10-30Add Subscriptions tab to User page in AdminIgor Barbosa
2020-10-21Fix DefaultCustomer permission set giving guests access to adminAlessandro Desantis
2020-10-10Add maximum_reprocessing_attempts preferenceAlessandro Desantis
2020-10-09Implement Churn Buster API clientAlessandro Desantis
2020-10-09Fix DefaultCustomer permission set with CanCan 2Alessandro Desantis
2020-10-09Add a permission set for administratorsAlessandro Desantis
2020-10-08Add scope to subscription permissionsAlessandro Desantis
2020-10-08Use guest token to authorize API controller actionsAlessandro Desantis
2020-10-07Simplify line item management permissionsAlessandro Desantis
2020-10-07Migrate ability to permission setsAlessandro Desantis
2020-09-27Implement a `LineItem#subscribable` associationAlessandro Desantis
2020-09-25Remove actionable_date from the default modifiable subscription attributesAlessandro Desantis
2020-09-25Stop using deprecated CanCanCan aliasesAlessandro Desantis
2020-09-25Fix coding style violationsAlessandro Desantis
2020-09-24Use `.configure`/`.configuration` standard for config managementAlessandro Desantis
2020-09-24Copy default configuration to an initializer during installationAlessandro Desantis
2020-07-30Merge pull request #141 from solidusio-contrib/aldesantis/subscription-eventsAlessandro Desantis
2020-07-30Implement subscription event trackingAlessandro Desantis
2020-07-29Use Spree.user_class instead of Spree::User to allow for custom user classes....Marc Rohloff
2020-07-27Update default permitted attributesAlessandro Desantis
2020-07-24Use parent strategy when building associations in factoriesAlessandro Desantis
2020-06-17Retrieve payment method from payment sourceAlessandro Desantis
2020-06-17Group subscriptions by billing and shipping addresses for schedulingAlessandro Desantis
2020-06-17Create :with_shipping_address and :with_billing_address traitsAlessandro Desantis
2020-06-17Remove unused factories fileAlessandro Desantis
2020-06-13Update decorator namespaces to be compliant with ZeitwerkAlessandro Desantis
2020-06-13Update to the latest solidus_dev_supportAlessandro Desantis
2020-01-20Update extension structure using dev_supportMattia Roccoberton
2019-01-25Change static factory attrs to dynamicfastjames
2018-12-12Realign specs and solidus versionsfastjames
2018-07-31Update factory_girl to factory_botfastjames
2017-07-24Authorize subscriptions admin sidebar linkBrendan Deere
2017-05-23Only load permitted attributes onceBrendan Deere
2017-05-23Ensure user exists when setting CC#default=trueJohn Hawthorn
2017-02-03Add Subscription configuration valuesBrendan Deere
2017-01-12Merge pull request #121 from brendandeere/change_dates_to_date_timesBrendan Deere
2017-01-12Subscription actionable_date is a DateTimeBrendan Deere
2017-01-12Deactivate expired subscriptionsBrendan Deere
2017-01-12Replace max_installments with end_dateBrendan Deere