From ea0f19ef8c485d53438e21bd2354d75aa13430ad Mon Sep 17 00:00:00 2001 From: Cristian Scheid Date: Wed, 17 Jun 2026 08:08:08 -0300 Subject: [PATCH] 2.4.6 Signed-off-by: Cristian Scheid --- CHANGELOG.md | 4 ++++ Makefile | 2 +- appinfo/info.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d81a701..e05db6cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## 2.4.6 + +- fix: add brute force protection and avoid saving token on debug log + ## 2.4.5 - fix an issue in auth process on slave diff --git a/Makefile b/Makefile index 3b2930d9..871da071 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ build_dir=$(CURDIR)/build/artifacts source_dir=$(build_dir)/source sign_dir=$(build_dir)/sign package_name=$(app_name) -version+=2.4.5 +version+=2.4.6 all: appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index c067cabe..b2f375cd 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,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.4.5 + 2.4.6 agpl Bjoern Schiessle Maxence Lange