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
Adarnof
6bd99d10e7
Updates key requirements on api add form for account
2015-12-11 14:12:46 +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
d20c73fb03
Corrected logger warning for missing character model
...
Closes #213
2015-12-10 07:56:56 +00:00
Adarnof
0cd6dad88f
Merge pull request #211 from orbitroom/master
...
Updated Developers
2016-01-26 00:52:43 -05:00
Adarnof
d486f979bb
Tolerate random 221 errors from API servers
...
Implements #185
2015-12-10 07:50:56 +00:00
Adarnof
229f34ca6a
Allow blues to view hrapplications link in base.html
...
Addresses #181
2015-12-10 06:50:57 +00:00
Adarnof
492e39aca0
Implements requests #170 #169 #137
...
Timerboard doesn't populate local time for corp timers yet.
2015-12-10 05:58:31 +00:00
Adarnof
4c8ab70f0d
Removed TSGroup model registration from admin
...
to prevent more instances of #176
2015-12-10 03:16:48 +00:00
Adarnof
4612382ca1
Corrected broadcast form group field validation
2015-12-10 03:08:43 +00:00
Adarnof
32a6c1307f
Merge pull request #172 from Joeeigel/master
...
Fixing user permission caching within phpBB
2016-01-07 21:38:35 -05:00
Joeeigel
719898d4b2
Fixed casing on column names
...
I'm not sure how MySQL handles column names and if they are case
sensitive, so better to be safe than sorry.
I'm an MSSQL dev, we don't care in my world!
2016-01-08 02:12:42 +00:00
Joeeigel
7ab7125f45
Fixing invalid column name
...
We're using phpBB, not just "php"
2016-01-08 01:22:03 +00:00
Joeeigel
25eed75717
Added in clearing of user permissions on assigning groups
2016-01-08 01:20:15 +00:00
Adarnof
0ea7afd646
Merge pull request #167 from Cafune/master
...
Add timestamp to comments on HR applications
Hides app id column from applications summary.
2016-01-06 20:38:10 -05:00
Adam Trager
9ab646a44f
Update models.py
...
Backwards compatibility
2016-01-06 18:14:56 -05:00
Adam Trager
8207c6378b
Update hrapplicationview.html
...
Fix created_on
2016-01-06 17:54:27 -05:00
Adam Trager
c17fdb2b7a
Add timestamp to comments on HR applications, removed useless 'App ID' field from HR overview
2016-01-06 17:35:34 -05:00
Adarnof
37abac3c02
Fixed errors in logging.
2016-01-06 22:08:52 +00:00
Adarnof
4fa764e301
Renamed MEDIA_URL to prevent overriding django setting
...
https://docs.djangoproject.com/en/1.9/ref/settings/#media-url
2016-01-06 20:58:17 +00:00
Adarnof
f5bd9133fa
Merge pull request #166 from Adarnof/passwords
...
Custom service passwords
2016-01-06 13:23:36 -05:00
Adarnof
ae75f60ae9
Added plaintext warning to password form.
...
Typo corrections.
2016-01-06 07:07:49 +00:00
Adarnof
0586f0f6d5
Custom service passwords now available.
...
- mumble, phpbb, ipboard, jabber
Addresses an evemail request.
2016-01-06 06:56:00 +00:00
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
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
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