Viktor Scharf
d271a19459
upload file after renaming
2023-05-25 07:41:07 +02:00
Martin
9f2500eba1
Merge pull request #6379 from rhafer/issue/6194
...
proxy: Return an error when autoprovision a user fails
2023-05-24 18:50:15 +02:00
Ralf Haferkamp
3dc0fff1f4
proxy: Return an error when autoprovision a user fails
...
Fixes : #6194
2023-05-24 17:17:15 +02:00
Ralf Haferkamp
efc5e249e2
graph: Clarify wording for GRAPH_USERNAME_MATCH setting
2023-05-24 17:17:15 +02:00
Ralf Haferkamp
0726f1b143
graph/users: Sanitize some log levels
...
The "calling function XYZ" log messages should only appear at debug level.
Message indicating client errors when creating a user (e.g. invalid characters
in username or missing attributes) are logged at info level (instead of debug)
now.
2023-05-24 17:17:15 +02:00
Ralf Haferkamp
58e56aea2f
Automated changelog update [skip ci]
2023-05-24 15:13:26 +00:00
Ralf Haferkamp
94d9dd80eb
ocis_keycloak: Don't start builtin IDP when using keycloak
2023-05-24 17:12:38 +02:00
Ralf Haferkamp
47f5245f55
ocis_keycloak: Fix deployment example
...
After commit 52951b42b0 we need to set PROXY_USER_CS3_CLAIM and
PROXY_USER_OIDC_CLAIM for the keycloak example to still work.
Also update release notes to mentions the changed default.
2023-05-24 17:12:38 +02:00
Ralf Haferkamp
54adf267c0
Fix oidc username claim name
...
It's 'preferred_username' not 'preferred_user'.
2023-05-24 17:12:38 +02:00
Jannik Stehle
d99989f622
Automated changelog update [skip ci]
2023-05-24 14:32:56 +00:00
Jannik Stehle
61bb98cf23
Merge pull request #6375 from owncloud/bump-web-v7.0.0-rc.38
...
[full-ci] chore: bump web to v7.0.0-rc.38
2023-05-24 16:32:08 +02:00
Andre Duffeck
7b48fbbbad
Merge pull request #6371 from aduffeck/improve-complex-search
...
Improve complex search
2023-05-24 14:39:20 +02:00
André Duffeck
f033182e09
Log search durations
2023-05-24 13:12:41 +02:00
Benedikt Kulmann
9ab16e9e48
docs: add changelog item for web v7.0.0-rc.38
2023-05-24 12:42:05 +02:00
André Duffeck
cfb0152372
Fix boolean queries
2023-05-24 12:01:35 +02:00
André Duffeck
b1bfb93230
Fix test expectations
2023-05-24 12:01:35 +02:00
André Duffeck
e8c9d16576
Do not choke on : searches
...
Fixes #4744
2023-05-24 12:01:35 +02:00
André Duffeck
9fe1225b53
Make field base search case insensitive
...
Fixes part of #6366
2023-05-24 12:01:35 +02:00
Martin
ae75893d15
Merge pull request #6374 from rhafer/issue/6344
...
docs: clarify wording for 'OCIS_LDAP_SERVER_WRITE_ENABLED'
2023-05-24 11:37:10 +02:00
Jannik Stehle
4f05f6dc09
chore: bump web to v7.0.0-rc.38
2023-05-24 11:27:15 +02:00
Ralf Haferkamp
3e54c5b3db
docs: clarify wording for 'OCIS_LDAP_SERVER_WRITE_ENABLED'
2023-05-24 10:24:19 +02:00
Michael Barz
e4aaf79614
Merge pull request #6355 from owncloud/fix-cors-headers
...
fix preflight requests
2023-05-24 09:40:01 +02:00
Amrita
53ee61ad87
[full-ci][tests-only]Extend notification api tests ( #6324 )
...
* Add api tests for notification
* Address review
2023-05-24 12:56:43 +05:45
Sagar Gurung
3a93b44007
[tests-only][full-ci]Added GDPR export for folder creation, sharing a file ( #6360 )
...
* Added GDPR export for folder creation, sharing a file
* Added link creation GDPR scenario
* Added scenarios for GDPR export for item trashed event
* Review addresss
2023-05-24 10:39:40 +05:45
Prarup Gurung
768044c279
Merge pull request #6040 from owncloud/change-user-role
...
[full-ci] [tests-only] Change user role
2023-05-24 09:32:37 +05:45
dependabot[bot]
971ba4e764
Bump github.com/coreos/go-oidc/v3 from 3.4.0 to 3.6.0
...
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc ) from 3.4.0 to 3.6.0.
- [Release notes](https://github.com/coreos/go-oidc/releases )
- [Commits](https://github.com/coreos/go-oidc/compare/v3.4.0...v3.6.0 )
---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-23 15:14:02 +02:00
Michael Barz
9d7e435c5c
Automated changelog update [skip ci]
2023-05-23 10:44:36 +00:00
Michael Barz
c08439f23b
Merge pull request #6361 from 2403905/issue-6359
...
remove the email logo
2023-05-23 12:42:57 +02:00
Roman Perekhod
08ce1bf9ae
Automated changelog update [skip ci]
2023-05-23 09:32:52 +00:00
Roman Perekhod
069e751c2d
Merge pull request #6358 from 2403905/issue-6197
...
Fix error status when the user share the locked file
2023-05-23 12:31:16 +03:00
Prarup Gurung
8d06acf030
Added api test for changing app role of user
2023-05-23 15:11:52 +05:45
Ralf Haferkamp
77e86eda31
Automated changelog update [skip ci]
2023-05-23 07:49:45 +00:00
Ralf Haferkamp
52951b42b0
idp/proxy: Match users by ID instead of name by default
...
Reconfigure the oidc clients for lico, so that lico adds the "lg.uuid" to
tokens and userinfo by default. That claim will contain the userid. So
we can now use the userid for matching users when using the default
idm/idp configuration. This fixes further problems so that users being
recreated with the same name are correctly treated as differnt users.
Fixes : #904
2023-05-23 09:48:47 +02:00
Martin
e17194df63
Merge pull request #6364 from owncloud/add_new_envvar_for_caching
2023-05-23 08:46:25 +02:00
mmattel
14153f86be
[docs-only] Add new caching envvar to storage-users service
2023-05-22 17:10:54 +02:00
Jörn Friedrich Dreyer
0edb2b9c5b
fix preflight requests
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-05-22 16:28:51 +02:00
Roman Perekhod
55b3bd2db7
Fix error status when the user share the locked file
2023-05-22 15:59:48 +02:00
Michael Barz
4080b85033
Automated changelog update [skip ci]
2023-05-22 13:53:28 +00:00
Michael Barz
827116791b
Merge pull request #6363 from owncloud/release-3.0.0-rc.4
...
[full-ci] prepare changelog, bump version
2023-05-22 15:52:45 +02:00
kobergj
2dfb20b354
Automated changelog update [skip ci]
2023-05-22 13:46:22 +00:00
kobergj
bf2103d65c
Merge pull request #6362 from kobergj/DefaultLDAPWriteEnabledToTrue
...
Default `LDAP_WRITE_ENABLED` to true
2023-05-22 15:45:43 +02:00
kobergj
2facff71bc
Merge pull request #6354 from kobergj/IDCache
...
Configurable IDCache
2023-05-22 15:45:21 +02:00
Roman Perekhod
53f71bea13
remove the email logo
2023-05-22 15:29:44 +02:00
Benedikt Kulmann
6837006b58
chore: update web changelog item
2023-05-22 14:55:02 +02:00
Michael Barz
46696bffeb
prepare changelog, bump version
2023-05-22 14:33:15 +02:00
jkoberg
b3ec78ab24
default LDAP_WRITE_ENABLED to true
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-05-22 14:25:05 +02:00
jkoberg
4c2446e22d
bump reva
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-05-22 09:52:52 +02:00
jkoberg
2a5caf74e8
idcache configuration
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-05-22 09:51:37 +02:00
Andre Duffeck
798f3d53dc
Merge pull request #6356 from aduffeck/reduce-search-index-size
...
Do not include full-text and tag data in the composite field
2023-05-22 09:51:20 +02:00
ownClouders
6b87cfd596
Automated changelog update [skip ci]
2023-05-21 00:44:06 +00:00