Ferdinand Thiessen

Results 248 issues of Ferdinand Thiessen

## Summary Partial backport of https://github.com/nextcloud/server/pull/36528 ## 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 all commits - [ ] Tests ([unit](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#unit-tests), [integration](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#integration-tests), api and/or acceptance)...

bug
2. developing

| Q | A |------------- | ----------- | Type | improvement | Fixed issues | #### Summary Allow to pass IPv6 address of postgres server in URI notation (`[ff:aa:...]`). When...

Bug
Configuration
Connecting
pgsql

## Summary If there are no cached results the current implementation was also returning an empty array, but this was the same as when there was a successful run. So...

bug
3. to review
backport-request
feature: settings
php

* Resolves: https://github.com/nextcloud/server/issues/42968 * Resolves: https://github.com/nextcloud/server/issues/4109 * Resolves: https://github.com/nextcloud/server/issues/673 * Resolves: https://github.com/nextcloud/server/issues/45510 * Resolves: https://github.com/nextcloud/server/issues/44404 * Resolves: https://github.com/nextcloud/server/issues/45448 * Resolves: https://github.com/nextcloud/server/issues/46935 * Resolves: https://github.com/nextcloud/server/issues/42770 * Resolves: https://github.com/nextcloud/server/issues/34878 * Resolves: https://github.com/nextcloud/server/issues/13696...

enhancement
2. developing
feature: files
♻️ refactor

Ensure that everything is registered before the files list is loaded.

bug
3. to review
backport-request
feature: trashbin

## Summary Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but...

3. to review
♻️ refactor

* As the last open part of https://github.com/nextcloud/server/issues/43728 The "new" menu entry should have the proper placement, all you need to do is to ad `category: NewMenuEntryCategory.Other` here: https://github.com/nextcloud/text/blob/c2b25db6f9c31b9d6e382a3240adfc67d24a0e3c/src/helpers/files.js#L118-L120 with:...

bug
1. to develop

### ☑️ Resolves Currently you have to use try-and-error or read our source code for getting the CSS variables you probably want to use, so we should have *one* place...

enhancement
3. to review
manual: developer

### ☑️ 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