Commit Graph

160 Commits

Author SHA1 Message Date
8142310f90 Ignore invalid API keys on refresh. 2010-09-11 20:13:33 +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
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
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
4a3b801185 Moved to using South, and used a better repo for JSONField 2010-07-01 18:31:42 +01:00
74568b477e Remove django-evolution 2010-07-01 18:09:14 +01:00
c73ba0c148 Fixed further utf8 errors in the eve_api module 2010-06-09 10:23:31 +01:00
2e628d5456 Move import line 2010-06-08 12:44:36 +01:00
0352df4aad Use a different name that doesnt cause collisions 2010-06-08 12:43:14 +01:00
5e1e4f4512 Added AllianceUpdate cronjob 2010-06-08 12:31:32 +01:00
6cb802c835 Fixes cronjob to process the 50 oldest API keys 2010-06-06 10:43:53 +01:00
41d7a731e4 Refresh API now flushes the cache as well 2010-06-04 08:43:01 +01:00
19458e9234 Fixes issues experienced during the eve upgrade.
Accounts marked as "Other Error" were killed when really they should be
ignored for the moment. I've added further checking on the eve_api
import that ingores down errors (900 and above) and the access checker
to ignore accounts with a status of 3.
2010-05-26 09:22:51 +01:00
1b5a4f3412 Now populates CEO character for corporations 2010-05-13 11:27:06 +01:00
abc214ea18 Now allows access permissions on a alliance level 2010-05-08 18:03:24 +01:00
8e61100ec5 Fixed DOM parsing for corp_management puller 2010-05-08 16:47:42 +01:00
8aa6373f20 Fixed director update 2010-04-21 13:37:25 +01:00
8a1210f235 Corporate Management stage 1
This changeset adds a couple of new features to the API, it pulls in all characters on a corp
basis, if a director's API key is available, and updates last login/logoff date/times for each
corp member.
2010-04-21 13:31:22 +01:00
a2a32f398a Updated evolution 2010-04-20 14:09:01 +01:00
98e10b1952 Added Total SP field calculated during API runs 2010-04-20 14:04:54 +01:00
6b8a4e374d Added applications field into EVEPlayerCorporation 2010-04-05 02:42:12 +01:00
bd0e292c34 Removed debug line 2010-04-04 01:56:21 +01:00
c77d0c948e Identifies error 211 and flags it diff 2010-04-04 01:33:25 +01:00
c5e9cf99c2 Fixes batches issue 2010-04-04 01:55:24 +01:00
ca23d32eef Batches eve_api updates in batches of 50, allows for gradual updates throughout the day 2010-04-04 01:54:13 +01:00
1fc325e060 Now only updates API keys not updated in the last day 2010-04-04 01:39:16 +01:00
a9e9497bfb Fixes Issue #27, woohoo! 2010-04-04 01:33:26 +01:00
82dffb1324 Further work on issue #27, also enforced utf8 for XML decoding 2010-04-04 01:11:16 +01:00
4f5bc89d5f Fixed race and gender description fuctions 2010-04-04 01:07:44 +01:00
3854aca02d Corp updates are included in the characters, so seperate corp update is optional 2010-04-03 03:01:36 +01:00
634aa2765f Fixing unicode issues in eve_api and eve_proxy. Shouldn't blow its guts on the russian alliances 2010-04-03 02:07:13 +01:00
37e9ade309 Oops, confused races/bloodlines 2010-04-02 23:54:16 +01:00
d7aa896151 Added Caldari to the races 2010-04-02 23:51:20 +01:00
220e8d4d62 Now shows actual race/gender values in character profile 2010-04-02 23:38:58 +01:00
1637318522 Now pulls in more information from the character API. 2010-04-02 23:02:45 +01:00
9c6272d4f5 Added method to update account from API in the Admin interface 2010-04-02 21:48:30 +01:00
da400983f3 Eve_api module now pulls Corp if we don't have a record of it, and aborts on a error 2010-04-02 20:59:40 +01:00
ffe0799502 Ignore errors on updating corporation details, avoids the DS1 issue for the moment 2010-04-02 20:03:08 +01:00
f15993958f api_status_description now provides english description of API key status 2010-03-24 11:37:11 +00:00
484a459987 Removed django_cron dependancy, use manual started cronjobs 2010-03-23 09:43:04 +00:00