507 Commits

Author SHA1 Message Date
Adarnof
1a3d37a93a Included new permission jabber_broadcast_all 2016-01-06 05:37:02 +00:00
Adarnof
4821d36e7c Merge pull request #158 from Adarnof/more_logging
Holiday Goodies
2016-01-06 00:27:36 -05:00
Adarnof
b7a15dff73 Changed default killboard url to blank. 2016-01-06 05:21:36 +00:00
Adarnof
31ec79290a Updated password reset email to determin domain #160 2016-01-06 00:32:13 +00:00
Adarnof
50ea33a247 Relocate FORUM_URL to Front Page Links 2016-01-05 23:59:50 +00:00
Adarnof
87393b8529 Variable forum/killboard/media urls on index #140
- only rendered if set, otherwise link removed
2016-01-05 23:57:30 +00:00
Adarnof
b31dcb7ac0 Permission 'jabber_broadcast_all' to restrict groups
- without, can only broadcast to own groups
 - with, can broadcast to all and every group
Updated form to check request user for permission and groups when generating form
For #159
2016-01-05 23:36:17 +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
b5b13e828a Registered DiscordAuthToken to admin site. 2016-01-03 21:41:25 +00:00
Adarnof
019cf891b0 corrected django logging handler to reference log_file 2016-01-03 21:19:43 +00:00
Adarnof
08cd2c1f1a Corrections for typos in logging.
Rephrased EveManager exceptions to reflect determination id is not of type rather than failure of function.
2016-01-03 20:08:44 +00:00
Adarnof
6c3085f78c Added django core logging with default loglevel ERROR
Corrected logic for logging message in authentication/managers.py
2016-01-03 08:57:52 +00:00
Adarnof
e357de3cab Merge pull request #156 from TrentBartlem/patch-3
Only sync TS3 if it's enabled
Closes #154
2016-01-02 17:52:35 -05:00
Adarnof
583be5a72e Changed to rotating log file handler.
Added logging description in settings.py
Updated .gitignore to ignore rotated log files.

Logging adapted from http://stackoverflow.com/questions/14354066/django-log-rotating-and-log-file-ownership
2016-01-02 22:34:44 +00:00
Adarnof
5f70e68cc2 Typo. 2016-01-02 22:19:41 +00:00
Adarnof
c066629864 Corrected logging errors. 2016-01-02 22:15:38 +00:00
Adarnof
017b6bc7ce Lowered log level of api results to declutter logs. 2016-01-02 21:43:51 +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
96aa5ede71 Merge pull request #155 from orbitroom/master
Added TCU Structure to Timer Board
2016-01-02 00:38:56 -05:00
orbitroom
ec1823f8ab Delete loadMon.sh 2016-01-01 23:15:40 -06:00
orbitroom
428668c19a Delete start_bg_tasks.sh 2016-01-01 23:15:31 -06:00
orbitroom
f4be05a40b Added TCU's to Timerboard 2016-01-01 23:13:03 -06:00
orbitroom
5bccf0f1a7 Update timermanagement.html 2016-01-01 22:53:48 -06:00
orbitroom
7bdf57bf8b Added TCU's to Timerboard 2016-01-01 22:51:15 -06:00
orbitroom
dcad487e58 Added TCU's to Timerboard
Added TCU' to Timerboard
2016-01-01 22:15:51 -06:00
orbitroom
54428449d0 Merge pull request #4 from R4stl1n/master
Updated requests version for #148
2016-01-01 21:53:39 -06:00
Adarnof
b9125c3d5c Finished adding logging to service views and managers. 2015-12-30 15:29:27 +00:00
Adarnof
cd44f00881 Finished auditing service manager logging. 2015-12-30 11:22:40 +00:00
Adarnof
8b2b253c58 Adding missing brackets. 2015-12-29 23:00:06 +00:00
Adarnof
3f359ecae1 Logging added to all service managers.
Unrelated, getting ImportError when trying to start shell. I broke something.
2015-12-29 22:44:17 +00:00
Adarnof
087dc24344 Another correction to logging for discord manager. 2015-12-29 19:58:16 +00:00
Adarnof
ab7017094e Corrected logger string formatting for update groups. 2015-12-29 19:48:09 +00:00
Adarnof
604c08b3b7 Discord Auth Token caching implemented to work around rate limits.
Addresses #146
2015-12-29 19:36:28 +00:00
Adarnof
b43902c178 Another tweak to logging settings. 2015-12-28 21:13:04 +00:00
Adarnof
834cd8865e Added console logging output. 2015-12-28 20:21:17 +00:00
Adarnof
d44d73d445 Corrected logging of services module. 2015-12-28 19:51:09 +00:00
Adarnof
235385ce39 Added more logging to TS3 manager. 2015-12-28 18:07:14 +00:00
Adarnof
55fc69cf8d Basic logging for Discord account creation and database updating. 2015-12-28 06:50:13 +00:00
orbitroom
9ba5a4c2a9 Merge pull request #3 from R4stl1n/master
upgrade
2015-12-23 22:08:01 -06:00
Adarnof
bc8ec93f2b Merge pull request #145 from Adarnof/ofrestapi
Openfire REST API
2015-12-23 17:26:25 -05:00
Adarnof
23168ded9e Updated requests version for #148 2015-12-23 07:31:44 +00:00
Adarnof
5d9a3b6b43 Removed unused exception handling from group update 2015-12-23 01:26:30 +00:00
Adarnof
0c4cda95d9 Added handling of empty group lists 2015-12-22 23:03:41 +00:00
Adarnof
4923862dd6 Updated default setting format for openfire address to accomodate openfire-restapi package 2015-12-22 22:44:46 +00:00
Adarnof
307d577acf Added exception importing to catch custom exceptions from openfire-restapi package 2015-12-22 22:42:34 +00:00
Adarnof
9b2934ae7a Corrected handling of group updates
Removed old openfire package from requirements
2015-12-22 22:39:38 +00:00
Adarnof
23c8d48fbe Adds REST API support to Openfire using git package per #144 2015-12-22 22:14:20 +00:00
Adarnof
55156bf190 As per #138 only updates discord groups if user account joining succesful. 2015-12-22 05:25:28 +00:00