Skip to content

Commit 60cd9cc

Browse files
committed
Automated changelog update [skip ci]
1 parent e3a4db2 commit 60cd9cc

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

CHANGELOG.html

+5-9
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,15 @@ <h2 id="unreleased" class="version"> Changelog for ownCloud Core [unreleased] (U
66
</p>
77
<h3 id="unreleased-summary">Summary</h3>
88
<ul class="summary">
9-
<li class="type-bugfix changelog-item">Bugfix - Do not mount shared storage which are failing: <a href="https://github.com/owncloud/core/pull/41014">#41014</a></li>
9+
<li class="type-change changelog-item">Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/41033">#41033</a></li>
1010
</ul>
1111
<h3 id="unreleased-details">Details</h3>
1212
<ul class="details">
13-
<li class="type-bugfix changelog-item">
14-
<p>Bugfix - Do not mount shared storage which are failing: <a href="https://github.com/owncloud/core/pull/41014">#41014</a></p>
15-
<p>Some mounts use a shared storage, which points to a different storage. If the underlying
16-
storage is removed, the share mount was still being present as if the underlying storage could
17-
still be accessed. This was causing problems with the `occ files:remove-storage
18-
--show-candidates` command because the removed storage wasn't shown as possible candidate.Now, that share storage won't be mounted, and the underlying storage will be detected as a
19-
candidate to be removed with the command above.
13+
<li class="type-change changelog-item">
14+
<p>Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/41033">#41033</a></p>
15+
<p>The following have been updated: - firebase/php-jwt (6.8.1 to 6.9.0)
2016
</p>
21-
<p>https://github.com/owncloud/core/pull/41014<br></p>
17+
<p>https://github.com/owncloud/core/pull/41033<br></p>
2218
</li>
2319
</ul>
2420
<h2 id="10.13.2" class="version"> Changelog for ownCloud Core [10.13.2] (2023-10-04)</h2>

CHANGELOG.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,16 @@ ownCloud admins and users.
88
Summary
99
-------
1010

11-
* Bugfix - Do not mount shared storage which are failing: [#41014](https://github.com/owncloud/core/pull/41014)
11+
* Change - Update PHP dependencies: [#41033](https://github.com/owncloud/core/pull/41033)
1212

1313
Details
1414
-------
1515

16-
* Bugfix - Do not mount shared storage which are failing: [#41014](https://github.com/owncloud/core/pull/41014)
17-
18-
Some mounts use a shared storage, which points to a different storage. If the underlying
19-
storage is removed, the share mount was still being present as if the underlying storage could
20-
still be accessed. This was causing problems with the `occ files:remove-storage
21-
--show-candidates` command because the removed storage wasn't shown as possible candidate.
16+
* Change - Update PHP dependencies: [#41033](https://github.com/owncloud/core/pull/41033)
2217

23-
Now, that share storage won't be mounted, and the underlying storage will be detected as a
24-
candidate to be removed with the command above.
18+
The following have been updated: - firebase/php-jwt (6.8.1 to 6.9.0)
2519

26-
https://github.com/owncloud/core/pull/41014
20+
https://github.com/owncloud/core/pull/41033
2721

2822
Changelog for ownCloud Core [10.13.2] (2023-10-04)
2923
=======================================

0 commit comments

Comments
 (0)