Commit Graph

75 Commits

Author SHA1 Message Date
04cbf1de89 Added staff/superadmin extras 2010-06-16 12:56:16 +01:00
78ca607608 Auth via API key, also added Admin interface to edit keys 2010-06-15 21:05:53 +01:00
7d90ddaec0 Fixes for issues in API calls, more error checking 2010-06-15 20:21:16 +01:00
e50e4c87aa Init the API key if it doesnt exist 2010-06-15 20:09:30 +01:00
4cc436540a Removed decorator (to be replaced by a piston authentication method) and added eveapi call 2010-06-15 20:09:05 +01:00
93eae51933 Now uses Auth API keys for API access 2010-06-15 15:45:10 +01:00
dd69956a7c Switch to use simple hashed passwords instead of per-user salt 2010-06-15 15:01:50 +01:00
8a1df3fa68 Now checks for logged in user 2010-06-10 13:39:27 +01:00
63bec7246f Typo 2010-06-10 10:18:26 +01:00
635e81499f Switched basic out to "Login" and switched User to oauth, in prep for dreddit_oauth. 2010-06-10 10:13:59 +01:00
e3fea13425 Remove ServiceLogin and updated User 2010-06-07 13:50:39 +01:00
482c05ca1c Provides more details and only one user id 2010-06-07 13:45:23 +01:00
b4dcdd56b8 Change /api/user to a noauth for the moment 2010-06-07 13:41:10 +01:00
b5e88dc9d9 Fixed syntax error, derp 2010-06-07 13:23:55 +01:00
994bd278d7 Service ID is now optional on the API 2010-06-07 13:21:38 +01:00
34535c7340 Provide EVE APIs with ServiceLogin 2010-05-09 14:24:07 +01:00
16bedc0474 Strip out unneeded and not working API calls, replaced with ServiceLogin call (no OAuth). 2010-05-09 14:21:02 +01:00
cb3efa04e2 API now uses OAuth 2010-04-26 22:24:59 +01:00
a09a1073ab Fixed error in api handlers 2010-04-18 02:50:46 +01:00
843a726b98 Add service_api and service_url to output. 2010-04-14 13:59:34 +01:00
1e2286e927 Further login validation, returned error on anonymous logout 2010-04-14 13:14:53 +01:00
1915357884 Add validation to login, added logout method 2010-04-14 13:13:04 +01:00
8b66bd63b4 Enable authentication 2010-04-14 13:04:00 +01:00
5963e580b2 Added login method and working user lookup 2010-03-19 11:09:58 +00:00
3931f86dee Basic django-piston based API package. 2010-03-18 23:35:45 +00:00