Ariel Rin
a11b870664
Merge branch 'switch-to-non-root' into 'master'
...
Add docs for switching to a non-root installation
See merge request allianceauth/allianceauth!1463
2022-09-11 13:48:44 +00:00
Erik Kalkoken
a27aae5d1c
Add docs for switching to a non-root installation
2022-09-11 13:48:43 +00:00
Ariel Rin
117ef63d90
Merge branch 'trailing-slash-it' into 'master'
...
[ADDED] Missing trailing slashes to URLs
See merge request allianceauth/allianceauth!1457
2022-09-11 13:45:50 +00:00
Ariel Rin
1bde3d5672
Merge branch 'esi-related-links-on-login' into 'master'
...
[ADDED] ESI related links in login box
See merge request allianceauth/allianceauth!1455
2022-09-11 13:44:55 +00:00
Ariel Rin
d2355b1ec8
Merge branch 'none-is-not-an-alliance' into 'master'
...
[CHANGE] None is not an alliance name, so don't show `None`
See merge request allianceauth/allianceauth!1460
2022-09-11 13:44:34 +00:00
Ariel Rin
191d474a8e
Merge branch 'task-queue-top-margin-fix' into 'master'
...
[FIX] Top margin on celery task percentage bar
See merge request allianceauth/allianceauth!1461
2022-09-11 13:44:11 +00:00
Peter Pfeufer
ec9a9733be
[FIX] Top margin on celery task percentage bar
2022-09-11 13:44:11 +00:00
Ariel Rin
cf7a8cedf1
Merge branch 'dont-fight-against-bootstrap' into 'master'
...
[FIX] Use proper markup instead of fighting against Bootstrap
See merge request allianceauth/allianceauth!1462
2022-09-11 13:43:38 +00:00
Peter Pfeufer
18cbb994d5
[FIX] Use proper markup instead of fighting against Bootstrap
2022-09-08 11:22:40 +02:00
Peter Pfeufer
663388a0c2
[CHANGE] None is not an alliance name, so don't show None
2022-09-08 00:19:41 +02:00
Peter Pfeufer
7a943591ec
[ADDED] Migration to update existing user's displayed names
2022-09-07 23:01:38 +02:00
Peter Pfeufer
cd189927fe
[ADDED] Update displayed name when main is changed
2022-09-07 23:01:07 +02:00
Peter Pfeufer
8772349309
[ADDED] Main character name as displayed name on SMF service activation
2022-09-07 21:14:18 +02:00
Arc Tiru
cf20100cb5
minor fixes to dev environment setup
2022-09-07 11:00:38 -07:00
Peter Pfeufer
9b9c2ddc04
[ADDED] SITE_URL
to test settings
2022-09-07 15:31:22 +02:00
Peter Pfeufer
34839e8344
[ADDED] Trailing slahes to URLs
...
URLs in AA usually use a trailing slash, so this was added to the ones that were missing it.
2022-09-07 15:18:06 +02:00
Peter Pfeufer
89ef4f4cbc
[ADDED] SITE_URL usage in templates
...
Instead of {{ request.scheme }}://{{request.get_host}}`
2022-09-07 15:04:25 +02:00
Peter Pfeufer
2cc7f46aae
[ADDED] ESI related links in login box
2022-09-07 14:45:04 +02:00
Ariel Rin
8d255fb720
Merge branch '834-check-if-character-is-online' into 'master'
...
[FIX] Check if character is online before accepting FAT click
Closes #834
See merge request allianceauth/allianceauth!1451
2022-09-07 06:29:19 +00:00
Ariel Rin
67cf68ad87
Merge branch 'no_unique_names' into 'master'
...
Corp and Alliance names are not unique
Closes #1317
See merge request allianceauth/allianceauth!1452
2022-09-07 06:28:01 +00:00
colcrunch
db1971d4c2
Corp and Alliance names are not unique
2022-09-07 06:28:01 +00:00
Ariel Rin
63c1521cba
Merge branch 'add-missing-doctype' into 'master'
...
[FIX] Missing DOCTYPE and padding
See merge request allianceauth/allianceauth!1449
2022-09-07 06:25:45 +00:00
Ariel Rin
ba7ef11505
Merge branch 'fix-deprecated-translation-tags' into 'master'
...
[FIX] Deprecated `{% blocktrans %}` tags to `{% blocktranslate %}`
See merge request allianceauth/allianceauth!1454
2022-09-07 06:22:55 +00:00
Ariel Rin
d2e494b9be
Merge branch 'modernize-css' into 'master'
...
CSS modernized
See merge request allianceauth/allianceauth!1448
2022-09-07 06:21:15 +00:00
Ariel Rin
98bab0b180
Merge branch 'bundle-all-the-things' into 'master'
...
Bundle the remaining static files
See merge request allianceauth/allianceauth!1447
2022-09-07 06:20:41 +00:00
Ariel Rin
c4efb2a11f
Merge branch 'aa3-docker-fixes' into 'master'
...
[CHANGE] Docker updates for AA3
Closes #1352
See merge request allianceauth/allianceauth!1453
2022-09-07 06:19:47 +00:00
Ariel Rin
94e4895f29
Merge branch 'clarify-url-format' into 'master'
...
[MISC] Clarify URL format
See merge request allianceauth/allianceauth!1450
2022-09-07 06:18:43 +00:00
Peter Pfeufer
70eb1b5b50
[CHANGE] Deprecated {% blocktrans %}
tags to {% blocktranslate %}
2022-09-06 23:48:36 +02:00
Peter Pfeufer
e247a94db3
[CHANGE] Updates for AA3
...
- SITE_URL introduced
- Redis cache fixed (#1352 )
- Using the same type of quotes, not wildly mixing them
2022-09-06 22:50:49 +02:00
Peter Pfeufer
714431c932
[FIX] Check if character is online before accepting FAT click
...
Fixes #834
2022-08-07 12:08:57 +02:00
Peter Pfeufer
b026277ab0
[MISC] Clarify URL format
...
Seems his is causing confusion, so add a note that the URL should be without a trailing slash
2022-08-07 02:01:26 +02:00
Peter Pfeufer
11855f0b54
[FIX] Missing DOCTYPE and padding
2022-08-05 19:51:50 +02:00
Ariel Rin
635fbfe2c8
Version Bump v3.1.1
v3.1.1
2022-08-05 21:35:51 +10:00
Ariel Rin
b10233daf0
Merge branch 'transifex' of https://gitlab.com/allianceauth/allianceauth
2022-08-05 21:23:58 +10:00
Ariel Rin
1aa3187491
Cap Django to 4.0.x
2022-08-05 21:23:40 +10:00
Ariel Rin
59f17a88f0
Update from Transifex
2022-08-05 21:20:32 +10:00
Peter Pfeufer
75db3195d4
CSS modernized
2022-08-02 23:56:47 +02:00
Peter Pfeufer
afe3fea757
Bundle the remaining static files
...
They are used in some template overrides. To prevent missing JS or CSS in the future in those template overrides, it's a good idea to provide HTML templates for these static files.
2022-08-01 14:15:55 +02:00
Ariel Rin
1072c00a28
Version Bump 3.1.0
v3.1.0
2022-08-01 20:44:07 +10:00
Ariel Rin
b221c1ce24
highlight the settings file configration step
2022-08-01 19:28:28 +10:00
Ariel Rin
1617c775ee
note SITE_URL in settings file config, plus explicitly other things from install guide
2022-08-01 19:19:01 +10:00
Ariel Rin
cc88a02001
Merge branch 'csrf-trusted-origins' into 'master'
...
Add `CSRF_TRUSTED_ORIGINS` to `local.py`
See merge request allianceauth/allianceauth!1446
2022-08-01 08:59:15 +00:00
Ariel Rin
ae5d0f4a2f
Merge branch 'setuptools-test' into 'master'
...
Re-adding MANIFEST.in
See merge request allianceauth/allianceauth!1445
2022-08-01 08:53:11 +00:00
Peter Pfeufer
067e2c424e
Added new variable SITE_URL
to DISCORD_CALLBACK_URL
2022-07-31 17:02:02 +02:00
Peter Pfeufer
d64675a3b0
Added new variable SITE_URL
to ESI_SSO_CALLBACK_URL
2022-07-31 16:57:37 +02:00
Peter Pfeufer
17a6b3225e
Add CSRF_TRUSTED_ORIGINS
to local.py
...
Addresses #1350
2022-07-31 16:55:34 +02:00
Peter Pfeufer
b83f591dc2
Re-adding MANIFEST.in
2022-07-31 01:01:43 +02:00
Ariel Rin
be2fbe862b
Version Bump 3.0.0
v3.0.0
2022-07-30 19:10:07 +10:00
Ariel Rin
f95bee0921
roll back readthedocs python version, pending #1331
2022-07-30 18:54:53 +10:00
Ariel Rin
2f9ae8b054
Django bugfix bump before release
2022-07-30 18:40:27 +10:00