|
|
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 |
|
|
|
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 |
|