Commit Graph

702 Commits

Author SHA1 Message Date
6395942649 Import timedelta for the recurring jobs 2010-11-08 17:22:37 +00:00
a78ebb2d26 Switch group updates to a trigged task 2010-11-08 17:21:45 +00:00
f409567fbe Add EVE API update job to the scheduled tasks 2010-11-08 17:21:35 +00:00
9b13094fba Switch EVE API update job to a recurring task 2010-11-08 17:20:58 +00:00
758db5c535 Add missing import 2010-11-08 16:04:31 +00:00
14a687451a Added corporate information update task 2010-11-08 16:03:41 +00:00
1ab0ebdcbf Allow importing of corporate members using a subtask 2010-11-08 15:22:41 +00:00
ab0ba3232c Fix error in the apikey import task 2010-11-08 15:17:43 +00:00
0a142d873c Convert validation processing to a celery task 2010-11-08 15:06:16 +00:00
9a0764c7d7 Add some better error detection into the Reddit API, also state exactly what the arguments are 2010-11-08 14:41:52 +00:00
3de75acfc4 Offload reddit messages to a task 2010-11-08 14:37:44 +00:00
63e2739373 Fix the fabfile not to bomb when the server is already stopped 2010-11-08 14:00:59 +00:00
1b2f9e2a68 Use celery's native logger 2010-11-08 13:52:26 +00:00
941da2b145 Add some logging to the EVE API task 2010-11-08 13:39:35 +00:00
ce1b634bdb Fix some silly fabric issues 2010-11-08 13:35:11 +00:00
bb07455a52 Roll ofther required fields into the create statement 2010-11-08 13:33:12 +00:00
0de21f655c Add the broker settings example file 2010-11-08 13:28:27 +00:00
4a26ab54e3 Correct import on fabric config 2010-11-08 13:28:12 +00:00
908aafc404 Add rabbitmq settings for live 2010-11-08 13:18:59 +00:00
dd528697db Move broker settings out to a seperate file 2010-11-08 13:18:36 +00:00
e4bc354c4e Add some documentation to the views 2010-11-08 12:51:59 +00:00
879329032a Updated start script to startup celeryd 2010-11-08 12:48:34 +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
5e400fb372 Give the User ID when trying to display the EVEAccount object 2010-11-08 12:43:04 +00:00
27d769e7a3 Add celeryd to the startup 2010-11-08 11:30:39 +00:00
30d1a12975 Initial work in bringing celery into Auth 2010-11-08 11:26:55 +00:00
0790f32bc7 Return none if we have a issue getting the document 2010-11-08 10:31:36 +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
1f2cc5ffff Avoid doing multiple corp management updates if the person had multiple chars as directors 2010-11-05 19:42:29 +00:00
3a9b31d6e6 Incorrect variable, use the char 2010-11-05 19:36:44 +00:00
920733f86c Revert "Fix the roles import to use id not roleid"
This reverts commit b9902d124b.
2010-11-05 17:50:02 +00:00
8f9e4e2d77 Revert "Migrate EVE API application to 64bit Integers (as per Tyrannis 1.2/API Changes)"
This reverts commit be6d219768.
2010-11-05 17:49:52 +00:00
4a41a28c6a Revert "Remove roleid from the role object, use the id field instead"
This reverts commit ff5addf94f.
2010-11-05 17:49:31 +00:00
1b8c6a7da9 characters != eveplayercharacter_set 2010-11-05 17:08:32 +00:00
ab29b9653d Add CSRF protection to all templates 2010-11-05 17:02:00 +00:00
3505ed5d96 Role the corp management and corp information update into the API update job 2010-11-05 16:50:56 +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
f64f31deda Save the EVEAccount instance before attempting to add characters to it.
Since Django 1.2, the ORM needs to know what database the object belongs in before additions to their M2M fields. Saving the record before the character import solves the problem.
2010-11-04 12:51:11 +00:00
883044348d Change some EVEAccount fields to be readonly 2010-11-04 12:50:59 +00:00
b9902d124b Fix the roles import to use id not roleid 2010-11-04 12:50:40 +00:00
a35dbf454e Fix typo in settings 2010-11-04 12:34:30 +00:00
ff5addf94f Remove roleid from the role object, use the id field instead 2010-11-04 12:33:44 +00:00
be6d219768 Migrate EVE API application to 64bit Integers (as per Tyrannis 1.2/API Changes) 2010-11-04 12:27:03 +00:00
4a1182edae Switch to using the new Message framework (Django 1.2) 2010-11-04 12:03:07 +00:00
0167432f53 Modified Reddit test to check for unicode return 2010-11-04 11:49:19 +00:00
89dd955ef5 Update requirements to Django 1.2.3 2010-11-04 11:48:28 +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
b8415f294f Switch the corp information line to use logger instead of print 2010-11-03 11:18:28 +00:00