tasks icon indicating copy to clipboard operation
tasks copied to clipboard

incorrect syntax check and linking → @[email protected] (not email address)

Open Der-K-2000 opened this issue 1 year ago • 2 comments

Steps to reproduce

  1. Create a task
  2. Add a fediverse handle like @[email protected] to the title

Expected behavior

Actual behaviour

  • syntax ignores, that @[email protected] is no mail address, but a fediverse address (with a leading @).

Example: grafik

Calendar app version

4.6.7

CalDAV-clients used

No response

Browser

No response

Client operating system

No response

Server operating system

Linux 6.1.31-xenu-he x86_64

Web server

Apache

Database engine version

MySQL

PHP engine version

PHP 8.2

Nextcloud version

28.0.4

Updated from an older installed version or fresh install

Updated from an older version

List of activated apps

No response

Nextcloud configuration

No response

Web server error log

No response

Log file

No response

Browser log

No response

Additional info

No response

Der-K-2000 avatar Mar 31 '24 15:03 Der-K-2000

This app uses the Linkify-directive from nextcloud-vue (https://github.com/nextcloud-libraries/nextcloud-vue/blob/150604d0cfb45c85509b9ee81deaee002f4a524d/src/utils/linkify.ts), which uses linkifyjs (https://github.com/nfrasser/linkifyjs) to turn text into links.

You have to open an issue with linkifyjs in order to get this fixed.

jaylinski avatar Nov 10 '25 21:11 jaylinski

→ https://github.com/nfrasser/linkifyjs/issues/476

Der-K-2000 avatar Nov 11 '25 04:11 Der-K-2000