summaryrefslogtreecommitdiff
path: root/lib/solidus_subscriptions
AgeCommit message (Expand)Author
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
2017-01-12Subscription ship_address can be updatedBrendan Deere
2017-01-12Process user subs by addressBrendan Deere
2017-01-12Use subscription address for consolidated intallmentBrendan Deere
2017-01-12Merge pull request #119 from brendandeere/speed_up_subscription_processing_jobBrendan Deere
2017-01-09Remove some n+1 queries from processingBrendan Deere
2017-01-09Subs have many subs line itemsBrendan Deere
2017-01-06Merge pull request #113 from brendandeere/remove_root_orderBrendan Deere
2017-01-06Remove root order referencesBrendan Deere
2017-01-06Add user trait to include addressesBrendan Deere
2017-01-06Subscriptions belong to a storeBrendan Deere
2017-01-06Spec against Solidus 2.0Brendan Deere
2016-11-03make_subs_permitted_attriubtes_configurableBrendan Deere
2016-10-20Explicitly capture the default gateway blockBrendan Deere
2016-10-19Installments no longer track their order directlyBrendan Deere
2016-10-17Initialize the gateway with a blockBrendan Deere
2016-10-12Make the dispatchers pluggableBrendan Deere
2016-10-12Merge pull request #89 from brendandeere/skipsBrendan Deere
2016-10-07Add a link to the subscriptions backend areaBrendan Deere
2016-10-06Fix abilitiesBrendan Deere
2016-10-06Reset successive skip countBrendan Deere
2016-10-06Add config options for skipsBrendan Deere
2016-10-05Merge pull request #80 from brendandeere/config_minimum_cancellation_noticeBrendan Deere
2016-10-05Merge pull request #84 from brendandeere/preferred_abilitiesBrendan Deere
2016-10-05Merge pull request #83 from brendandeere/subs_indexBrendan Deere
2016-10-05Prefer hash conditions over blocksBrendan Deere
2016-10-04Allow guests to edit their subss line itemsBrendan Deere
2016-10-04Set the Completed at time for fulfilled installmentsBrendan Deere
2016-10-04Processor cancels subsBrendan Deere