1636 Commits

Author SHA1 Message Date
Adarnof
42e833b2e0 Corrects logic to create owner corp model with appropriate alliance, if applicable.
Properly gets corp alliance ID from api information when checking alliance models.
2015-11-27 23:59:08 +00:00
Adarnof
20362625ea Corrected access mask logic to ensure required endpoints are available. 2015-11-27 00:18:00 +00:00
Adarnof
44007ffda3 Added a readme providing instructions on populating static folder. 2015-11-25 07:56:54 +00:00
Adarnof
9914123ae5 Merge pull request #102 from Adarnof/variable_api
Variable API requirements and key checking
2015-11-25 01:50:06 -05:00
Adarnof
35277b7f33 Manual conflict resoltuion for pull request #98 2015-11-25 02:59:13 +00:00
Brett Costabile
fbabc97e74 Merge pull request #100 from Adarnof/custom
Add ability to preserve customization between pulls
2015-11-24 21:06:48 -05: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
Adarnof
0607ad9bde Added a placeholder logo. 2015-11-24 05:58:52 +00:00
Adarnof
1d1d4f6851 Added missing gitignore 2015-11-24 05:55:48 +00:00
Adarnof
db9439e468 Removed old custom directories. 2015-11-24 05:54:33 +00:00
Adarnof
acc320a695 Relocated custom folders to a friendlier customization folder with appropriate readme 2015-11-24 05:52:22 +00:00
Adarnof
b669fafad6 Added a basic readme to explain how to use custom directories. 2015-11-24 05:18:15 +00:00
Adarnof
59af53537f Includes a directory I forgot in my last commit. Oops. 2015-11-24 05:14:06 +00:00
Adarnof
745a5ceca8 Added empty directories for custom templates and images
Added template directories to settings.py to be searched first
Addresses issue #99
2015-11-24 05:12:42 +00:00
Adarnof
7dd9e670a8 Merge pull request #97 from Adarnof/check_exists
Added logic to check if corp or alliance exists
2015-11-23 23:11:01 -05:00
Adarnof
f3d2a9cca5 Added logic to check if corp or alliance exists
Prevents errors in celery task from prevention execution
Addresses issues #68 and #93
2015-11-24 02:45:36 +00:00
Adarnof
e49a642f21 Merge pull request #7 from R4stl1n/master
Update
2015-11-23 21:39:46 -05:00
Adarnof
6d952161c2 Merge pull request #94 from R4stl1n/celery_hotfix
Corrected nested loop in run_corp_update
2015-11-22 03:41:11 -05:00
Adarnof
aca70f3921 Merge pull request #92 from Kaezon/master
Vagrant Tweak
2015-11-19 01:09:50 -05:00
Brett Costabile
544041965e Merge pull request #4 from Kaezon/vagrant-tweaking
Vagrant tweaking
2015-11-19 01:01:06 -05:00
Brett Costabile
fce99fb4dd Merge remote-tracking branch 'refs/remotes/origin/master' into vagrant-tweaking 2015-11-19 00:59:24 -05:00
Brett Costabile
b2dcc1251e Removed mumble user setup
Because we don't need it anymore
2015-11-19 00:58:51 -05:00
Brett Costabile
9946a4ed90 Merge pull request #3 from Kaezon/vagrant-tweaking
Vagrant tweaking
2015-11-19 00:44:39 -05:00
Brett Costabile
3318486e9c Added missing step in manual setup
Gotta run corp_update
2015-11-19 00:42:47 -05:00
Adarnof
977cc22a9a Merge pull request #91 from Adarnof/temp
Moved alliance/corp blue status update logic within block verifying standings exist
2015-11-19 00:39:58 -05:00
Adarnof
b36890ea9b Moved alliance/corp blue status update logic within block verifying corp standings exist 2015-11-19 05:35:39 +00:00
Brett Costabile
4ddff58370 Merge remote-tracking branch 'refs/remotes/origin/master' into vagrant-tweaking 2015-11-19 00:34:46 -05:00
Brett Costabile
383d89a0a5 Merge remote-tracking branch 'refs/remotes/R4stl1n/master' 2015-11-19 00:34:09 -05:00
Brett Costabile
8a6c244e67 corrected username
missed that line
2015-11-18 23:24:56 -05:00
Brett Costabile
57a1c6aaaa Removed experimental setup
Alot of my experimental stuff for postgresql was causing issues, so I'm
removing that for a different project. This way I can get a clean setup
out.
2015-11-18 23:08:59 -05:00
Brett Costabile
c0f53218dc Merge remote-tracking branch 'refs/remotes/origin/master' into vagrant-tweaking 2015-11-18 01:06:22 -05:00
Brett Costabile
6e9f08520a Merge remote-tracking branch 'refs/remotes/R4stl1n/master' 2015-11-18 00:48:28 -05:00
Adarnof
d8f4cfb3c9 Corrected logic for handling no standings 2015-11-18 03:56:28 +00:00
Brett Costabile
8b89ef20dd Merge pull request #90 from Adarnof/celery_hotfix
Fix corp/alliance model deletion logic.
2015-11-17 20:17:52 -05:00
Adarnof
b46365a3d3 Merge pull request #87 from Adarnof/forumavatars
phpbb3 avatars
2015-11-15 15:51:14 -05:00
Brett Costabile
05884095a9 Merge pull request #84 from Adarnof/ts3hotfix
Corrects string index out of range exception when handling certain TS3 commands
2015-11-15 14:48:03 -05:00
Brett Costabile
362d96e016 Merge pull request #81 from Adarnof/hiddengroup
Added ability to hide specific groups from frontend
2015-11-15 14:46:30 -05:00
Adarnof
0f19d95723 Corrected nested loop in run_corp_update 2015-11-14 09:58:22 +00:00
Adarnof
810b626005 Corrected one last typo, I promise 2015-11-08 10:14:44 +00:00
Adarnof
5ab4ce2869 Yet another typo 2015-11-15 20:22:22 +00:00
Adarnof
ff46c1d4e9 Fixed broken function reference 2015-11-15 20:20:49 +00:00
Adarnof
1285fb6dfc Corrected SQL syntax 2015-11-15 20:19:52 +00:00
Adarnof
df487aa61e Corrected mismatched avatar sizes 2015-11-15 20:15:20 +00:00
Adarnof
0a24f3bad4 Enabled forum avatar images in phpbb set by main character id 2015-11-15 20:12:26 +00:00
Adarnof
3614c78971 Corrected indexoutofrange exception when handling certain serverqueries 2015-11-08 05:14:55 +00:00
Adarnof
b5c973ecd6 Added ability to hide specific groups from frontent such that only staff can manage membership. 2015-11-07 09:39:33 +00:00
Adarnof
239934cd2f Fixed indentation issue for Services link 2015-11-07 06:12:41 +00:00
Adarnof
9b9bf22502 Fixed absent corp/alliance name next to cog in base template 2015-11-07 06:10:56 +00:00
Adarnof
1cc3b2a6b7 Fixed Issue #77 Teamspeak3 Manger errors prevent run_databaseUpdate from completing
Wrapped _sync_ts_group_db in a try/catch block until we abstract services into their own apps
2015-11-07 05:33:46 +00:00