Ferdinand Thiessen

Results 193 issues of Ferdinand Thiessen

## Summary This re-structures the constructor to be easier to understand, by splitting things into different helper functions. ## TODO - [ ] ... ## Checklist - Code is [properly...

3. to review
php
♻️ refactor

Manual backport of https://github.com/nextcloud/server/pull/48628

bug
3. to review
feature: dav

* Resolves: https://github.com/nextcloud/server/issues/48629 ## Summary While the database supports NULL, the typing has always said it only returns *string*. So to not break any apps that might trust the typings...

bug
3. to review
backport-request
php

Use case: You want to scope logic and state into the view rather than somewhere in a module. Problems: Currently there are two problem that prevent creating a child-class of...

enhancement
question
3. to review

Use case: You want to scope logic and state into the view rather than somewhere in a module. Problem: The `View` class wraps the `ViewData` as a getter, meaning instead...

question
3. to review

* Resolves https://github.com/nextcloud/server/issues/48733 This string is extracted in the `files_sharing` app so it needs to be accessed there and not on `files`. ## Checklist - Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting) -...

bug
3. to review
backport-request

## Summary The quota still was using 44px size, so this fixes it by using variables instead. ## Checklist - Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting) - [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) is added to...

bug
design
3. to review
backport-request
feature: files

### ☑️ Resolves * For https://github.com/nextcloud/server/pull/47329 ### 🖼️ Screenshots ![Screenshot 2024-10-18 at 19-43-16 Database access — Nextcloud latest Developer Manual latest documentation](https://github.com/user-attachments/assets/71ac1217-eb03-437e-bf1c-01442987e3ef) ![Screenshot 2024-10-18 at 19-42-38 Upgrade to Nextcloud 31...

3. to review
manual: developer

With Vue 2 the `$mount` will replace the DOM node with the app, but with Vue 3 the app is rendered within the node. This causes problem in most cases,...

bug
1. to develop
vue 3

* Depends on https://github.com/nextcloud-libraries/nextcloud-vue/pull/6005 ### ☑️ Resolves Sometimes it is useful to also have a reset button, we already support the native type `reset` so this allows to catch the...

enhancement
3. to review
feature: dialog