summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-10-01Reformat sample configuration fileAlessandro 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-09-24Remove empty asset filesAlessandro 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-22Fix coding style issuesAlessandro 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-06-09Support Rails 5.1John Hawthorn
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