aboutsummaryrefslogtreecommitdiff
path: root/app/handlers/base.py
AgeCommit message (Expand)Author
2014-11-20Add boot POST token validation.Milo Casagrande
2014-11-18base: Fix base handler for mongodb ID.Milo Casagrande
2014-11-14Update json library, fix models.Milo Casagrande
2014-11-12Add /lab URL handler.Milo Casagrande
2014-11-07base: Refactor base handler.Milo Casagrande
2014-10-24Refactor variable and add new ones.Milo Casagrande
2014-10-22handlers: Use db connection parameters.Milo Casagrande
2014-10-21handlers: Refactor token validation logic.Milo Casagrande
2014-10-21base: Use wrapper function instead of single ones.Milo Casagrande
2014-10-20base: Refactor decorator use.Milo Casagrande
2014-10-16handlers: Make instance method into static one, refactor.Milo Casagrande
2014-10-13base: Add better error logging.Milo Casagrande
2014-09-11handlers: Refactor common methods into module.Milo Casagrande
2014-09-08boot: Implement DELETE method.Milo Casagrande
2014-08-12handlers: Fix HTTP status code to 422.Milo Casagrande
2014-07-31Massive refactoring.Milo Casagrande
2014-07-30Add HadlerResponse class.Milo Casagrande
2014-07-29BaseHandler: Add debug info, fix method.Milo Casagrande
2014-07-29decorators: Rework decorators implementation.Milo Casagrande
2014-07-25Remove method for old header test.Milo Casagrande
2014-07-25Protect POST method.Milo Casagrande
2014-07-25Protect DELETE method.Milo Casagrande
2014-07-24First token base authorization work.Milo Casagrande
2014-06-25Fix log message and aggregate sorting.Milo Casagrande
2014-06-19aggregate: Implement limit keyword.Milo Casagrande
2014-05-21Check for args only if available in the request.Milo Casagrande
2014-05-15Define query keys, and use them to retrieve args.Milo Casagrande
2014-05-15Fix created attribute.Milo Casagrande
2014-05-14Implement $match mongodb on aggregation.Milo Casagrande
2014-05-14Add query parameter to retrieve date ranged documents.Milo Casagrande
2014-05-14Add valid keys for BootHandler GET method.Milo Casagrande
2014-05-13Implement common function to retrieve query args.Milo Casagrande
2014-05-09Fix doc strings.Milo Casagrande
2014-04-25Handle aggregate, add more valid GET keys.Milo Casagrande
2014-04-23Fix returned json structure, unique list of fields.Milo Casagrande
2014-04-23Fix and clean-up handlers.Milo Casagrande
2014-04-23Rework base handler GET method.Milo Casagrande
2014-04-18Remove MAX_LIMIT and add _get method.Milo Casagrande
2014-04-11Reorganized code.Milo Casagrande
2014-04-10Use write_error instead of send_error.Milo Casagrande
2014-04-09Fix DELETE method for SubscriptionHandler, other fixes.Milo Casagrande
2014-04-09Rework how errors are sent.Milo Casagrande
2014-04-09Make sure the status code is always included in the JSON response.Milo Casagrande
2014-04-07Use the find_and_count function to retrieve documents.Milo Casagrande
2014-04-07Abstract HTTP methods into the base handler class.Milo Casagrande
2014-04-04Add initial logging facility.Milo Casagrande
2014-04-04Add doc string.Milo Casagrande
2014-04-04Implement firt DELETE version for jobs.Milo Casagrande
2014-04-03Add check_content_type function.Milo Casagrande
2014-04-01Make functions async.Milo Casagrande