From 2803492a372078a7df75b40f1ecf7a2e72193f6d Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Tue, 17 Mar 2026 14:46:25 -0100 Subject: [PATCH] 2.7.1 Signed-off-by: Maxence Lange --- CHANGELOG.md | 10 ++++++++++ Makefile | 2 +- appinfo/info.xml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb3543d3..28e71b56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ # Changelog All notable changes to this project will be documented in this file. +## 2.7.1 + +- fix: parse address to remove http:// when requesting a token +- fix: accept self-signed certificates from lookup server if configured +- fix: skip password confirmation on slave when using oidc + +## 2.7.0 + +- new feature: internal link across global scale + ## 2.6.1 - expecting a JSON as a result from POST request made to the Remote User Discovery endpoint diff --git a/Makefile b/Makefile index 6fd8b026..f7a16352 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ build_dir=$(CURDIR)/build/artifacts source_dir=$(build_dir)/source sign_dir=$(build_dir)/sign package_name=$(app_name) -version+=2.7.0 +version+=2.7.1 all: appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index 80ffb78f..ab6c1f52 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,7 +8,7 @@ Global Site Selector Nextcloud Portal to redirect users to the right instance The Global Site Selector allows you to run multiple small Nextcloud instances and redirect users to the right server - 2.7.0 + 2.7.1 agpl Bjoern Schiessle Maxence Lange