Commit Graph

27 Commits

Author SHA1 Message Date
df8a8c9554 Removed unneeded imports 2011-02-24 08:44:03 +00:00
b126486b69 Added character information passthrough to update_groups, also enabled per corp groups in TS3 2011-01-03 15:42:04 +00:00
47eb996c63 Various fixes to SSO services, including transaction handling and correct DbService handling 2010-11-29 11:59:14 +00:00
eeb3266dad Switch SSO Service API layer to use the new Django 1.2 ORM layer 2010-11-04 11:47:19 +00:00
23be382e34 Add User on the Service API now returns a dict of values 2010-10-14 09:32:52 +01:00
9d6ab573d5 Added check_uid command for services, defaults to using check_user 2010-09-21 11:59:37 +01:00
cfdf10aac1 Added update groups to the base class 2010-07-06 12:58:52 +01:00
999c642dbe Fixes all db service issues 2010-05-14 15:06:35 +01:00
ffa20908a6 Use static dbcusor 2010-05-14 14:35:22 +01:00
60b705ac03 Fix dbcursor issue 2010-05-14 14:30:04 +01:00
7376f1e1b8 Added import for django DB to base 2010-05-14 14:24:51 +01:00
f7870e57cb Reworked DB accessing plugins to use a common API class 2010-05-14 10:45:01 +01:00
45e303fb4e BaseService is always successful. 2010-04-03 20:57:50 +01:00
3f458928e4 Now provides user, character, eveapi, and reddit accounts to the Service API add_user 2010-03-22 14:17:07 +00:00
42588e1909 Actually added working password reset functions. Fixed views as required. 2010-03-18 18:16:18 +00:00
3a31d3b3c1 Fixes BaseService to return a uid value 2010-03-14 03:39:31 +00:00
9806c2c3cb Services now use UID by default. 2010-03-07 01:53:09 +00:00
d81f6a5d1c Added ability to list APIs 2010-03-05 01:04:13 +01:00
7fe039764b Added ability to switch off Service API 2010-03-05 00:50:36 +01:00
732a56d531 Various bugfixes for the Jabber XMPP method 2010-03-04 22:59:20 +01:00
634727c51b Now checks if the service can provide cookies 2010-03-01 15:48:17 +00:00
828a9a33d4 Remove the "set_corp" service api 2010-03-01 15:03:16 +00:00
b53e662200 Now authenicates access to services based on groups, not simple tags 2010-02-28 23:09:33 +00:00
e624535779 Added corp_only to BaseService 2010-02-25 19:22:38 +00:00
53630f980f Various changes to several aspects of the model base.
* Added SSOUser extension profile for auth
* Now checks for Corp membership and executes required commands
* Various small fixups
2010-02-25 15:49:56 +00:00
4cd4865f32 Various work on services api and models 2010-02-25 11:34:59 +00:00
f68e2be1f9 Imported initial services api 2010-02-24 16:04:38 +00:00