Commit Graph

92 Commits

Author SHA1 Message Date
304bdd87b1 Switch index view to use a django generic standard view 2011-01-10 14:20:14 +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
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
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
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
b119f6a1f0 Provide only the user's ID to the task, not the full object 2010-11-12 09:39:50 +00:00
e4bc354c4e Add some documentation to the views 2010-11-08 12:51:59 +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
4a1182edae Switch to using the new Message framework (Django 1.2) 2010-11-04 12:03:07 +00: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
39ec392394 Fixes some SSO views that allowed anonymous access 2010-10-27 09:03:42 +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
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
b6c9f96d60 Show alliance on the character list 2010-10-13 11:45:12 +01:00
8dcc022d66 Redirect invalid user lookups to the search box 2010-10-11 10:06:21 +01:00
74ffff0a2b Cleanup formatting of views.py 2010-09-30 10:49:56 +01:00
9196706586 Cleanup profile view 2010-09-28 15:17:46 +01:00
b0ef4042c6 Few fixes for live issues discovered with the API password setting fuction 2010-08-06 14:17:41 +01:00
3c0dca0fa3 API authentication (/api/login) now uses a seperate API password field. 2010-08-06 13:46:07 +01:00
3dea1a8d24 Add lookup by email address 2010-07-08 09:46:23 +01:00
d41e34e310 Order logs to show most recent first 2010-06-06 10:43:12 +01:00
41d7a731e4 Refresh API now flushes the cache as well 2010-06-04 08:43:01 +01:00
31e324d0a2 Added API access tracking to EVE Proxy and presented via SSO. 2010-05-30 22:16:00 +01:00
3b010c1e19 Catches errors while importing API keys 2010-05-16 18:36:50 +01:00
204b10d71b Fix user searching, actually returns a working page. 2010-05-13 23:24:45 +01:00
ac0bb7ad43 Fixed invalid syntax 2010-05-13 23:19:53 +01:00
bc38cd6f67 Fixes user search function 2010-05-13 23:12:44 +01:00
0faeb87ecb Preload settings in the model, makes cleaner code 2010-05-13 13:03:31 +01:00
75663c308b Fixed a few instances where api settings would go not setup 2010-05-13 10:53:15 +01:00
cf3faa3be3 Added ability for users to force refresh their API keys 2010-04-18 03:44:43 +01:00
956052c25c If a user is loggged in, redirect to the profile page 2010-04-05 02:53:27 +01:00