Commit Graph

827 Commits

Author SHA1 Message Date
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
5b3813a9bb Now stores player's roles in their corporation 2010-09-11 19:16:46 +01:00
67be0fa88b Fixed status and keytype display on lookup output 2010-09-10 15:17:34 +01:00
ae199cb852 Show director status in character overview 2010-09-10 09:44:43 +01:00
d125530946 Add keytype to the admin overview 2010-09-10 09:43:39 +01:00
2be2d58c88 Removed debug statements 2010-09-10 09:42:56 +01:00
005b491d8c Now auto flags directors 2010-09-10 09:35:40 +01:00
4a5317bc01 Fix the UpdateCorp job to check for the correct keytype variable 2010-09-10 09:35:15 +01:00
6b485e6a50 Now stores API key type and cron jobs now identify which key to use instead of being static defined 2010-09-10 09:20:45 +01:00
e712a203a6 Give a default access level (0 causes infinite loops in POSTracker) 2010-09-08 11:14:32 +01:00
6772739047 Fixed string construction 2010-09-08 10:42:09 +01:00
7be9ed4bbc Initial addition of the POS Tracker service 2010-09-08 10:33:17 +01:00
ee549d79a3 Oops, pass back username! 2010-09-02 23:07:24 +01:00
88bb673f99 Use str format for group names, do group updates on account creation 2010-09-02 23:04:07 +01:00
98913004b9 Use actual group name, not circular naming 2010-09-02 22:56:21 +01:00
cecf625a21 Add defaults for memberlist, add and remove 2010-09-02 22:40:43 +01:00
31f0a0cee6 Return ACLs and use them instead of making a second call 2010-09-02 22:38:41 +01:00
1ff6ae38f2 Added import for Ice (doh!) 2010-09-02 22:29:34 +01:00
3e34070a5a Added Ice init to service object for mumble 2010-09-02 22:27:05 +01:00
1615f79b88 Added api call to pull Murmur Objects 2010-09-02 22:13:08 +01:00
3e97539688 Added function to create missing groups, fixed update_groups error 2010-09-02 20:59:58 +01:00
44945b7b5e Added basic group management into the mumble sso module 2010-09-02 20:48:52 +01:00
3ebf402823 Updated fabfile locations 2010-09-01 09:12:52 +01:00
7aa7e87cd1 Allow users to withdraw applications 2010-09-01 09:11:47 +01:00
db81fe9cb4 Remove duplicate topic 2010-08-31 22:44:46 +01:00
e78a3a80ca Actually use the match, not just the object 2010-08-31 22:43:21 +01:00
45c2a65760 Checks if we have a forum link before giving the URL 2010-08-31 22:14:29 +01:00
Silwar Naiilo
f47f0925a6 Adds forum link to the Optimer feed 2010-08-31 22:11:05 +01:00
903915d046 Use extend instead of append, to stop stupid per-api key character listings on the JSON output 2010-08-28 00:36:01 +01:00
8609db2640 Removed default for using the current logged in user, and fixed serviceuid lookup 2010-08-27 22:58:55 +01:00
2490c1158d Switch /api/user to api key auth 2010-08-27 22:54:25 +01:00
acb9674d35 Define u to stop function whining if nothing is passed 2010-08-27 22:51:10 +01:00
5a19e744d1 Fixes login API errors 2010-08-27 22:50:32 +01:00
fb2cfe4759 Fix Auth API key check causing error 500s 2010-08-27 22:42:49 +01:00
Siebren Bakker
777c030d03 Merge branch 'master' of ssh://dev.dredd.it/dreddit-auth 2010-08-10 09:26:35 -05:00
Siebren Bakker
8e04130a6b replaced all GONE responses with a JSON dict of {'auth': 'missing', 'missing': <missing data>} to help with error messages to end users. 2010-08-10 09:23:28 -05:00
7308598c8e Change the race lookup method now that the dict is gone 2010-08-07 13:47:35 +01:00
2b2cf5e7b1 Remove another unneeded lookup function 2010-08-07 13:03:23 +01:00
c49f227e66 Remove unneeded lookup functions, use the builtin ones 2010-08-07 13:02:08 +01:00
94b8736622 Removed a few debug print statements that are no longer needed 2010-08-07 12:36:14 +01:00
9718800002 Small bits of documentation for the Reddit app 2010-08-07 12:32:58 +01:00
Siebren Bakker
4ea56f11f2 Added a newline between form tables and submit button to better identify it visually.
Added a link to the HR page from the EVE API page to better point out the need to submit an application.
2010-08-06 12:55:25 -05:00
72fc1c9635 Updated production env in the fab file 2010-08-06 16:38:24 +01:00