Skip to content

Commit

Permalink
Merge pull request #162 from nextcloud/release/2.5.2
Browse files Browse the repository at this point in the history
2.5.2
  • Loading branch information
blizzz authored Sep 23, 2024
2 parents 3a25206 + 6c4a6b8 commit 2dfd682
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
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

0 comments on commit 2dfd682

Please sign in to comment.