Commit Graph

1050 Commits

Author SHA1 Message Date
Ralf Haferkamp
b7990875c1 oidc: Remove "aud" claim validation of logout tokens (#6156)
The "aud" claim of the logout token is supposed to contain the client-id
of the client for which the token was issued. Our current implementation of
validating that claim is somewhat broken. We only allow to configure a single
value for the allowed client id. But we have different client-ids
accessing oCIS.

This completely removes the current validation of the `aud` claim until
we come up with a working solution. As we currently require a session id
to be present in the logout token the risk not validating the `aud`
claim is pretty low.

Related: #6149
2023-04-27 10:34:09 +02:00
Christian Richter
c39a7f45ed add debug server to notifications (#6155)
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-27 09:56:09 +02:00
Christian Richter
c95ff0e826 Merge pull request #6153 from dragonchaser/issue-5003-idm-debug-port
add debug server to idm
2023-04-27 09:01:22 +02:00
ownClouders
7cb622f4b2 [tx] updated from transifex 2023-04-27 00:19:23 +00:00
Christian Richter
53a7396e39 Merge pull request #6139 from dragonchaser/issue-5002-nats-debug-port
open debug endpoint for nats
2023-04-26 21:03:57 +02:00
Christian Richter
fa6cdd8a01 remove obsolete start function
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-26 20:13:54 +02:00
Christian Richter
38ace3def8 add debug server to idm
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-26 15:08:37 +02:00
mmattel
10ed99e6d6 [docs-only] fix envvar separation in userlog 2023-04-26 09:37:54 +02:00
Christian Richter
334e84a743 add missing struct description
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-26 08:54:41 +02:00
ownClouders
84afd9a839 [tx] updated from transifex 2023-04-26 05:49:21 +00:00
Andre Duffeck
be569b7c59 [full-ci] More cache cleanup (#6134)
* Make env var names consistent with the others

* Remove unused OCS cache

* Use the same cache database for shared caches

* Bump reva
2023-04-25 15:46:59 +02:00
Christian Richter
0898847fdb open debug endpoint for nats
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-25 14:49:20 +02:00
Martin
9bf4b3eb18 Merge pull request #6119 from owncloud/update_readme_caching
[docs-only] Add caching/storing info to services where missing
2023-04-24 15:13:49 +02:00
Andre Duffeck
77bb3d8bcd [full-ci] Refactor stores (#6019)
* Streamline the store implementation with and into reva

* Adapt to the cache/store refactoring in reva

* Streamline config options and their env vars

* Apply suggestions from code review

Co-authored-by: Martin <github@diemattels.at>

* Use the same database for all stores

* Bump reva

* Configure stat and filemetadata cache separately

* Fix default config

---------

Co-authored-by: Martin <github@diemattels.at>
2023-04-24 15:13:35 +02:00
kobergj
72d5566fde Merge pull request #6123 from kobergj/GDPRBadRequest
`BadRequest` when exporting GDPR for other user
2023-04-24 14:22:22 +02:00
EParzefall
e2686f90b9 spelling fixes 2023-04-24 13:55:10 +02:00
Benedikt Kulmann
88c56b25c1 Merge pull request #6121 from owncloud/bump-web-v7.0.0-rc.32
[full-ci] chore: bump web to v7.0.0-rc.32
2023-04-24 12:42:00 +02:00
Edith Parzefall
6d7b13c7a5 Apply suggestions from code review
language review
2023-04-24 12:33:37 +02:00
jkoberg
8f5c255225 return badrequest when exporting gdpr for other user
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-24 12:17:05 +02:00
mmattel
3d12979dd1 Add caching/storing info to services where missing 2023-04-24 12:13:44 +02:00
Roman Perekhod
5f4c0689cb Merge pull request #6089 from 2403905/issue-6087
Determine the users preferred language to translate emails via Transi…
2023-04-24 12:13:29 +02:00
Benedikt Kulmann
3c747dd2f4 chore: bump web to v7.0.0-rc.32 2023-04-24 11:24:04 +02:00
jkoberg
4354f5a84b fix panic in userlog service
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-24 10:02:22 +02:00
mmattel
987fa7fe5e markdown fix 2023-04-23 10:14:42 +02:00
mmattel
84d2d8dae9 [docs-only] Fix texts and typos in README.md files 2023-04-23 10:02:27 +02:00
ownClouders
169a3abe07 [tx] updated from transifex 2023-04-23 00:35:11 +00:00
Roman Perekhod
6cf09321c9 Determine the users preferred language to translate emails via Transifex. #6087 2023-04-21 16:30:48 +02:00
Christian Richter
4a347e8c13 Fix nil pointer exception in webfinger
Co-authoredjby: Jörn Dreyer <jdreyer@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-21 16:16:26 +02:00
Prajwol Amatya
e0b6ca0e29 [tests-only][full-ci] api test to get personal drive information of other users (#6018)
* api test to get personal drive information of other users

* fix the broken personal drive listing

* removed scenario from expected failure after issue fixed

---------

Co-authored-by: Michael Barz <mbarz@owncloud.com>
2023-04-21 16:59:16 +05:45
ownClouders
84351f78e9 [tx] updated from transifex 2023-04-21 00:34:27 +00:00
Benedikt Kulmann
925c88a47e chore: bump web to v7.0.0-rc.31 2023-04-20 21:31:29 +02:00
Ralf Haferkamp
70a80125c3 Fix backchannel logout
Use access token to lookup session id. The userinfo endpoint does
not return the session id. Also add some debug logging.

Co-authored-by: Christian Richter <crichter@owncloud.com>
Co-authored-by: Michael Barz <mbarz@owncloud.com>
2023-04-20 18:04:52 +02:00
Martin
80c3ae84c1 Apply suggestions from code review 2023-04-20 16:05:07 +02:00
mmattel
af744967d7 add comment for cross referencing 2023-04-20 14:39:33 +02:00
mmattel
37e5f8d167 [docs-only] Note that we only support language but not language_territory (web frontend) 2023-04-20 14:34:25 +02:00
Daniel Swärd
ce9af446e8 Merge pull request #6073 from owncloud/excds/bugfix/fix_unescaping_problems_v2
Try to fix problems with unescaping values.
2023-04-20 14:02:13 +02:00
Christian Richter
ed59d25464 Merge pull request #6007 from dragonchaser/backchannellogout
[full-ci] Implement backchannel logout
2023-04-20 13:23:23 +02:00
Christian Richter
a6ced1f99f Simplifiy Unmarshall function for stringAsBool struct
Co-authored-by: Julian Koberg <jkoberg@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-20 11:45:13 +02:00
Christian Richter
7b1be941b7 improve documentation strings for env vars
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-20 11:26:32 +02:00
Daniel Swärd
0d6500a225 graph: Add comment to fix and remove expected test failures
Fixes: #5083
2023-04-20 10:32:40 +02:00
Christian Richter
cec99493f2 Add workaround for chiRouter racecondition in chi.RegisterMethod()
Co-authored-by: Ralf Haferkamp <rhaferkamp@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-20 10:19:05 +02:00
Daniel Swärd
8d789ce24d graph: Try to fix problems with unescaping values. 2023-04-20 09:33:23 +02:00
Christian Richter
30bcf32062 incorporate requested changes
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-20 09:00:58 +02:00
ownClouders
ac6fdd4bd1 [tx] updated from transifex 2023-04-20 04:03:38 +00:00
Martin
6c6c15d741 Merge pull request #6090 from owncloud/fix_notification_readme 2023-04-19 23:42:19 +02:00
mmattel
d5c05c722b add comma 2023-04-19 23:01:17 +02:00
Michael Barz
8b8859950f Merge pull request #6067 from owncloud/ainmosni/feature/search-keycloak-by-username
Search users by username instead of by email
2023-04-19 22:00:30 +02:00
mmattel
ad1f45eeca clarify transifex comments for translation strings 2023-04-19 19:48:42 +02:00
mmattel
b00431b7a5 update 2023-04-19 19:36:53 +02:00
mmattel
715e62b13d update readme 2023-04-19 19:08:09 +02:00