From 96b2bba877317fa7b8b2f4c3dae0ed20d3686301 Mon Sep 17 00:00:00 2001 From: Cristian Scheid Date: Wed, 17 Jun 2026 08:14:08 -0300 Subject: [PATCH] 2.1.3 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 e105be26..4a5c0247 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.1.3 + +- fix: add brute force protection and avoid saving token on debug log + ## 2.1.2 - update user on login diff --git a/Makefile b/Makefile index c57ed94b..fb37dc4e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ appstore_dir=$(build_dir)/appstore source_dir=$(build_dir)/source sign_dir=$(build_dir)/sign package_name=$(app_name) -version+=2.1.2 +version+=2.1.3 all: release diff --git a/appinfo/info.xml b/appinfo/info.xml index 8d57a5db..e6eabb7d 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.1.2 + 2.1.3 agpl Bjoern Schiessle GlobalSiteSelector