Commit 67e72ea 1 parent fdb82ea commit 67e72ea Copy full SHA for 67e72ea
File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 4.0.0
8
+
9
+ ### Fixed
10
+
11
+ - Prevent using ID4ME routes if ID4ME is disabled @julien-nc
12
+
7
13
## 1.3.5 – 2023-11-24
8
14
9
15
### Changed
Original file line number Diff line number Diff line change 4
4
<name >OpenID Connect user backend</name >
5
5
<summary >Use an OpenID Connect backend to login to your Nextcloud</summary >
6
6
<description >Allows flexible configuration of an OIDC server as Nextcloud login user backend.</description >
7
- <version >1.3.5 </version >
7
+ <version >4.0.0 </version >
8
8
<licence >agpl</licence >
9
9
<author >Roeland Jago Douma</author >
10
10
<author >Julius Härtl</author >
19
19
<bugs >https://github.com/nextcloud/user_oidc/issues</bugs >
20
20
<repository >https://github.com/nextcloud/user_oidc</repository >
21
21
<dependencies >
22
- <nextcloud min-version =" 24" max-version =" 28 " />
22
+ <nextcloud min-version =" 24" max-version =" 24 " />
23
23
</dependencies >
24
24
<settings >
25
25
<admin >OCA\UserOIDC\Settings\AdminSettings</admin >
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
before_cmds = [
3
3
" composer install --no-dev -o" ,
4
- " npm install " ,
4
+ " npm ci " ,
5
5
" npm run build" ,
6
6
]
You can’t perform that action at this time.
0 commit comments