Ariel Rin
99f43029df
V5 Squash
2025-07-07 02:51:11 +00:00
Joel Falknau
196d97271c
Merge branch 'master' of gitlab.com:allianceauth/allianceauth into v5.x
2025-07-04 10:02:40 +10:00
Peter Pfeufer
148f7c116f
[CHANGE] Made app names translatable in Django admin
2025-04-10 07:08:16 +02:00
Joel Falknau
f134b17c66
thirdparty bundle telnetlib for python 3.13
2025-03-03 15:18:11 +10:00
Joel Falknau
33b3c5b36e
fix tests after precommit
2025-03-03 14:48:10 +10:00
Joel Falknau
5e836c4285
pre-commit fixes
2024-12-04 22:08:47 +10:00
Joel Falknau
a99315ea55
formatting storm
2024-09-13 23:10:37 +10:00
Peter Pfeufer
dbc19c76c5
[CHANGE] Switch to header template where ever possible
...
Also fixed some Bootstrap misuse
2023-12-17 23:50:13 +01:00
Peter Pfeufer
00fcebd8e3
[CHANGE] Some minor cleanups
2023-12-11 11:59:32 +01:00
Peter Pfeufer
f0fe3929d4
[CHANGE] Update FA icons to new classes
...
Base Classes:
- `far` => `fa-regular`
- `fas` => `fa-solid`
- `fab` => `fa-brand`
2023-12-10 13:44:32 +01:00
Peter Pfeufer
beddeea338
[CHANGE] Discourse service status badge text
2023-10-31 11:49:18 +01:00
Peter Pfeufer
e3b151f2fb
[CHANGE] Use BS5 forms
2023-10-31 10:25:04 +01:00
Peter Pfeufer
f87d7dbdf8
[FIX] Normalization of TeamSpeak3 service name
2023-10-31 10:12:02 +01:00
Peter Pfeufer
df003c8ec5
[CHANGE] TS³ service template
2023-10-31 09:57:54 +01:00
Aaron Kable
2e78aa5f26
BS5 Theme
2023-10-07 08:20:22 +00:00
Ariel Rin
d6821b3fd6
Merge branch 'master' of gitlab.com:allianceauth/allianceauth into v4.x
2023-08-14 15:13:54 +10:00
Peter Pfeufer
d0118e6c0b
[FIX] File permissions
2023-08-01 12:55:19 +02:00
Peter Pfeufer
7075ccdf7a
[CHANGE] Django Upgrade checks applied
2023-08-01 12:52:05 +02:00
Peter Pfeufer
d57ab01ff3
[FIX] Use of deprecated logger.warn() function calls
2023-07-07 17:51:55 +02:00
Ariel Rin
ed3c2c8529
dj4.1 #31395 changed testdata upstream, breaks setting up classes or something
2023-06-03 17:08:06 +10:00
Ariel Rin
3b19db2564
let pre-commit do some work
2023-05-03 13:18:05 +10:00
Aaron Kable
02fcf7d500
fix TS Tests with mySql
2023-04-10 19:45:28 +08: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
Peter Pfeufer
0851a6d085
[Cleanup] Removed {% load static %} when no static files are loaded
2022-06-25 13:51:10 +02: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
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
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
Peter Pfeufer
60c2e57d83
Fix ifequal errors
2022-02-02 16:12:43 +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
fd442a5735
django.conf.urls.url is deprecated
2022-02-02 21:56:01 +10:00
Ariel Rin
402ff53a5c
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into django4
2022-02-02 12:38:24 +10:00
Ariel Rin
909bd0ba15
Fix deprecations removed in dj4
2021-12-24 17:42:53 +10:00
Adarnof
6688f73565
Use integer teamspeak group IDs when filtering.
2021-12-15 23:54:53 -05:00
Adarnof
72740b9e4d
Prevent assignment of reserved groups to AuthTSgroup mappings.
...
Implemented in TS group updates to prevent their creation / delete once
reserved, and the admin site for when a reserved group name is created
but before the TS group sync occurs.
2021-12-08 23:41:10 -05:00
Adarnof
d11832913d
Implement reserved group names in Teamspeak3 service module.
...
Closes #1302
2021-12-01 00:50:29 -05:00
Ariel Rin
4aae85a70f
Transifex
2021-10-26 08:45:37 +00:00
Peter Pfeufer
cdcf65cb52
fixed old Django 2 translation template tags
2021-10-19 12:05:45 +02:00
Peter Pfeufer
a6b340c179
update code to reflect the new minimum python version 3.7
...
- update string format method
- remove redundant default arguments from function calls
- remove unused imports
- remove unicode identifier from strings, it's default in py3 (see: https://stackoverflow.com/a/4182635/12201331 )
2021-10-18 11:59:05 +02:00
Ariel Rin
0d7b8e315f
tidy up missed pre-commits from master merge
2021-06-23 10:03:57 +10:00
Ariel Rin
ae7cfbff35
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v2.9.x
2021-06-23 09:58:25 +10:00
Erik Kalkoken
e4b515c1d5
Add button to update TS3 groups to admin page
2021-06-01 11:38:24 +00:00
Peter Pfeufer
e6a4cea4de
editorconfig applied
2021-05-17 11:42:28 +02:00
Peter Pfeufer
2697fb5317
remove coding pragma. it's not needed since python 3.x
2021-05-17 09:51:09 +02:00
Peter Pfeufer
8c3df89d52
remove trailing whitespaces
2021-05-17 09:46:11 +02:00
Peter Pfeufer
3630812b92
revert migrations & set DEFAULT_AUTO_FIELD to django.db.models.AutoField
2021-05-10 13:35:40 +02:00
Peter Pfeufer
e04138bced
migrations
2021-04-07 18:40:39 +02:00
AaronKable
ded9301527
initial django3 bringup
2020-09-18 11:45:37 +08:00
ErikKalkoken
73f262ce4b
Add missing translations
2020-03-24 20:21:35 +01:00
ErikKalkoken
b9da6911e6
Fix Mumble search issue
2020-02-20 20:07:48 +01:00
ErikKalkoken
c1388bf23f
Adopt all services user and auth user lists to new format
2020-02-07 23:01:13 +01:00