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
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
André Duffeck
ca637de017
Fix detecting resources that haven't changed when reindexing spaces
...
This is a regression introduced with the experimental search backport.
2023-04-19 17:44:16 +02:00
Christian Richter
3d6d4c7c7c
add missing http method
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-04-19 17:32:50 +02:00
Christian Richter
e88a0d7bc3
add tests for oidc backchannel logout
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-04-19 17:32:49 +02:00
Christian Richter
15691ae78a
fix contexts, render result
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-04-19 17:32:25 +02:00
Jörn Friedrich Dreyer
d2d7c49df4
properly parse logout request
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-04-19 17:32:25 +02:00
Jörn Friedrich Dreyer
dc399a61ac
implement backchannel logout, reuse useringo cache
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-04-19 17:32:25 +02:00
Christian Richter
a900d0ed8d
Refactor caches
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-04-19 17:32:25 +02:00
Jörn Friedrich Dreyer
bc15b8a396
work on logout
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-04-19 17:32:25 +02:00
Jörn Friedrich Dreyer
b608d0b0f9
move verify access token code to oidc client
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-04-19 17:32:25 +02:00
Jörn Friedrich Dreyer
58dce9bed8
use our oidc client
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-04-19 17:32:25 +02:00
Jörn Friedrich Dreyer
97894acccd
add missing error check, redirect stub
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-04-19 17:32:25 +02:00
Christian Richter
a3640b0565
extract full claims from jwt token to get session id
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-04-19 17:32:23 +02:00
Michael Barz
e543c8f60d
fix typo which slipped through
2023-04-19 17:28:16 +02:00
Michael Barz
38f6f3da2e
delete empty translations [skip ci]
2023-04-19 17:03:03 +02:00
Martin
e34e0b5a5c
Merge pull request #6083 from owncloud/define_readonly_attrobute_list
...
[docs-only] Add supported values at FRONTEND_READONLY_USER_ATTRIBUTES envvar
2023-04-19 16:28:29 +02:00
Martin
0c48a565cf
Merge pull request #6079 from owncloud/fix_removal_version
...
[docs-only] Correct the removal version according semver to 4.0.0
2023-04-19 15:21:13 +02:00
ownClouders
5ded7aac95
[tx] updated from transifex
2023-04-19 11:11:30 +00:00
Michael Barz
e58c248579
fix translations for notifications service
2023-04-19 13:10:13 +02:00
mmattel
32c6b3bdb4
[docs-only] Add supported values at FRONTEND_READONLY_USER_ATTRIBUTES envvar
2023-04-19 12:36:49 +02:00