Commit Graph

719 Commits

Author SHA1 Message Date
da3d694a4a Reference the first API key for the character 2010-10-14 09:44:35 +01:00
f677bb72f4 Remove eveapi/reddit from add_user call, all is accessible by user/char 2010-10-14 09:39:10 +01:00
23be382e34 Add User on the Service API now returns a dict of values 2010-10-14 09:32:52 +01:00
53fd5d7f92 Pause before restarting 2010-10-13 14:12:29 +01:00
bf166f958f Use ajax request for pulling Reddit comments 2010-10-13 14:12:13 +01:00
9fdc4454a9 Modified Reddit API for Comment/Message objects to be based from dicts, for easier serialization 2010-10-13 12:44:59 +01:00
f12d0983f6 Add missing imports 2010-10-13 12:06:21 +01:00
ee255cd109 response != request 2010-10-13 12:05:06 +01:00
df9ff2cce0 Switch reddit posts to be a AJAX request 2010-10-13 12:03:19 +01:00
b6c9f96d60 Show alliance on the character list 2010-10-13 11:45:12 +01:00
3e75201e9d Return just the name of eve_api objects, not name/id 2010-10-13 11:40:46 +01:00
101cb367d6 Updated template and fixed formatting errors 2010-10-13 11:37:53 +01:00
a99fbf47d2 Updated the Application view template, make it a tad easier to read 2010-10-13 11:27:11 +01:00
7d88b20d02 Update script executions to use realpath instead of abspath
This allows scripts to be executed via symlinks and still work
2010-10-13 11:16:54 +01:00
f34f45c2b5 Commit additional scripts created on Live 2010-10-13 11:15:21 +01:00
7f0a86b883 Remove unneeded fields in the object init 2010-10-13 08:18:29 +01:00
e68ed25bcc Force execution of the first query to avoid stupid unoptimized subqueries 2010-10-12 23:27:28 +01:00
2d4e6fe8a5 Reduce repeat queries, streamline the check_permissions function 2010-10-12 22:44:19 +01:00
68a5132cad Give directors carte blanche over their corporation's apps 2010-10-12 22:24:56 +01:00
701bc5762e Reworked HR to work in a multi-corporation enviroment
Allows for multiple corporations to view HR applications in their own limited env.
2010-10-12 22:07:03 +01:00
2ad9b8a09c Lock django-jsonfield to a specific revision
Newer versions have some new weird and wonderful dependancies, including Jquery (wut?)
2010-10-12 21:11:25 +01:00
ded4cd368e Speedup the cache clear job by using some sensible code options 2010-10-12 17:13:16 +01:00
52447f3f81 Handle UTF8/Unicode in the Reddit API
This fixes Ps3udo's issues with his welcome text
2010-10-11 10:16:46 +01:00
8dcc022d66 Redirect invalid user lookups to the search box 2010-10-11 10:06:21 +01:00
5cf49e500d Add some more API error handling into the OpTimer api 2010-10-11 09:58:11 +01:00
7e5b9771a7 Added meta information for SSO models 2010-09-30 11:16:23 +01:00
5ecb1cc04e Messed up model definition, caused errors in migrations 2010-09-30 11:11:49 +01:00
fc98562efe Added SSOUserNote model 2010-09-30 10:55:56 +01:00
74ffff0a2b Cleanup formatting of views.py 2010-09-30 10:49:56 +01:00
45aebfea38 Role object now returns its name or ID 2010-09-30 10:47:18 +01:00
9196706586 Cleanup profile view 2010-09-28 15:17:46 +01:00
9d6ab573d5 Added check_uid command for services, defaults to using check_user 2010-09-21 11:59:37 +01:00
df22ba1807 Delete any service accounts that are missing their related account info 2010-09-21 11:51:41 +01:00
67118995c7 Stop crashing if the user doesnt exist on Mumble 2010-09-21 11:51:20 +01:00
e134d6f786 Change mining buddy service to return proper return codes 2010-09-21 11:50:42 +01:00
f3675b3e05 Allow the cron runner to be interrupted 2010-09-21 11:50:12 +01:00
bb63bbbc79 Fix jabber service not to return a false when provided with a JID 2010-09-21 11:49:49 +01:00
73356fad88 Fix ident error that was causing the job to fail 2010-09-21 10:58:43 +01:00
08c8d7c63d Missed a import 2010-09-21 10:58:27 +01:00
33c526801a Added job to update the service groups on a daily basis 2010-09-21 10:57:27 +01:00
18a3f8751f Fixes the Status/Keytype display on user lookup 2010-09-20 22:06:20 +01:00
48f53ddb2c Fixes the Director API update. 2010-09-20 22:02:07 +01:00
e8795b5f45 Change to the root directory before executing (stops Mumble ICE file errors)
This was causing the SSO job to fail, thanks for psu3d0 for pointing it out.
2010-09-20 21:59:57 +01:00
8142310f90 Ignore invalid API keys on refresh. 2010-09-11 20:13:33 +01:00
019319bbbb Move exception trapping to the actual location the exception occures. 2010-09-11 19:52:18 +01:00
ebe3b26f8a Add in detection of refused connections to the API. 2010-09-11 19:46:54 +01:00
7c4b185063 Added column searching for Roles 2010-09-11 19:44:07 +01:00
2b9b9358b1 Fix roleIDs to use a charfield until we get bigints in django 1.2 2010-09-11 19:38:52 +01:00
94dc88b86d Convert roleID to int to save hassle 2010-09-11 19:31:53 +01:00
4c415f6493 Exclude expired API keys (as per new CCP guidelines) 2010-09-11 19:26:24 +01:00