Joel Falknau
a99315ea55
formatting storm
2024-09-13 23:10:37 +10:00
Ariel Rin
b6149979aa
Analytics
2024-07-15 11:00:26 +00:00
Ariel Rin
e6e0a70012
Pass Version to analytics user properties
2024-03-21 09:12:53 +00:00
Ariel Rin
a2f217ace5
Analytics UA to V4 Conversion
2023-08-14 03:31:33 +00:00
Peter Pfeufer
b34661b35d
[CHANGE] Better regex for exclusion in pre-commit
2022-09-18 08:26:22 +00:00
Ariel Rin
0d4cab66b2
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v3.x
2022-07-18 21:25:23 +10:00
Erik Kalkoken
d7fabccddd
Fix managed roles and reserved groups bugs in Discord Service and more
2022-07-18 09:12:32 +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
49e01157e7
dropin replace sleeksmpp with slixmpp, alter test
2022-02-20 13:19:19 +00:00
Ariel Rin
13e88492f1
Analytics - Extra Ignore Path
2022-01-31 09:23:43 +00:00
Erik Kalkoken
ba39318313
Add setting to disable analytics
2022-01-27 05:14:11 +00: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
Peter Pfeufer
829f8ba0a4
missing analytics migration
2021-10-17 18:26:40 +02:00
Ariel Rin
2b9110e417
Analytics Improvements
2021-10-17 09:26:11 +00:00
Joel Falknau
f6936c5f33
Typo in token enable flag
2021-08-18 11:43:05 +10:00
Ariel Rin
5af33facb6
Analytics Module
2021-07-03 04:43:16 +00:00