aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2015-01-19max_workers cannot be VM-handled.file-uploadMilo Casagrande
2015-01-19Let the VM handle the thread pool size.Milo Casagrande
2015-01-19Manually handle open/close of upload file.Milo Casagrande
2015-01-19Fix how async method are created.Milo Casagrande
2015-01-16Add more test for token validation.Milo Casagrande
2015-01-16Fix token handler.Milo Casagrande
2015-01-16Use new validation function for upload handler.Milo Casagrande
2015-01-16Add new token attribute.Milo Casagrande
2015-01-16Add new key and validation for token.Milo Casagrande
2015-01-16Return the correct status code.Milo Casagrande
2015-01-16Fix how destination directory is checked.Milo Casagrande
2015-01-16Fix path handling.Milo Casagrande
2015-01-16Fix tests.Milo Casagrande
2015-01-16Fix validation functions.Milo Casagrande
2015-01-16Tokens that can POST can also perform PUT.Milo Casagrande
2015-01-15Complete upload PUT handler.Milo Casagrande
2015-01-15Define new app setting.Milo Casagrande
2015-01-15Add new put key.Milo Casagrande
2015-01-15Fix base PUT handler.Milo Casagrande
2015-01-14Add first tests for upload handler.Milo Casagrande
2015-01-14Fix doc string.Milo Casagrande
2015-01-14Fix tests.Milo Casagrande
2015-01-14Fix quotes used.Milo Casagrande
2015-01-14Add stub support for PUT requests.Milo Casagrande
2015-01-14Refactor function name, add docs.Milo Casagrande
2015-01-14Fix typos.Milo Casagrande
2015-01-14Merge branch 'master' into file-uploadMilo Casagrande
2015-01-14Version bump.2015.1.1Milo Casagrande
2015-01-14Fix imports.Milo Casagrande
2015-01-14Fix imports.Milo Casagrande
2015-01-14Fix imports.Milo Casagrande
2015-01-14Fix imports.Milo Casagrande
2015-01-14Fix imports and single quotes.Milo Casagrande
2015-01-14Fix import.Milo Casagrande
2015-01-14Fix import.Milo Casagrande
2015-01-14Fix import usage, add new test.Milo Casagrande
2015-01-14Fix import.Milo Casagrande
2015-01-14Fix import style.Milo Casagrande
2015-01-14Fix single quote use.Milo Casagrande
2015-01-14Fix import style.Milo Casagrande
2015-01-14Make sure report is sent with real data.Milo Casagrande
2015-01-14More job handler test coverage.Milo Casagrande
2015-01-14Fix quote usage.Milo Casagrande
2015-01-14Handle wrong ID in job handler DELETE.Milo Casagrande
2015-01-14Add SendHandler tests.Milo Casagrande
2015-01-14Fix job handler tests.Milo Casagrande
2015-01-14Create new handler for /send URL.Milo Casagrande
2015-01-14Add new send handler valid keys.Milo Casagrande
2015-01-14Add delay key.Milo Casagrande
2015-01-14Fix import and add TODO.Milo Casagrande