Julius Knorr
Julius Knorr
It would be useful to create a new groupfolder based on an existing one and copy over the acl rules that are defined on the original ones.
- Creating a new templates folder should copy files from the skeleton directory or configured templatedirectory in config.php to the new folder - This seems to be broken on master...
The visibility of user management columns is currently stored in localstorage, which is removed on logout. Ideally the settings should be stored as user config values in the database, so...
## Follow up polishing from #2638 - [x] Upload on dragging #2701 - [ ] Add menu entry to either delete or unshare the file - [ ] Configuation for...
We should have proper integration tests for the API endpoints
The activity app onyl allows fetching by object_type and object_id https://github.com/nextcloud/activity/blob/dee03c7f5ca2d201b5c204c1bdde4b15bb640258/lib/Controller/APIv2.php#L208 Currently all card activities are fetched and filtered by board in the frontend. https://github.com/nextcloud/deck/blob/f3b5fd4030dd04985a87ec7cca8cd1fc488fb781/lib/Activity/ActivityManager.php#L61-L62 A possible way to improve...
### Describe the Bug While working on emitting notifications for [user mentions](https://github.com/nextcloud/richdocuments/pull/3960) in the Nextcloud integration I noticed a couple of issues around mentions that are related to the Collabora...
This came up during the contributor week that it would be great to expose certain state of the text app as global variables in `OCA.Text` so we can inspect the...
The following doesn't seem to work as reported by @jancborchardt in a call: - Have a checkbox item in the document - Click the block quote to move the checkbox...
- chore: Move to more standard ci pipelines for eslint, stylelint, php-cs-fixer, psalm, info.xml - style: Apply php-cs-fixer changes - chore: Remove some deprecations in Application.php Deprecation to file as...