Ariel Rin
c602cf0b00
Merge branch 'master' of gitlab.com:allianceauth/allianceauth into v4.x
2023-12-25 19:49:54 +10:00
Peter Pfeufer
aa1cb96c8a
[REMOVE] Unnecessary whitespaces
...
I know, purely aesthetic, but it bugs the hell out of me …
2023-12-21 12:20:51 +01:00
colcrunch
c15b955d5e
Make pre-commit happy
2023-12-11 18:37:35 -05:00
colcrunch
65e1545a66
Remove all references to messages as they are never relayed to the user.
2023-12-11 18:16:34 -05:00
colcrunch
c558a980e1
Add more detail to error message displayed on failed alt login.
2023-12-11 18:14:09 -05:00
colcrunch
bd8ef84862
Delete tokens that can not be used for logins.
2023-12-11 18:13:24 -05:00
Peter Pfeufer
995c84481c
[CHANGE] Public templates updated to BS 5
2023-12-11 11:14:17 +01:00
Peter Pfeufer
f7e1d7c47e
[CHANGE] Token Management template updated
2023-12-11 10:35:23 +01:00
Peter Pfeufer
234191218a
[FIX] Semantic headline order
2023-12-11 10:26:08 +01:00
Peter Pfeufer
de12b49527
[CHANGE] JS updated to ES8+ standard where ever possible
2023-12-10 14:56:15 +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
9a62c729eb
[CHANGE] Using the same FA icon for delete/remove
...
`<i class="fa-solid fa-trash-can"></i>`
2023-12-10 13:15:26 +01:00
Peter Pfeufer
eaedcd5bb7
[FIX] More Bootstrap class usage fixes
2023-12-09 20:14:42 +01:00
salartarium
3aa0e323d2
Remove redirect. Use stylized EVE to match article title.
2023-11-28 00:21:33 +00:00
Peter Pfeufer
e5ed33aeec
[FIX] [Bootstrap] Uniform default table background
...
Also removed empty style and class arguments while I was at it
2023-10-26 18:21:23 +02:00
Peter Pfeufer
ee24706e43
v4 Template fixes
2023-10-24 02:04:49 +00:00
Ariel Rin
4912f0f8f0
Theme handling improvements
2023-10-21 09:08:28 +00:00
Aaron Kable
2e78aa5f26
BS5 Theme
2023-10-07 08:20:22 +00:00
Ariel Rin
567d97f38a
Merge branch 'master' of gitlab.com:allianceauth/allianceauth into v4.x
2023-10-07 17:38:30 +10:00
Ariel Rin
3ec3cbdff7
Merge branch 'fix-tasks-running' into 'master'
...
Fix tasks running counter
See merge request allianceauth/allianceauth!1529
2023-10-07 04:52:04 +00:00
Erik Kalkoken
51611e1237
Fix tasks running counter
2023-10-07 04:52:03 +00:00
Ariel Rin
90dc6a4d4c
Merge branch 'fix-reference-before-assignment' into 'master'
...
[FIX] Reference before assignment
Closes #1369 and #1375
See merge request allianceauth/allianceauth!1530
2023-10-07 04:40:00 +00:00
Peter Pfeufer
4f1ebedc44
[FIX] Reference before assignment
...
`ownership` doesn't exist at this point.
To get the main character, `user` is used here.
```
Traceback (most recent call last):
File "/home/allianceserver/venv/auth/lib/python3.10/site-packages/django/core/handlers/exception.py", line 56, in inner
response = get_response(request)
File "/home/allianceserver/venv/auth/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/home/allianceserver/venv/auth/lib/python3.10/site-packages/esi/decorators.py", line 116, in _wrapped_view
return view_func(request, token, *args, **kwargs)
File "/home/allianceserver/venv/auth/lib/python3.10/site-packages/allianceauth/authentication/views.py", line 156, in sso_login
user = authenticate(token=token)
File "/home/allianceserver/venv/auth/lib/python3.10/site-packages/django/views/decorators/debug.py", line 42, in sensitive_variables_wrapper
return func(*func_args, **func_kwargs)
File "/home/allianceserver/venv/auth/lib/python3.10/site-packages/django/contrib/auth/__init__.py", line 77, in authenticate
user = backend.authenticate(request, **credentials)
File "/home/allianceserver/venv/auth/lib/python3.10/site-packages/allianceauth/authentication/backends.py", line 68, in authenticate
if ownership.user.profile.main_character.character_id != token.character_id:
UnboundLocalError: local variable 'ownership' referenced before assignment
```
2023-09-01 20:46:00 +02:00
Peter Pfeufer
66822107e3
[ADD] Language code to page and language selector
2023-08-28 21:40:28 +02:00
Ariel Rin
d6821b3fd6
Merge branch 'master' of gitlab.com:allianceauth/allianceauth into v4.x
2023-08-14 15:13:54 +10:00
Ariel Rin
90375246fd
Merge branch 'analytics' into 'v4.x'
...
Analytics UA to V4 Conversion
See merge request allianceauth/allianceauth!1500
2023-08-14 03:31:33 +00:00
Ariel Rin
a2f217ace5
Analytics UA to V4 Conversion
2023-08-14 03:31:33 +00:00
ErikKalkoken
ab3f10e6f2
Add more tests for ItemCounter
2023-08-02 16:11:24 +02:00
ErikKalkoken
20187cc73e
Add locks to ensure process safety
2023-08-02 15:58:36 +02:00
ErikKalkoken
1f55fbfccc
Add minimum to ItemCounter and refactor redis client init
2023-08-02 15:41:47 +02: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
Ariel Rin
b2d540c010
Merge branch 'add-public-routes-feature' into 'master'
...
Add public routes feature
See merge request allianceauth/allianceauth!1514
2023-08-01 10:20:14 +00:00
Erik Kalkoken
7cb7e2c77b
Add public routes feature
2023-08-01 10:20:13 +00:00
Erik Kalkoken
1122d617bd
Show running tasks on dashboard
2023-08-01 10:15:42 +00:00
Aaron Kable
9a77175bf3
Allow get params from next at login
2023-07-17 10:25:36 +08:00
Peter Pfeufer
e8f508cecb
[CHANGE] Switched to more modern models.TextChoices
class for languages
2023-05-28 18:31:50 +02:00
Peter Pfeufer
3044f18900
[ADDED] Ukrainian to UserProfile.LANGUAGE_CHOICES
2023-05-28 17:38:51 +02:00
Ariel Rin
3b19db2564
let pre-commit do some work
2023-05-03 13:18:05 +10:00
Ariel Rin
0f2f5ea0ba
nowrap to stop buttons moving around
2022-10-14 20:21:07 +10:00
Ariel Rin
1f781c5037
datatables statesave
2022-10-12 20:52:59 +10:00
Ariel Rin
36dedfcbd2
add disclaimer
2022-10-12 20:51:36 +10:00
Ariel Rin
13a05606fb
Scopes Typo
2022-10-12 20:29:42 +10:00
Ariel Rin
90ad7790e1
rename revoke to delete to be clearer
2022-10-12 20:22:20 +10:00
Aaron Kable
f17c94a9e1
Add token management and restrict logins to mains only
2022-10-12 17:49:28 +08:00
Ariel Rin
dd1313a2a9
Merge branch 'remove-unnecessary-lambda-statement' into 'master'
...
[REMOVED] Unnecessary `lambda` statement
See merge request allianceauth/allianceauth!1465
2022-10-09 08:17:46 +00:00
Peter Pfeufer
b34661b35d
[CHANGE] Better regex for exclusion in pre-commit
2022-09-18 08:26:22 +00:00
Peter Pfeufer
9cbabee126
[CHANGE] Language names always start with a capital letter
2022-09-13 21:00:31 +02:00
Ariel Rin
b232d9ab17
Merge branch 'use-SITE_URL-in-templates' into 'master'
...
[ADDED] `SITE_URL` usage in templates
See merge request allianceauth/allianceauth!1456
2022-09-11 13:51:21 +00:00
Ariel Rin
1bde3d5672
Merge branch 'esi-related-links-on-login' into 'master'
...
[ADDED] ESI related links in login box
See merge request allianceauth/allianceauth!1455
2022-09-11 13:44:55 +00:00