From e97892fd1f90a6dba5d439f0492b2f0624506744 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Thu, 20 Jun 2024 14:56:15 +0200 Subject: [PATCH 1/2] chore: add changelog for 2.4.0..2.5.2 Signed-off-by: Grigorii K. Shartsev --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cb70d1e..f766f8da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 From 34b46ee5cfd259872c827bc3cf20f44475425202 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Thu, 20 Jun 2024 14:57:25 +0200 Subject: [PATCH 2/2] release: v2.5.2 Signed-off-by: Grigorii K. Shartsev --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index cbcd6099..4b0bbfa4 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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.]]> - 2.5.1 + 2.5.2 agpl Nextcloud