Commit Graph

326 Commits

Author SHA1 Message Date
304bdd87b1 Switch index view to use a django generic standard view 2011-01-10 14:20:14 +00:00
44547695f6 Update the authentication backend with upcoming features 2011-01-07 14:14:51 +00:00
6106d8dbb2 PEP8 cleanup of SSO 2011-01-07 12:58:01 +00:00
17923ca2f2 Don't allow resets of Service Acccounts that don't need a password 2011-01-07 09:15:53 +00:00
83b183b756 Small fixes from Live 2011-01-05 10:14:56 +00:00
30f69c7bd3 Typo! 2011-01-04 21:39:27 +00:00
d8c29e20f7 Don't blow chunks if one update fails 2011-01-04 21:37:59 +00:00
266d236068 Use ticker instead of name 2011-01-04 21:26:52 +00:00
65b1967758 Check if the groups are there to remove/add 2011-01-04 17:14:28 +00:00
43cc7d56ca Fix bug with creating TS3 groups 2011-01-04 08:22:13 +00:00
d2a905e0c5 Move group check after corporate, allows for corporate level groups without extra commands being executed 2011-01-03 15:44:18 +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
a235982c55 Fix the issues with = in people's client nicknames 2011-01-03 15:17:55 +00:00
5df62d7188 Fixes the character skill list order 2010-12-23 09:49:34 +00:00
e21b185d4f Import the Reddit Account model 2010-12-22 22:43:47 +00:00
4649d4a1ce Attempt to fix the search form problem 2010-12-22 22:20:12 +00:00
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