| #
f5cd1552
|
| 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: add ACL check for profile page access in getActions method
|
| #
f5039f3c
|
| 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: add ACL check before accessing page content in handlePageSave method
|
| #
d8e646ee
|
| 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: add ACL checking to action.php getPageContent method
|
| #
af80ebde
|
| 20-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: clean up whitespace and improve code readability in action.php
|
| #
8273dd47
|
| 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: use process() for custom prompts with {prompt} placeholder
|
| #
2f9b87f9
|
| 19-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: add missing break statement in custom action switch case
|
| #
ed81d925
|
| 16-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: create convenience function for inserting metadata after title
|
| #
6983533d
|
| 16-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: create insertMetadataAfterTitle convenience function and use it in both PHP and JS code
|
| #
eee31427
|
| 16-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: insert template metadata after title when copying pages
|
| #
76107fe3
|
| 16-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: add dokullm config to $JSINFO['plugins']['dokullm'] instead of $JSINFO['dokullm']
|
| #
d5cb063b
|
| 16-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add JSINFO.dokullm with enable_chromadb configuration
|
| #
9ac5ee7a
|
| 16-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: support page links as action IDs in profile tables
|
| #
2adac073
|
| 16-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: replace enableChromaDB flag with direct chromaClient null check
|
| #
a8c74011
|
| 16-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add ChromaDB enable/disable configuration option
|
| #
bff80f69
|
| 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
docs: improve documentation for getActions method with detailed column descriptions and return value format
|
| #
76c003e2
|
| 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: use current profile for reading action definitions table
|
| #
aeea77d2
|
| 15-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: update action definitions source and documentation
|
| #
70d4ffd4
|
| 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
docs: update configuration option from 'language' to 'profile' in docblock
|
| #
b7f4af13
|
| 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: replace 'language' configuration with 'profile' in LlmClient initialization
|
| #
17cc3fbf
|
| 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: pass page ID to LlmClient in action.php
|
| #
5f773dcb
|
| 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: reposition chroma_collection parameter after chroma_database in ChromaDBClient calls
|
| #
444eee78
|
| 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add default collection parameter to ChromaDB client initialization
|
| #
2de95678
|
| 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: pass ChromaDBClient instance to LlmClient instead of instantiating it internally
|
| #
01e4fbff
|
| 15-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: remove unused action cases and simplify config retrieval
|
| #
14f46c3b
|
| 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: add language parameter to LlmClient instantiation in action.php
|