Benedikt Kulmann
Benedikt Kulmann
The OcSelect component opens the dropdown on mouseclick and on focus. Keyboard toggle `Enter` or `Space` doesn't work, but is expected. In some usecases it's actually not desired behaviour that...
We recently re-implemented the accordion component. It still needs some adjustments/improvements, but we didn't want to block the initial release. Things left to do: - [ ] vertical alignment of...
We want to have scoped component styles. Only the utility classes should be available globally. But we recently had an issue with scoped component styles: Somehow scoped styles are cloning...
## Describe the bug With #8523 we've introduced a simple mechanism to load apps into ocis. My personal deployment using that feature is looking good so far. @jstehle built the...
## Describe the bug For most file location related activity items I'd expect the target or parent folder to be referred to in the activity message. Instead, only the space...
Our https://github.com/owncloud/awesome-ocis repo holds a README.md which links to all known web apps. Those with at least one published release and some minimal amount of manual QA are then listed...
# Description We currently have a config option `openAppsInTab` which the admin can use to specify for the whole oCIS instance if a file gets opened in a new tab...
The purpose of this issue is to keep track of deprecations and dates of code removal. Please subscribe to this issue if you are a developer and want to stay...
# Description At the moment you can shoot yourself in the foot quite easily by destructuring the `clientService` (e.g. `const { webdav } = useClientService()`. The destructured respective client (here:...
## Describe the bug If I rename a folder, the activity events loose context, see screenshot. ## Steps to reproduce 1. Create a folder "test" 2. Create a subfolder "subtest"...