Peter Pfeufer
6846bb7cdc
Switch to setup.cfg due to deprecation of setup.py
2022-03-09 09:50:40 +00:00
Peter Pfeufer
1d240a40dd
Remove deprecated settings
...
Examples:
RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with Django 5.0, localized formatting of data will always be enabled. For example Django will display numbers and dates using the format of the current locale.
warnings.warn(USE_L10N_DEPRECATED_MSG, RemovedInDjango50Warning)
RemovedInDjango41Warning: 'allianceauth' defines default_app_config = 'allianceauth.apps.AllianceAuthConfig'. Django now detects this configuration automatically. You can remove default_app_config.
app_config = AppConfig.create(entry)
2022-03-03 12:06:16 +01:00
Kevin McKernan
5d6128e9ea
remove collectstatic command from dockerfile
2022-03-01 13:23:49 -07:00
Ariel Rin
c377bcec5f
add redis to readthedocs container
2022-03-01 07:40:15 +00:00
Ariel Rin
9b74fb4dbd
Attempted Docs Fixes
2022-03-01 03:33:12 +00:00
Peter Pfeufer
6744c0c143
Link Latest stable and Latest pre-release versions to their tags on git
2022-02-28 21:19:33 +01:00
Ariel Rin
131cc5ed0a
Version Bump 2.11.0
v2.11.0
2022-02-26 17:26:55 +10:00
Ariel Rin
9297bed43f
Version Bump 2.10.2
2022-02-26 16:37:20 +10:00
Ariel Rin
b2fddc683a
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v2.10.x
2022-02-26 16:32:45 +10:00
Ariel Rin
1e9f5e6430
Version Bump 3.0.0a1
v3.0.0a1
2022-02-26 06:26:36 +00:00
Ariel Rin
ceaa064e62
Merge branch 'usersettings' into 'v3.x'
...
Persistent User Settings
See merge request allianceauth/allianceauth!1333
2022-02-26 06:19:38 +00:00
Ariel Rin
1aad3e4512
Persistent User Settings
2022-02-26 06:19:38 +00:00
Ariel Rin
f83c3c2811
Merge branch 'ErikKalkoken/allianceauth-fix_character_names' into v3.x
2022-02-26 15:53:46 +10:00
Ariel Rin
a23ec6d318
switch new task module to new redis method
2022-02-26 15:52:15 +10:00
Ariel Rin
ecc53888bc
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v3.x
2022-02-26 15:23:01 +10:00
Ariel Rin
9af634d16a
Merge branch 'fix_show_available_groups_for_user_only' into 'master'
...
Fix: Users can be assigned to groups depite not matching state restrictions
See merge request allianceauth/allianceauth!1402
2022-02-26 05:19:45 +00:00
Erik Kalkoken
a68163caa3
Fix: Users can be assigned to groups depite not matching state restrictions
2022-02-26 05:19:45 +00:00
Ariel Rin
00770fd034
Merge branch 'improve_celery_info_on_dashboard' into 'master'
...
Improve celery infos on Dashboard
See merge request allianceauth/allianceauth!1384
2022-02-26 05:15:30 +00:00
Erik Kalkoken
01164777ed
Improve celery infos on Dashboard
2022-02-26 05:15:30 +00:00
Ariel Rin
e54f72091f
specific known working dependency commit
2022-02-26 14:27:00 +10:00
Ariel Rin
00f5e3e1e0
Version Bump 2.10.1
v2.10.1
2022-02-21 00:02:12 +10:00
Ariel Rin
8b2527f408
Merge branch 'capsleekxmpp' into 'master'
...
Cap sleekxmpp to 1.3.2
See merge request allianceauth/allianceauth!1401
2022-02-20 13:44:27 +00:00
Ariel Rin
b7500e4e4e
Cap sleekxmpp to 1.3.2
2022-02-20 13:44:27 +00:00
Kevin McKernan
4f4bd0c419
add note to docker README about Apple M1 support
2022-02-20 23:41:12 +10:00
Ariel Rin
75b5b28804
use Django-ESI 4.0.0a1, instead of Ariels branch
2022-02-20 23:24:26 +10:00
Ariel Rin
f81a2ed237
Merge branch 'django4' into 'v3.x'
...
dropin replace sleeksmpp with slixmpp, alter test
See merge request allianceauth/allianceauth!1399
2022-02-20 13:19:19 +00:00
Ariel Rin
49e01157e7
dropin replace sleeksmpp with slixmpp, alter test
2022-02-20 13:19:19 +00:00
Ariel Rin
28420a729e
Merge branch 'html5-fixes' into 'v3.x'
...
[FIX] Use proper HTML5 tags instead of self-closing XML/(X)HTML tags
See merge request allianceauth/allianceauth!1398
2022-02-11 02:10:48 +00:00
Peter Pfeufer
52a4cf8d52
[FIX] Use proper HTML5 tags instead of self-closing XML/XHTML tags
2022-02-08 20:22:53 +01:00
Ariel Rin
703c2392a9
Merge branch 'django4' into 'v3.x'
...
v2.10.x Uplifts, DJ4, Py3.8 + More
See merge request allianceauth/allianceauth!1387
2022-02-08 13:04:45 +00:00
Ariel Rin
18c9a66437
Merge branch 'fix-ifequal-errors' into 'django4'
...
Fix ifequal errors
See merge request soratidus999/allianceauth!9
2022-02-06 07:16:56 +00:00
Ariel Rin
9687d57de9
Merge branch 'update-url-configs' into 'django4'
...
Switch to `path`, use `re_path` only when really needed
See merge request soratidus999/allianceauth!8
2022-02-06 07:16:46 +00:00
Peter Pfeufer
60c2e57d83
Fix ifequal errors
2022-02-02 16:12:43 +01:00
Peter Pfeufer
b14bff0145
We should do this properly ..
2022-02-02 15:28:36 +01:00
Peter Pfeufer
9166886665
That one slipped through the cracks ...
2022-02-02 15:27:07 +01:00
Peter Pfeufer
c74010d441
Docs updated
2022-02-02 15:25:45 +01:00
Peter Pfeufer
640a21e4db
Switch to path
, use re_path
only when really needed
2022-02-02 15:09:48 +01:00
Ariel Rin
8ae4e02012
Merge branch 'docker-bump-version' into 'v2.10.x'
...
Bump version for Docker deployment to v2.10.x.
See merge request allianceauth/allianceauth!1396
2022-02-02 13:26:33 +00:00
Weyland
cc9a07197d
Bump version for Docker deployment to v2.10.x.
2022-02-02 13:30:05 +01:00
Ariel Rin
fd442a5735
django.conf.urls.url is deprecated
2022-02-02 21:56:01 +10:00
Ariel Rin
c7b99044bc
django.conf.urls.url is deprecated, more to fix
2022-02-02 21:39:37 +10:00
Ariel Rin
234451a7d4
temporarily use django-esi MR
2022-02-02 21:37:01 +10:00
Ariel Rin
ffff904ab1
Pull specific commit from git temporarily
2022-02-02 15:18:20 +10:00
Ariel Rin
d71a26220c
Merge branch 'v3.x' of https://gitlab.com/allianceauth/allianceauth into django4
2022-02-02 14:24:47 +10:00
Ariel Rin
beeeb8dc5d
Merge branch 'v3.x' of https://gitlab.com/allianceauth/allianceauth into v3.x
2022-02-02 14:17:15 +10:00
Ariel Rin
19244cc4c6
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v3.x
2022-02-02 14:16:46 +10:00
Ariel Rin
cc94ba6b5e
ensure latest django patch
2022-02-02 14:16:33 +10:00
Ariel Rin
c9926cc877
Merge tag 'v2.10.0' of https://gitlab.com/allianceauth/allianceauth into django4
2022-02-02 14:15:32 +10:00
Ariel Rin
1d14e1b0af
Merge branch 'rediscache' into 'v3.x'
...
Swap the Redis Cache client
See merge request allianceauth/allianceauth!1394
2022-02-02 04:12:04 +00:00
Aaron Kable
297da44a5a
Swap the Redis Cache client
2022-02-02 04:12:04 +00:00