Commit Graph

1234 Commits

Author SHA1 Message Date
Michael Barz
fc807299b6 change role name to user light 2023-06-06 14:58:45 +02:00
Michael Barz
2215d7f5d1 fix search permissions 2023-06-05 18:16:10 +02:00
jkoberg
3140bf2137 fix timestamp format
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-06-05 17:11:56 +02:00
Michael Barz
4b512fa884 update reva to latest edge 2023-06-05 17:02:04 +02:00
Willy Kloucek
733e5efdda Merge pull request #6444 from owncloud/remove-references-to-oc.ios-protocol
remove references to oc.ios://ios.owncloud.com since it is no longer used
2023-06-05 15:28:03 +02:00
kobergj
f2e6556549 Merge pull request #6428 from kobergj/RefactorOcisPKG
[tests-only][full-ci] Cleanup ocis runtime
2023-06-05 14:40:29 +02:00
Willy Kloucek
0f3dddafab remove references to oc.ios://ios.owncloud.com since it is no longer used 2023-06-05 13:57:05 +02:00
Benedikt Kulmann
d6febac17a Merge pull request #6438 from owncloud/bump-web-7.0.0-final
[full-ci] chore: Update web to v7.0.0 final
2023-06-05 10:22:41 +02:00
Benedikt Kulmann
b7882ec0ce chore: Update web to v7.0.0 final 2023-06-05 09:33:45 +02:00
Michael Barz
58d8c1aa8a fix disable users by group 2023-06-02 17:42:51 +02:00
Roman Perekhod
ecc56cee49 Merge pull request #6429 from 2403905/issue-6411
Fix to prevent the email notification X-Site scripting
2023-06-02 16:57:51 +03:00
jkoberg
d347448ec0 remove duplicated sutureservice code
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-06-02 12:02:27 +02:00
Roman Perekhod
cd39dd4073 Fix to prevent the email notification X-Site scripting 2023-06-02 09:47:06 +02:00
mmattel
a32e9ac4c4 [docs-only] Fix ocdav and ocis-hello in owncloud.dev 2023-06-02 08:30:24 +02:00
Ralf Haferkamp
7a4bc71e65 Revert "idp/proxy: Match users by ID instead of name by default"
This reverts commit 52951b42b0.

The change broke authentication for at least the desktop client when
using the builtin idp. There seem to be issues in the IDP (lico) which
result in the implicit scoped not being added correctly in some case.
When that scope is missing the `lg.uuid` claim will not be present in
the userinfo and we can correctly match users by id.

This reverts back to the old behaviour of matching users by name. Which
also brings some aspects of https://github.com/owncloud/ocis/issues/904

Fixes #6415
2023-06-01 11:13:47 +02:00
jkoberg
d18e32627f bump web to 7.0.0-rc39
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-06-01 09:49:22 +02:00
jkoberg
5eae568a32 use correct logo permission name
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-31 15:02:14 +02:00
jkoberg
b41b1ec4cb rename permssions
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-30 10:35:51 +02:00
ownClouders
7094891f4d [tx] updated from transifex 2023-05-30 00:03:06 +00:00
Andre Duffeck
c0665975b3 Do not try to fulltext-index large files. (#6395)
* Do not try to extract the content of large files.

Both tika and ocis do not handle large files/archives very well.

* Apply suggestions from code review

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

---------

Co-authored-by: Martin <github@diemattels.at>
2023-05-27 19:03:58 +02:00
Jörn Friedrich Dreyer
632b206675 trace proxie middlewares (#6313)
* trace proxie middlewares

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* Update ocis-pkg/service/grpc/client.go

Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com>

* default tls is off

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com>
2023-05-27 10:18:24 +02:00
Jörn Friedrich Dreyer
b8bdd4573a introduce otlp tracing (#5132)
* introduce otel tracing

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* use new trace provider initialization

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* work

* bump reva

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* remove commented code

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* add vendor changes

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-05-26 22:21:03 +02:00
Roman Perekhod
e57e6046d3 Fix preview or viewing of shared animated GIFs (#6386)
* Fix preview or viewing of shared animated GIFs

---------

Co-authored-by: Roman Perekhod <rperekhod@owncloud.com>
2023-05-26 14:52:12 +02:00
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