Commit Graph

310 Commits

Author SHA1 Message Date
b68391bed6 Fix search form for optional apps (like reddit) 2010-12-20 14:49:38 +00:00
279948c330 Various small fixes for the reddit decouple 2010-12-20 12:43:02 +00:00
cc4f986edb Decoupled the "reddit" application from the main program 2010-12-20 12:17:14 +00:00
0aef422d9a Switch from "import settings" to "from django.conf import settings" 2010-12-20 11:46:47 +00:00
98ed469373 Refer to eve_api.models, not the api_player file 2010-12-07 16:41:08 +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
3aea381461 Remove unneeded imports 2010-12-02 10:59:06 +00:00
394b81cb5e Fix API refresh 2010-12-01 12:14:17 +00:00
ea925e3305 Split API import tasks into two seperate jobs, one for the frontend, one for backend 2010-12-01 12:00:30 +00:00
cab224c224 Remove returning results from import_eveapi, as this is causing excess stored results on RabbitMQ 2010-12-01 09:29:00 +00:00
2380dcc706 Fix user lookup 2010-11-29 12:02:42 +00:00
8a456a8868 Reduce timeouts and fix minor API refresh issue 2010-11-29 12:01:59 +00:00
0c3dccc2e8 Pass the User ID instead of the user object 2010-11-29 12:00:52 +00:00
47eb996c63 Various fixes to SSO services, including transaction handling and correct DbService handling 2010-11-29 11:59:14 +00:00
dc372cd3f2 Remove i18n support from Registration form 2010-11-29 11:57:48 +00:00
aec231234e Support for inserting corp/alliance information into POStracker 2010-11-26 10:15:53 +00:00
b119f6a1f0 Provide only the user's ID to the task, not the full object 2010-11-12 09:39:50 +00:00
46f1cdd236 New Registration form that blocks bad domains 2010-11-12 09:30:45 +00:00
5d4a2707a9 Fix task to pull the correct user 2010-11-10 11:41:09 +00:00
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