Adarnof
8e3221e5ec
Added logic to handle missing objects during run_api_refresh
2015-11-06 23:22:47 +00:00
Adarnof
75676e7887
Corrected login in corp/alliance updates to prevent deletion of running alliance
2015-11-06 22:37:55 +00:00
Brett Costabile
db1f475cf4
Removed logging
...
Got rid of some logging I missed when cleaning up.
Also, a thumbs.db slipped past me somehow?
2015-11-05 23:09:41 -05:00
Brett Costabile
0914ac171f
Redundant query
...
That was dumb
2015-11-05 22:57:58 -05:00
Brett Costabile
15e959b265
Merged with R4stl1n master
...
Had to resolve a small conflict in email. Replaced mine with upstream.
2015-11-05 22:37:37 -05:00
Adarnof
2a05b42c01
Removed redundant function from tasks.py
...
Added Corp/Alliance name switching to base template.
Fixed logic error in corp application filtering for hrapplication views.
2015-11-06 03:22:21 +00:00
Adarnof
6c4520bf58
Update IS_BLUE authserviceinfo field during blue<->member transition
2015-11-04 19:54:14 +00:00
Adarnof
7ad37c2cd2
Corrected typo in run_api_refresh
2015-11-04 17:35:07 +00:00
Brett Costabile
c9958ebbb5
Removed all my logging
...
I'm done. Don't need this anymore.
2015-11-03 01:18:08 -05:00
Brett Costabile
b29d6bd7da
Don't need that
...
Testing
2015-11-02 23:55:20 -05:00
Brett Costabile
0c4694d123
Moved TS3 group update
...
The group update was being called once for every group the user was in,
but the update function itself already iterates over all the groups and
only needs to be called once per user.
I've moved the execution out of the group iteration so it only gets
called once.
2015-11-01 17:11:40 -05:00
Brett Costabile
b76bc2729c
More random changes
...
Super disorganized here. Trying to get back to a working state
2015-11-01 16:41:16 -05:00
Adarnof
9402329374
added corp change handling while auth'd
2015-11-01 01:45:40 -04:00
Adarnof
45b0bb5753
corrected function parameters
2015-10-31 22:46:45 -04:00
Adarnof
e091575453
fixed indentation error
2015-10-31 21:09:57 -04:00
Adarnof
a3de13f055
cleaned up settings descriptions
...
incorporated alliance/corp check into main character change
restored alliance text to forms
returned optional alliance checking to periodic tasks (pray for me)
deleted accidental inclusion of PID file
this is gonna tickle.
Signed-off-by: Adarnof <adarnof@gmail.com>
2015-10-31 17:35:00 -04:00
Adarnof
5853b41e58
Abstracted standing level (corp or alliance) depending on toggle
2015-09-20 04:19:30 +00:00
Adarnof
a40e29ea89
Added depenedent function generate_corp_group_name until I can figure out
...
how to import from util.common_task.py
2015-09-23 15:43:01 -04:00
Adarnof
9e189a639d
Cleaned up corp -> blue and blue -> corp transitions in API check
2015-09-19 21:47:45 +00:00
Adarnof
fe6325cef9
Added blue -> member handling to celerytask
2015-09-19 05:58:33 +00:00
Adarnof
cb79054db9
Added member -> blue handling to mumble username
2015-09-19 05:52:14 +00:00
Adarnof
a62988530d
Reworked permission correction during API check. Is cleaner... a bit.
2015-09-19 05:28:49 +00:00
Adarnof
c0d8e880ab
Started adding member -> blue permission handling during api check. Probably very buggy.
2015-09-18 04:26:21 +00:00
Adarnof
259c2c7141
Fixed refences to renamed variable "alliance_standings" -> "corp_standings"
2015-09-18 03:59:44 +00:00
Adarnof
db0a4c235a
Fixed reference to renamed variable "ALLIANCE_BLUE_STANDING" -> "BLUE_STANDING"
2015-09-18 03:51:02 +00:00
Adarnof
48d1afb104
Fixed indentation in tasks.py
...
Removed reference to undefined variable 'alliance' when checking corps
2015-09-17 05:02:06 +00:00
Adarnof
e98bc36a9c
Removed all dependency on alliance membership
...
Renamed permission 'alliance_member' 'member'
Renamed multiple variables in settings.py and associated handlers in util
Maybe it still works?
2015-09-17 04:42:36 +00:00
Brett Costabile
c86ba4990d
Lots of changes, not tested
...
Pushing latest changes to run them by a few folks.
2015-05-28 01:23:45 -04:00
Raynaldo Rivera
08f923624f
Added fix for syncgroup not working
2014-11-29 19:14:00 -07:00
Raynaldo Rivera
de34d35add
Fixed issue where syncgroups were preventing other groups from being created if a service is added after.
2014-11-29 16:01:23 -07:00
Raynaldo Rivera
551cf01b44
Logic fix on users celerytask
2014-11-29 15:13:04 -07:00
Raynaldo Rivera
ce68477608
Added fix for blue corp fringe case.
2014-11-29 15:05:26 -07:00
Raynaldo Rivera
305b36b026
Fixed issue with alliance's that no longer having standings being stuck to the previous standings.
2014-11-29 15:03:12 -07:00
Raynaldo Rivera
5ebadb63bc
Fixing logic in the tasks regarding alliances
2014-11-29 14:53:07 -07:00
Raynaldo Rivera
cb759702a2
Updated logic in tasks.py to insure services are deactivated
2014-11-29 12:16:14 -07:00
Raynaldo Rivera
b806ab6755
Added Teamspeak3 support
2014-11-23 02:17:38 -07:00
Raynaldo Rivera
9ddb6e076c
Adding debug info to groups
2014-11-22 21:15:16 -07:00
Raynaldo Rivera
7b89f34a1a
Added details to syncgroup cache
2014-11-22 21:13:11 -07:00
Raynaldo Rivera
b4247f7c70
Added another check to tasks
2014-11-21 18:36:29 -07:00
Raynaldo Rivera
2e3cc5f10d
Fixed a error if alliance_id dosen't show.
2014-11-21 18:06:11 -07:00
Raynaldo Rivera
d3a461a63c
Fixed a error if alliance_id dosen't show.
2014-11-21 17:37:58 -07:00
Raynaldo Rivera
e7e497d7a1
Fixed issue with update task if a corp has no alliance_id
2014-11-19 17:56:11 -07:00
Raynaldo Rivera
65601a0e88
Fixed issue with update task if a corp has no alliance_id
2014-11-19 17:42:15 -07:00
Raynaldo Rivera
1ed41ae043
Added IPBoard support
2014-11-17 08:40:25 -07:00
Raynaldo Rivera
df777a6b65
Fixed issues during task
2014-11-09 11:53:56 -07:00
Raynaldo Rivera
87a87c432d
Fixed issue with blue members getting their accounts nuked on refresh
2014-11-06 16:27:20 -07:00
Raynaldo Rivera
48373c285a
Added blue support to the auth
2014-11-02 21:53:26 -07:00
Raynaldo Rivera
763b3c8230
Added the task to auto update corp and alliance info
2014-10-26 23:33:10 -07:00
Raynaldo Rivera
19e19d89e4
Reformatted code for easy reading.
2014-10-26 16:47:21 -07:00
Raynaldo Rivera
0fa2ceec48
Added a check to insure that during the api refresh the server is online for every user minimizes chances of database wipe
2014-10-23 01:57:08 -07:00