Ydmir
d0c5e40bc8
Also added the new app corputils to installed apps in settings.py.example
2016-01-15 09:27:14 +01:00
Ydmir
786e573a0a
Added initial corputils functionality, for auditing members in corporation mode.
2016-01-15 09:23:40 +01:00
Adarnof
e007b32261
Functions to clear all data relating to individual services
...
Addresses #272
2016-01-07 15:34:16 +00:00
orbitroom
4aed72c842
Merge pull request #5 from R4stl1n/master
...
merge
2016-01-04 17:52:01 -06: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
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
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
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