index
:
solidus_subscriptions.git
dependabot/add-v2-config-file
master
nirebu/associate-first-order-to-subscription
subscription-email-reminder
Add subscriptions to Solidus stores.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
controllers
Age
Commit message (
Expand
)
Author
2020-06-18
Allow admins to change a subscription's payment method and source
Alessandro Desantis
2020-06-17
Allow setting subscription interval and end date via the API
Alessandro Desantis
2020-06-17
Allow setting a subscription's billing address via the API
Alessandro Desantis
2020-06-17
Allow admins to set a subscription's billing address
Alessandro Desantis
2020-06-16
Display subscriptions without line items in admin list
Alessandro Desantis
2020-06-16
Sort installments by creation date by default
Alessandro Desantis
2020-06-16
Add actions to subscription detail page
Alessandro Desantis
2020-06-16
Add installments list to subscription edit page
Alessandro Desantis
2020-06-15
Add shipping address to backend subscription form
Alessandro Desantis
2020-06-15
Redirect admins to subscription edit page after creation/update
Alessandro Desantis
2020-06-15
Allow admins to add line items to a subscription
Alessandro Desantis
2020-06-14
Remove checks on unsupported Solidus versions
Alessandro Desantis
2018-12-14
Skip forgery protection on API
Angel Perez
2018-12-12
Realign specs and solidus versions
fastjames
2017-06-09
Support Rails 5.1
John Hawthorn
2017-01-12
Subscription ship_address can be updated
Brendan Deere
2017-01-09
Subs have many subs line items
Brendan Deere
2016-10-26
Add sortable columsn to subscriptions admin page
Kevin Attfield
2016-10-26
Skip installments from the subs index page
Brendan Deere
2016-10-26
Skip subscriptions from the admin interface
Brendan Deere
2016-10-26
Admin cancel subscriptions
Brendan Deere
2016-10-26
Merge pull request #104 from brendandeere/feature/subs-new
Brendan Deere
2016-10-25
Update order on subscription line item removal
Brendan Deere
2016-10-20
Remove unneeded controller action
Brendan Deere
2016-10-20
Build Line item off of existing subscriptions
Brendan Deere
2016-10-20
Add subscription line item nested form
Alex Blackie
2016-10-20
add new template and form for subscriptions
Alex Blackie
2016-10-12
Merge pull request #89 from brendandeere/skips
Brendan Deere
2016-10-07
Merge pull request #87 from brendandeere/subs_search
Brendan Deere
2016-10-07
Paginate the orders
Brendan Deere
2016-10-07
Add filters to subscriptions index page
Brendan Deere
2016-10-06
Fix abilities
Brendan Deere
2016-10-06
Enforce maximum skip limits
Brendan Deere
2016-10-04
Allow guests to edit their subss line items
Brendan Deere
2016-10-03
Add Admin::SubscriptionsController
Brendan Deere
2016-09-29
Add #skip to subscriptions controller
Alex Blackie
2016-09-27
Remove error handling
Brendan Deere
2016-09-27
Override Spree Permitted attributes together
Brendan Deere
2016-09-27
Add Subscriptions#update api endpoint
Brendan Deere
2016-09-27
Modify wrap_parameters of LineItemsController
Alex Blackie
2016-09-26
Move unsetting actionable_date into state machine
Alex Blackie
2016-09-26
Add cancel endpoint for subscriptions
Alex Blackie
2016-09-23
Add destroy endpoint for subscription line items
Alex Blackie
2016-09-23
Add CanCan abilities class
Alex Blackie
2016-09-21
Use configurable strong params list
Alex Blackie
2016-09-21
Remove constraint on completed orders
Alex Blackie
2016-09-21
Fix logic for updating completed order line items
Alex Blackie
2016-09-21
Add guards for invalid requests
Alex Blackie
2016-09-21
Add basic update endpoint for LineItems
Alex Blackie