Skip to content

Releases: verdigado/organization_folders

v1.1.1

13 Feb 19:18
cd28bd4

Choose a tag to compare

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

20 Dec 18:00
f1fffa7

Choose a tag to compare

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

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
  • 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

07 Nov 08:22
20f8caa

Choose a tag to compare

Added

  • The app now emits beforeCreate, beforeUpdate, and beforeDelete cancellable 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

02 Oct 17:57
0d1ae0f

Choose a tag to compare

First stable release 🚀

Full Changelog: v0.0.3...v1.0.0

Beta 3

07 Jul 14:26
a63b659

Choose a tag to compare

Beta 3 Pre-release
Pre-release

Added:

  • Implemented resource snapshots

Beta 2

24 May 11:55

Choose a tag to compare

Beta 2 Pre-release
Pre-release

Changelog: v0.0.1...v0.0.2

Beta 1

18 May 23:52
1beb585

Choose a tag to compare

Beta 1 Pre-release
Pre-release

First public release