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
ErikKalkoken
3f4dfe9b0b
Move common service user list features into central admin class
2020-02-07 20:37:06 +01:00
ErikKalkoken
ab061ba7a6
Further improvements to admin site
2020-02-07 14:38:36 +01:00
ErikKalkoken
2d24d064d5
Improve admin site
2020-02-07 14:38:36 +01:00
ErikKalkoken
458685026b
Add fields to discord and ts3 admin
2020-02-07 14:38:36 +01:00
Ariel Rin
4b27dd40b9
Support and Test against Python3.8
2020-02-07 04:49:17 +00:00
ErikKalkoken
1887bdb90a
add fix and unittest for issue #1165
2019-09-08 23:09:20 +02:00
Jamie McMillan
a0bab07e2f
Fix indentation
2018-06-26 10:25:29 +01:00
randomic
149bbd92ca
Skip server admin groups and template groups
2018-06-26 00:03:02 +01:00
Adarnof
6677e63e08
Correct resetting of permission key.
...
Thanks @Alf-Life
2018-05-11 10:55:56 -04:00
colcrunch
5006246cf1
Build TS perm key using State Information ( #1044 )
...
Build permkey with state group id
Pass user object to add_user instead of just username
Fixes #1043
2018-05-09 20:39:14 -04:00
Adarnof
86f57ccd56
Allow reversing service migrations.
...
This is probably the wrong way as we should really take care of removing the permission we added, but I don't see a reason anyone would need to migrate back that far as auth wouldn't work anymore without XML api (and even so newer installs don't have the settings referenced so permissions are not automagically added by the migration). So noop is bad but acceptable to me.
Thanks @mmolitor87
2018-05-08 10:06:58 -04:00
Adarnof
73e6f576f4
Use celery_once to prevent repeat task queueing.
...
Prevent group updates from being queued multiple times per user.
Default graceful to prevent raising exceptions.
2018-04-17 16:21:43 -04:00
Adarnof
df3acccc50
Correct matching start of URL patterns.
...
Thanks @Peggle2k
2018-04-14 14:12:39 -04:00