Compare commits

...

40 Commits

Author SHA1 Message Date
oauth
131e1fb518 🎉 Release 5.2.0 2026-02-24 00:14:39 +00:00
oauth
6dba9bf64d Merge branch 'origin/main' into 'next-release/main' 2026-02-24 00:14:38 +00:00
opencloudeu
49a018e973 [tx] updated from transifex 2026-02-24 00:12:39 +00:00
oauth
7ed88774b2 🎉 Release 5.2.0 2026-02-23 08:34:48 +00:00
oauth
bb8347af64 Merge branch 'origin/main' into 'next-release/main' 2026-02-23 08:34:47 +00:00
oauth
c7f2945341 🎉 Release 5.2.0 2026-02-23 06:37:09 +00:00
oauth
07ec21e7a7 Merge branch 'origin/main' into 'next-release/main' 2026-02-23 06:37:07 +00:00
oauth
ee56c55456 🎉 Release 5.2.0 2026-02-22 00:15:09 +00:00
oauth
6ab1d477ca Merge branch 'origin/main' into 'next-release/main' 2026-02-22 00:15:09 +00:00
oauth
e06ab0261f 🎉 Release 5.2.0 2026-02-19 17:29:28 +00:00
oauth
26a47558ad Merge branch 'origin/main' into 'next-release/main' 2026-02-19 17:29:27 +00:00
oauth
f8d50fb092 🎉 Release 5.2.0 2026-02-19 16:07:44 +00:00
oauth
52cf1aa729 Merge branch 'origin/main' into 'next-release/main' 2026-02-19 16:07:43 +00:00
oauth
1524ef6271 🎉 Release 5.2.0 2026-02-19 12:30:21 +00:00
oauth
7dcfef0506 Merge branch 'origin/main' into 'next-release/main' 2026-02-19 12:30:21 +00:00
oauth
475f983634 🎉 Release 5.2.0 2026-02-19 12:19:27 +00:00
oauth
778bd51479 Merge branch 'origin/main' into 'next-release/main' 2026-02-19 12:19:26 +00:00
oauth
afdd36ebec 🎉 Release 5.2.0 2026-02-19 11:18:34 +00:00
oauth
2834e465ca Merge branch 'origin/main' into 'next-release/main' 2026-02-19 11:18:33 +00:00
oauth
4967272514 🎉 Release 5.2.0 2026-02-18 00:18:09 +00:00
oauth
93a7846c8c Merge branch 'origin/main' into 'next-release/main' 2026-02-18 00:18:09 +00:00
oauth
03930391d4 🎉 Release 5.2.0 2026-02-17 16:59:39 +00:00
oauth
eace29a438 Merge branch 'origin/main' into 'next-release/main' 2026-02-17 16:59:39 +00:00
oauth
9585f8968c 🎉 Release 5.2.0 2026-02-17 15:56:08 +00:00
oauth
d4b7feaa5f Merge branch 'origin/main' into 'next-release/main' 2026-02-17 15:56:08 +00:00
oauth
1ee1006b90 🎉 Release 5.2.0 2026-02-17 15:53:38 +00:00
oauth
d0e2c1148c Merge branch 'origin/main' into 'next-release/main' 2026-02-17 15:53:38 +00:00
oauth
3d258b253e 🎉 Release 5.2.0 2026-02-17 15:42:07 +00:00
oauth
2bb8421a98 Merge branch 'origin/main' into 'next-release/main' 2026-02-17 15:42:07 +00:00
oauth
160b7a25d1 🎉 Release 5.2.0 2026-02-17 11:15:46 +00:00
oauth
e6cca60129 Merge branch 'origin/main' into 'next-release/main' 2026-02-17 11:15:45 +00:00
oauth
8b5db43a67 🎉 Release 5.2.0 2026-02-17 09:43:47 +00:00
oauth
5e92a07539 Merge branch 'origin/main' into 'next-release/main' 2026-02-17 09:43:47 +00:00
oauth
432c8aae23 🎉 Release 5.1.1 2026-02-17 08:27:37 +00:00
oauth
e25cc7a549 Merge branch 'origin/main' into 'next-release/main' 2026-02-17 08:27:37 +00:00
oauth
b9418ee492 🎉 Release 5.1.1 2026-02-17 08:06:22 +00:00
oauth
d4990b8fee Merge branch 'origin/main' into 'next-release/main' 2026-02-17 08:06:21 +00:00
oauth
088d7bd835 🎉 Release 5.1.1 2026-02-17 00:20:09 +00:00
oauth
de4742e66f Merge branch 'origin/main' into 'next-release/main' 2026-02-17 00:20:08 +00:00
oauth
45bf10fd78 🎉 Release 5.1.1 2026-02-16 16:42:26 +00:00
3 changed files with 39 additions and 6 deletions

