Releases: verdigado/organization_folders
Releases · verdigado/organization_folders
v1.1.1
Compatibility
| Component | Compatible versions |
|---|---|
| Nextcloud | 32.x.x |
| Teamfolders app | v20.1.10 (later patch and minor versions are expected to be compatible too) |
| Groupfolder Tags app | v1.0.2 |
Added
- Added support for Nextcloud v32/Team Folders v20
Removed
- Removed support for Nextcloud v30 and v31
Fixed
- Fixed a bug causing managers of organization folders to not qualify for member inheritance into top level resources
Changed
- Translations were updated (thanks to the Nextcloud translation community ❤️)
- Dependencies were updated
v1.1.0
Added
- Added resource templating sub-system
- Other apps can register themselves as template providers
- First inter-app-integration interface of Organization Folders with guaranteed API stability (OCA\OrganizationFolders\Public namespace) (breaking changes only in major version updates); other APIs to follow
- Resources created from a template start out with the template's values, but can be edited as usual
- Currently available through occ commands; integration into the web interface will be added in future updates
- Other apps can register themselves as template providers
Changed
- Organization provider sub-system
- Added IListAllOrganizations capability
- Optional interface that OrganizationProviders can implement to allow recursive querying of all organizations at once
- Providers are now allowed to extend the Organization and OrganizationRole model classes
- Added IListAllOrganizations capability
- Translations were updated (thanks to the Nextcloud translation community ❤️)
Fixed
- Properly showing in frontend if organization assigned to organization folder no longer exists
- Warnings now appear not only in the overall permissions report but also in the individual user report too
v1.0.1
Added
- The app now emits
beforeCreate,beforeUpdate, andbeforeDeletecancellable lifecycle events for ResourceMembers, making it possible for other apps to enforce additional rules for the instance. More such events for other entities will be added in the future. - Warnings about the permissions configuration are now not only shown in the overall permissions report, but also in the individual user permissions report
Changed
- Translations were updated (thanks to the Nextcloud translation community ❤️)
Fixed
- Fixed a bug where ResourceService was erroring out too late when mandatory parameters were missing leading to folder resources being half-created
v1.0.0
First stable release 🚀
Full Changelog: v0.0.3...v1.0.0
Beta 3
Added:
- Implemented resource snapshots
Beta 2
Changelog: v0.0.1...v0.0.2
Beta 1
First public release