Adarnof
cc8a7a18d2
Hook URLs require logged in user with a main character.
...
Should prevent anything else like #983
Heavily inspired by https://gist.github.com/garrypolley/3762045#gistcomment-2089316
2018-02-26 22:50:58 -05:00
Adarnof
552c795041
Update project description.
2018-02-24 01:46:53 -05:00
Adarnof
3d757e8d90
Make sure wheel is in venv.
...
It's hit-and-miss when venvs are created it seems. Doesn't hut to install even if it's already there.
2018-02-24 01:26:31 -05:00
Adarnof
3eeed99af2
Basic fleetup instructions including settings.
2018-02-23 21:47:55 -05:00
Adarnof
6b1da3b18a
Briefly document the state system.
...
Ensure add and delete permissions are created. Not sure why I prevented them - maybe a holdover from an earlier iteration of the state system?
2018-02-23 21:34:48 -05:00
Adarnof
f0894f3415
Update group management docs showing merged admin pages.
...
Give groupmanagement app a more friendly display name.
2018-02-23 21:01:34 -05:00
Adarnof
8dd3a25b52
Remove mentions of no longer used invite code.
2018-02-22 18:50:59 -05:00
Adarnof
f8248f46e5
Update docs to reflect refreshing changes
2018-02-21 22:08:45 -05:00
colcrunch
d825689da4
Add settings section to service docs. Remove references to settings.py. ( #942 )
...
Standardized the addition of settings instructions.
Changed all references of local.py to a more generic 'auth project settings file'.
Included basic apache and nginx configs.
Include database creation steps.
Instruct users to restart gunicorn and celery after altering settings.
Include missing TS3 celerybeat schedule.
2018-02-21 20:39:54 -05:00
Adarnof
36e39503c8
Use symbolic links for supervisor conf
2018-02-20 14:46:28 -05:00
Adarnof
e7a24c9cd4
Explicitly forbid logging in as allianceserver
2018-02-20 13:07:16 -05:00
Adarnof
bd8a8922cc
Detailed superuser main character instructions
2018-02-20 12:52:00 -05:00
Adarnof
36e382fadb
Move SSL header instructions to SSL block
2018-02-20 12:29:12 -05:00
Adarnof
d2666f2440
Instructions for accessing superuser account
2018-02-20 12:20:07 -05:00
Basraah
63c2668171
Change static path to match default install
2018-01-08 21:15:19 +10:00
Basraah
5575039126
Remove obsolete section on automatic groups
2018-01-08 21:07:29 +10:00
Adarnof
6baab1d006
New apache guide for proxying to wsgi worker
2018-01-08 00:52:10 -05:00
Adarnof
17adf04860
Correct CentOS supervisor config folder.
...
Install gunicorn before starting auth project.
2018-01-08 00:14:17 -05:00
Adarnof
af7a432f29
Include basic app installation instructions.
2017-12-14 18:01:47 -05:00
Adarnof
98da0723fc
Correct install procedure for gunicorn.
...
Correct docs index links.
2017-12-14 00:24:10 -05:00
Basraah
70c4b17518
[v2] Alliance and Corp Autogroups ( #902 )
...
* Add pseudo foreign keys to EveCharacter model
* Ensure populate alliance is called on create
* Add unit tests for model
* Add extra signal for state removal/addition
* Add unit tests for signals
* Add tests for manager
* Add migrations
* Add sync command to admin control
* Prevent whitespace being stripped from group names
* Add documentation
2017-12-04 12:52:05 +10:00
Basraah
ef37cb3ea5
Name generator/formatter ( #897 )
...
* Squash services migrations
* Add name to example service to allow it to be used in tests
* Add name formatter to services
* Add documentation
2017-10-11 12:34:31 +10:00
Adarnof
3f33485ca9
Template supervisor conf.
...
Update docs to reflect simple installation.
Ensure allianceauth celery workers can find config file for development (doesn't work as celeryapp.py).
2017-10-10 00:29:57 -04:00
Adarnof
1c1dfde2c4
Mention database migrations in update docs.
2017-10-05 15:06:34 -04:00
Adarnof
09b788fef6
Remove legacy settings documentation.
...
Settings are self-documented in the new install template.
Services install docs should be updated to indicate settings need to be added and how to configure them.
2017-10-05 12:50:51 -04:00
Adarnof
d54d80b0b8
Include updating instructions.
...
Tweak wording of install sections.
2017-10-05 12:48:33 -04:00
Adarnof
d43b8cf0e5
Update install docs to reflect new magical commands.
2017-10-05 03:10:27 -04:00
Basraah
b130cc6c8e
Update install docs
2017-09-22 09:57:58 +10:00
Basraah
f8488208fb
Documentation updates
2017-09-21 18:07:01 +10:00
Basraah
0326836544
Migrate mumble authenticator to its own repo ( #869 )
2017-09-19 12:27:14 +10:00
Basraah
18f64b0357
Remove IPBoard3 support ( #868 )
2017-09-19 11:35:35 +10:00
Adarnof
02f2968ee5
Merge branch 'master' of https://github.com/Adarnof/allianceauth into sso_registration
...
# Conflicts:
# alliance_auth/__init__.py
# corputils/models.py
# corputils/views.py
# eveonline/tasks.py
# fleetactivitytracking/views.py
# hrapplications/admin.py
# requirements.txt
2017-09-17 01:36:05 -04:00
mmolitor87
dc8ed2d510
Supervisor celery simplification ( #849 )
...
Combines celery confs under one process group for easy restarting. Updates docs to reflect new commands.
2017-09-01 15:43:54 -04:00
Adarnof
ebb44773c2
New view_state_corpstats permission
...
Cleanup CorpStats permissions
2017-06-12 22:14:35 -04:00
Adarnof
0deb60ac2c
Update CorpStats documentation.
...
Internalize all doc images.
2017-06-08 20:48:44 -04:00
Adarnof
97fe2ddfd0
Move templates and urls to apps.
...
Implement url hooks.
Many apps are now removable.
Default to assuming services have been migrated.
2017-06-07 22:49:46 -04:00
Adarnof
971ce294ad
Merge branch 'master' of https://github.com/Adarnof/allianceauth into custom_user
...
# Conflicts:
# alliance_auth/settings.py.example
# eveonline/views.py
Fix some tests.
2017-05-27 17:25:15 -04:00
Adarnof
e76b0789f3
correct centos service name
...
Thanks @iAddz
2017-05-23 11:03:52 -04:00
Basraah
17dd7c04c7
Replace django-celery with base Celery ( #791 )
...
Update celery tasks to new style & remove djcelery
Vanilla celery + django-celery-beat take over the role of djcelery. Task schedules are consolidated into settings instead of residing in code.
Update docs and example supervisor configs.
2017-05-03 16:53:16 -04:00
Basraah
372e582c6e
Nginx docs ( #794 )
2017-05-03 16:50:27 -04:00
Basraah
901dd5033a
Added a cut down apache config
2017-04-27 10:28:06 +10:00
Basraah
d8043ff735
Add Gunicorn docs ( #777 )
...
* Added gunicorn docs
* Changes suggested by @Betriebsrat
2017-04-11 11:53:12 +10:00
Adarnof
3e4fc7ceb4
Merge branch 'master' of https://github.com/Adarnof/allianceauth into custom_user
...
# Conflicts:
# alliance_auth/settings.py.example
# eveonline/views.py
2017-04-07 00:26:59 -04:00
Adarnof
96b04a269d
Merge master.
...
Fix FAT statistics generation.
2017-04-07 00:21:14 -04:00
Basraah
2cd43280e2
Remove obsolete services settings
2017-03-31 13:22:43 +10:00
Adarnof
13b0dbc960
Restructure settings.py.example
...
Add help text to State model
Remove navbar group headings
Fix registration email pluralization
Group memberships on state admin page
Attempt to prevent resetting of state if set on profile admin manually
Embed readthedocs on help page
Rename CorpStats API Index to Registration Index
Default corputils view to main character's corp if available
Correct Application characters listing
Correct string coercion of optimers
Improve readability of SRP values with intcomma
Beautify tables by embeding in panels
Replace slugify with py3-friendly python-slugify
2017-03-25 16:28:26 -04:00
Adarnof
27628dc70b
include http in front of example settings
...
@porowns
2017-03-07 16:28:19 -05:00
Basraah
ecb74e67b0
Fix link format
2017-02-28 12:41:59 +10:00
Basraah
2e274d3baf
Update Openfire broadcast tool ( #742 )
...
Allow users to ignore invalid certificates.
Added some limited user feedback.
Removed threading.
Prevent infinite connection attempt loops.
2017-02-28 11:30:26 +10:00
Nathan Morgan
e6e1339d71
Added Google reCaptcha ( #738 )
2017-02-28 11:27:24 +10:00