View File

@@ -1,5 +1,38 @@
# Changelog
## [5.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.2.0) - 2026-02-24
### ❤️ Thanks to all contributors! ❤️
@AlexAndBear, @JammingBen, @butonic, @pat-s, @rhafer
### 📈 Enhancement
- feat(web): change surface colors to more modern ones [[#2377](https://github.com/opencloud-eu/opencloud/pull/2377)]
- Add openCloudEducationExternalId to user [[#2357](https://github.com/opencloud-eu/opencloud/pull/2357)]
- feat: app-registry adjust default mime-types [[#2354](https://github.com/opencloud-eu/opencloud/pull/2354)]
- feat: support desktop and mobile specific `client_id` and `scopes` [[#2072](https://github.com/opencloud-eu/opencloud/pull/2072)]
### 🐛 Bug Fixes
- fix(oidc_auth): Fix userinfo cache expiration logic [[#2360](https://github.com/opencloud-eu/opencloud/pull/2360)]
### 📚 Documentation
- adr(webfinger): Align example config with implementation [[#2353](https://github.com/opencloud-eu/opencloud/pull/2353)]
### 📦️ Dependencies
- build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.7 to 2.28.0 [[#2375](https://github.com/opencloud-eu/opencloud/pull/2375)]
- build(deps): bump github.com/open-policy-agent/opa from 1.13.1 to 1.13.2 [[#2374](https://github.com/opencloud-eu/opencloud/pull/2374)]
- build(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.1 [[#2362](https://github.com/opencloud-eu/opencloud/pull/2362)]
- build(deps): bump github.com/onsi/ginkgo/v2 from 2.28.0 to 2.28.1 [[#2366](https://github.com/opencloud-eu/opencloud/pull/2366)]
- build(deps): bump go.opentelemetry.io/contrib/zpages from 0.64.0 to 0.65.0 [[#2363](https://github.com/opencloud-eu/opencloud/pull/2363)]
- build(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 [[#2356](https://github.com/opencloud-eu/opencloud/pull/2356)]
- build(deps): bump github.com/go-resty/resty/v2 from 2.17.1 to 2.17.2 [[#2355](https://github.com/opencloud-eu/opencloud/pull/2355)]
- build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.64.0 to 0.65.0 [[#2321](https://github.com/opencloud-eu/opencloud/pull/2321)]
- build(deps): bump github.com/open-policy-agent/opa from 1.12.3 to 1.13.1 [[#2350](https://github.com/opencloud-eu/opencloud/pull/2350)]
## [5.1.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.1.0) - 2026-02-16
### ❤️ Thanks to all contributors! ❤️

View File

@@ -4,16 +4,16 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# ii kaka, 2025
# iikaka88, 2025
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: EMAIL\n"
"POT-Creation-Date: 2026-02-03 00:13+0000\n"
"POT-Creation-Date: 2026-02-24 00:11+0000\n"
"PO-Revision-Date: 2025-01-27 10:17+0000\n"
"Last-Translator: ii kaka, 2025\n"
"Last-Translator: iikaka88, 2025\n"
"Language-Team: Japanese (https://app.transifex.com/opencloud-eu/teams/204053/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

View File

@@ -4,16 +4,16 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# ii kaka, 2025
# iikaka88, 2025
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: EMAIL\n"
"POT-Creation-Date: 2026-02-03 00:13+0000\n"
"POT-Creation-Date: 2026-02-24 00:11+0000\n"
"PO-Revision-Date: 2025-01-27 10:17+0000\n"
"Last-Translator: ii kaka, 2025\n"
"Last-Translator: iikaka88, 2025\n"
"Language-Team: Japanese (https://app.transifex.com/opencloud-eu/teams/204053/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"