Adarnof
56136d050a
correct type mismatch on ID comparison
...
Closes #350
2016-09-11 15:39:17 -04:00
moriartyj
812268211c
Added Discord nickname syncing with EVE alliance character name ( #525 )
2016-09-03 23:13:54 -04:00
Sean
75f0f3cda9
Typo in discourse task ( #515 )
2016-08-06 19:51:51 -04:00
Adarnof
7aae314e74
do not assess states of inactive users
...
addresses #502
2016-07-11 15:25:09 +00:00
Adarnof
769357453a
remove discord token cleanup task
2016-06-13 10:13:09 -04:00
Adarnof
1fd423e20f
Discord OAuth Integration ( #468 )
...
* Implement Discord OAuth
- extend group caching to Discord
- use bot token to manipulate api
- migrate to official API
Addresses #419
* Remove virtualenv wrapper
* Discord OAuth integration playtest corrections
Closes #419
2016-06-13 00:16:27 +00:00
Meletis Flevarakis
e6b08fca88
XenForo integration initial version ( #459 )
...
* XenForo integration beta
* Removing debug loggers
2016-06-11 21:22:58 +00:00
moriartyj
8abccfd1f2
Added global tasks to sync all user groups ( #453 )
...
* Automatic rejection of old API IDs
* Added API ID fudge factor
* Added toggle-able options for api key rejection
* Clarified ValidationError message
* Allows automatic update of Discord avatar to EVE avatar
* Added global tasks to sync all user groups
* correct indentation
* Fixed typo
* Changed global tasks to async
2016-06-07 19:57:31 +00:00
Adarnof
cc459e0f40
correct indentation
2016-06-02 21:02:35 -04:00
Adarnof
7340a90308
Delete characters removed from API keys
...
Closes #452
2016-06-02 17:43:02 -04:00
Adarnof
8fc660ad80
Replace is False statements
...
Prevent unintentional model deletions.
2016-04-27 20:04:47 -04:00
Adarnof
e29c1d3295
Discourse ( #377 )
...
* Initial work on Discourse integration
* Views for discourse
* Discourse group updates
Correct password display
* Removed password functions
Changed delete to suspend user forever
Added unsuspend check to add_user
2016-04-17 14:17:32 -05:00
Mr McClain
cfe0e23430
SMF Forum Integration
...
* Added SMF Forum Support
* removed comment
* Fixed bugs.
* removed unused SQL statement
* Fixed Grammer in debug code
* Fixed Null Bug
* Update operationmanagement.html
* fixed bug
* fixed error
* Users now show up on the posts correctly
2016-04-06 20:32:02 -05:00
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