79 Commits

Author SHA1 Message Date
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
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
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
31ec79290a Updated password reset email to determin domain #160 2016-01-06 00:32:13 +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
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
Adarnof
58bcddc431 Merge pull request #117 from Adarnof/hrapplicationfix
Added error handling for missing corp models.
2015-12-01 23:53:18 -05:00
Adarnof
627dbcf210 Added text indicating a Discord account is needed and link to site. 2015-12-02 04:51:10 +00:00
Adarnof
c85882fa74 Added error handling for missing corp models.
Addresses #116 and more unreported.
2015-12-02 04:46:30 +00:00
Adarnof
7e371e34f8 Hid Discord user ID as it adds nothing and can confuse members. 2015-12-02 03:31:12 +00:00
Adarnof
8442ec1f55 Changed discord account handling. Now requests email and password and grabs UID via API.
UID is stored in authserviceinfo model and used as required.
2015-12-02 01:02:13 +00:00
Adarnof
f6ef741e63 Added password change function as reset action. 2015-12-01 06:55:33 +00:00
Adarnof
57b44620cd Disabled Discord account reset until a proper mechanism can be thought up. 2015-12-01 06:23:18 +00:00
Adarnof
45e91f3b1f Removed duplicate entry of discord row in services list. 2015-12-01 04:26:18 +00:00
Adarnof
c009420536 Included Discord in disable_services from common_task.
Changed how user accounts in discord are handled: endpoint accepts password and email.
Accounts are created with a password(random) and their user email. Need to activate account through link in email.
2015-12-01 04:12:50 +00:00
Adarnof
05eb59789f Merge https://github.com/R4stl1n/allianceauth into discord 2015-12-01 01:34:36 +00:00
Adarnof
d9ffaa5e50 Initial work on reset discord account. 2015-11-30 23:41:44 +00:00
Adarnof
a6447d3596 Added link to discord server to services page.
Corrected handling of user deletion to return true if account absent on server.
2015-11-30 23:01:44 +00:00
Adarnof
2da93d4410 Added required settings and context to render services page.
Added URLs for enabling and disabling Discord.
Added Discord section to services page.
2015-11-30 22:30:18 +00:00
Adarnof
5bc0892dae Modified timer model to include objective status. 2015-11-29 04:30:15 +00:00
Adarnof
02dc27deac Corrected ALLIANCE_NAME context processor to render alliance name if IS_CORP false.
Added ALLIANCE_NAME vs CORP_NAME toggle for index page title per IS_CORP value.
Closes #85
2015-11-28 05:08:37 +00:00
Adarnof
c9f61e5def Added new permission model to view timer boards.
Enforced permission on base template for link to timerboard as well as view rendering.
Addresses #15
2015-11-28 01:53:21 +00:00
Adarnof
35277b7f33 Manual conflict resoltuion for pull request #98 2015-11-25 02:59:13 +00:00
Adarnof
db7b6265e5 Moved templates to stock folder for uniformity.
Updated settings.py.example to reflect this.
2015-11-24 23:26:05 +00:00
Adarnof
cf8d5b748b Moved staticfiles to stock/static
Added STATIC_ROOT to enable collection of staticfiles
Ignored static/ directory so changes by end user go untracked
Now required python manage.py collectstatic during install procedure
2015-11-24 23:20:50 +00:00