747 Commits

Author SHA1 Message Date
Adarnof
fa60be3675 Ensure entered api ID is int
Auth accepts these values in either order for building the model, but incorrectly assigns the vcode instead of ID to character models if entered incorrectly which can break certain functions.

This is an added layer of stupid-protection to make sure they put the API ID (a number) in the right field.
2016-03-06 15:58:11 -05:00
Adarnof
b6446f255e lowered loglevel of ApiError on invalid char ID 2016-03-05 18:04:45 -05:00
Adarnof
766f4343aa Update update.sh 2016-03-05 17:53:41 -05:00
Mr McClain
a66df6b574 Merge pull request #292 from Adarnof/logfolder
Move default logfile location to log folder
2016-03-04 04:26:19 -06:00
Adarnof
459790982d Removed references to depreciated permissions
`corp_stats` and `corputils` were replaced with `corp_apis` and `alliance_apis`
2016-03-03 19:18:03 -05:00
Adarnof
a5ef9914b8 Remove check for corputils permission
This permission was removed. Permissions are now enforced in the view.
2016-03-02 22:39:16 -05:00
Mr McClain
60bcba25a6 Merge pull request #296 from orbitroom/master
Added Error Handling For ApiKeyPairs
2016-02-28 01:19:36 -06:00
orbitroom
0e15cc2ece Added Error Handling for ApiKeyPairs 2016-02-28 02:16:31 -05:00
Mr McClain
4abc245e03 Merge pull request #13 from R4stl1n/master
update
2016-02-27 15:11:02 -06:00
Mr McClain
820e409efa Merge pull request #291 from Ydmir/master
Merged corpstats and membertracking.
2016-02-27 15:08:11 -06:00
Ydmir
c852d3f8e2 Changed to only using two permissions. 2016-02-27 09:48:42 +01:00
Ydmir
cb50697537 Updated readme with the new permissions. 2016-02-27 00:50:16 +01:00
Ydmir
8a321992ad Utils-view defaults to showing the corporation of the requester, if in the alliance. Also renamed some variables. 2016-02-26 08:48:25 +01:00
Ydmir
a2438b2e16 Merged corpstats and membertracking. Added two new permissions, corp_apis and alliance_apis. 2016-02-26 00:15:10 +01:00
Adarnof
bf89c4643c Change loglevel of validation errors 2016-02-25 16:50:55 -05:00
Mr McClain
3b7d361595 Merge pull request #289 from orbitroom/master
Changed timer to use 24 hour format / Fixed datetime picker bug on update.
2016-02-25 01:19:40 -06:00
orbitroom
394f578548 Changed start time to use 24 hour format/ Fixed datetime picker Bug 2016-02-25 02:16:03 -05:00
Mr McClain
8a8f2559e2 Merge pull request #12 from R4stl1n/master
update
2016-02-25 01:15:31 -06:00
Mr McClain
a77e007f5b fixed security hole 2016-02-24 12:19:34 -06:00
Mr McClain
80e8f9ca4d Update url schema 2016-02-24 12:06:55 -06:00
Mr McClain
ca3e16c342 Merge pull request #286 from orbitroom/master
Added Ability to Remove Notifications
2016-02-23 18:44:38 -06:00
orbitroom
11b1f2fb0e Added Ability to Delete Notifications 2016-02-23 19:41:32 -05:00
Mr McClain
974698fe2c Merge pull request #11 from R4stl1n/master
update
2016-02-23 18:15:01 -06:00
Adarnof
287b3a82a9 Move default logfile location to log folder
chmod 777 log folder so apache can write
Addresses #282
2016-02-23 02:45:48 +00:00
orbitroom
3a1537ca32 Cast string to list if one jabber group returned
Fixes #199
2016-02-21 23:21:57 -05:00
Adarnof
c24c1f41ea Fix null error when joining strings 2016-02-21 01:09:32 -05:00
Mr McClain
fb912350e5 Merge pull request #10 from R4stl1n/master
update
2016-02-20 15:08:11 -06:00
Adarnof
26354751e8 Fixes #281 2016-02-19 20:28:25 -05:00
Adarnof
5f6b4c9095 Make update.sh executable 2016-02-19 04:37:54 +00:00
Adarnof
11e8e2b1d6 Update README.md 2016-02-19 15:50:53 -05:00
Adarnof
ef748940c2 Merge pull request #279 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2016-02-18 23:30:12 -05:00
The Gitter Badger
42bc13abbc Add Gitter badge 2016-02-19 04:27:02 +00:00
Adarnof
1b7f2254c2 Merge pull request #278 from Adarnof/notification
Batch of User Notifications
2016-02-18 15:43:23 -05:00
Adarnof
4b3ee9c433 Run initial boostrapping when updating 2016-02-18 20:32:30 +00:00
Adarnof
6bbea6eeda Added check to ensure api is valid before pulling characters 2016-02-18 20:25:43 +00:00
Adarnof
3d82dd84c9 Display newline characters in notification view 2016-02-18 19:42:00 +00:00
Adarnof
8697d075a8 Import logging to notify function 2016-02-18 19:24:03 +00:00
Adarnof
715352faac Notifications for group request status changes 2016-02-18 19:15:30 +00:00
Mr McClain
450f577860 Merge pull request #273 from Adarnof/deactivate
Functions to clear all data relating to individual services
2016-02-17 16:48:04 -06:00
Adarnof
54f0126058 Removed conflict 2016-02-17 22:44:06 +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
86e9ea7634 typo 2016-02-17 17:35:08 -05: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
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
Mr McClain
f7d27c4794 Merge pull request #276 from Adarnof/parallel
Parallelize corp and alliance model updates
2016-02-17 16:10:45 -06:00
Adarnof
bfef9c3123 Lowered loglevel for evelink.APIError
Prevents unnecessary notifications when getting info for a corp with a bad corp ID
2016-02-17 17:08:22 -05:00
Adarnof
1d3d1b53a4 Notify function 2016-02-17 22:07:08 +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