All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.
0.9.1 - 2024-04-11
- #626 - fix: implement hooks to properly cleanup users upon complete removal
0.9.0 - 2024-02-21
- #610 - fix: drop JavaScript function tipsy() in favor of bootstrap tooltip
- Core 10.15.0 will require this.
0.8.0 - 2023-10-25
- #603 - Add Menu Icon
- #605 - fix: prevent non-admins from retrieving all customgroups
- #611 - fix: Fix missing where clause in inGroupByUri()
0.7.2 - 2023-08-11
- #578 - [full-ci] Adjust dispatch calls for Symfony 5
- Minimum core version 10.11, minimum php version 7.4
- Dependencies updated
- Strings updated
0.7.1 - 2023-09-16
- #536 - Fix 'Import as CSV'-button alignment on small screens
- Translation updates
0.7.0 - 2022-08-19
- #513 - Respect sharing autocompletion personal setting
- #521 - feat: add guest invitation
- #522 - Implement batch action for inviting users to groups
0.6.2 - 2021-06-23
- Implement UI and client handling for CSV import - #415
- feat: export and import group members as csv - #409
- Fix wrong UI messages when changing your own group role as admin - #445
- Improve UI when trying the change the role of a group admin - #443
- Use group id for csv import - #442
- Change absolute notification URL to a relative one - #419
0.6.1 - 2021-03-05
- [Security] Bump http-proxy from 1.16.2 to 1.18.1 - #367
- [Security] Bump js-yaml from 3.10.0 to 3.14.1 - #380
0.6.0 - 2020-02-06
- Update owncloud min-version - #308
0.5.1 - 2020-01-28
- Validation for max allowed number of chars in custom groups name - #291
- Allow user to add to group even when enumeration to group is imposed - #293
- [Security] Bump atob from 2.0.3 to 2.1.2 - #228
- [Security] Bump bower from 1.8.2 to 1.8.8 - #239
- [Security] Bump handlebars from 4.0.11 to 4.7.2 - #281, #295, #297, #299
0.5.0 - 2019-12-20
- App should only be shown if it is whitelisted for guests - #271
- [Security] Bump tar from 2.2.1 to 2.2.2 - #238
- [Security] Bump extend from 3.0.1 to 3.0.2 - #230
- [Security] Bump fstream from 1.0.11 to 1.0.12 - #232
- [Security] Bump mixin-deep from 1.3.0 to 1.3.2 - #235
- [Security] Bump sshpk from 1.13.1 to 1.16.1 - #236
- [Security] Bump stringstream from 0.0.5 to 0.0.6 - #237
- Drop Support for PHP 7.0 - #275
0.4.1 - 2019-05-16
- Add validation for group creation - #197
0.4.0 - 2018-12-03
- Set max version to 10 because core platform is switching to Semver
- Sort groups when requested from DB, fixes Oracle - #187
- Fix double encoding when displaying group name to delete - #165
- PHP 7.2 support - #164
0.3.6 - 2018-01-11
- restrict autocomplete results when sharing restrictions in place #117
0.3.5 - 2017-09-15
- Add option to prevent duplicate display names - #82
- Use event names with namespace - #102
- Set min version to 10.0.3 - #98
- Align package.json versions with core - #101
- Deleting a custom group now properly deletes associated shares #92
- Fix member search in member sidebar to use all search fields - #106
- Fix closing sidebar, reset selection - #96
- Improve spinners in members view - #97
- Prevent registering select event twice on autocomplete - #95
0.3.4 - 2017-07-19
- Added events for when administrating groups and members - #74
- "Group admin" is now renamed to "Group owner" - #67
- ownCloud administrators now always see "Administrator" as role - #67
- Ellipsize long member names - #78
- Fix when avatars are disabled - #68
- Implement method that returns users in group - #73
- Move restriction checkbox to the sharing section - #72
- Allow restricting group creation to subadmins - #70
- Show settings section above 'additional' in admin - #65
- Added enabling of testing app in the setup. - #71
0.3.1 - 2017-05-22
- Register section for the app in settings - #62
0.2.0 - 2017-04-18
- Simplified notification subject line - #56
0.1.1 - 2017-03-27
- Publish notification when adding user - #28
- Added member autocomplete - #43
- Use display names for members - #45
- Adding app category to app info.xml - #48
- Fixes spinner issues - #47