summaryrefslogtreecommitdiff
path: root/billing/app/controllers/billing_admin_controller.rb
AgeCommit message (Collapse)Author
2014-04-11move engines into engines directoryAzul
Also renamed help to support so it's harder to confuse it with documentation
2014-02-10rename authorize to require_loginAzul
authorize_admin -> require_admin also add require_token which will ensure token has been used for auth.
2013-10-17Some cleanup of code to deal with past due subscriptions.jessib
2013-10-10Admins can cancel pastdue subscriptions, but users cannot cancel their own ↵jessib
pastdue subscription, as then admins won't be able to search for them.
2013-10-01Allow admins to view past-due subscriptions.jessib