Branch: refs/heads/waise
Home: https://github.com/xwiki-contrib/application-ai-llm
Commit: 1183261385d48d50c20403be55005bfdc2f874ee
https://github.com/xwiki-contrib/application-ai-llm/commit/1183261385d48d50…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/Collection.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/CollectionManager.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/IndexWorker.java
A application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/CurrentUserCollection.java
A application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/CurrentUserCollectionManager.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/DefaultCollection.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/DefaultCollectionManager.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/rest/AbstractCollectionResource.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/rest/DefaultCollectionResource.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/rest/DefaultCollectionsResource.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/rest/DefaultDocumentResource.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/rest/JSONCollection.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/script/CollectionManagerScriptService.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/resources/META-INF/components.txt
Log Message:
-----------
LLMAI-40: Add basic document indexing and querying support
* Add new CollectionManager and Collection implementations that check rights for the current user and use them in the REST API.
* Construct document references directly instead of resolving strings.
* Add exceptions to a lot of method signatures.
* Clone the collection document before any modification.
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/application-notification-word
Commit: b5b303f5c5bd8a2c296553aa1dbbc9745d3849c5
https://github.com/xwiki-contrib/application-notification-word/commit/b5b30…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
M application-notification-word-default/src/main/resources/ApplicationResources.properties
M application-notification-word-default/src/main/resources/templates/notificationWord/userprofile.js
Log Message:
-----------
WORDNOTIF-6: HTTP ERROR 400 Bad argument error when clicking "Add" button with an empty query
* Prevent inserting a query with a piece of JS and displays a warning
in such case
* Other problems were fixed previously with the refactorings to use LD
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 3f95f97e60db0178dffefc8239daaa824a679f1d
https://github.com/xwiki/xwiki-platform/commit/3f95f97e60db0178dffefc8239da…
Author: C. Lucas <lucas.charpentier(a)imt-atlantique.net>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/directives.js
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/layouts/table/LayoutTableHeaderNames.vue
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/webjar/Logic.js
Log Message:
-----------
XWIKI-21009: LiveData alternative to drag controls (#2809)
* Fix the lost pointer cursor on the sort caret
* Fix broken translations
* Fix the unexpected change in behavior for the resize handle
* Improve cursor on various elements to fit the features they should help use
* Make the resize handles invisible when not focused again