File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+
5+
6+ ### 0.17.4
7+
8+ - prevent user enumeration
9+ - apply limit to linked group
10+
11+
412### 0.17.3
513
614- fixing an issue on the front-end with linked groups
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package_name=$(app_name)
88cert_dir =$(HOME ) /.nextcloud/certificates
99github_account =nextcloud
1010branch =master
11- version+ =0.17.3
11+ version+ =0.17.4
1212
1313all : appstore
1414
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
2323
2424 ]]>
2525 </description >
26- <version >0.17.3 </version >
26+ <version >0.17.4 </version >
2727 <licence >agpl</licence >
2828 <author >Maxence Lange</author >
2929 <documentation >
@@ -38,7 +38,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
3838 <repository >https://github.com/nextcloud/circles.git</repository >
3939 <screenshot >https://raw.githubusercontent.com/nextcloud/circles/master/screenshots/0.12.0.png</screenshot >
4040 <dependencies >
41- <nextcloud min-version =" 16" max-version =" 16 " />
41+ <nextcloud min-version =" 16" max-version =" 17 " />
4242 </dependencies >
4343
4444 <repair-steps >
You can’t perform that action at this time.
0 commit comments