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
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
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
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
Peter Pfeufer
70eb1b5b50
[CHANGE] Deprecated {% blocktrans %}
tags to {% blocktranslate %}
2022-09-06 23:48:36 +02:00
Peter Pfeufer
11855f0b54
[FIX] Missing DOCTYPE and padding
2022-08-05 19:51:50 +02:00
Peter Pfeufer
75db3195d4
CSS modernized
2022-08-02 23:56:47 +02:00
Peter Pfeufer
3bd6baa8f9
Templates cleaned up / fixed
...
- Deprecated CSS atrributes removed
- HTML fixes
- Mandatory attributes added
- Missing semicolons added
- Missing closing tags added
- Missing label association in forms added/fixed
- Missing quotes added
- Closing tags that have no opening tag removed
- Bootstrap fixes
- Unused template tags removed
2022-07-18 21:39:20 +02:00
Ariel Rin
236c70316c
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v3.x
2022-07-07 18:07:49 +10:00
Ariel Rin
0d0686f58a
Merge branch 'allianceauth-prefix-static-files-directory' into v3.x
2022-07-07 18:01:12 +10:00
Erik Kalkoken
8dec242a93
Ensure backwards compatibility when fetching a redis client
2022-07-07 07:37:21 +00:00
Peter Pfeufer
a7afa4a0c3
Background for login page fixed
2022-06-25 14:44:28 +02:00
Peter Pfeufer
004100091f
Moved authentication
and services
into allianceauth
folder
2022-06-25 14:01:32 +02:00
Peter Pfeufer
20231ce198
Load static files from their new place
2022-06-25 13:51:46 +02:00
Peter Pfeufer
0851a6d085
[Cleanup] Removed {% load static %}
when no static files are loaded
2022-06-25 13:51:10 +02:00
Peter Pfeufer
0cd36ad5bc
Moved SSO button from "root" to "authentication"
2022-06-25 13:46:56 +02:00
Peter Pfeufer
7618dd0f91
Removed obsolete attribute
2022-06-25 13:31:12 +02:00
Peter Pfeufer
ccd40d5c68
Remove unused templates
2022-06-23 21:26:13 +02:00
Ariel Rin
a33c474b35
Use new Redis in tests
2022-06-18 14:05:39 +10:00
Ariel Rin
ff0fa0329d
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v3.x
2022-06-18 13:28:15 +10:00
Erik Kalkoken
919768c8bb
Fix: Broken docs generation on readthedocs.org (2nd attempt)
2022-06-17 11:58:45 +00:00
Ariel Rin
9e139495ac
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v3.x
2022-05-12 20:50:41 +10:00
Erik Kalkoken
dd1a368ff6
Close security loopholes to make non-superuser admins usable
2022-05-12 03:56:22 +00:00
Ariel Rin
17343dfeae
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v3.x
2022-03-09 20:57:07 +10:00
Erik Kalkoken
79379b444c
Improve task statistics
2022-03-09 10:04:13 +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
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
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
Erik Kalkoken
01164777ed
Improve celery infos on Dashboard
2022-02-26 05:15:30 +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
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
640a21e4db
Switch to path
, use re_path
only when really needed
2022-02-02 15:09:48 +01:00
Ariel Rin
c7b99044bc
django.conf.urls.url is deprecated, more to fix
2022-02-02 21:39:37 +10:00
Ariel Rin
909bd0ba15
Fix deprecations removed in dj4
2021-12-24 17:42:53 +10:00
Ariel Rin
89d4640e92
Merge branch 'py310' into 'v2.9.x'
...
Python 3.10 Support
See merge request allianceauth/allianceauth!1367
2021-11-27 03:35:40 +00:00
Ariel Rin
60b12bad61
Python 3.10 Support
2021-11-27 03:35:40 +00:00
Peter Pfeufer
b6d6c68e54
Fix tests
...
Thanks to @ErikKalkoken for helping here
2021-11-23 02:31:18 +01:00
Peter Pfeufer
49548d6f9f
test_can_handle_connection_timeout added
2021-11-23 01:23:34 +01:00
Ariel Rin
4b073c3161
Migration Merge for !1338 !1352
2021-10-26 19:33:43 +10:00
Ariel Rin
527c016c72
Merge branch 'faction' into 'v2.9.x'
...
Allow assigning factions to states.
See merge request allianceauth/allianceauth!1338
2021-10-26 09:16:29 +00:00
Adarnof
23849b9f42
Allow assigning factions to states.
2021-10-26 09:16:28 +00:00
Ariel Rin
4aae85a70f
Transifex
2021-10-26 08:45:37 +00:00