aboutsummaryrefslogtreecommitdiffstats
path: root/app.rb
AgeCommit message (Collapse)Author
2014-06-08JSON API for individual messagesTeddy Wing
2014-06-08Create JSON route for message listTeddy Wing
Create a route to get a list of messages in JSON, tied to a hard-coded email account for now.
2014-06-08Get label creation working by shelling out to pythonTeddy Wing
Dammit Context.IO Ruby SDK
2014-06-08app.rb: remove slash from URL in /auth-beginTeddy Wing
REQUEST_URI already has a trailing slash so we shouldn't be adding a second one.
2014-06-08app.rb: add Context.IO oauth routes/actionsTeddy Wing
* Require the FancyBear module * Add a couple new methods to support authentication via Context.IO
2014-06-07Yo.Jonathan Barronville