129 Commits

Author SHA1 Message Date
Adarnof
63d13724d0 stop spamming superusers about state changes
#345
2016-04-04 21:54:54 -04:00
Adarnof
829d5a7f06 Raise log level of group sync failure
Done to include exc info in messages for troubleshooting
2016-04-04 16:33:32 -04:00
Adarnof
4f4f7fc955 additional logging for evelink errors 2016-04-01 02:04:51 -04:00
Adarnof
6124c558bd continue api updates on server errors
closes #343
2016-03-31 22:59:30 -04:00
Adarnof
428f044f7f Re-add TS3 group sync periodic task 2016-03-24 18:04:45 +00:00
Adarnof
8fb5058b2f Get current model from db on service group update 2016-03-23 17:10:37 +00:00
Adarnof
44beee4d53 Update tasks.py 2016-03-23 12:38:21 -04:00
Mr McClain
ae1da75d81 Merge pull request #319 from Adarnof/receiver
Replace run_databaseUpdate with m2m receiver
2016-03-22 21:04:44 -05:00
Adarnof
febdaa2802 Add retry for group sync tasks every 10 mins 2016-03-22 06:15:08 +00:00
Adarnof
71779a8ab2 Replace run_databaseUpdate with m2m receiver
- listed to user group changes -> queue service group update
Should help with #318
2016-03-22 06:04:08 +00:00
Adarnof
62265554ea correct indentation 2016-03-18 00:10:09 -04:00
Adarnof
d461e6af79 Move error handling to api calls
- allows interpretation of diffferent evelink codes
2016-03-17 22:18:02 +00:00
Adarnof
724b8d0c00 Fix characters getting assigned vcode as api id 2016-03-11 01:21:46 -05:00
Adarnof
7411ec2477 lowered loglevel for alliance population 2016-03-08 18:47:25 -05:00
Adarnof
38ecb61fa6 Lowered loglevel for service group updates 2016-03-08 18:45:13 -05:00
orbitroom
a03e817c90 Inceased time run_databaseUpdate to fix stability problems 2016-03-08 17:53:03 -05:00
Adarnof
8b205ea959 Closes #301 2016-03-06 23:49:38 -05:00
Adarnof
54f0126058 Removed conflict 2016-02-17 22:44:06 +00:00
Adarnof
58584903bc Merge branch 'master' of https://github.com/R4stl1n/allianceauth into notification
Conflicts:
	celerytask/tasks.py
2016-02-17 22:33:47 +00:00
Mr McClain
6c73f2e43a Merge pull request #277 from Adarnof/alliancegroup
Toggle assignment of alliance groups
2016-02-17 16:35:28 -06:00
Adarnof
0807bc98a3 Shorthand notify command
Notifications on API key update failures
Notifications on application status updates
Notifications on services disabled
2016-02-17 22:30:43 +00:00
Adarnof
7259e40267 Corrected group name generation as alliance 2016-02-17 21:26:34 +00:00
Adarnof
ece06a6832 Toggle assignment of alliance groups 2016-02-17 21:16:16 +00:00
Adarnof
a337876035 Parallelize corp and alliance model updates
- if corp joins alliance which is blue, it may take 2 cycles for blue status to be reflected due to async updates
Addresses #103
2016-02-17 20:56:45 +00:00
Adarnof
4755d4f20c Corrected logging message format parameters 2016-02-14 23:08:51 -05:00
Adarnof
6019b36842 Corrected unnecessary alliance assignment
Corrected inability to delete corp models
2016-02-12 20:55:24 +00:00
Adarnof
6d197d184d Fixed bug in identifying standing models
Fixes #254 #189
Addresses missing corp models for dropdown in corputils
2016-02-12 20:09:46 +00:00
Adarnof
4d0aa92809 Initial rework of corp/alliance model update
Corrected exception when determining id type
2016-02-12 17:30:52 +00:00
Adarnof
2bf133ceee Corrections 2016-02-07 17:28:16 +00:00
Adarnof
2d2afa79eb Added ability to manually trigger api refresh
Ignored cache databases
2016-02-07 11:40:11 +00:00
Adarnof
43eeee503f Merge branch 'master' of https://github.com/R4stl1n/allianceauth 2016-02-07 10:33:33 +00:00
Mr McClain
28f5055eee Removed Redundant Lieing Code 2016-02-07 15:13:07 -06:00
Adarnof
b988f4ad6f Added ability to toggle assigning corp groups 2016-02-02 06:28:06 +00:00
Adarnof
3631b97567 Experimental fix for #229 2016-02-02 04:29:31 +00:00
Adarnof
cce661c17a Use set_state function during api refresh 2016-01-31 18:11:01 +00:00
Adarnof
c50595303b Corrected key validation 2016-01-31 18:02:20 +00:00
Adarnof
49d1b86566 Check apis during refresh by user state 2016-01-31 08:06:38 +00:00
Adarnof
cce940f9a2 Corrected form validation
Corrected logging comments
2015-12-11 14:02:15 +00:00
Adarnof
696483baa6 Updated API refresh to assign states properly
Corrected form comments
2015-12-11 13:28:51 +00:00
Adarnof
8978d8322e Merge branch 'master' of https://github.com/R4stl1n/allianceauth into newcelery 2015-12-11 12:51:21 +00:00
Adarnof
d4b9186c61 API form validates by member and characters
Functions to determine membership level of user and eve characters
2015-12-11 12:50:30 +00:00
Adarnof
a641bd2b65 Fixes #220
Characters uppdate only when API key does not incur errors for #219
2015-12-10 14:47:30 +00:00
Adarnof
d486f979bb Tolerate random 221 errors from API servers
Implements #185
2015-12-10 07:50:56 +00:00
Adarnof
2c6ca5f273 Assign user to discordauthtoken for security
- prevents exploit of another user entering incorrect password for email yet passing validation using existing token mentioned in #146
 - does not protect against same user entering wrong password (I can live with this.)
Periodic task to remove invalid token every 2 hours
2016-01-05 22:53:52 +00:00
Adarnof
5f70e68cc2 Typo. 2016-01-02 22:19:41 +00:00
Adarnof
a789edb3d8 Logging everywhere.
Corrected corp model updating logic to handle owning corp.
Corrected typecasting during api access mask comparison.
Removed error protection during user TS3 group updating to propogate errors.

Relevent issues:
Sorry for the spam.
2016-01-02 21:24:40 +00:00
Adarnof
9225896938 Merge branch 'master' of https://github.com/R4stl1n/allianceauth into more_logging
Conflicts:
	celerytask/tasks.py
2016-01-02 14:35:10 +00:00
Trent Bartlem
0fcc34ee23 #154 only sync TS3 if it's enabled 2016-01-02 16:19:37 +10:00
Adarnof
55fc69cf8d Basic logging for Discord account creation and database updating. 2015-12-28 06:50:13 +00:00
Adarnof
ab4f00fc1e Merge branch 'master' of https://github.com/R4stl1n/allianceauth 2015-12-10 02:55:41 +00:00