Adarnof
3b62c5eaaf
Add TS3 weblink data for members
...
#169
2016-03-15 12:47:45 -04:00
Adarnof
dc898f410d
Update requirements.
...
Also needs libbz2-dev package to compile zeroc-ice
2016-03-15 02:03:59 +00:00
Adarnof
8c4015126c
ICE Authenticator for Murmur
...
- reads username, pwhash from db table containing MumbleUser models
- needs to be started separately somehow, instructions unclear
- adapted from https://github.com/mumble-voip/mumble-scripts/blob/master/Authenticators/SMF/2.0/smfauth.py
Closes #165
2016-03-15 01:36:24 +00:00
Adarnof
8cecb1a517
Pull apis correctly
2016-03-14 23:16:50 +00:00
Mr McClain
ebcefd0279
Merge pull request #16 from R4stl1n/master
...
update
2016-03-14 15:53:42 -05:00
Mr McClain
a0955c054a
Merge pull request #306 from Ydmir/master
...
EveWho-manager can now read more than 200 members.
2016-03-13 20:53:19 -05:00
Adarnof
85251fcbb4
Add title to application creation page
2016-03-14 01:02:06 +00:00
Adarnof
0d8ef642b6
Include blank comment form for personal view
...
- prevents issues with broken permissions breaking template rendering
2016-03-14 00:57:16 +00:00
Adarnof
33771a6018
Corrected application filtering for non-superuser
2016-03-14 00:49:29 +00:00
Adarnof
5418ae19ee
Correctly display help text
2016-03-14 00:41:11 +00:00
Adarnof
8d44980304
Corrected missing comment form
...
Updated permissions in readme
2016-03-14 00:35:08 +00:00
Adarnof
ed11884a0b
Correctly display comments
...
still unable to make comment form render
2016-03-13 21:59:54 +00:00
Adarnof
477e579eba
Rewrote views to handle new models.
...
Everything works but comments.
2016-03-13 21:47:09 +00:00
Ydmir
3aa3eb10c1
EveWho-manager can now read more than 200 members.
2016-03-11 09:09:14 +01:00
Adarnof
724b8d0c00
Fix characters getting assigned vcode as api id
2016-03-11 01:21:46 -05:00
Adarnof
99879e797b
New models for application system
2016-03-09 03:18:49 +00:00
Mr McClain
727a242728
Merge pull request #15 from R4stl1n/master
...
update
2016-03-08 18:35:01 -06:00
Mr McClain
170221169c
Changed Logging levels to debug
2016-03-08 17:48:37 -06:00
Adarnof
7411ec2477
lowered loglevel for alliance population
2016-03-08 18:47:25 -05:00
Adarnof
38ecb61fa6
Lowered loglevel for service group updates
2016-03-08 18:45:13 -05:00
Adarnof
17d8b257a1
Closes #302
2016-03-08 18:34:04 -05:00
Mr McClain
f8549cd629
fixed error in template rendering
2016-03-08 17:11:26 -06:00
Mr McClain
3acd047cd7
Merge pull request #304 from orbitroom/master
...
Increased run_databaseUpdate interval to address stability problems
2016-03-08 16:55:46 -06:00
orbitroom
a03e817c90
Inceased time run_databaseUpdate to fix stability problems
2016-03-08 17:53:03 -05:00
Mr McClain
786332ace7
Merge pull request #14 from R4stl1n/master
...
update
2016-03-08 16:48:46 -06:00
orbitroom
3fa18a585c
Repurposed Signature Tracker for Wormhole use.
2016-03-08 16:37:38 -05:00
Adarnof
e342be4567
Explained hrapplication permissions
2016-03-08 21:09:24 +00:00
Adarnof
0f66707631
Merge branch 'hrapp' of https://github.com/R4stl1n/allianceauth into hrapp
...
Conflicts:
stock/templates/registered/hrapplicationview.html
2016-03-08 18:27:03 +00:00
Adarnof
44e216bb84
Added hrapplications.view_apis
permission
2016-03-08 18:23:12 +00:00
Adarnof
8b205ea959
Closes #301
2016-03-06 23:49:38 -05:00
orbitroom
59a26e48fd
Corrected API display in application view
2016-03-06 20:48:29 -05:00
Adarnof
3507275e9d
Revamped hrapplications permissions
...
- new approve, reject permissions for applications
- respect built-in add, delete permissions for HRApplications and HRApplicationComments
- auth.hr_management permission required to view applications section
Populate application APIs from user's eveapikeypair set
- enforces API key validity
- respects addition and removal of keys by applicant
Addresses #293 and #191
2016-03-06 23:27:00 +00:00
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