Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@

All notable changes to this project will be documented in this file.

## 4.5.0
### Changes
* feat: provide the guest form to allow guest creation anywhere by @leftybournes in https://github.com/nextcloud/guests/pull/1371
* feat: add setting to allow guests to change their email by @icewind1991 in https://github.com/nextcloud/guests/pull/1379
* feat: add guests through the contacts menu by @leftybournes in https://github.com/nextcloud/guests/pull/1380

### Fixes
* fix: incompatible overwrite for AppConfig by @miaulalala in https://github.com/nextcloud/guests/pull/1384

### New Contributors
* @leftybournes made their first contribution in https://github.com/nextcloud/guests/pull/1371
* @miaulalala made their first contribution in https://github.com/nextcloud/guests/pull/1384

## 4.4.1
### Fixes
* fix: ensure repair email is a string by @skjnldsv in https://github.com/nextcloud/guests/pull/1374
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Guests accounts can be created from the share menu by entering either the recipients email or name and choosing "create guest account", once the share is created the guest user will receive an email notification about the mail with a link to set their password.

Guests users can only access files shared to them and cannot create any files outside of shares, additionally, the apps accessible to guest accounts are whitelisted.]]></description>
<version>4.4.1</version>
<version>4.5.0</version>
<licence>agpl</licence>
<author>Nextcloud</author>
<types>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "guests",
"description": "Create guest users which can only see files shared with them",
"version": "4.4.1",
"version": "4.5.0",
"type": "module",
"author": "Robin Appelman <robin@icewind.nl>",
"contributors": [
Expand Down
Loading