Ferdinand Thiessen
Ferdinand Thiessen
* Resolves: https://github.com/nextcloud/server/issues/36303 * Resolves: https://github.com/nextcloud/text/issues/3369 ## Summary Currently if you use a css variable which links to an other css variable, like `--color-main-background` and a theme is enabled, the...
* Fixes #42954 * Fixes #35482 ## Summary This will fix one of the main issues we face with our theming: Currently primary color used to highlight elements is mixed...
* Resolves: #43393 ## Summary Make headings look like real headings and not just ordinary text. The styles are copied from the **text**-app where a design review was done on...
* For #41187 ## Summary Migrate the samba files_external test from drone to github. ## TODO - [x] merge https://github.com/nextcloud/docker-ci/pull/628 so we can use our samba image instead - [x]...
## Summary Migrate the ocs-provider and ocm-provider from legacy to SetupCheck. ## 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 - [x] Tests ([unit](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#unit-tests),...
**Current behavior** While the deprecated `::v-deep` selector works, the recommended (Vue 2.7) `:deep(...)` selector does not. The style like ```scss :deep(.child-class) { background-color: #000; } ``` is compiled to (.child-class)...
**Current behavior** After cloning running `npm install` results in this error: > npm ERR! code ERESOLVE > npm ERR! ERESOLVE unable to resolve dependency tree > npm ERR! > npm...
The plural form is only looked up by the language part of the locale, e.g. `pt` for `pt_BR`. But for Brazilian Portuguese the plural form is different from Portuguese so...
With Nextcloud 28 you can set a custom app order on a per-user basis, this also works with Talk. But using that feature it is currently not possible to set...
Removed unused code that does not even work anymore (deprecated and removed)