Commit Graph

151 Commits

Author SHA1 Message Date
58e6e76bc5 Use now() instead of datetime.now() 2012-05-20 16:12:34 +01:00
1d2bf5258b Fix import errors 2012-05-20 15:19:11 +01:00
0a4b30244f Initial work on eve_api for Django 1.4 2012-05-20 12:21:24 +01:00
605a063e80 Fix naturaltimediff to work in Django 1.4 timezones 2012-05-20 11:40:25 +01:00
5892538fb7 Basic upgrade to all base packages, Django, Celery and others. 2012-04-23 23:56:55 +01:00
c2ef2ae003 Fix typo 2012-02-03 00:43:48 +00:00
a9ed7d97f2 Better API handling, avoid hitting the character API with NPC corps 2012-02-03 00:14:06 +00:00
85c36b6829 Fix silly typo causing corp imports to fail 2012-01-26 21:04:47 +00:00
e4a113411c Check for MemberTrackingExtended and pass extra parameters as needed 2012-01-26 20:38:29 +00:00
4b503b79f0 Use Digg style pagination for Corp and Alliance detail views 2012-01-04 20:56:20 +00:00
5985b936f4 Merge branch 'master' into develop 2012-01-04 18:55:36 +00:00
28c44caea0 For corporate keys, if APIKeyInfo returned OK assume its OK to use. 2012-01-02 20:49:52 +00:00
ad7a427c00 Switch EVE API access log view to class based views 2011-12-24 01:55:45 +00:00
928f81d592 Update Corporation and Alliance views to use class views 2011-12-24 01:30:59 +00:00
4e08ad3d1b Moved EVE API views into their own module, added some CSV mixins 2011-12-24 01:12:08 +00:00
94389ab8e0 Remove the dependency on django-pagination, fixes #214 2011-12-24 00:05:23 +00:00
61428654b5 Check the AccountStatus API to see if a account is still usable 2011-12-19 02:29:09 +00:00
ec4f9da004 Add mass updating for corps/alliances 2011-12-10 18:48:43 +00:00
62a8fe0e53 Link corp/alliance from the logos 2011-12-09 15:15:47 +00:00
a79204b8ce Fix the character sheet 2011-12-09 15:03:59 +00:00
5adc4001f8 Show hidden fields (fixes the update api issue) 2011-12-06 18:57:33 +00:00
18a3705186 Fix issues with no errors showing 2011-12-05 23:33:18 +00:00
b36ba5dcba Added level back into teh training information 2011-12-04 20:44:04 +00:00
e2223f6702 Final cleanup, formset was actually supposed to be fieldset. 2011-12-04 19:23:25 +00:00
8e85ace60d Move the useful formfield tools out into a app to reuse elsewhere 2011-12-04 15:59:13 +00:00
6616fefbab eve_api templates updated, forms now more flexable and easier to manage 2011-12-04 15:49:37 +00:00
427fdcc2dd Added API access display to the profile page 2011-12-04 03:46:48 +00:00
76c6df0fd2 Further theme updating changes. 2011-12-04 01:39:03 +00:00
9a26bfd235 Initial work on re-themeing auth with Bootstrap CSS 2011-10-27 14:25:25 +01:00
98bda18f25 Cleanup some access checking code, make has_access a bit more smart 2011-10-26 14:04:25 +01:00
8314aa5178 Added the code for legacy key expiry 2011-10-11 09:27:23 +01:00
57b3a8f654 Allow for EVE API key claiming if they're already in the DB. - Thanks Dorijan and Nil'kandra 2011-10-07 09:13:11 +01:00
2f4ba7ab76 Cleanup the char import, avoid hitting the API with corp keys 2011-09-28 10:57:08 +01:00
aa2c153db5 Only check old keytypes if we don't have it already 2011-09-28 10:20:07 +01:00
6f5b12329d If its a unknown keytype and CAK is enabled, assume its CAK 2011-09-28 09:40:48 +01:00
c2214e1fb8 Handle Expired API keys correctly 2011-09-28 09:39:58 +01:00
b005d0b5ea Add versioning information to eve_api 2011-09-09 14:41:49 +01:00
2d549f587f Fix the API Add template 2011-09-07 11:32:23 +01:00
ae6f991867 Fix error on log, also make the queue only execute if we have access to it 2011-09-05 13:37:35 +01:00
d17c2ec1f8 Move the employment history into the context 2011-09-05 09:29:01 +01:00
23aa38507c Fix the end_date value to return the correct value 2011-09-05 09:11:03 +01:00
7a00172abf Force sorting on the employment history section 2011-09-05 09:09:07 +01:00
6daa4b7049 Add ordering to the employment history 2011-09-05 09:03:34 +01:00
2ba567460e Ignore CEO characters with the ID 1 (aka, 'EVE System') 2011-09-03 22:54:08 +01:00
f3a51f3b95 Make timeout setting definable, stop avoidable stack traces 2011-09-03 22:45:49 +01:00
f0ea081638 Try and ignore people updating with invalid keys 2011-09-02 14:23:27 +01:00
a69b60aaa9 Added employment history to the character sheet 2011-09-02 11:44:25 +01:00
a0878d6f51 No need for the () in templates 2011-09-02 08:26:46 +01:00
0028bf60ff Only show accounts if we have characters on it 2011-09-02 08:25:57 +01:00
a3d571ccd6 Pass request object to the gargoyle check 2011-09-02 08:13:13 +01:00