Commit Graph

341 Commits

Author SHA1 Message Date
0d168cb461 Move signals to tasks, as they are triggered tasks now 2010-11-10 11:40:49 +00:00
c8233caf2d Optimize the lookup query to speed up the group update loop 2010-11-08 17:36:02 +00:00
c1a54a79b9 Incorrect decorator 2010-11-08 17:29:36 +00:00
0201758c45 Fix a few minor issues with job execution 2010-11-08 17:28:33 +00:00
a78ebb2d26 Switch group updates to a trigged task 2010-11-08 17:21:45 +00:00
e4bc354c4e Add some documentation to the views 2010-11-08 12:51:59 +00:00
4df72a3c7f Remove the RemoveInvalidUsers job, no longer needed 2010-11-08 12:48:13 +00:00
bc375df305 Create a update_user_access task to manage user permissions after updates 2010-11-08 12:46:15 +00:00
30d1a12975 Initial work in bringing celery into Auth 2010-11-08 11:26:55 +00:00
5e41d4e9cb Use shortcuts and tidy up the response code 2010-11-08 09:58:07 +00:00
bd90fe04cc Update permissions after a API key is removed 2010-11-08 09:34:13 +00:00
e5841cf284 Update service groups as they're added to the user, avoiding another costly cronjob 2010-11-05 16:39:29 +00:00
4a1182edae Switch to using the new Message framework (Django 1.2) 2010-11-04 12:03:07 +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
e1beff8845 Reworking of the TS3 module, enable group removal 2010-11-02 11:20:05 +00:00
fc66668c6c Add Character information to the Service Accounts 2010-11-01 20:36:30 +00:00
550fc73353 Oh god syntax error! 2010-10-31 12:22:52 +00:00
43e4b88b3f Add add/remove power 2010-10-30 11:21:14 +01:00
a975e14388 Refresh the key owner's permissions, not the requesters 2010-10-29 13:06:02 +01:00
d7cd9b10eb Stop anyone requesting refreshes 2010-10-29 12:54:16 +01:00
75ce3c8943 Refreshing your API key on your profile now uses a ajax request. 2010-10-29 12:44:57 +01:00
d66f3b4a9f Allow eveapi_refresh to be called via XHR and return a JSON representation of the key 2010-10-29 11:03:08 +01:00
c6015dfdad Fixes SSO forms, now doesnt error when missing a value on Service Add forms 2010-10-27 09:14:43 +01:00
39ec392394 Fixes some SSO views that allowed anonymous access 2010-10-27 09:03:42 +01:00
3daf5243d9 Fix Mumble to refuse changes when the interface is down 2010-10-27 09:01:41 +01:00
77d157a109 Fixes TS3 service to kick before deleting 2010-10-26 09:04:31 +01:00
500720a734 Optimize individual character lookup 2010-10-18 16:53:27 +01:00
459a0dcdbd Optimize the character list view 2010-10-18 16:44:24 +01:00
b4ab0e40e1 Optimize the user_view view, slashing the render time in half 2010-10-18 16:09:25 +01:00
ad86c14ca0 Limit returned fields on user lookup 2010-10-18 15:44:04 +01:00
2d2e90606d Fix TS3 service issues experienced in Live 2010-10-18 12:21:30 +01:00
6b92280636 Fix stupid errors, call enable_user with a password, and use objects not object 2010-10-18 12:20:46 +01:00
ab67c55d90 Modification to the cron methods to allow arguments to be passed to each call 2010-10-18 12:19:22 +01:00
81c1f6dc5c Add bookmark 2010-10-16 02:15:12 +01:00
80a9a95b28 Shorterned the registration URL, saves problems 2010-10-16 01:46:26 +01:00
070602779c Changed UID and added further details to the custom info 2010-10-16 00:02:35 +01:00
a20d63f19f Final fix for the URL 2010-10-15 23:49:40 +01:00
fb686e5f07 Syntax error 2010-10-15 21:01:06 +01:00
a0407d81f1 Fix encoding on bookmark name and username 2010-10-15 20:57:55 +01:00
76f65a1cbf Fixes various issues with the TS3 plugin 2010-10-15 14:44:56 +01:00
97a82e07e7 Fixed invalid syntax 2010-10-15 13:27:21 +01:00
884dc6ffb5 Refactored the group creation code, cached so it shouldn't have to do multiple calls 2010-10-14 14:17:48 +01:00
111dfaeb9a Added TS3 service api plugin 2010-10-14 12:47:10 +01:00
f6e8869693 Fleshed out the SSO admin pages 2010-10-14 10:51:12 +01:00
130bc0afb3 Fix a few showstoppers in the Services changes. 2010-10-14 10:41:37 +01:00
df1bdde396 Massive reworking of how Services are created 2010-10-14 10:28:39 +01:00
da3d694a4a Reference the first API key for the character 2010-10-14 09:44:35 +01:00
f677bb72f4 Remove eveapi/reddit from add_user call, all is accessible by user/char 2010-10-14 09:39:10 +01:00
23be382e34 Add User on the Service API now returns a dict of values 2010-10-14 09:32:52 +01:00
b6c9f96d60 Show alliance on the character list 2010-10-13 11:45:12 +01:00