Ferdinand Thiessen
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...
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...
### ☑️ 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. ###...
### ☑️ 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...
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...
* 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.
* 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?
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...