Commit Graph

28 Commits

Author SHA1 Message Date
jqxin2006 6a9e2ea7ce fix a bug for mutiple page agent pairing 2013-03-12 10:31:24 -05:00
jqxin2006 930ae4daa8 a bug fix for updating pairings 2013-03-12 10:13:27 -05:00
jqxin2006 02e29301aa Added Agent API and Agent WebUI 2013-03-12 09:54:08 -05:00
jqxin2006 5676828093 Use Markup for escape 2013-03-09 19:49:37 -06:00
jqxin2006 40060ba944 Update Web UI for event display 2013-03-08 20:18:12 -06:00
jqxin2006 06ad7b408b Updated tenant API and API testing 2013-03-06 07:14:26 -06:00
jqxin2006 1bf19a91f2 add tenant api 2013-03-05 22:55:57 -06:00
jqxin2006 7633c3b184 add test script for API 2013-03-05 22:24:53 -06:00
Jarret Raim 560224108c API Support For Policies
Post examples/policy.json to /<tenant>/policies. GET on that URI should return the policy.
2013-02-28 20:13:35 -06:00
Jarret Raim f026612ffb Added Pairing Call
Just post to /<tenant>/agents with the uuid you want to pair to a tenant.
2013-02-26 20:53:08 -06:00
Jarret Raim e3e7ff0acb API Example
Added a /log api with example file.
2013-02-26 20:32:27 -06:00
Jarret Raim d48db67a82 Merge remote-tracking branch 'upstream/master' 2013-02-26 19:33:47 -06:00
Jarret Raim e7dbb9b25e WIP: First API Call 2013-02-19 06:19:27 -06:00
Jarret Raim 22abe99eae Merge pull request #2 from jarretraim/master
Authentication, Administration & Models
2013-02-18 04:29:00 -08:00
Jarret Raim 4d8e0f32b7 Added basic policies 2013-02-17 17:16:45 -06:00
Jarret Raim 05781de964 Added Key model
Mapped to a tenant
2013-02-17 15:16:22 -06:00
Jarret Raim 6eb2e0f651 Added Tenant model 2013-02-17 14:58:14 -06:00
Jarret Raim aeaae4fbdc Authenciation & Admin
Added flask-login for authentication of the web portion. Included flask-admin rather than writing our own views for the various models.
2013-02-17 14:45:13 -06:00
Jarret Raim 151a5726a3 Improved style for Users 2013-02-17 10:42:49 -06:00
Jarret Raim e6ffd56089 Merge pull request #1 from jarretraim/master
Basic Architecture Setup
2013-02-16 18:04:30 -08:00
Jarret Raim f868f80660 Added Twitter Bootstrap for style 2013-02-16 20:02:20 -06:00
Jarret Raim 76bedda7df SQLAlchemy Part 2
IDE git weirdness, this goes with the previous commit for setting up SQLAlchemy.
2013-02-16 19:10:39 -06:00
Jarret Raim aa6cb5932c Adding SQLAlchemy persistence
Basic structure for SQLAlchemy and models. Uses a hardcoded DB location which should be moved to a standard configuration.
2013-02-16 19:10:11 -06:00
Jarret Raim 315544175f Simple formatting fixes 2013-02-16 18:03:06 -06:00
Jarret Raim a6b16c7b89 API Blueprint
Use the Blueprint facility from Flask to create a separation between the API and the web portion of barbican.
2013-02-16 17:53:31 -06:00
Jarret Raim 411123deb1 Flask Structure
Created basic structure for a Flask app.
2013-02-16 13:22:46 -06:00
Jarret Raim 0e2ef1217a Update README.md 2013-02-11 07:43:24 -06:00
Jarret Raim 70554431e0 Initial commit 2013-02-11 05:32:30 -08:00