codecombat/server/routes
Matt Lott fec3ac38e9 Prepaid subscriptions
Admins can generate a prepaid code, which a user can use to subscribe
for free via the account/subscription page.
The subscription will be identical to the normal monthly subscription
(e.g. 3500 gems per month), except they won’t be charged.
Does not require the recipient to enter billing information.
Can be applied to an existing subscription, which will be converted to
free.
Prepaid code can only be used once.
Prepaid subscription cannot be unsubscribed via the UI.
2015-03-19 15:04:15 -07:00
..
admin.coffee Added recalculation for patches. Struggled with translations. Won't recalculate those probably 2014-07-24 14:41:06 +02:00
auth.coffee Update auth.coffee 2015-01-08 19:27:37 +00:00
base.coffee Clean up mixed quotes 2014-07-01 12:23:22 +08:00
contact.coffee Fixed bug with anonymous players' email addresses not making it through. 2015-02-25 17:39:54 -08:00
db.coffee Added user info to db server error 2015-02-17 22:54:49 +05:30
file.coffee Added a delete endpoint for files. Fixes #33. 2015-01-12 13:37:01 -08:00
folder.coffee Clean up mixed quotes 2014-07-01 12:23:22 +08:00
github.coffee Trying to workaround a crash I saw in the logs for GitHub auth. 2014-11-24 14:38:54 -08:00
languages.coffee Removed log infos, iPad language selection 2014-11-30 16:19:01 -05:00
mail.coffee Enabling another offer. 2015-03-12 11:08:58 -07:00
queue.coffee Clean up mixed quotes 2014-07-01 12:23:22 +08:00
sprites.coffee use a mapping for handlers, schemas, and routes 2014-02-04 23:27:24 +01:00
stacklead.coffee Clean up mixed quotes 2014-07-01 12:23:22 +08:00
stripe.coffee Prepaid subscriptions 2015-03-19 15:04:15 -07:00