Ariel Rin
3c1bae463e
Merge branch 'aa-framework-js-functions' into 'master'
...
[ADD] JS functions to the AA framework
See merge request allianceauth/allianceauth!1747
2025-08-14 02:09:10 +00:00
Peter Pfeufer
f1582165bc
[ADD] SVG sprite to the Alliance Auth framework
2025-08-13 11:46:36 +02:00
Peter Pfeufer
099a39a2a2
[ADD] objectDeepMerge
function
...
Recursively merges properties from source objects into a target object. If a property at the current level is an object,
and both target and source have it, the property is merged. Otherwise, the source property overwrites the target property.
This function does not modify the source objects and prevents prototype pollution by not allowing `__proto__`, `constructor`,
and `prototype` property names.
2025-08-09 15:54:39 +02:00
Peter Pfeufer
4cc108ab7f
[MISC] Formatting
2025-08-08 19:39:42 +02:00
Peter Pfeufer
18e9453fed
[ADD] JS functions to the AA framework
2025-08-08 19:08:55 +02:00
Peter Pfeufer
bb2e0aabbc
[CHANGE] Improve get_all_characters_from_user
...
### Added
- `main_first` option to move the main character to the first position of the character list
### Changed
- Character list sorted alphabetically
2025-06-17 16:38:55 +02:00
Peter Pfeufer
069352fb0f
[FIX] Switch to bottom margin instead of top/bottom padding
...
This is the much more commonly used approach.
2024-06-01 12:01:44 +02:00
Peter Pfeufer
66e8ddb684
[CHANGE] Remove unnecessary bootstrap classes from the dashboard
2024-05-31 21:59:24 +02:00
Peter Pfeufer
ede5540335
[ADD] Widget title partial to AA framework
2024-05-26 16:52:15 +02:00
Ariel Rin
b6e34ace35
Expand Tuning Doccs
2024-05-26 03:22:08 +00:00
Peter Pfeufer
2326522b29
[CHANGE] Docs updated with the missing subtitle attribute
2024-05-12 11:40:47 +02:00
Peter Pfeufer
76ae9b8849
[ADD] get_all_characters_from_user
function to User API
2024-01-24 21:03:09 +01:00
Peter Pfeufer
13a8b7678f
[ADD] Evecharacter API functions
2024-01-24 20:41:36 +01:00
Peter Pfeufer
ce0d8342e3
[REMOVE] Wrong modifier class in docs
2024-01-07 15:27:42 +01:00
Peter Pfeufer
e81450baf3
[CHANGE] Docs updated
2024-01-07 13:57:47 +01:00
Peter Pfeufer
b2e70c3702
[ADD] Docu for templates and bundles
2023-12-18 01:22:55 +01:00
Peter Pfeufer
eebeb26001
[ADD] API docu
2023-12-18 00:59:36 +01:00
Peter Pfeufer
003a67224e
[CHANGE] Trying a different syntax …
2023-12-18 00:30:37 +01:00
Peter Pfeufer
d3a3810456
[CHANGE] Try to use img
tags instead of MD
2023-12-18 00:22:44 +01:00
Peter Pfeufer
f55008559e
[CHANGE] Wrapping table in {eval-rst}
2023-12-17 23:59:15 +01:00
Peter Pfeufer
5c128f2c78
[FIX] Spelling
2023-12-17 23:50:13 +01:00
Peter Pfeufer
1caaca86cf
[CHANGE] Table formatted, hope that helps …
2023-12-17 23:50:13 +01:00
Peter Pfeufer
33ad1413d5
[ADD] Attempt to explain the sentinel user function
...
Let's see if the docs are generated properly with this
2023-12-17 23:50:13 +01:00
Peter Pfeufer
cbb5c80b94
[ADD] CSS cursor classes docs
2023-12-17 23:50:13 +01:00