Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v2.5.2 #1183

Merged
merged 2 commits into from
Jun 21, 2024
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
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

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

### 2.5.2

### Fixes

- Allow creating a guest without a name more than once @ShGKme [#1178](https://github.com/nextcloud/guests/pull/1178)

### 2.5.1

- use decoded path to check app whitelist @icewind1991 [#1085](https://github.com/nextcloud/guests/pull/1085)
- fix permissions for whitelist reset @icewind1991 [#1085](https://github.com/nextcloud/guests/pull/1085)

### 2.5.0

### Added

- Compatible with Nextcloud 27

## 2.4.1

### Fixed

- Url decode 2.4 @icewind1991 [#1086](https://github.com/nextcloud/guests/pull/1086)

### 2.4.0

### Fixed

- Fix allowlist button handler @PVince81 [#946](https://github.com/nextcloud/guests/pull/946)
- register user backends in `boot` instead of `register` @icewind1991 [#993](https://github.com/nextcloud/guests/pull/993)
- lowercase email for encrypting password token @icewind1991 [#986](https://github.com/nextcloud/guests/pull/986)
- fix migrate guest user being triggered on mixed case email @icewind1991 [#1007](https://github.com/nextcloud/guests/pull/1007)

## 2.3.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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>2.5.1</version>
<version>2.5.2</version>
<licence>agpl</licence>
<author>Nextcloud</author>
<types>
Expand Down
Loading