Skip to content
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
2cfa098
🎉 Release 4.2.2
openclouders Dec 11, 2025
159f667
Merge branch 'origin/stable-4.2' into 'next-release/stable-4.2'
openclouders Dec 11, 2025
07cae41
🎉 Release 4.2.2
openclouders Dec 11, 2025
ff9c03c
Merge branch 'origin/stable-4.2' into 'next-release/stable-4.2'
openclouders Dec 11, 2025
cf23745
🎉 Release 4.2.2
openclouders Dec 11, 2025
9587229
Merge branch 'origin/stable-4.2' into 'next-release/stable-4.2'
openclouders Dec 12, 2025
52fddce
🎉 Release 4.2.2
openclouders Dec 12, 2025
cb02766
Merge branch 'origin/stable-4.2' into 'next-release/stable-4.2'
openclouders Jan 13, 2026
b31f167
🎉 Release 4.2.2
openclouders Jan 13, 2026
d8dfccf
Merge branch 'origin/stable-4.2' into 'next-release/stable-4.2'
openclouders Jan 19, 2026
7638404
🎉 Release 4.2.2
openclouders Jan 19, 2026
54f0e45
Merge branch 'origin/stable-4.2' into 'next-release/stable-4.2'
openclouders Jan 22, 2026
88732ee
🎉 Release 4.2.2
openclouders Jan 22, 2026
2e056d6
Merge branch 'origin/stable-4.2' into 'next-release/stable-4.2'
openclouders Feb 16, 2026
46cc776
🎉 Release 4.2.2
openclouders Feb 16, 2026
2648d50
Merge branch 'origin/stable-4.2' into 'next-release/stable-4.2'
openclouders Feb 20, 2026
d48a20f
🎉 Release 4.2.2
openclouders Feb 20, 2026
2e2aed2
Merge branch 'origin/stable-4.2' into 'next-release/stable-4.2'
openclouders Mar 3, 2026
c8ee185
🎉 Release 4.2.2
openclouders Mar 3, 2026
ab0c378
Merge branch 'origin/stable-4.2' into 'next-release/stable-4.2'
openclouders Mar 3, 2026
1fac831
🎉 Release 4.2.2
openclouders Mar 3, 2026
4627750
Merge branch 'origin/stable-4.2' into 'next-release/stable-4.2'
openclouders Mar 3, 2026
f04107a
🎉 Release 4.2.2
openclouders Mar 3, 2026
f137c11
Merge branch 'origin/stable-4.2' into 'next-release/stable-4.2'
openclouders Mar 27, 2026
76717a2
🎉 Release 4.2.2
openclouders Mar 27, 2026
81a08ab
Merge branch 'origin/stable-4.2' into 'next-release/stable-4.2'
openclouders Mar 31, 2026
0496c8f
🎉 Release 4.2.2
openclouders Mar 31, 2026
cb24451
Merge branch 'origin/stable-4.2' into 'next-release/stable-4.2'
openclouders Apr 2, 2026
b839a37
🎉 Release 4.2.2
openclouders Apr 2, 2026
a2c78b7
Merge branch 'origin/stable-4.2' into 'next-release/stable-4.2'
openclouders Apr 7, 2026
082cb52
🎉 Release 4.2.2
openclouders Apr 7, 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
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [4.2.2](https://github.com/opencloud-eu/web/releases/tag/v4.2.2) - 2026-04-07

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

@AlexAndBear, @JammingBen, @ScharfViktor, @kulmann, @prashant-gurung899

### 🔒 Security

- chore: bump lodash-es to v4.18.1 [[#2292](https://github.com/opencloud-eu/web/pull/2292)]
- chore(deps): bump markdown-it to v4.1.1 [security] [[#1985](https://github.com/opencloud-eu/web/pull/1985)]
- chore(deps): bump qs to v6.14.2 [security] [[#1986](https://github.com/opencloud-eu/web/pull/1986)]
- chore(deps): update dependency fast-xml-parser to v5 [security] [[#1918](https://github.com/opencloud-eu/web/pull/1918)]
- chore(deps): bump @isaacs/brace-expansion to v5.0.1 [security] [[#1930](https://github.com/opencloud-eu/web/pull/1930)]
- fix(deps): update dependency lodash-es to v4.17.23 [security] [[#1858](https://github.com/opencloud-eu/web/pull/1858)]
- chore(deps): bump preact to v10.28.2 [security] [[#1824](https://github.com/opencloud-eu/web/pull/1824)]
- chore(deps): bump qs to v6.14.1 [security] [[#1813](https://github.com/opencloud-eu/web/pull/1813)]

### 🐛 Bug Fixes

- fix: faulty french translation for 'copy link and password' results i… [[#2061](https://github.com/opencloud-eu/web/pull/2061)]
- [stable-4.2] fix: backchannel logout react to sid (#1969) [[#2060](https://github.com/opencloud-eu/web/pull/2060)]

### ✅ Tests

- port #2051 [[#2056](https://github.com/opencloud-eu/web/pull/2056)]
- [stable-4.2] Port #1714, #1736 and #1700 [[#1738](https://github.com/opencloud-eu/web/pull/1738)]
- [stable-4.2] e2e-tests. undo deleted resources (#1580) [[#1704](https://github.com/opencloud-eu/web/pull/1704)]

### 📦️ Dependencies

- [stable-4.2] update-playwright-1.57 (#1709) [[#1710](https://github.com/opencloud-eu/web/pull/1710)]

## [4.2.1](https://github.com/opencloud-eu/web/releases/tag/v4.2.1) - 2025-11-28

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