This issue has been created
 
 
Cristal / cid:jira-generated-image-avatar-a74350da-2c9c-4b70-a275-c6616958fbe1 CRISTAL-779 Open

Move NextcloudInternalLinkSerializer from xwiki-platform to cristal

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-3aa1bb23-ad61-4dcc-ace3-fb41ad7ed39d Manuel Leduc created this issue on 23/Dec/25 15:31
 
Summary: Move NextcloudInternalLinkSerializer from xwiki-platform to cristal
Issue Type: cid:jira-generated-image-avatar-a74350da-2c9c-4b70-a275-c6616958fbe1 Task
Affects Versions: 0.25.0
Assignee: Unassigned
Components: Markdown
Created: 23/Dec/25 15:31
Priority: cid:jira-generated-image-static-major-47514449-890c-49be-8ef4-079f8e5b6860 Major
Reporter: Manuel Leduc
Description:

NextcloudInternalLinkSerializer is currently located in 
@xwiki/platform-uniast-markdown located in xwiki-platform

  1. it has a bug and is always sending basic authentication credentials
  2. it is also badly located and should be outside xwiki-platform (since the repo is only expected to contain generic and XWiki specific code).