Commit Graph

72 Commits

Author SHA1 Message Date
4b8595eb52 Fix the authentication handler to actually work 2011-01-10 10:01:47 +00:00
a89de619ee Further work on the V2 API - Added the User handler 2011-01-10 09:59:46 +00:00
6498338686 Further work on the v2 API, new EVE Proxy 2011-01-10 09:21:22 +00:00
7be1f97cba Initial work on V2 of the Auth API, also fixes for V1 2011-01-09 13:01:29 +00:00
f27f17fd21 Character API now provides skills 2010-12-07 17:13:04 +00:00
186dd199be Import Skill information from the API, also provide new Auth API to access this information 2010-12-07 16:41:47 +00:00
dcac0e24b0 Switch to using __unicode__ and django's smart __str__ handling, also added permalinks for HR models 2010-12-07 11:02:18 +00:00
1e52c87a46 Rework eve_proxy to remove dependancy on eve_api and allow it to handle downtime situations better 2010-11-10 11:36:28 +00:00
e36a8ea2e0 Added ability to lookup user by userid 2010-10-31 22:43:47 +00:00
c28d72f0ad Add the ticker field for Sources 2010-10-28 16:24:58 +01:00
00f8ec3d66 Now pulls the source details 2010-10-28 16:22:58 +01:00
1e3194adb6 Switch to using a Source object 2010-10-28 15:56:42 +01:00
baf88520a9 Use insesitive like 2010-10-28 13:01:06 +01:00
1b18598e05 Blacklist API endpoint, allows lookup for blacklisted items 2010-10-28 11:39:53 +01:00
dee89dff68 PEP8 of most of the API app 2010-10-26 09:02:05 +01:00
5cf49e500d Add some more API error handling into the OpTimer api 2010-10-11 09:58:11 +01:00
db81fe9cb4 Remove duplicate topic 2010-08-31 22:44:46 +01:00
e78a3a80ca Actually use the match, not just the object 2010-08-31 22:43:21 +01:00
45c2a65760 Checks if we have a forum link before giving the URL 2010-08-31 22:14:29 +01:00
Silwar Naiilo
f47f0925a6 Adds forum link to the Optimer feed 2010-08-31 22:11:05 +01:00
903915d046 Use extend instead of append, to stop stupid per-api key character listings on the JSON output 2010-08-28 00:36:01 +01:00
8609db2640 Removed default for using the current logged in user, and fixed serviceuid lookup 2010-08-27 22:58:55 +01:00
2490c1158d Switch /api/user to api key auth 2010-08-27 22:54:25 +01:00
acb9674d35 Define u to stop function whining if nothing is passed 2010-08-27 22:51:10 +01:00
5a19e744d1 Fixes login API errors 2010-08-27 22:50:32 +01:00
fb2cfe4759 Fix Auth API key check causing error 500s 2010-08-27 22:42:49 +01:00
Siebren Bakker
777c030d03 Merge branch 'master' of ssh://dev.dredd.it/dreddit-auth 2010-08-10 09:26:35 -05:00
Siebren Bakker
8e04130a6b replaced all GONE responses with a JSON dict of {'auth': 'missing', 'missing': <missing data>} to help with error messages to end users. 2010-08-10 09:23:28 -05:00
94b8736622 Removed a few debug print statements that are no longer needed 2010-08-07 12:36:14 +01:00
3c0dca0fa3 API authentication (/api/login) now uses a seperate API password field. 2010-08-06 13:46:07 +01:00
4a3b801185 Moved to using South, and used a better repo for JSONField 2010-07-01 18:31:42 +01:00
Aaron Static
5bcc03be6d Op Timer API: woops I made the default duration 60 hrs not 60 mins HEH 2010-07-01 23:04:30 +10:00
Aaron Static
97c6f8f9bb Op Timer API: better error handling and message when no ops are
scheduled
2010-07-01 21:28:15 +10:00
Aaron Static
cdb0349e74 sets a default duration of 1 hour for ops, in case people (Matalok)
forgets to set one :)
2010-07-01 19:54:55 +10:00
Aaron Static
faf3cba87d lets not concatenate strings and integers, hey? 2010-07-01 19:38:14 +10:00
Aaron Static
c8bfe4e574 Merge branch 'master' of ssh://git@dev.dredd.it/dreddit-auth 2010-07-01 19:28:40 +10:00
794d074d4b Fixed API argument issues 2010-07-01 10:26:23 +01:00
Aaron Static
5aea5763ab fixed hanging ops in optimer api, added endsIn value 2010-07-01 19:25:39 +10:00
5aa65e6a64 For eveproxy, work with parameters as case insensitive (as per Eve API) 2010-06-30 15:18:33 +01:00
acb1cb9aa8 Some small fixes for the OpTimer API call 2010-06-30 15:13:55 +01:00
Aaron Static
c41c225a29 left a print in op timer api 2010-06-30 23:47:55 +10:00
Aaron Static
1427caaa76 Op Timer API 2010-06-30 23:45:09 +10:00
0d5bd2a16f Fix eveproxy handler and eveapi handler to return the correct data 2010-06-30 09:43:31 +01:00
b3d9ac353d Reduced API key output and added Authenticated EVE API proxy handler 2010-06-23 17:02:58 +01:00
7b5ae1a9ae Wrap key output in a dict to allow for PHPisms 2010-06-16 13:15:41 +01:00
5eb9306181 Added to login handler as well 2010-06-16 13:00:16 +01:00
0847094a1d superuser, not superadmin 2010-06-16 12:56:51 +01:00
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