mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-06-22 23:09:38 -04:00
* Fix unfindable entities from shares/publicshares Directories or empty files weren't added to the search index properly because they were indexed relative to the share instead of the space root. Fixes https://github.com/owncloud/ocis/issues/4489 * Add changelog * Fix tests * Reuse existing authorized context
Changelog
We are using calens to properly generate a changelog before we are tagging a new release. To get an idea how this could look like https://github.com/restic/restic/tree/master/changelog would be the best reference.
Create changelog items
Create a file according to the template for each changelog in the unreleased folder. The following change types are possible:
- Bugfix (general Bugfix)
- Enhancement (new feature)
- Change (breaking change)
- Security (security related issues)