aboutsummaryrefslogtreecommitdiff
path: root/app/handlers/subscription.py
AgeCommit message (Expand)Author
2014-11-14Update json library, fix models.Milo Casagrande
2014-11-07subscription: Use new JSON validation.Milo Casagrande
2014-10-16handlers: Make instance method into static one, refactor.Milo Casagrande
2014-10-15handlers: Use the newly defined keys and values.Milo Casagrande
2014-07-31Massive refactoring.Milo Casagrande
2014-04-23Fix and clean-up handlers.Milo Casagrande
2014-04-09Fix DELETE method for SubscriptionHandler, other fixes.Milo Casagrande
2014-04-08Add missing __init__, new handler tests.Milo Casagrande
2014-04-07Implement _delete and _post methods.Milo Casagrande
2014-04-04Implement firt DELETE version for jobs.Milo Casagrande
2014-04-03Fix DELETE operation for subscriptions.Milo Casagrande
2014-04-03Implement DELETE method.Milo Casagrande
2014-04-01Use externa function to subscribe email.Milo Casagrande
2014-04-01Make functions async.Milo Casagrande
2014-03-31Rename utils file in subscription.Milo Casagrande
2014-03-28Fix imports.Milo Casagrande
2014-03-28Fix SubscriptionHandler.Milo Casagrande
2014-03-28PEP8/pylint clean-up.Milo Casagrande
2014-03-28Rework write and finish operation.Milo Casagrande
2014-03-27Refactor and work on the subscription module.Milo Casagrande
2014-03-26Add subscription handler, fix typo.Milo Casagrande