Peter Pfeufer
43cbfd1c47
Stop usage of deprecated logger functions
2022-06-24 20:57:58 +02:00
Peter Pfeufer
b9a8495a43
Add exception message to log output
2022-06-24 20:56:38 +02:00
Peter Pfeufer
e296477880
Use pwhash
instead of passwd
...
This way we ensure that the initial password actually works and the user doesn't have to set a new one right away.
2022-06-24 20:55:04 +02:00
Peter Pfeufer
bd5c2d8cbc
Removed non existent table columns from SQL query
2022-06-24 20:54:05 +02:00
Peter Pfeufer
ccd40d5c68
Remove unused templates
2022-06-23 21:26:13 +02:00
Ariel Rin
7f8ca4fad2
Version Bump 3.0.0b1
v3.0.0b1
2022-06-18 14:48:40 +10:00
Ariel Rin
4bb9a7155d
this should point at master, not an old branch
2022-06-18 14:48:14 +10:00
Ariel Rin
2ac79954f3
update from Transifex
2022-06-18 14:42:26 +10:00
Ariel Rin
585e1f47f3
cap docutils to enable recommonmark to still work.
2022-06-18 14:21:56 +10:00
Ariel Rin
a33c474b35
Use new Redis in tests
2022-06-18 14:05:39 +10:00
Ariel Rin
61c3d8964b
use new django-redis package, reorganize to match setup.cfg order for better comparison
2022-06-18 13:48:46 +10:00
Ariel Rin
1c927c5820
move secret_detection gitlab job into gitlab stage
2022-06-18 13:41: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
Ariel Rin
e51ea439ca
update pre-commit in prep
2022-06-18 13:19:59 +10:00
Ariel Rin
113977b19f
Version Bump 2.13.0
v2.13.0
2022-06-18 13:07:36 +10:00
Ariel Rin
8f39b50b6d
Merge branch 'Maestro-Zacht-fix-fat-attributeerror' into 'master'
...
fixed attribute error
See merge request allianceauth/allianceauth!1421
2022-06-18 02:53:11 +00:00
Maestro-Zacht
95b309c358
fixed attribute error
2022-06-18 02:53:11 +00:00
Ariel Rin
cf3df3b715
Merge branch 'fix_issue_1328' into 'master'
...
Fix: Changing group's state setting does not kick existing non-conforming group members
Closes #1328
See merge request allianceauth/allianceauth!1400
2022-06-18 02:47:14 +00:00
Erik Kalkoken
d815028c4d
Fix: Changing group's state setting does not kick existing non-conforming group members
2022-06-18 02:47:14 +00:00
Ariel Rin
ac5570abe2
Merge branch 'fix_issue_1268' into 'master'
...
Fix: Service group updates broken when adding users to groups
Closes #1268
See merge request allianceauth/allianceauth!1403
2022-06-18 02:41:23 +00:00
Erik Kalkoken
84ad571aa4
Fix: Service group updates broken when adding users to groups
2022-06-18 02:41:23 +00:00
Ariel Rin
38e7705ae7
Merge branch 'docs-dark-mode' into 'master'
...
Add automatic dark mode to docs
See merge request allianceauth/allianceauth!1427
2022-06-18 02:39:59 +00:00
ErikKalkoken
0b6af014fa
Add automatic dark mode to docs
2022-06-17 21:49:18 +02:00
Ariel Rin
2401f2299d
Merge branch 'fix-doc-redis-issue' into 'master'
...
Fix: Broken docs generation on readthedocs.org (2nd attempt)
See merge request allianceauth/allianceauth!1425
2022-06-17 11:58:45 +00:00
Erik Kalkoken
919768c8bb
Fix: Broken docs generation on readthedocs.org (2nd attempt)
2022-06-17 11:58:45 +00:00
Ariel Rin
24db21463b
Merge branch 'docs-template-tags-example' into 'master'
...
Add example for template tags to docs
See merge request allianceauth/allianceauth!1426
2022-06-17 11:58:05 +00:00
Erik Kalkoken
1e029af83a
Add example for template tags to docs
2022-06-17 11:58:05 +00:00
Ariel Rin
53dd8ce606
Merge branch 'buil-tests' into 'v3.x'
...
Add build test to downloadable artifacts
See merge request allianceauth/allianceauth!1424
2022-06-17 11:56:20 +00:00
Peter Pfeufer
0f4003366d
Add build test to downloadable artifacts
2022-06-17 11:56:20 +00:00
Ariel Rin
ac6f3c267f
Version Bump v3.0.0a5
v3.0.0a5
2022-06-06 23:02:04 +10:00
Ariel Rin
39ad625fa1
Revert "Remove MANIFEST.in, it's redundant the way we use it"
...
This reverts commit 13e2f4e27db247e7429bb6c9f3574cad7f078785.
2022-06-06 22:59:23 +10:00
Ariel Rin
1db67025bf
Version Bump v3.0.0a4
2022-06-06 22:53:37 +10:00
Ariel Rin
13ab6c072a
stick with old license_file line to keep pre-commit happy for now
2022-06-06 22:52:20 +10:00
Ariel Rin
cec1dd84ef
include subpackages in setuptools package discovery
2022-06-06 12:39:42 +00:00
Ariel Rin
fae5805322
Version Bump v3.0.0a3
2022-06-06 11:41:26 +00:00
Ariel Rin
16ea9500be
Fix Classifiers in new format
2022-06-06 11:38:04 +00:00
Ariel Rin
18f5dc0f47
Version Bump 3.0.0a2
2022-06-06 11:16:06 +00:00
Ariel Rin
ba3e941fe8
Merge branch 'issue/1335-aa-3x--django-4-ghost-migration-for-mumble' into 'v3.x'
...
Override abstract and explicitly set `related_name` for `MumbleUser`
See merge request allianceauth/allianceauth!1416
2022-06-06 10:56:42 +00:00
Peter Pfeufer
4c416b03b1
Override abstract and explicitly set related_name
for MumbleUser
2022-06-06 10:56:42 +00:00
Ariel Rin
e2abb64171
Merge branch 'body-bottom-margin' into 'v3.x'
...
Bottom margin added to body
See merge request allianceauth/allianceauth!1415
2022-06-06 10:49:23 +00:00
Peter Pfeufer
c66aa13ae1
Bottom margin added to body
2022-06-06 10:49:22 +00:00
Ariel Rin
2b31be789d
Merge branch 'fix-issue-1336' into 'master'
...
Fix: Broken docs generation on readthedocs.org
Closes #1336
See merge request allianceauth/allianceauth!1423
2022-06-06 10:48:16 +00:00
Erik Kalkoken
bf1b4bb549
Fix: Broken docs generation on readthedocs.org
2022-06-06 10:48:16 +00:00
Ariel Rin
3b539c8577
dependency bumps for Django 4.0
2022-06-04 06:10:05 +00:00
Ariel Rin
dd42b807f0
Version Bump 2.12.1
v2.12.1
2022-05-13 00:19:45 +10:00
Ariel Rin
542fbafd98
Merge branch 'cherry-pick-4836559a' into 'v2.12.x'
...
Merge branch 'fix-decimal_widthratio-template-tag' into 'v2.12.x'
See merge request allianceauth/allianceauth!1420
2022-05-12 14:14:01 +00:00
Ariel Rin
37b9f5c882
Merge branch 'fix-decimal_widthratio-template-tag' into 'v3.x'
...
[FIX] Division by zero in decimal_widthratio template tag
See merge request allianceauth/allianceauth!1419
(cherry picked from commit 4836559abe800e8d0f5048502b5cdbcd37d14f8b)
8dd07b97 [FIX] Devision by zero in decimal_widthratio template tag
17b06c88 Make it a string in accordance to the return value type
2022-05-12 13:33:45 +00:00
Ariel Rin
4836559abe
Merge branch 'fix-decimal_widthratio-template-tag' into 'v3.x'
...
[FIX] Division by zero in decimal_widthratio template tag
See merge request allianceauth/allianceauth!1419
2022-05-12 13:33:17 +00:00
Peter Pfeufer
17b06c8845
Make it a string in accordance to the return value type
2022-05-12 13:31:06 +02:00
Peter Pfeufer
8dd07b97c7
[FIX] Devision by zero in decimal_widthratio template tag
...
Fixes : #1343
2022-05-12 13:27:26 +02:00