Commit Graph

755 Commits

Author SHA1 Message Date
22d8ff9d39 Added meta information to Group application 2010-10-25 14:16:57 +01:00
b63eaaaceb Added metadata to the eve_proxy models 2010-10-25 14:13:55 +01:00
89dac99d92 Added some further helptext 2010-10-21 17:26:50 +01:00
a52a90bed3 Add admin panels, integrate Group Information into the admin interface 2010-10-21 17:23:27 +01:00
361ff00187 Fixed migration, removed Corporate groups 2010-10-21 16:51:57 +01:00
aa2d00c820 Don't show a request link if the group is managed 2010-10-21 16:46:08 +01:00
eda04d3a9a Add a "Managed" type which will not be requestable 2010-10-21 16:42:30 +01:00
b037251174 Data Migration to add in GroupInformation records for each group 2010-10-21 16:42:12 +01:00
f555e85e3d First step of the groups subapp, view groups and request access done 2010-10-21 16:27:47 +01:00
3b568f3156 Silent fail if Reddit login errors 2010-10-18 17:27:50 +01:00
0546c2e7bf Add some further error checking to the Reddit API module 2010-10-18 17:25:48 +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
7232045aed Added django-debug-toolbar to assit with profiling 2010-10-18 15:43:47 +01:00
0700d25b3b Don't use the form for Admin, and only update the API on first add 2010-10-18 12:21:45 +01:00
2d2e90606d Fix TS3 service issues experienced in Live 2010-10-18 12:21:30 +01:00
6b92280636 Fix stupid errors, call enable_user with a password, and use objects not object 2010-10-18 12:20:46 +01:00
ab67c55d90 Modification to the cron methods to allow arguments to be passed to each call 2010-10-18 12:19:22 +01:00
a3cbc5063c Fix templates to show recommendations 2010-10-18 12:18:37 +01:00
81c1f6dc5c Add bookmark 2010-10-16 02:15:12 +01:00
80a9a95b28 Shorterned the registration URL, saves problems 2010-10-16 01:46:26 +01:00
070602779c Changed UID and added further details to the custom info 2010-10-16 00:02:35 +01:00
a20d63f19f Final fix for the URL 2010-10-15 23:49:40 +01:00
fb686e5f07 Syntax error 2010-10-15 21:01:06 +01:00
a0407d81f1 Fix encoding on bookmark name and username 2010-10-15 20:57:55 +01:00
76f65a1cbf Fixes various issues with the TS3 plugin 2010-10-15 14:44:56 +01:00
97a82e07e7 Fixed invalid syntax 2010-10-15 13:27:21 +01:00
884dc6ffb5 Refactored the group creation code, cached so it shouldn't have to do multiple calls 2010-10-14 14:17:48 +01:00
813820c40b Trust the output from the Services layer 2010-10-14 12:47:24 +01:00
111dfaeb9a Added TS3 service api plugin 2010-10-14 12:47:10 +01:00
37924568f9 Added further information to the HR admin forms 2010-10-14 10:55:09 +01:00
f6e8869693 Fleshed out the SSO admin pages 2010-10-14 10:51:12 +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
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