All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
0.12.4 - 2024-01-23
- #600 - fix: Update AppWhitelist.php add always enabled apps to core whitelist #600
- #612 - fix: respect the usewhitelist flag #612
- #613 - fix: respect default_language for guests invitation
- #617 - fix: harden apis
0.12.3 - 2023-09-05
- #600 - Add always enabled apps to core whitelist
- Translations updated
- Dependencies updated
0.12.2 - 2022-12-09
- #529 - Fix blocklist checking only if email string ends with blocklist entry, instead of comparing email domain with blocklist domain #529
0.12.1 - 2022-11-18
0.12.0 - 2022-09-12
- #518 - Provide extended attributes when the event is emitted
- This release rquires core 10.11.0 or later.
0.11.0 - 2022-07-18
- #506 - Add batch action to allow sharing with multiple guests at once
- Translations updated
0.10.0 - 2022-07-06
- #507 - Feat: Allow to send guest invites without shares
- #446 - Changes to comply with new login form design
- #479 - Add twofactor_totp to default whitelist
- #489 - Add backend and javascript handling for domain block while sharing
- #495 - Allow setting share block domains in admin panel
- #501 - Improve block domains admin setting
0.9.3 - 2021-08-09
- adapt new login form design - #446
0.9.2 - 2021-07-29
- Add oco_selfservice to default whitelist - #453
0.9.1 - 2021-04-14
0.9.0 - 2020-03-17
- Use rawurldecode for allowing "+" in guests emails - #384
- Use model addShare instead of share api while wrapping ShareDialogView - #369
0.8.2 - 2019-08-14
- Creation of guest shares are now case insensitive for Upper/lowercased emails - #326
- Added various apps to the default default application whitelist for guests #315
- Removed guest label in drop down to adjust with core display changes - #337
0.8.1 - 2019-04-15
- Fix high database load when querying guest members - #318
0.8.0 - 2019-03-05
- Changes core min-version requirement to 10.1.0 - #274
- Use email validation functions from core, requires core >= 10.1.0 - #274
- Code style cleanup, now PSR-4 - #305
- Fix share with guest_app endless loop, add unit tests - #290
0.7.0 - 2018-11-30
- Set max version to 10 because core platform is switching to Semver
- Guests now cannot invite new guests any more - #224
- Use new core share API as old one will be removed in OC 11 - #245
- Fix warning about missing user_autofocus attribute - #264
0.6.2 - 2018-10-29
- Adjust max-version to 10.1 to be able to release to marketplace
0.6.0 - 2018-10-25
- Add password_policy and oauth2 to default whitelist - #227
- Increase max-version because core platform is switching to semver - #245
- Fix for events not being triggered properly for password policy app - #243
- Don't remove navigation menu if only a single item is available - #221
- Apply owncloud-coding standard - #211
0.5.0 - 2017-11-13
- Fix guest autocomplete addition - #151
- Remove modal, guests now only created by email in the share panel - #149
- Update LICENSE to GPL-2.0 - #155
- Detect existing email/user on frontend and backend - #168
- Improve detection of email addresses when typed into share field - #170
- Preserve token when reshowing form after error - #158
- Add event driven password generation - #160
- Apply whitelist to frontend and comments URLs - #165
- Fix style issue on set password page - #161
- Improve naming of guest accounts #69
- Permit creation of guest users by their email address in the sharetabview. #64
- Actual username creation is performed in the backend (is the lowercase email address) #64
- Whitelist: move "," and core to backend, UI fixes #127
- Login as a guest is case sensitive #133
- No error message in UI when duplicate email is used #82
- Admin Settings fixes #107, #113
0.4.1 - 2017-04-26
- Last release did not contain the mentioned fix due to packaging error
0.4 - 2017-04-25
- Fixed breakage when market app is installed
0.3 - 2017-04-20
- Better wording in invite email, user is hinted that he can use his email address to login so he doesn't need to memorize a username.
- Use shortlink in share notification and invite mail.
- Added translatable texts
- Removed do not use warning from readme. This app is now considered early beta quality.
- Could not create a guest user as non-admin
- Fixed issue with inconsistent display of guest user's default permissions
0.2 - 2017-04-10
This release consists mostly of internal changes to adapt the guest app to ownCloud 10
- First version of working jailing code (guest user can't navigate out of his home dir)
- Fixed bug where guest users couldn't be created if ownCloud is installed in a subdirectory
- E-Mail invite could not be sent with ownCloud 10
- Core functionality