Commit Graph

1211 Commits

Author SHA1 Message Date
kobergj
924f0c408d Merge pull request #6370 from kobergj/AddFulltextsearchCapability
Add Fulltextsearch Capability
2023-05-25 15:50:43 +02:00
jkoberg
70391a0bf2 unify CACERT envvars
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-25 13:32:37 +02:00
André Duffeck
e1279da025 Do not mess with non-lowercased fields 2023-05-25 10:55:52 +02:00
Sawjan Gurung
14de04cb52 update idp pnpm-lock file (#6385) 2023-05-25 12:30:04 +05:45
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
54adf267c0 Fix oidc username claim name
It's 'preferred_username' not 'preferred_user'.
2023-05-24 17:12:38 +02: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
kobergj
382a2800f8 Update services/search/README.md
Co-authored-by: Martin <github@diemattels.at>
2023-05-24 13:58:40 +02:00
jkoberg
50ef698fda add fulltextsearch capability
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-24 13:58:37 +02:00
André Duffeck
f033182e09 Log search durations 2023-05-24 13:12:41 +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
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
Michael Barz
c08439f23b Merge pull request #6361 from 2403905/issue-6359
remove the email logo
2023-05-23 12:42:57 +02: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
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
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
jkoberg
b3ec78ab24 default LDAP_WRITE_ENABLED to true
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-22 14:25:05 +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
67a0fdb10c [tx] updated from transifex 2023-05-20 00:06:58 +00:00
André Duffeck
6275b7b124 Do not include full-text and tag data in the composite field
This commit removes the full-text and tag data from the composite field
("_all") which can be used for default term queries which we don't do
anyways.
2023-05-19 16:13:30 +02:00
Jörn Friedrich Dreyer
e0873dee38 fix typo (#6352)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-05-19 10:59:37 +02:00
Phil Davis
4874da778c Reword 'allow to' sentences 2023-05-18 09:48:29 +05:45
Phil Davis
f19830e919 Reword 'allows to' sentences 2023-05-18 09:46:25 +05:45
jkoberg
03b31b9580 give spaceadmin delete-all-spaces
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-17 19:31:01 +02:00
jkoberg
c76fb5f412 add graph user capabilities
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-17 19:27:07 +02:00
Ralf Haferkamp
1d85593c7e graph: Adjust defaults for user, group and SpaceProperties caches
The old default ttl of 30 minutes for the caches seems way too long. It
could cause outdated information users or groups to be returned for
quite a while. Especially since the TTL was reset every time an entry was
fetched from the cache. This is disabled now as well.

Fixes: #6320
2023-05-17 16:16:24 +02:00
Martin
55b5caec0b Merge pull request #6328 from owncloud/option-OpenLinksWithDefaultApp
Add config var OpenLinksWithDefaultApp
2023-05-17 15:15:11 +02:00
Jan
20f068bc06 Change description 2023-05-17 14:35:01 +02:00
Jan
d345db7dec Add config var OpenLinksWithDefaultApp 2023-05-17 14:31:52 +02:00
Michael Barz
3aa2010471 Merge pull request #6308 from aduffeck/reindex-on-space-renamed
Trigger a space reindex when the space has been renamed
2023-05-17 11:44:55 +02:00
Martin
98c6e3a7e0 Update services/settings/pkg/store/defaults/defaults.go
Co-authored-by: kobergj <jkoberg@owncloud.com>
2023-05-17 10:44:50 +02:00
mmattel
7fd9b30258 [docs-only] Fix settings typos 2023-05-17 10:35:40 +02:00
Christian Richter
8f847501dc Merge pull request #6309 from dragonchaser/issue-4472-shared-jail-quote-api
remove quote from api response in share jails
2023-05-17 08:16:51 +02:00
ownClouders
158971b97c [tx] updated from transifex 2023-05-17 00:41:51 +00:00
Ralf Haferkamp
2baf86900d idp: Use the UUID attribute for computing the "sub" claim
This avoids that recreating the user with the same name will create the
same "sub" claim. Even though it gets a new UUID

Fixes: #904
2023-05-16 17:25:55 +02:00
Martin
c37e8350df Merge pull request #6327 from owncloud/fix_wrong_envvar_names_used_in_readme
[docs-only] Use correct envvar caching names in service readme's
2023-05-16 16:05:27 +02:00
mmattel
edc4c4bb42 [docs-only] Use correct envvar caching names in service readme's 2023-05-16 15:54:37 +02:00
Michael Barz
d4e7034046 Merge pull request #6310 from owncloud/update-roles
update the default roles
2023-05-16 15:18:55 +02:00