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

2.5.2 #162

Merged
merged 1 commit into from
Sep 23, 2024
Merged

2.5.2 #162

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
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## 2.5.2

- get rid of getEventDispatcher()
- compat nc30

## 2.5.1

- ignore null user on logout
Expand All @@ -10,6 +15,42 @@ All notable changes to this project will be documented in this file.

- compat nc28

## 2.4.5

- fix an issue in auth process on slave

## 2.4.4

- fix a path lost during the redirection of a not logged account to master

## 2.4.3

- sanitize uid while getting its location
- encode uid on search on LUS
- wrap JWT with mozart

## 2.4.2

- add a settings to stay on slave if local account after logout
- check instance type before updating user

## 2.4.1

- passing idp to slave, back to master on logout.
- storing idp in user preferences.

## 2.4.0

- compat nc26

## 2.3.2

- new app type extended_authentication

## 2.3.1

- get full account data on login

## 2.3.0

- new session is now generated on slave when using user_saml
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Global Site Selector</name>
<summary>Nextcloud Portal to redirect users to the right instance</summary>
<description>The Global Site Selector allows you to run multiple small Nextcloud instances and redirect users to the right server</description>
<version>2.5.1</version>
<version>2.5.2</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<author>Maxence Lange</author>
Expand All @@ -17,7 +17,7 @@
<bugs>https://github.com/nextcloud/globalsiteselector/issues</bugs>
<repository>https://github.com/nextcloud/globalsiteselector</repository>
<dependencies>
<nextcloud min-version="28" max-version="29"/>
<nextcloud min-version="28" max-version="30"/>
</dependencies>
<background-jobs>
<job>OCA\GlobalSiteSelector\BackgroundJobs\UpdateLookupServer</job>
Expand Down
Loading