Commit Graph

75 Commits

Author SHA1 Message Date
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
96de3cc5eb Password Reset now allows for providing passwords when GENERATE_SERVICE_PASSWORD is false 2010-04-03 21:19:39 +01:00
004fe1d6c8 Optional setting to disable the auto password generation for Service Accounts 2010-04-03 20:55:56 +01:00
28d3ee66d8 Now links to user's character profiles 2010-04-02 20:52:37 +01:00
4c6b5ddd9f Change the userlookup to case insensitive. 2010-04-02 18:44:14 +01:00
70f41a73b3 Added service error to import, oops 2010-03-31 02:38:17 +01:00
4592988263 Warn on errors deleting a service account, also avoids deleting the record 2010-03-30 22:23:55 +01:00
337036247e Added warning about reactiviating inactive accounts, and set the crontab to 5 mins 2010-03-24 14:32:05 +00:00
15f9dc972a Now checks for errors updating the reddit user's api, fixes #38 2010-03-24 10:25:08 +00:00
81804cb409 Permission updates now disables accounts instead of deleting them, 2010-03-23 21:00:33 +00:00
84191f24e8 More error checking on Jabber, also presents error message to user if service addition fails 2010-03-23 13:37:31 +00:00
83ca536653 Now allows partial search on names 2010-03-23 13:21:50 +00:00
fe54116057 Massive reworking on the user lookup form to support various other lookup types (Character/Reddit ID) 2010-03-23 12:59:16 +00:00
fa4a084292 Added delete confirmation for services. Generally cleanup of service views 2010-03-23 10:49:12 +00:00
596cc0bab4 Fixed del_user and added enable/disable functions to mumble service 2010-03-23 10:24:00 +00:00
bb4ae21556 Toggled successful check, always reporting fail 2010-03-18 18:20:01 +00:00
42588e1909 Actually added working password reset functions. Fixed views as required. 2010-03-18 18:16:18 +00:00
81e81ffe4a Adds a character viewer 2010-03-17 00:07:35 +00:00