]> git.defcon.no Git - hermes/history - api
First stab at a naive permissions-tool
[hermes] / api /
2013-08-16 Jon LangsethPermissions, a naive approach
2013-08-06 Jon Langsethbacklog add
2012-02-07 Jon LangsethForgot one instance of 'permitedcalls' ...
2012-02-07 Jon LangsethPermitedcalls is now called permittedcalls in the DB...
2012-01-26 Jon LangsethMerge branch 'master' of http://git.defcon.no/hermes
2012-01-26 Jon LangsethAdded license text
2012-01-25 Jon LangsethMade default password lenght a config option. Added...
2012-01-24 Jon LangsethUpdating som doc'
2012-01-22 Jon LangsethTrivial documentation update. Removing Dumper from...
2012-01-22 Jon LangsethTests for alias nodes
2012-01-22 Jon LangsethTests for numbers nodes.
2012-01-22 Jon LangsethAdding tests for phone-nodes
2012-01-22 Jon LangsethChanged database-references, 'provision' is now called...
2012-01-21 Jon LangsethChanged from GET to POST on all parameter passing....
2012-01-21 Jon LangsethBrainfart, the new generate_password caused all passwor...
2012-01-21 Jon LangsethMerge branch 'auth-refactor'
2012-01-21 Jon LangsethForgot to add backend config-var to .sample
2012-01-21 Jon LangsethRemoved 'access' => 'no_access' from each and every...
2012-01-20 Jon LangsethTesting uncovered bug, duplicate function name.
2012-01-20 Jon LangsethUpdated previous tests to new framework
2012-01-20 Jon LangsethMaking the test-harness more stream-lined. Only updated...
2012-01-20 Jon LangsethAdded support for user-based authentication, resulting...
2012-01-20 Jon LangsethAdded formal tests for api/auth
2012-01-19 Jon LangsethAdded general framework for API-key authentication...
2012-01-19 Jon LangsethExtended session-authentication, added keying of sessio...
2012-01-18 Jon LangsethStarting to get parts of an auth-framework operational...
2012-01-18 Jon LangsethThe generate_password function gave quite simple passwo...
2012-01-18 Jon LangsethFirst stab at auth. Flow-changes to make things sort...
2012-01-18 Jon LangsethOoops on last commit. forgot to include a majority...
2012-01-18 Jon LangsethAdded domain/list, domain/get_server, domain/set_server...
2012-01-18 Jon Langsethadding provision URL as part of server-data in SQL
2012-01-18 Jon LangsethChanged sql_dbquery to return result on zero rows....
2012-01-17 Jon LangsethAdding the first of many API tests. Run with perl...
2012-01-17 Jon LangsethMerge http://home.defcon.no/testing/hermes-mediator
2012-01-17 Jon LangsethImplemented user/available test-node, added collision...
2012-01-16 jonlMoved API-files to a separate API directory.