Branch: refs/heads/feature-XWIKI-22726
Home: https://github.com/xwiki/xwiki-platform
Commit: 2083a3ef7127958e8c79cbf3de6d5d946e98a6da
https://github.com/xwiki/xwiki-platform/commit/2083a3ef7127958e8c79cbf3de6d…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLCompleteStatementValidator.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutorTest.java
Log Message:
-----------
XWIKI-22726: Allow customizing the validation of HQL queries through configuration
* add unit tests
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/jira-charts-macro
Home: https://github.com/xwiki-contrib/jira
Commit: da32763e4a9661e93fd7d456a975dda83c390911
https://github.com/xwiki-contrib/jira/commit/da32763e4a9661e93fd7d456a975dd…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
A jira-macro/jira-macro-charts/jira-macro-charts-common/pom.xml
A jira-macro/jira-macro-charts/jira-macro-charts-common/src/main/java/org/xwiki/contrib/jira/charts/internal/AbstractChartMacroParameters.java
A jira-macro/jira-macro-charts/jira-macro-charts-piechart/pom.xml
A jira-macro/jira-macro-charts/jira-macro-charts-piechart/src/main/java/org/xwiki/contrib/jira/charts/ByType.java
A jira-macro/jira-macro-charts/jira-macro-charts-piechart/src/main/java/org/xwiki/contrib/jira/charts/JIRAPieChartMacroParameters.java
A jira-macro/jira-macro-charts/jira-macro-charts-piechart/src/main/java/org/xwiki/contrib/jira/charts/internal/DataSourceToChartJSDataSourceConverter.java
A jira-macro/jira-macro-charts/jira-macro-charts-piechart/src/main/java/org/xwiki/contrib/jira/charts/internal/JIRAPieChartDataFetcher.java
A jira-macro/jira-macro-charts/jira-macro-charts-piechart/src/main/java/org/xwiki/contrib/jira/charts/internal/JIRAPieChartMacro.java
A jira-macro/jira-macro-charts/jira-macro-charts-piechart/src/main/java/org/xwiki/contrib/jira/charts/internal/display/ChartJSPieChartDataSource.java
A jira-macro/jira-macro-charts/jira-macro-charts-piechart/src/main/java/org/xwiki/contrib/jira/charts/internal/display/ChartJSPieChartSingleData.java
A jira-macro/jira-macro-charts/jira-macro-charts-piechart/src/main/java/org/xwiki/contrib/jira/charts/internal/source/JIRAPieChartData.java
A jira-macro/jira-macro-charts/jira-macro-charts-piechart/src/main/java/org/xwiki/contrib/jira/charts/internal/source/JIRAPieChartDataSource.java
A jira-macro/jira-macro-charts/jira-macro-charts-piechart/src/main/resources/META-INF/components.txt
A jira-macro/jira-macro-charts/pom.xml
A jira-macro/jira-macro-common/pom.xml
A jira-macro/jira-macro-common/src/main/java/org/xwiki/contrib/jira/macro/AbstractJIRAMacroParameters.java
A jira-macro/jira-macro-common/src/main/java/org/xwiki/contrib/jira/macro/internal/ErrorMessageExtractor.java
A jira-macro/jira-macro-common/src/main/java/org/xwiki/contrib/jira/macro/internal/HTTPJIRAFetcher.java
A jira-macro/jira-macro-common/src/main/java/org/xwiki/contrib/jira/macro/internal/JIRAURLHelper.java
A jira-macro/jira-macro-common/src/main/java/org/xwiki/contrib/jira/macro/internal/source/JIRAServerResolver.java
A jira-macro/jira-macro-common/src/main/resources/META-INF/components.txt
M jira-macro/jira-macro-default/pom.xml
M jira-macro/jira-macro-default/src/main/java/org/xwiki/contrib/jira/macro/JIRAMacroParameters.java
M jira-macro/jira-macro-default/src/main/java/org/xwiki/contrib/jira/macro/internal/source/AbstractJIRADataSource.java
M jira-macro/jira-macro-default/src/main/java/org/xwiki/contrib/jira/macro/internal/source/DefaultJIRAServerResolver.java
R jira-macro/jira-macro-default/src/main/java/org/xwiki/contrib/jira/macro/internal/source/ErrorMessageExtractor.java
R jira-macro/jira-macro-default/src/main/java/org/xwiki/contrib/jira/macro/internal/source/HTTPJIRAFetcher.java
R jira-macro/jira-macro-default/src/main/java/org/xwiki/contrib/jira/macro/internal/source/JIRAServerResolver.java
M jira-macro/jira-macro-default/src/main/resources/META-INF/components.txt
M jira-macro/jira-macro-default/src/test/java/org/xwiki/contrib/jira/macro/internal/source/ListJIRADataSourceTest.java
M jira-macro/pom.xml
Log Message:
-----------
JIRA-59: Provide new macros for displaying charts in pages
WIP
Provide a first structure for the work, based for now on the
/rest/gadget/1.0/ endpoint in JIRA. This might change if we see that
this endpoint cannot be used in more recent versions of JIRA.
Right now I focused on piechart: it's expected that quite some work in
there will be abstracted.
Also it's really a PoC right now: there's no tests and almost no doc.
It builds only by skipping lots of checks.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/jira/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 83cfb2c6f588dd9fb05519e256ce20164d925653
https://github.com/xwiki/xwiki-platform/commit/83cfb2c6f588dd9fb05519e256ce…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseElement.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/ImportAction.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/filter/Importer.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/wikis/WikiResourceImpl.java
Log Message:
-----------
XWIKI-21071: 'Import a XAR in a wiki' REST API is not working as expected when "backup=true" and "history=REPLACE"
(cherry picked from commit 0a2d4f1c4c6c1a39733948e631b50d7b1df6c7de)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: a988b67f7d08bc083e1295e8894474ff14493458
https://github.com/xwiki/xwiki-platform/commit/a988b67f7d08bc083e1295e88944…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseElement.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/ImportAction.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/filter/Importer.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/wikis/WikiResourceImpl.java
Log Message:
-----------
XWIKI-21071: 'Import a XAR in a wiki' REST API is not working as expected when "backup=true" and "history=REPLACE"
(cherry picked from commit 0a2d4f1c4c6c1a39733948e631b50d7b1df6c7de)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: d7636b17f6e906d304489ba90f0f712b4a7c075b
https://github.com/xwiki/xwiki-platform/commit/d7636b17f6e906d304489ba90f0f…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseElement.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/ImportAction.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/filter/Importer.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/wikis/WikiResourceImpl.java
Log Message:
-----------
XWIKI-21071: 'Import a XAR in a wiki' REST API is not working as expected when "backup=true" and "history=REPLACE"
(cherry picked from commit 0a2d4f1c4c6c1a39733948e631b50d7b1df6c7de)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-XWIKI-22726
Home: https://github.com/xwiki/xwiki-platform
Commit: 31649108203204fe3293746c904f1b8c39907080
https://github.com/xwiki/xwiki-platform/commit/31649108203204fe3293746c904f…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutor.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLQueryValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/DefaultHQLQueryValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLQueryValidator.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutorTest.java
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-22726: Allow customizing the validation of HQL queries through configuration
Commit: ddccee378cdca739b02d3da5f7559d93c725063b
https://github.com/xwiki/xwiki-platform/commit/ddccee378cdca739b02d3da5f755…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/hibernate/query/HqlQueryUtils.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutor.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLCompleteStatementValidator.java
R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLQueryValidator.java
R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/DefaultHQLQueryValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/DefaultHQLStatementValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLCompleteStatementValidator.java
R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLQueryValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLStatementValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/StandardHQLCompleteStatementValidator.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutorTest.java
M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-manager/src/main/java/org/xwiki/query/QueryException.java
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-22726: Allow customizing the validation of HQL queries through configuration
* refactor the internal validator system to make it easier to reusable for other use cases
* make sure the configurable validator is executed before the standard one
* improve safe named queries initialization
* tried to remove stuff from HqlQueryExecutor, but was not enough to get rid of the ClassFanOutComplexity unfortunately
* various documentation improvements
Compare: https://github.com/xwiki/xwiki-platform/compare/488905f54609...ddccee378cdc
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 0a2d4f1c4c6c1a39733948e631b50d7b1df6c7de
https://github.com/xwiki/xwiki-platform/commit/0a2d4f1c4c6c1a39733948e631b5…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseElement.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/ImportAction.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/filter/Importer.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/wikis/WikiResourceImpl.java
Log Message:
-----------
XWIKI-21071: 'Import a XAR in a wiki' REST API is not working as expected when "backup=true" and "history=REPLACE"
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-XWIKI-22726
Home: https://github.com/xwiki/xwiki-platform
Commit: 488905f546095ed02d950d23c94606ed57813438
https://github.com/xwiki/xwiki-platform/commit/488905f546095ed02d950d23c946…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseElement.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/ImportAction.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/filter/Importer.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/wikis/WikiResourceImpl.java
Log Message:
-----------
XWIKI-21071: 'Import a XAR in a wiki' REST API is not working as expected when "backup=true" and "history=REPLACE"
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/xwiki-authenticator-trusted
Commit: 5f35f44f78d3f9dbd2e2fe0fad4a1f765c3368ca
https://github.com/xwiki-contrib/xwiki-authenticator-trusted/commit/5f35f44…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M pom.xml
M xwiki-authenticator-trusted-adapters/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-attributes/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-headers/pom.xml
M xwiki-authenticator-trusted-api/pom.xml
M xwiki-authenticator-trusted-xip/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-authenticator-trusted/settings/notif…
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/xwiki-authenticator-trusted
Commit: 021190cf4f71527682995b7aa31d507e41fd3aa8
https://github.com/xwiki-contrib/xwiki-authenticator-trusted/commit/021190c…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M pom.xml
M xwiki-authenticator-trusted-adapters/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-attributes/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-headers/pom.xml
M xwiki-authenticator-trusted-api/pom.xml
M xwiki-authenticator-trusted-xip/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release xwiki-authenticator-trusted-1.9.4
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-authenticator-trusted/settings/notif…
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 13f1a9c1789feb1716d03df39a9b5915025f1083
https://github.com/xwiki-contrib/cristal/commit/13f1a9c1789feb1716d03df39a9…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M editors/tiptap/src/vue/c-edit-tiptap.vue
M skin/langs/translation-en.json
M skin/src/index.ts
M skin/src/vue/__tests__/c-content.test.ts
A skin/src/vue/c-article.vue
M skin/src/vue/c-content.vue
M skin/src/vue/c-edit.vue
Log Message:
-----------
CRISTAL-319: Missing breadcrumb in edit mode
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/xwiki-authenticator-trusted
Commit: 1cffcf11690de202ab05c7a128f9d23ba8d71eb3
https://github.com/xwiki-contrib/xwiki-authenticator-trusted/commit/1cffcf1…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M pom.xml
M xwiki-authenticator-trusted-adapters/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-attributes/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-headers/pom.xml
M xwiki-authenticator-trusted-api/pom.xml
M xwiki-authenticator-trusted-xip/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-authenticator-trusted/settings/notif…
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/xwiki-authenticator-trusted
Commit: c985dfe2e02a3831b82f8666d86828a49d1a7a64
https://github.com/xwiki-contrib/xwiki-authenticator-trusted/commit/c985dfe…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M pom.xml
M xwiki-authenticator-trusted-adapters/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-attributes/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-headers/pom.xml
M xwiki-authenticator-trusted-api/pom.xml
M xwiki-authenticator-trusted-xip/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release xwiki-authenticator-trusted-1.9.4
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-authenticator-trusted/settings/notif…
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/xwiki-authenticator-trusted
Commit: dfc545b60090afee181e5ac3ef63414357739a39
https://github.com/xwiki-contrib/xwiki-authenticator-trusted/commit/dfc545b…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M pom.xml
M xwiki-authenticator-trusted-adapters/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-attributes/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-headers/pom.xml
M xwiki-authenticator-trusted-api/pom.xml
M xwiki-authenticator-trusted-xip/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-authenticator-trusted/settings/notif…
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/xwiki-authenticator-trusted
Commit: 629c53e2143dc549f89ee8c50dce1b33cc65e206
https://github.com/xwiki-contrib/xwiki-authenticator-trusted/commit/629c53e…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M pom.xml
M xwiki-authenticator-trusted-adapters/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-attributes/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-headers/pom.xml
M xwiki-authenticator-trusted-api/pom.xml
M xwiki-authenticator-trusted-xip/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release xwiki-authenticator-trusted-1.9.4
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-authenticator-trusted/settings/notif…
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: fccf4162abe006ea66ef05ec9b882b0e42cbed18
https://github.com/xwiki/xwiki-platform/commit/fccf4162abe006ea66ef05ec9b88…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-plugin/pom.xml
Log Message:
-----------
[Misc] Remove extra new lines
Commit: 425c7d96bfe9d73ac5a0f3fa36ddff6debbf2641
https://github.com/xwiki/xwiki-platform/commit/425c7d96bfe9d73ac5a0f3fa36dd…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/FeedPlugin.java
M xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/FeedPluginApi.java
Log Message:
-----------
[Misc] Fix some style issues
Commit: 1b8987c54ffd0e6f7b42c59d01c79eefdd9e2d89
https://github.com/xwiki/xwiki-platform/commit/1b8987c54ffd0e6f7b42c59d01c7…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-zipexplorer/pom.xml
M xwiki-platform-core/xwiki-platform-zipexplorer/src/main/java/com/xpn/xwiki/plugin/zipexplorer/ZipExplorerPlugin.java
M xwiki-platform-core/xwiki-platform-zipexplorer/src/main/java/com/xpn/xwiki/plugin/zipexplorer/ZipExplorerPluginAPI.java
Log Message:
-----------
[Misc] Remove deprecation because of plugin tech since we first need an alternative
* Note that we need to move this plugin to legacy as we have the VFS API and Macro to replace it
Compare: https://github.com/xwiki/xwiki-platform/compare/863bd63acc56...1b8987c54ffd
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 863bd63acc56ca4c91cad68a09e3ead8459e0e08
https://github.com/xwiki/xwiki-platform/commit/863bd63acc56ca4c91cad68a09e3…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package-lock.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package.json
Log Message:
-----------
[Misc] Update dependency prettier to v3.4.2 (#3727)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: ea4ebfb2a2515816ea43eea034289b9c47a9dfcd
https://github.com/xwiki/xwiki-platform/commit/ea4ebfb2a2515816ea43eea03428…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/config/package-lock.json
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/config/package.json
Log Message:
-----------
XWIKI-22729: Upgrade to dompurify 3.2.3
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: bd23871f92097242153a1bfc68a63bebcb72ed7a
https://github.com/xwiki-contrib/book-versions/commit/bd23871f92097242153a1…
Author: Mathieu Pace <mathieu.pace(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M application-book-versions-api/src/main/java/org/xwiki/contrib/bookversions/BookVersionsManager.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/BookVersionsConstants.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultBookVersionsManager.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/script/BookVersionsScriptService.java
M application-book-versions-ui/src/main/resources/BookVersions/Code/AdministrationMenu.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/DeletedContentClass.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/DeletedContentSheet.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/NavigationMenu.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/SwitchDeletedMark.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml
Log Message:
-----------
BVERSION-47: Add the remove page feature
* Fixed the navigation menu to not redirect when using the delete action
* added actions to delete current page/version or the whole versioned page
* added a way to mark a page as deleted, and a specific display for it thanks to a dedicated sheet
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 563e7f5df9da5297020b6d1ad05a54b1d182f94c
https://github.com/xwiki/xwiki-platform/commit/563e7f5df9da5297020b6d1ad05a…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/config/package-lock.json
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/config/package.json
Log Message:
-----------
[Misc] Update dependency less to v4.2.1 (#3719)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/CRISTAL-360
Home: https://github.com/xwiki-contrib/cristal
Commit: b8147b554ed016c4305b33163a5d7a452aea8fb6
https://github.com/xwiki-contrib/cristal/commit/b8147b554ed016c4305b33163a5…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M api/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/user/user-ui/package.json
M core/xwiki/xwiki-utils/package.json
M dev/config/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M pnpm-lock.yaml
M realtime/package.json
M rendering/rendering/package.json
M rendering/wikimodel/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
CRISTAL-321: The more actions content menu is too close to the edge
Fix broken pnpm-lock.yaml, and explicit the version of TypeScript on all dependencies to guarantee the same version of all packages
Commit: b82d189029a96fcac957c129d3aa5108739f273f
https://github.com/xwiki-contrib/cristal/commit/b82d189029a96fcac957c129d3a…
Author: Thiago Krieck <thiago.krieck(a)xwiki.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M skin/src/vue/c-content.vue
Log Message:
-----------
[Misc] Quick fix for header positioning on Firefox
Commit: 49afa8531d919b68f7d36f98f74453a500feb958
https://github.com/xwiki-contrib/cristal/commit/49afa8531d919b68f7d36f98f74…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M api/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/attachments/attachments-ui/src/vue/AttachmentUploadForm.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTab.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTable.vue
M core/authentication/authentication-api/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/date/date-api/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/page-actions/page-actions-ui/src/vue/PageActions.vue
M core/page-actions/page-actions-ui/src/vue/PageActionsCategory.vue
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/package.json
M core/xwiki/xwiki-utils/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/dsfr/src/vue/x-menu.vue
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/main/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M realtime/package.json
M rendering/rendering/package.json
M rendering/wikimodel/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M sources/xwiki/mock-server/package.json
M web/package.json
Log Message:
-----------
[Misc] Add vue to eslint file selection for all projects
And fix newly caught linting issues.
Commit: 26b4a37fadc6e4c06cf430a3f8f7459e3df6de82
https://github.com/xwiki-contrib/cristal/commit/26b4a37fadc6e4c06cf430a3f8f…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M skin/src/vue/c-content.vue
Log Message:
-----------
CRISTAL-321: The more actions content menu is too close to the edge
Fix linting issue in c-content
Commit: 0f44f4bae73c366e20f54e60b31c9efba204574c
https://github.com/xwiki-contrib/cristal/commit/0f44f4bae73c366e20f54e60b31…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M pnpm-lock.yaml
M realtime/package.json
M sources/xwiki/mock-server/package.json
M web/package.json
Log Message:
-----------
[Misc] Update dependency express to v4.21.2 (#501)
Commit: 54f43e878d205c9824fbaf49759032b902bbc8f6
https://github.com/xwiki-contrib/cristal/commit/54f43e878d205c9824fbaf49759…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update dependency vite-plugin-inspect to v0.10.3 (#500)
Commit: cb8592c9423a54df0d14a2bfc87a945964b8996d
https://github.com/xwiki-contrib/cristal/commit/cb8592c9423a54df0d14a2bfc87…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency nx to v20.2.0 (#497)
Commit: b71af751770dad933325c1e69f18533473366496
https://github.com/xwiki-contrib/cristal/commit/b71af751770dad933325c1e69f1…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M core/alerts/alerts-default/package.json
M core/attachments/attachments-default/package.json
M core/document/document-default/package.json
M editors/tiptap/package.json
M lib/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-361: Upgrade to pinia 2.3.0
Commit: 30b6bc810e4be9d6ed85b6f0dd3f64eb40b329a5
https://github.com/xwiki-contrib/cristal/commit/30b6bc810e4be9d6ed85b6f0dd3…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency nx to v20.2.1 (#502)
Commit: 06d323d63ef29e40a2f50014d7f5d645be046359
https://github.com/xwiki-contrib/cristal/commit/06d323d63ef29e40a2f50014d7f…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency eslint to v9.16.0
Commit: c1a2ae37eab45ba844a357b24090e545c5bcc67b
https://github.com/xwiki-contrib/cristal/commit/c1a2ae37eab45ba844a357b2409…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M ds/shoelace/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-362: Upgrade to @shoelace-style/shoelace 2.19.0
Commit: fad937a358641a989a5273e018704641fb5a2634
https://github.com/xwiki-contrib/cristal/commit/fad937a358641a989a5273e0187…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/browser/package.json
M electron/main/package.json
M electron/package.json
M electron/storage/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-363: Upgrade to electron 33.2.1
Commit: 276d3662f5d71374ea3a57ec1782a5a2d2bc3e98
https://github.com/xwiki-contrib/cristal/commit/276d3662f5d71374ea3a57ec178…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M package.json
Log Message:
-----------
[Misc] Update pnpm to v9.15.0 (#492)
Commit: 88d5cd5a3a6c7c1893499122b05d005df85b1105
https://github.com/xwiki-contrib/cristal/commit/88d5cd5a3a6c7c1893499122b05…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M ds/vuetify/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-335: Upgrade to vuetify 3.7.5
Commit: b0040cc3152dea3b6420f89ef7baeb70948b3c55
https://github.com/xwiki-contrib/cristal/commit/b0040cc3152dea3b6420f89ef7b…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M pnpm-lock.yaml
M rendering/rendering/package.json
M skin/package.json
Log Message:
-----------
CRISTAL-341: Upgrade to marked to 15.0.3 and marked-base-url to 1.1.6
Commit: f6bcf2c47796a24a1eed0be9d161e786ace703a4
https://github.com/xwiki-contrib/cristal/commit/f6bcf2c47796a24a1eed0be9d16…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @vitest/coverage-v8 to v2.1.8 (#484)
Commit: 6b1718c0ad86e21e8b83bb3ae5a3a8d76a46afcf
https://github.com/xwiki-contrib/cristal/commit/6b1718c0ad86e21e8b83bb3ae5a…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-ui/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/file-preview/file-preview-ui/package.json
M core/history/history-ui/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-ui/package.json
M dev/test-utils/package.json
M ds/vuetify/package.json
M lib/package.json
M pnpm-lock.yaml
M skin/package.json
Log Message:
-----------
[Misc] Update dependency vue-i18n to v10.0.5 [SECURITY]
Commit: 54f7c9e5757c50394185fb62e20d6a80d6b032ad
https://github.com/xwiki-contrib/cristal/commit/54f7c9e5757c50394185fb62e20…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M electron/main/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/storage/package.json
M package.json
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update Node.js to v22.12.0 (#455)
Commit: a343e6c3a91433353d73571136e411a0c86fcded
https://github.com/xwiki-contrib/cristal/commit/a343e6c3a91433353d73571136e…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update dependency @playwright/test to v1.49.0
Commit: 2765547c5f3917353917ef5b42e1f9f3b8b43c6e
https://github.com/xwiki-contrib/cristal/commit/2765547c5f3917353917ef5b42e…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency vite to v6.0.3 (#490)
Commit: 58a97698a47cd5c85b29386a6d1dab3cbbae5e84
https://github.com/xwiki-contrib/cristal/commit/58a97698a47cd5c85b29386a6d1…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M skin/langs/translation-en.json
M skin/langs/translation-fr.json
M skin/src/vue/c-page-creation-menu.vue
Log Message:
-----------
CRISTAL-343: c-page-creation-menu.vue is not translated
Commit: 43e5b7f10d938aaa248949cfd607ed1add90d495
https://github.com/xwiki-contrib/cristal/commit/43e5b7f10d938aaa248949cfd60…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M ds/api/src/index.ts
M ds/shoelace/src/vue/form/x-text-field.vue
M ds/shoelace/src/vue/x-dialog.vue
M ds/vuetify/src/vue/form/x-text-field.vue
M skin/src/vue/c-page-creation-menu.vue
Log Message:
-----------
CRISTAL-325: New page UI's "Name" field should be selected by default and the placeholder text disappear when typing
Commit: 1dd18a7d4de9543ca866c31762eb24d8117752e7
https://github.com/xwiki-contrib/cristal/commit/1dd18a7d4de9543ca866c31762e…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M skin/src/vue/c-page-creation-menu.vue
Log Message:
-----------
CRISTAL-344: The page creation form is not submited on enter
Commit: 98a41b14aeb374304030d3be13b5b360677ee196
https://github.com/xwiki-contrib/cristal/commit/98a41b14aeb374304030d3be13b…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M core/backends/backend-xwiki/src/XWikiWikiConfig.ts
M core/model/model-reference/model-reference-api/src/componentInit.ts
A core/model/model-reference/model-reference-api/src/defaultModelReferenceHandler.ts
A core/model/model-reference/model-reference-api/src/defaultModelReferenceHandlerProvider.ts
M core/model/model-reference/model-reference-api/src/index.ts
A core/model/model-reference/model-reference-api/src/modelReferenceHandler.ts
A core/model/model-reference/model-reference-api/src/modelReferenceHandlerProvider.ts
M core/model/model-reference/model-reference-xwiki/src/componentInit.ts
A core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceHandler.ts
M skin/src/vue/c-page-creation-menu.vue
Log Message:
-----------
CRISTAL-346: WebHome is visible in the page creation form
Commit: 4c38594b47ad7d42f7ef3dd2e98980f2eef6d493
https://github.com/xwiki-contrib/cristal/commit/4c38594b47ad7d42f7ef3dd2e98…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M ds/shoelace/src/vue/x-dialog.vue
M ds/vuetify/src/vue/x-dialog.vue
M skin/src/vue/c-page-creation-menu.vue
Log Message:
-----------
CRISTAL-359: Page creation form button not visible when tree is too big on Vuetify
Commit: 9a73f7b43f2971c97f83c610f55a63309124ecda
https://github.com/xwiki-contrib/cristal/commit/9a73f7b43f2971c97f83c610f55…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts
R ds/shoelace/src/vue/x-textfield.vue
Log Message:
-----------
[Misc] Remove duplicated XTextfield in Shoelace ds
Commit: 9f54b3c36c4ef01adbe94e2e782589d6856526a6
https://github.com/xwiki-contrib/cristal/commit/9f54b3c36c4ef01adbe94e2e782…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M core/model/model-reference/model-reference-filesystem/src/componentInit.ts
M core/model/model-reference/model-reference-nextcloud/src/componentInit.ts
Log Message:
-----------
[Misc] Add missing "type" imports
Commit: fb890a063a1851954c9fc611c190bcfa110038de
https://github.com/xwiki-contrib/cristal/commit/fb890a063a1851954c9fc611c19…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M api/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/user/user-ui/package.json
M core/xwiki/xwiki-utils/package.json
M dev/config/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M pnpm-lock.yaml
M realtime/package.json
M rendering/rendering/package.json
M rendering/wikimodel/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Set the version of vite for all packages
Avoid dependency inconsistencies.
Commit: 905c5ef0fe1fdff76266fb3de79c2fa3c9b6585d
https://github.com/xwiki-contrib/cristal/commit/905c5ef0fe1fdff76266fb3de79…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M core/attachments/attachments-ui/src/vue/AttachmentPreview.vue
R core/model/model-remote-url/model-remote-url-filesystem/CHANGELOG.md
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/src/index.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/tsconfig.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/tsdoc.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/vite.config.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/CHANGELOG.md
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLParser.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLSerializer.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/index.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/tsconfig.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/tsdoc.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/vite.config.ts
R core/model/model-remote-url/model-remote-url-filesystem/package.json
R core/model/model-remote-url/model-remote-url-filesystem/src/componentInit.ts
R core/model/model-remote-url/model-remote-url-filesystem/src/filesystemRemoteURLParser.ts
R core/model/model-remote-url/model-remote-url-filesystem/src/filesystemRemoteURLSerializer.ts
R core/model/model-remote-url/model-remote-url-filesystem/src/index.ts
R core/model/model-remote-url/model-remote-url-filesystem/tsconfig.json
R core/model/model-remote-url/model-remote-url-filesystem/tsdoc.json
R core/model/model-remote-url/model-remote-url-filesystem/vite.config.ts
M electron/renderer/package.json
M electron/renderer/src/index.ts
M electron/storage/package.json
M electron/storage/src/electron/main/index.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
Log Message:
-----------
CRISTAL-348: Add support for attachment preview in the file system backend (#503)
Commit: c104fa1206cf6e85366769183f3be5d80cb1d727
https://github.com/xwiki-contrib/cristal/commit/c104fa1206cf6e85366769183f3…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-default/package.json
M core/date/date-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/info-actions/info-actions-default/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/uiextension/uiextension-default/package.json
M dev/test-utils/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M pnpm-lock.yaml
M rendering/rendering/package.json
M sharedworker/impl/package.json
M skin/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Update dependency inversify to v6.1.6
Commit: 7fd3433265fa95a6e033dfa9864e0b333f9a7e2d
https://github.com/xwiki-contrib/cristal/commit/7fd3433265fa95a6e033dfa9864…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M core/page-actions/page-actions-ui/src/vue/PageActionsCategory.vue
Log Message:
-----------
[Misc] Use shallow refs for Page Actions UI Components
Commit: aa46e2246246ba2e7f51de812c71c47e3c76ae4b
https://github.com/xwiki-contrib/cristal/commit/aa46e2246246ba2e7f51de812c7…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-default/package.json
M core/date/date-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/info-actions/info-actions-default/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/uiextension/uiextension-default/package.json
M dev/test-utils/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M pnpm-lock.yaml
M rendering/rendering/package.json
M sharedworker/impl/package.json
M skin/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
Merge pull request #488 from renovate-bot/renovate/inversify-6.x
Commit: 264e7bfc51a3ff925d61e573bd058cbf638e3aaa
https://github.com/xwiki-contrib/cristal/commit/264e7bfc51a3ff925d61e573bd0…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M pnpm-lock.yaml
M rendering/rendering/package.json
Log Message:
-----------
[Misc] Update dependency dompurify to v3.2.2
Commit: ec24dfd86c9647e8d1bb102dc2fc19f531124322
https://github.com/xwiki-contrib/cristal/commit/ec24dfd86c9647e8d1bb102dc2f…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M pnpm-lock.yaml
M rendering/rendering/package.json
Log Message:
-----------
Merge pull request #486 from renovate-bot/renovate/dompurify-3.x
Commit: 1a3cd070ade29616c02f2aa06cd530a3cb175849
https://github.com/xwiki-contrib/cristal/commit/1a3cd070ade29616c02f2aa06cd…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-default/package.json
M core/date/date-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/info-actions/info-actions-default/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/uiextension/uiextension-default/package.json
M dev/test-utils/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M pnpm-lock.yaml
M rendering/rendering/package.json
M sharedworker/impl/package.json
M skin/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Update dependency inversify to v6.2.0
Commit: 834d848266617c32c06ea9c39b7bfc6e54b32cd4
https://github.com/xwiki-contrib/cristal/commit/834d848266617c32c06ea9c39b7…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-default/package.json
M core/date/date-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/info-actions/info-actions-default/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/uiextension/uiextension-default/package.json
M dev/test-utils/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M pnpm-lock.yaml
M rendering/rendering/package.json
M sharedworker/impl/package.json
M skin/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
Merge pull request #505 from renovate-bot/renovate/inversify-6.x
Commit: 418f473624d00b0fec33b759d87909de79506ad8
https://github.com/xwiki-contrib/cristal/commit/418f473624d00b0fec33b759d87…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M core/authentication/authentication-xwiki/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency axios to v1.7.9
Commit: d547432381f99f6df98d00feef55a01370350928
https://github.com/xwiki-contrib/cristal/commit/d547432381f99f6df98d00feef5…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-ui/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/file-preview/file-preview-ui/package.json
M core/history/history-ui/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-ui/package.json
M dev/test-utils/package.json
M ds/vuetify/package.json
M lib/package.json
M pnpm-lock.yaml
M skin/package.json
Log Message:
-----------
Merge pull request #483 from renovate-bot/renovate/npm-vue-i18n-vulnerability
Commit: bafdf788b197d5298342a30636c0fb30c3bd600a
https://github.com/xwiki-contrib/cristal/commit/bafdf788b197d5298342a30636c…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M pnpm-lock.yaml
M rendering/rendering/package.json
Log Message:
-----------
[Misc] Update dependency dompurify to v3.2.3
Commit: 929c4e0f648137cb034a68f972e46cdf52be5af4
https://github.com/xwiki-contrib/cristal/commit/929c4e0f648137cb034a68f972e…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M pnpm-lock.yaml
M rendering/rendering/package.json
Log Message:
-----------
Merge pull request #506 from renovate-bot/renovate/dompurify-3.x
Commit: 16792bbbca59aa2ae7f831ab0c3fb9f88dd68bc7
https://github.com/xwiki-contrib/cristal/commit/16792bbbca59aa2ae7f831ab0c3…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M core/authentication/authentication-xwiki/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M pnpm-lock.yaml
Log Message:
-----------
Merge pull request #485 from renovate-bot/renovate/axios-1.x
Commit: ee60f25b419375cfd0d26fd0a420b4e13563975a
https://github.com/xwiki-contrib/cristal/commit/ee60f25b419375cfd0d26fd0a42…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M core/hierarchy/hierarchy-xwiki/package.json
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M pnpm-lock.yaml
M skin/src/vue/c-content.vue
M web/e2e/main-page.spec.ts
M web/e2e/pageObjects/Breadcrumb.ts
Log Message:
-----------
CRISTAL-364: Breadcrumb links not working with Shoelace
* Create local links for breadcrumb items
Commit: 54df7a700aae3944f5a68d78d2ff4fed2b0610a0
https://github.com/xwiki-contrib/cristal/commit/54df7a700aae3944f5a68d78d2f…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M sources/xwiki/mock-server/src/index.ts
M web/e2e/main-page.spec.ts
M web/e2e/pageObjects/Breadcrumb.ts
M web/e2e/pageObjects/NavigationTree.ts
Log Message:
-----------
CRISTAL-364: Breadcrumb links not working with Shoelace
* Add UI test
Commit: bac8d61ff948e783eb35aff55b02d45402ec9693
https://github.com/xwiki-contrib/cristal/commit/bac8d61ff948e783eb35aff55b0…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M core/model/model-reference/model-reference-xwiki/src/__tests__/defaultLocalURLSerializer.test.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceSerializer.ts
M core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLParser.ts
Log Message:
-----------
CRISTAL-366: Special characters not properly handled in XWiki references parsing/serializing
Commit: 8bb129072f239e2b32b83d89e1a995d751e582e2
https://github.com/xwiki-contrib/cristal/commit/8bb129072f239e2b32b83d89e1a…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M core/hierarchy/hierarchy-xwiki/package.json
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M pnpm-lock.yaml
M skin/src/vue/c-content.vue
M sources/xwiki/mock-server/src/index.ts
M web/e2e/main-page.spec.ts
M web/e2e/pageObjects/Breadcrumb.ts
M web/e2e/pageObjects/NavigationTree.ts
Log Message:
-----------
Merge pull request #504 from xwiki-contrib/CRISTAL-364
* Create local links for breadcrumb items
Commit: f33984491d02c762e768a15dff1f1eec2ebf7c54
https://github.com/xwiki-contrib/cristal/commit/f33984491d02c762e768a15dff1…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M core/model/model-reference/model-reference-xwiki/src/__tests__/defaultLocalURLSerializer.test.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceSerializer.ts
M core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLParser.ts
Log Message:
-----------
Merge pull request #507 from xwiki-contrib/CRISTAL-366
Commit: 33c9997a168e4358b3569ddb5a0af5c1c85ae6ca
https://github.com/xwiki-contrib/cristal/commit/33c9997a168e4358b3569ddb5a0…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M electron/main/package.json
M electron/preload/package.json
M electron/renderer/package.json
Log Message:
-----------
[Misc] package.json cleanup
Commit: 08686105ef45975509eb1c291abfb95ec42583f4
https://github.com/xwiki-contrib/cristal/commit/08686105ef45975509eb1c291ab…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
A .github/workflows/build_electron.yml
M electron/.electron-builder.config.js
M electron/package.json
M web/package.json
Log Message:
-----------
CRISTAL-311: Improve Cristal distributions
Commit: c61150c5ea6ef62ff8f689bf9230ce9d9084f925
https://github.com/xwiki-contrib/cristal/commit/c61150c5ea6ef62ff8f689bf923…
Author: Simpel <git(a)simpel.cc>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
A ds/vuetify/langs/translation-de.json
Log Message:
-----------
Added translation using Weblate (German)
Commit: f210fb2f1e60d8cd715e631258819573e1f17869
https://github.com/xwiki-contrib/cristal/commit/f210fb2f1e60d8cd715e6312588…
Author: Simpel <git(a)simpel.cc>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
A skin/langs/translation-de.json
Log Message:
-----------
Added translation using Weblate (German)
Commit: de7b08aae795f59c0c2acd79ed61f05de689f791
https://github.com/xwiki-contrib/cristal/commit/de7b08aae795f59c0c2acd79ed6…
Author: Simpel <git(a)simpel.cc>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M ds/vuetify/langs/translation-de.json
Log Message:
-----------
Translated using Weblate (German)
Currently translated at 100.0% (2 of 2 strings)
Translation: XWiki Contrib/cristal - vuetify
Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-vuetify/de/
Commit: 05a6921bcd279ca0ddfaf98f1a04f0f0ca0c4368
https://github.com/xwiki-contrib/cristal/commit/05a6921bcd279ca0ddfaf98f1a0…
Author: Simpel <git(a)simpel.cc>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M skin/langs/translation-de.json
Log Message:
-----------
Translated using Weblate (German)
Currently translated at 100.0% (10 of 10 strings)
Translation: XWiki Contrib/Cristal - Skin
Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-skin/de/
Commit: 42e4f6b1c03e9f57487319c2a670c5c0069e0464
https://github.com/xwiki-contrib/cristal/commit/42e4f6b1c03e9f57487319c2a67…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
A ds/vuetify/langs/translation-de.json
A skin/langs/translation-de.json
Log Message:
-----------
Merge pull request #508 from xwikiorgci/weblate-xwiki-contrib-cristal-skin
Translations update from Weblate
Commit: 4d74d59026b9309b7c72a15146568d1829904814
https://github.com/xwiki-contrib/cristal/commit/4d74d59026b9309b7c72a151465…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M electron/.electron-builder.config.js
Log Message:
-----------
[Misc] Fix bad link to electron.build documentation
Commit: 8f27b1c597c373bf0a9ebe8e679aca763f850260
https://github.com/xwiki-contrib/cristal/commit/8f27b1c597c373bf0a9ebe8e679…
Author: Thiago Krieck <thiago.krieck(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M editors/tiptap/src/vue/c-edit-tiptap.vue
Log Message:
-----------
CRISTAL-321: The more actions content menu is too close to the edge
- Fix for header misalignment when in edit mode on Firefox
Commit: ef1208d7e566f629e0194a60d2a0b4c2db4064ca
https://github.com/xwiki-contrib/cristal/commit/ef1208d7e566f629e0194a60d2a…
Author: Thiago Krieck <thiago.krieck(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
A .github/workflows/build_electron.yml
M api/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/attachments/attachments-ui/src/vue/AttachmentPreview.vue
M core/attachments/attachments-ui/src/vue/AttachmentUploadForm.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTab.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTable.vue
M core/authentication/authentication-api/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/XWikiWikiConfig.ts
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-api/src/componentInit.ts
A core/model/model-reference/model-reference-api/src/defaultModelReferenceHandler.ts
A core/model/model-reference/model-reference-api/src/defaultModelReferenceHandlerProvider.ts
M core/model/model-reference/model-reference-api/src/index.ts
A core/model/model-reference/model-reference-api/src/modelReferenceHandler.ts
A core/model/model-reference/model-reference-api/src/modelReferenceHandlerProvider.ts
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-filesystem/src/componentInit.ts
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-nextcloud/src/componentInit.ts
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-reference/model-reference-xwiki/src/__tests__/defaultLocalURLSerializer.test.ts
M core/model/model-reference/model-reference-xwiki/src/componentInit.ts
A core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceHandler.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceSerializer.ts
M core/model/model-remote-url/model-remote-url-api/package.json
R core/model/model-remote-url/model-remote-url-filesystem/CHANGELOG.md
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/src/index.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/tsconfig.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/tsdoc.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/vite.config.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/CHANGELOG.md
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLParser.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLSerializer.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/index.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/tsconfig.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/tsdoc.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/vite.config.ts
R core/model/model-remote-url/model-remote-url-filesystem/package.json
R core/model/model-remote-url/model-remote-url-filesystem/src/componentInit.ts
R core/model/model-remote-url/model-remote-url-filesystem/src/filesystemRemoteURLParser.ts
R core/model/model-remote-url/model-remote-url-filesystem/src/filesystemRemoteURLSerializer.ts
R core/model/model-remote-url/model-remote-url-filesystem/src/index.ts
R core/model/model-remote-url/model-remote-url-filesystem/tsconfig.json
R core/model/model-remote-url/model-remote-url-filesystem/tsdoc.json
R core/model/model-remote-url/model-remote-url-filesystem/vite.config.ts
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLParser.ts
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/page-actions/page-actions-ui/src/vue/PageActions.vue
M core/page-actions/page-actions-ui/src/vue/PageActionsCategory.vue
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/user/user-ui/package.json
M core/xwiki/xwiki-utils/package.json
M dev/config/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/api/src/index.ts
M ds/dsfr/package.json
M ds/dsfr/src/vue/x-menu.vue
M ds/shoelace/package.json
M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts
M ds/shoelace/src/vue/form/x-text-field.vue
M ds/shoelace/src/vue/x-dialog.vue
R ds/shoelace/src/vue/x-textfield.vue
A ds/vuetify/langs/translation-de.json
M ds/vuetify/package.json
M ds/vuetify/src/vue/form/x-text-field.vue
M ds/vuetify/src/vue/x-dialog.vue
M editors/tiptap/package.json
M editors/tiptap/src/vue/c-edit-tiptap.vue
M electron/.electron-builder.config.js
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/renderer/src/index.ts
M electron/storage/package.json
M electron/storage/src/electron/main/index.ts
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M package.json
M pnpm-lock.yaml
M pnpm-workspace.yaml
M realtime/package.json
M rendering/rendering/package.json
M rendering/wikimodel/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
A skin/langs/translation-de.json
M skin/langs/translation-en.json
M skin/langs/translation-fr.json
M skin/package.json
M skin/src/vue/c-content.vue
M skin/src/vue/c-page-creation-menu.vue
M sources/xwiki/mock-server/package.json
M sources/xwiki/mock-server/src/index.ts
M web/e2e/main-page.spec.ts
M web/e2e/pageObjects/Breadcrumb.ts
M web/e2e/pageObjects/NavigationTree.ts
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
Merge branch 'main' into CRISTAL-360
Compare: https://github.com/xwiki-contrib/cristal/compare/fdfc90bfe8bc...ef1208d7e566
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/xwiki-authenticator-trusted
Commit: 2b5d1339162b4b12e412ee5229e2a9cb67ac563f
https://github.com/xwiki-contrib/xwiki-authenticator-trusted/commit/2b5d133…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
A xwiki-authenticator-trusted-api/src/main/java/org/xwiki/contrib/authentication/GroupShardingConfiguration.java
A xwiki-authenticator-trusted-api/src/main/java/org/xwiki/contrib/authentication/internal/DefaultGroupShardingConfiguration.java
A xwiki-authenticator-trusted-api/src/main/java/org/xwiki/contrib/authentication/internal/GroupShardingManager.java
A xwiki-authenticator-trusted-api/src/main/java/org/xwiki/contrib/authentication/internal/ShardingUserManager.java
M xwiki-authenticator-trusted-api/src/main/resources/META-INF/components.txt
Log Message:
-----------
TRUSTAUTH-34 : Provide an option to shard large user groups
* Add configuration to enable group sharding
* Provide a sharding user manager
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-authenticator-trusted/settings/notif…
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 63fb8deae32f1c1353206c980f32b1b723958122
https://github.com/xwiki/xwiki-platform/commit/63fb8deae32f1c1353206c980f32…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/config/package-lock.json
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/config/package.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package-lock.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package.json
Log Message:
-----------
[Misc] Update dependency eslint to v8.57.1
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: 94800adbe1fd73fcfc0da32beae80fa4869687f6
https://github.com/xwiki-contrib/book-versions/commit/94800adbe1fd73fcfc0da…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M application-book-versions-ui/src/main/resources/BookVersions/Code/AdministrationMenu.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/NavigationMenu.xml
R application-book-versions-ui/src/main/resources/BookVersions/Code/StatusSetterScript.xml
Log Message:
-----------
BVERSION-51: Setting status on a page with special characters in the name saves a wrong page
BVERSION-53: On firefox, the status picker dropdown needs to be held down in order to be selected
BVERSION-54: Status setting UI is not coherent with other UIs of XWiki
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 5b3753f94822d4af530f496fa376ba5458e9ccd1
https://github.com/xwiki/xwiki-platform/commit/5b3753f94822d4af530f496fa376…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package-lock.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package.json
Log Message:
-----------
[Misc] Update dependency @rushstack/eslint-patch to v1.10.4
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/xwiki-authenticator-trusted
Commit: 7f6ddd12cbaa491aa55ac21541e6ed1d6c9913e6
https://github.com/xwiki-contrib/xwiki-authenticator-trusted/commit/7f6ddd1…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-authenticator-trusted-api/src/main/java/org/xwiki/contrib/authentication/TrustedAuthenticationConfiguration.java
M xwiki-authenticator-trusted-api/src/main/java/org/xwiki/contrib/authentication/internal/DefaultTrustedAuthenticationConfiguration.java
M xwiki-authenticator-trusted-api/src/main/java/org/xwiki/contrib/authentication/internal/DefaultTrustedAuthenticator.java
Log Message:
-----------
TRUSTAUTH-32 : Provide an option to disable cleaning of group names, or change the cleaning regex
* Add configuration option
xwiki.authentication.trusted.dynamicRole.clean to enable or disable
group cleaning
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-authenticator-trusted/settings/notif…
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 05a934fd26bfd77b6a34c0d7e40ff686ca867b8f
https://github.com/xwiki/xwiki-platform/commit/05a934fd26bfd77b6a34c0d7e40f…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package-lock.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package.json
Log Message:
-----------
[Misc] Upgrade vite to 6.0.3 and @vitejs/plugin-vue2 to 2.3.3
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications