Peter Pfeufer
449991d846
[FIX] Several HTML fixes
...
- Remove unnecessary HTML tags
- Remove unnecessary Bootstrap classes
- Add title attributes
- Make strings translatable
2025-06-15 12:15:14 +02:00
Peter Pfeufer
dd42c2b074
[CHANGE] Only show theme selection if more than 1 theme is available
2025-06-15 12:10:44 +02:00
Joel Falknau
a650f0730e
Version Bump 4.7.0
v4.7.0
2025-05-24 17:28:41 +10:00
Ariel Rin
63eb9edc9c
Merge branch 'readme' into 'master'
...
Feedback Wanted - Update Readme
See merge request allianceauth/allianceauth!1696
2025-05-24 06:23:06 +00:00
Ariel Rin
d6e1eb9792
Feedback Wanted - Update Readme
2025-05-24 06:23:06 +00:00
Ariel Rin
b459f96e6b
Merge branch 'autogroup-multiple-configs' into 'master'
...
[Fix] Multiple AutoGroupsConfig will override each others
See merge request allianceauth/allianceauth!1722
2025-05-24 04:05:28 +00:00
Ariel Rin
bf32f2c1ef
Merge branch 'fix-instance-must-be-saved' into 'master'
...
Fix discord test errror
See merge request allianceauth/allianceauth!1723
2025-05-24 04:04:27 +00:00
Ariel Rin
7ca67ebaae
Merge branch 'fix-active-class' into 'master'
...
[FIX] Active class on notification icon
See merge request allianceauth/allianceauth!1724
2025-05-24 04:00:59 +00:00
Peter Pfeufer
fa32f87a35
[FIX] Active class on notification icon
2025-05-22 09:21:05 +02:00
T'rahk Rokym
a630015451
Fix error on one of my tox settings
...
ValueError: Model instances passed to related filters must be saved.
2025-05-21 21:52:40 +02:00
T'rahk Rokym
bf43f59232
Fix the role distribution if several configs hold the same corporation/alliance
2025-05-21 21:29:21 +02:00
Ariel Rin
54910746e3
Merge branch 'bootstrap-class-fixes' into 'master'
...
[FIX] BG color classes
See merge request allianceauth/allianceauth!1716
2025-05-06 02:03:56 +00:00
Ariel Rin
07ae68333d
Merge branch 'improve-add-character-icon' into 'master'
...
[CHANGE] Better "Add Character" Icon
See merge request allianceauth/allianceauth!1720
2025-05-06 02:03:50 +00:00
Ariel Rin
69e70a4c9b
Merge branch '1426-fix-srp-datatable-warning' into 'master'
...
[FIX] SRP Datatable Warning about incorrect column count
Closes #1426
See merge request allianceauth/allianceauth!1721
2025-05-06 02:03:44 +00:00
Peter Pfeufer
b55f11ee74
[FIX] SRP Datatable Warning about incorrect column count
...
This was triggered by an incorrect column count due to missing permissions, or not taking missing permissions into account when loading the page and setting up the non-orderable columns.
Fixes #1426
2025-05-05 01:49:40 +02:00
Peter Pfeufer
94ee3c0203
[CHANGE] Better "Add Character" Icon
2025-05-02 01:06:26 +02:00
Peter Pfeufer
25cf329a50
[FIX] BG color classes
...
Use `text-bg-*` instead of just `bg-*` to make use of Bootstraps native text color selection for those backgrounds.
2025-04-29 07:39:11 +02:00
Ariel Rin
b02827cb3f
Merge branch 'translations_7f31a07ccd4e4a66b1dd7b6bc2dbddb5' into 'master'
...
Updates for project Alliance Auth
See merge request allianceauth/allianceauth!1699
2025-04-29 02:57:50 +00:00
Ariel Rin
2bcc0570ad
Updates for project Alliance Auth
2025-04-29 02:57:50 +00:00
Ariel Rin
a3ea0c65a1
Merge branch 'timerboard-skyhooks' into 'master'
...
Add a new `theft` timer type for skyhooks
See merge request allianceauth/allianceauth!1708
2025-04-29 02:52:38 +00:00
Ariel Rin
5e526da11c
Merge branch 'add-apply_offset-to-esi_cleanup_token-task' into 'master'
...
[ADD] `apply_offset` to `esi_cleanup_token` task
See merge request allianceauth/allianceauth!1709
2025-04-29 02:49:56 +00:00
Ariel Rin
5c79265f90
Merge branch 'services-grid' into 'master'
...
[FIX] Top margin for service controls
See merge request allianceauth/allianceauth!1711
2025-04-29 02:48:11 +00:00
Ariel Rin
eb0134e716
Merge branch 'menu-separator' into 'master'
...
[ADD] Menu separator
See merge request allianceauth/allianceauth!1712
2025-04-29 02:48:00 +00:00
Ariel Rin
afde1f4729
Merge branch 'typehint-object-managers' into 'master'
...
Typehint object managers
See merge request allianceauth/allianceauth!1713
2025-04-29 02:47:12 +00:00
Ariel Rin
5c6dda0eac
Typehint object managers
2025-04-29 02:47:11 +00:00
Ariel Rin
af453bc772
Merge branch 'aa_i18n-addition' into 'master'
...
[ADD] Temaplatetag for path relative to `static`
See merge request allianceauth/allianceauth!1714
2025-04-29 02:46:56 +00:00
Ariel Rin
e13674e886
Merge branch 'translatable-app-names' into 'master'
...
[CHANGE] Made app names translatable in Django admin
See merge request allianceauth/allianceauth!1715
2025-04-29 02:45:48 +00:00
Ariel Rin
e3e856b826
Merge branch 'admin-overview' into 'master'
...
Remove unused {% if %} tag
See merge request allianceauth/allianceauth!1718
2025-04-29 02:42:35 +00:00
T'rahk Rokym
9d1cd23a8f
Remove unused {% if %} tag
2025-04-21 16:50:04 +02:00
Peter Pfeufer
148f7c116f
[CHANGE] Made app names translatable in Django admin
2025-04-10 07:08:16 +02:00
Peter Pfeufer
33e7134d6f
[ADD] Temaplatetag for path relative to static
...
AA-GDPR needs this
2025-04-09 20:54:51 +02:00
Peter Pfeufer
fb799551aa
[CHANGE] Move what ever is possible to our framework CSS
2025-04-06 22:22:54 +02:00
Peter Pfeufer
7b95051fe1
[ADD] Menu separator
...
Between `#nav-right` and `#nav-right-character-control`. Only visible when `#nav-right` has menu items.
2025-04-06 22:01:54 +02:00
Peter Pfeufer
efb6a6db4f
[FIX] Top margin for service controls
2025-04-05 23:49:58 +02:00
Peter Pfeufer
478aa1aa12
[ADD] apply_offset
to esi_cleanup_token
task
2025-04-03 00:59:04 +02:00
T'rahk Rokym
751e55ed6c
Add a new theft
timer type for skyhooks
2025-03-26 22:09:43 +01:00
Ariel Rin
9dad53f763
Merge branch 'master' into 'master'
...
Switch the doc example to use group instead of chain for long running tasks
See merge request allianceauth/allianceauth!1703
2025-03-26 01:48:29 +00:00
Ariel Rin
2d57064a7a
Merge branch 'supervisor-config-template-updates' into 'master'
...
[CHANGE] Update supervisor.conf template
See merge request allianceauth/allianceauth!1700
2025-03-26 01:47:58 +00:00
Ariel Rin
833d12cf66
Merge branch 'opengraph-template' into 'master'
...
[ADD] Opengraph Template
See merge request allianceauth/allianceauth!1701
2025-03-26 01:47:35 +00:00
Ariel Rin
7b56caa4cb
Merge branch 'perms_fix' into 'master'
...
Use the mumble.view_connection_history perm not superuser for Mumble service statistics
See merge request allianceauth/allianceauth!1702
2025-03-26 01:47:12 +00:00
Ariel Rin
5752644122
Merge branch 'fix-logo-height' into 'master'
...
[FIX] `logo_height` variable name
See merge request allianceauth/allianceauth!1704
2025-03-26 01:46:12 +00:00
Ariel Rin
cadc0cb534
Merge branch 'page-header' into 'master'
...
[CHANGE] Wrap page header in `header` element
See merge request allianceauth/allianceauth!1705
2025-03-26 01:46:04 +00:00
Ariel Rin
dcdab5ae1f
Merge branch 'fix-spelling' into 'master'
...
[FIX] Spelling (It's EVE time, not Eve time)
See merge request allianceauth/allianceauth!1706
2025-03-26 01:45:58 +00:00
Ariel Rin
d64e896288
Merge branch 'fix-scrollbar-positioning' into 'master'
...
[FIX] Scrollbar positioning in content area
See merge request allianceauth/allianceauth!1707
2025-03-26 01:45:38 +00:00
Peter Pfeufer
500d8ede32
[FIX] Scrollbar positioning in content area
2025-03-24 17:47:40 +01:00
Peter Pfeufer
f4c5c7f6db
[FIX] Spelling (It's EVE time, not Eve time)
2025-03-24 15:14:30 +01:00
Peter Pfeufer
43e1be4032
[CHANGE] Move margin class to header
element
2025-03-24 14:49:51 +01:00
Peter Pfeufer
702def2a4d
[CHANGE] Wrap page header in header
element
2025-03-24 13:34:11 +01:00
Peter Pfeufer
a34baf4154
[FIX] logo_height
variable name
2025-03-22 17:37:10 +01:00
r0kym
4de0774f15
Switch the doc example to use group instead of chain for long running tasks
2025-03-20 18:47:19 +01:00