Peter Pfeufer
333fe8497d
[FIX] Register template to Bootstrap 5
2024-01-17 22:21:16 +01:00
Peter Pfeufer
8a3fb17147
[CHANGE] Reduce the width of the side menu to 300px
...
This gives the apps a bit of wiggle room for all the tables we have there.
2024-01-17 20:04:07 +01:00
Peter Pfeufer
f8baeb19a7
[FIX] Static no longer needed here
2024-01-16 21:29:46 +01:00
Peter Pfeufer
10096862e5
[CHANGE] Better padding
2024-01-16 20:58:24 +01:00
Peter Pfeufer
89193d2fcf
[CHANGE] Set min width, so it's properly readable
2024-01-16 20:32:45 +01:00
Peter Pfeufer
fd08b987bd
[CHANGE] Ok, the overflow is needed for keep the menu in its bounds …
2024-01-16 20:24:32 +01:00
Peter Pfeufer
4e9e22cb4b
[REMOVED] Unnecessary z-index and overflow
...
Width fixed as well
2024-01-16 20:18:46 +01:00
Peter Pfeufer
f8fbbb5ba7
[CHANGE] Auth menu for public pages
2024-01-16 20:00:53 +01:00
Peter Pfeufer
dd3ef41396
[FIX] Attribuite name and mandatory alt
attribute added
2024-01-16 19:36:54 +01:00
Peter Pfeufer
d815fad0e6
[ADD] Missing Bootstrap class to select field
2024-01-15 07:31:52 +01:00
Ariel Rin
e109198782
Merge branch 'v4.x-theme-work' into 'v4.x'
...
Move User Actions into new Top Nav areas across the internal apps
See merge request allianceauth/allianceauth!1581
2024-01-15 05:35:19 +00:00
Aaron Kable
fbd4672454
Move User Actions into new Top Nav areas across the internal apps
2024-01-15 05:35:19 +00:00
Ariel Rin
a29bd567c2
Merge branch 'v4.x-user-menu' into 'v4.x'
...
New User Menu
See merge request allianceauth/allianceauth!1582
2024-01-15 05:34:19 +00:00
Aaron Kable
960aef95ad
New User Menu
2024-01-15 05:34:19 +00:00
Peter Pfeufer
006785e592
[CHANGE] Use default alert box margin as base
2024-01-07 15:05:41 +01:00
Peter Pfeufer
df05070a55
[ADD] Bootstrap class for bottom margin to callout box in SRP module
2024-01-07 14:02:59 +01:00
Peter Pfeufer
24b6c19aca
[ADD] Different sizes (through padding)
2024-01-07 13:34:50 +01:00
ErikKalkoken
9c7de58989
Add email timeout
2024-01-02 11:48:27 +01:00
Peter Pfeufer
0900806f68
[REMOVE] Unnecessary empty div
2023-12-29 20:10:06 +01:00
Peter Pfeufer
a0d32d8c2d
[ADD] Missing Bootstrap class
2023-12-29 19:57:15 +01:00
Ariel Rin
e16252842a
Version Bump 4.0.0a5
2023-12-26 21:40:20 +10:00
Ariel Rin
c602cf0b00
Merge branch 'master' of gitlab.com:allianceauth/allianceauth into v4.x
2023-12-25 19:49:54 +10:00
Ariel Rin
b28b51916c
Merge branch 'aa-framework-part-2' into 'v4.x'
...
Alliance Auth Framework (Part 2)
See merge request allianceauth/allianceauth!1558
2023-12-25 09:46:57 +00:00
Ariel Rin
0db0978d5f
Merge branch 'header-nav-improvement' into 'v4.x'
...
Header navigation improvements
See merge request allianceauth/allianceauth!1575
2023-12-25 09:45:19 +00:00
Ariel Rin
0531da1128
Merge branch 'middleware-menu' into 'v4.x'
...
swap to middleware to sync menu hooks
See merge request allianceauth/allianceauth!1573
2023-12-25 09:43:52 +00:00
Peter Pfeufer
547d047f59
Merge branch 'v4.x' into 'aa-framework-part-2'
...
# Conflicts:
# allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html
# allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html
2023-12-24 17:34:07 +00:00
Peter Pfeufer
bb44194cfc
[CHANGE] Moved corpstats menu and search to heaver navbar
...
Also:
- Sorted alts alphabetically
- Added table headers
2023-12-22 12:23:23 +01: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
Peter Pfeufer
40ae092306
[ADD] New template block for the character control icons top right
...
This commit adds a new template block called "header_nav_user_character_control" to the base-bs5.html file. This block is intended to display character control icons in the top right section of the navigation bar. The existing code has been modified to include this new block and rearrange the layout accordingly.
With this change it is possible to add app specific menu items to the right side as well without having to re-add the character control menu items all the time.
Thanks to @aaronkable for discussing this idea with me.
2023-12-21 02:33:11 +01:00
Peter Pfeufer
dbc19c76c5
[CHANGE] Switch to header template where ever possible
...
Also fixed some Bootstrap misuse
2023-12-17 23:50:13 +01:00
Peter Pfeufer
ad508bd880
[ADD] Page header template
2023-12-17 23:50:13 +01:00
Peter Pfeufer
d2edd288f9
[ADD] Some more tests
2023-12-17 23:50:13 +01:00
Peter Pfeufer
21e80f6961
[ADD] __init__.py
to test …
2023-12-17 23:50:13 +01:00
Peter Pfeufer
a747951d19
[CHANGE] split it into 2 functions
...
- `get_main_character_from_user` to return the `EveCharacter` object
- `get_main_character_name_from_user` to return the main character name as string
2023-12-17 23:50:13 +01:00
Peter Pfeufer
4cc7135ace
[ADD] get_main_character_from_user
2023-12-17 23:50:13 +01:00
Peter Pfeufer
6a990c11e6
[ADD] sentinel user and migrate fleetactivitytracking
2023-12-17 23:50:13 +01:00
Peter Pfeufer
3f47cecbfc
[CHANGE] Move auth-framework.css
to allianceauth.framework
app
2023-12-17 23:50:13 +01:00
Peter Pfeufer
77c126ea2f
[ADD] Alliance Auth Framework base app
2023-12-17 23:50:13 +01:00
Peter Pfeufer
8ff3d854ba
[CHANGE] Reduce overall margin a bit while I'm at it
2023-12-12 10:27:53 +01:00
Peter Pfeufer
49ff355d50
[CHANGE] FA classes in menu hooks updated
2023-12-12 02:40:18 +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
00fcebd8e3
[CHANGE] Some minor cleanups
2023-12-11 11:59:32 +01:00
Peter Pfeufer
995c84481c
[CHANGE] Public templates updated to BS 5
2023-12-11 11:14:17 +01:00
Peter Pfeufer
4dd42da993
[REMOVE] Unused/Undefined class
2023-12-11 10:45:27 +01:00
Peter Pfeufer
8295cc51a3
[FIX] FA icon
2023-12-11 10:40:02 +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