Ferdinand Thiessen

Results 193 issues of Ferdinand Thiessen

### ☑️ Resolves Only forward the real props and not all attributes, for Vue3 this fixes the forwarding of `class` and `style`. ### 🏁 Checklist - [x] ⛑️ Tests are...

bug
feature: app-navigation
vue 3

The regex for mentions is using lookbehind which is not supported on all iOS versions / Safari versions we support. It only works on 16.4+ but we support 15+. The...

bug
1. to develop
feature: richtext

### ☑️ Resolves We tried already in the past to not use native attribute names for custom props to prevent future issues, so lets use a custom name here. ###...

3. to review
backport-request

### ☑️ Resolves * Added CI workflow * Adjusted ESLint preset to not check stylistic rules * Run prettier to fix formatting ### 🏁 Checklist - [ ] ⛑️ Tests...

### ☑️ Resolves This adds a CI workflow to remember people to request a backport for our Vue3 migration. ### 🏁 Checklist - [x] ⛑️ Tests are included or are...

3. to review
vue 3

Some users are confused that the app store page shows only outdated versions, e.g. for the *circles* app. For example: > Highest Nextcloud version > Nextcloud 21 This leads to...

enhancement

* Fix https://github.com/nextcloud/firstrunwizard/issues/1247 The code was not used with 28+ anymore and removed in 29+ so we also need to remove for 28.

bug
3. to review

* Fix https://github.com/nextcloud/firstrunwizard/issues/1231 The page was using a removed script, so I ported it to vue completly. But maybe this better belongs to server core?

enhancement
3. to review

Given: - "2024-01-01" - "2024-05-01" - "2024-01-05" - "2024-01-05 Foo" Expected order: - "2024-01-01" - "2024-01-05" - "2024-01-05 Foo" - "2024-05-01" Output order of the package: - "2024-01-05 Foo" -...

1. Refactor deprecated code in tests - replace with current alternative 2. Add two test cases for extending locks to prevent regressions. 3. Fix bootstrap for local run¹ ¹ This...

3. to review
tests