Adarnof
bd5ea38446
Add a warning against editing base.py
...
Beautify local.py by removing big block comments.
Move some settings back to base.py which don't need to be in local.py
2018-02-21 22:32:23 -05:00
Adarnof
f8248f46e5
Update docs to reflect refreshing changes
2018-02-21 22:08:45 -05:00
Adarnof
b09c454bf0
Can be updated by any user who can view
...
Thanks @ghoti
2018-02-21 22:02:46 -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
a64dda2a2e
Handle HTTP429 on nickname API endpoint
...
Closes #971
2018-02-21 17:47:20 -05:00
colcrunch
8ce8789631
Discord Sanitization Removal ( #947 )
...
No need to sanitize, just prune.
2018-02-21 17:40:41 -05:00
Adarnof
2b2f367c30
Updated Strucure Choices
...
Added Refineries, and a Moon Mining Option
Also changed spacing to be consistent and be easier to read
(cherry picked from commit 0474fa6d1761fbbc3661a9edfc9dd6c5fa474761)
2018-02-21 17:23:36 -05:00
Adarnof
4d194457d8
Include state in service group sync.
...
The "empty" group will never appear as all users have a state so it has been removed.
I haven't yet found a good way to apply this to Teamspeak - perhaps go back to the token generation logic and create one with a user's state instead of "Member" and exempt those names from group sync?
Addresses #950
2018-02-21 17:11:22 -05:00
Adarnof
6f7cf8805d
Correct background resizing on Firefox
...
https://stackoverflow.com/a/24104710
2018-02-20 15:29:56 -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
396b2e0fb6
Select all esi scopes when registering application
...
Thanks @RacerX330
2018-02-20 12:35:11 -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
Adarnof
397ca97f0f
Add missing context to teamspeak join template.
...
Closes #967
2018-02-13 18:07:34 -05:00
Adarnof
631bb439a4
Remove celery setting namespace.
...
Somehow it prevents celerybeat tasks from being registered.
Doesn't work with or without the namespace prefix on CELERYBEAT_SCHEDULE
Thanks @warlof
2018-02-12 21:55:19 -05:00
Adarnof
a4003e188e
Correct string formatting format
...
Thanks @warlof
2018-02-12 18:53:23 -05:00
Adarnof
f4a9ba2db8
Remove reference to deleted function.
2018-02-09 01:16:27 -05:00
Adarnof
895a62c475
Include leading http(s) on activation link.
...
Closes #961
2018-02-09 01:11:35 -05:00
Basraah
ac5a0d9dcb
Remove obsolete function call
2018-02-04 19:15:10 +10:00
Adarnof
b8644d5c93
Remove unnecessary next URL from lang select.
...
This is automatically determined by the lang select view if not specified.
https://docs.djangoproject.com/en/2.0/topics/i18n/translation/#the-set-language-redirect-view
Closes #958
2018-02-02 19:55:59 -05:00
ghoti
4d8baf1af0
V2 Fix redirect issues in HRApps ( #951 )
...
Fix redirect issues in HRApps
Allow HR managers to delete reviewed apps
2018-01-11 19:06:10 -05:00
Basraah
f70987de09
Version bump
v2.0b2
2018-01-09 12:38:49 +10:00
Basraah
9d02b1530c
Update contributors
2018-01-09 12:34:21 +10:00
Basraah
3d532dae01
Fix celery in tests
...
There's actually a better way to structure tests involving celery since
4.0, but that can wait for some time in the future.
2018-01-09 12:11:54 +10:00
Adarnof
02247b067f
Include INSTALLED_APPS setting
...
Clean up section headers and add a few more.
2018-01-08 10:50:24 -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
Basraah
f97c8f2ce4
Fix issue causing queue length query to hang
2018-01-08 18:20: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
f871ecb425
Namespace celery settings to correct broker issues
2018-01-07 19:50:34 -05:00
Adarnof
4a425cde78
Set the email from address for SparkPost
...
Thanks @colcrunch
2018-01-07 19:39:27 -05:00
Basraah
f56252b0cc
Fix celery broker url config
2018-01-06 12:16:30 +10:00
Basraah
7ae6c66beb
Fix registration of services signals
2018-01-06 12:08:53 +10:00
Basraah
be90fb96ea
Remove unnecessary param
2017-12-28 10:18:50 +10:00
Basraah
dd3350b169
Fix field name
2017-12-28 09:20:11 +10:00
Basraah
cdd1ba1fe3
Use coerce to allow PEP440 to partially work
2017-12-23 15:05:51 +10:00
Basraah
10ea12c867
Prevent error on bad version
2017-12-23 14:44:26 +10:00
Basraah
e6358d948a
Fix bug preventing users being added to alliance autogroups
...
Will need `python manage.py migrate eve_autogroups zero` before updating
2017-12-23 14:43:05 +10:00
Adarnof
1101572f78
Set token user to allow ownership creation
2017-12-22 12:20:55 -05:00
Adarnof
0cf8836832
Use primary key for FK assignment
2017-12-22 11:32:45 -05:00
Adarnof
6e4562b0e6
Don't rely on manager in migration
2017-12-22 11:19:53 -05:00
Basraah
856f1e176a
Fix copy paste error, add extra debug output
2017-12-22 11:35:49 +10:00
Adarnof
1653a57e7b
Do not set request main character
...
Thanks @GhostMB
2017-12-21 19:28:39 -05:00
Adarnof
5f03e580c2
Make manager available in migrations
...
Thanks @mmolitor87
2017-12-21 15:37:54 -05:00
Adarnof
d370ae48a2
Full import path
...
Python doesn't want to play nice.
2017-12-21 15:32:42 -05:00
Adarnof
38baeba254
Load signals with app
2017-12-21 15:25:53 -05:00
Adarnof
478f9b9390
Fix typo
...
Thanks @mmolitor87
2017-12-21 15:20:20 -05:00