Skip to content
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
882d20c
🎉 Release 7.0.1
openclouders May 22, 2026
ca347ad
Merge branch 'origin/main' into 'next-release/main'
openclouders May 26, 2026
e8d5249
🎉 Release 7.0.1
openclouders May 26, 2026
a69786e
Merge branch 'origin/main' into 'next-release/main'
openclouders May 27, 2026
b5e8c1a
🎉 Release 7.0.1
openclouders May 27, 2026
0c0b6d7
Merge branch 'origin/main' into 'next-release/main'
openclouders May 27, 2026
caa182c
🎉 Release 7.0.1
openclouders May 27, 2026
a28998e
Merge branch 'origin/main' into 'next-release/main'
openclouders May 27, 2026
1162e26
🎉 Release 7.0.1
openclouders May 27, 2026
19333cb
Merge branch 'origin/main' into 'next-release/main'
openclouders May 27, 2026
370a685
🎉 Release 7.0.1
openclouders May 27, 2026
217b49a
Merge branch 'origin/main' into 'next-release/main'
openclouders May 27, 2026
6287c9e
🎉 Release 7.0.1
openclouders May 27, 2026
0ebbe33
Merge branch 'origin/main' into 'next-release/main'
openclouders May 27, 2026
f86da12
🎉 Release 7.0.1
openclouders May 27, 2026
3c9af15
Merge branch 'origin/main' into 'next-release/main'
openclouders May 28, 2026
a609940
🎉 Release 7.0.1
openclouders May 28, 2026
d7f287c
Merge branch 'origin/main' into 'next-release/main'
openclouders May 28, 2026
aac062c
🎉 Release 7.0.1
openclouders May 28, 2026
d9c775d
Merge branch 'origin/main' into 'next-release/main'
openclouders May 28, 2026
74bf60c
🎉 Release 7.0.1
openclouders May 28, 2026
6ca9a3e
Merge branch 'origin/main' into 'next-release/main'
openclouders May 28, 2026
9d36da1
🎉 Release 7.0.1
openclouders May 28, 2026
d561ab1
Merge branch 'origin/main' into 'next-release/main'
openclouders May 28, 2026
c9fb429
🎉 Release 7.0.1
openclouders May 28, 2026
e381df0
Merge branch 'origin/main' into 'next-release/main'
openclouders May 28, 2026
6bd81b7
🎉 Release 7.0.1
openclouders May 28, 2026
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
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [7.0.1](https://github.com/opencloud-eu/opencloud/releases/tag/v7.0.1) - 2026-05-28

### ❤️ Thanks to all contributors! ❤️

@ScharfViktor, @aduffeck, @rhafer

### 🐛 Bug Fixes

- fix: Send SSE events for SpaceCreated/-Disabled/-Deleted [[#2851](https://github.com/opencloud-eu/opencloud/pull/2851)]
- Only try to limit search to spaces if there's a space id to limit to [[#2834](https://github.com/opencloud-eu/opencloud/pull/2834)]
- fix(init): Only log admin password if it was generated [[#2839](https://github.com/opencloud-eu/opencloud/pull/2839)]
- fix: translations for activities and others [[#2836](https://github.com/opencloud-eu/opencloud/pull/2836)]
- fix-2824. run tests without remote.php [[#2826](https://github.com/opencloud-eu/opencloud/pull/2826)]

### 📚 Documentation

- docs(adr): Remove erroneous mention of kanidm [[#2783](https://github.com/opencloud-eu/opencloud/pull/2783)]

### 📦️ Dependencies

- build(deps): bump i18next from 26.1.0 to 26.3.0 in /services/idp [[#2849](https://github.com/opencloud-eu/opencloud/pull/2849)]
- build(deps-dev): bump sass-loader from 16.0.8 to 17.0.0 in /services/idp [[#2845](https://github.com/opencloud-eu/opencloud/pull/2845)]
- build(deps): bump google.golang.org/grpc from 1.80.0 to 1.81.1 [[#2848](https://github.com/opencloud-eu/opencloud/pull/2848)]
- build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.68.0 to 0.69.0 [[#2847](https://github.com/opencloud-eu/opencloud/pull/2847)]
- build(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /services/idp [[#2846](https://github.com/opencloud-eu/opencloud/pull/2846)]
- build(deps-dev): bump postcss-loader from 4.3.0 to 8.2.1 in /services/idp [[#2830](https://github.com/opencloud-eu/opencloud/pull/2830)]
- build(deps): bump github.com/riandyrn/otelchi from 0.12.2 to 0.12.3 [[#2814](https://github.com/opencloud-eu/opencloud/pull/2814)]
- build(deps-dev): bump workbox-webpack-plugin from 7.4.0 to 7.4.1 in /services/idp [[#2781](https://github.com/opencloud-eu/opencloud/pull/2781)]

## [7.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.0.0) - 2026-05-21

### ❤️ Thanks to all contributors! ❤️
Expand Down