Benedikt Kulmann
27006299e9
Merge pull request #6470 from owncloud/bump-web-7.0.1
...
[full-ci] chore: bump web to v7.0.1
2023-06-07 15:44:43 +02:00
Paul Neubauer
2b98941488
Merge pull request #6462 from owncloud/add-imprint-privacy-urls
...
feat: add imprint and privacy url config
2023-06-07 15:33:09 +02:00
Benedikt Kulmann
6e527be912
chore: bump web to v7.0.1
2023-06-07 14:54:13 +02:00
Jannik Stehle
e14c2ea7cf
Merge pull request #6453 from owncloud/add-companion-url-config
...
feat: add uppy companion url config
2023-06-07 12:10:10 +02:00
Paul Neubauer
e5179cd49c
feat: add imprint and privacy url config
2023-06-07 11:56:14 +02:00
Roman Perekhod
96f658c281
Merge pull request #6440 from 2403905/issue-6436
...
Fix the username validation when an admin update the user
2023-06-07 12:23:47 +03:00
Christian Richter
3b158a619f
Merge pull request #6458 from owncloud/mmattel-patch-1
...
[docs-only] GRAPH_APPLICATION_ID envvar text fix
2023-06-07 09:39:32 +02:00
Michael Barz
04e1b947f9
Merge pull request #6456 from owncloud/release-3.0.0
...
[full-ci] Release 3.0.0
2023-06-07 08:22:11 +02:00
Martin
5d7424030f
Update services/graph/pkg/config/application.go
2023-06-06 17:22:37 +02:00
Martin
6b0af103ca
[docs-only] GRAPH_APPLICATION_ID envvar fix
2023-06-06 17:20:50 +02:00
Roman Perekhod
1ac49dfd64
Fix the username validation when an admin update the user
2023-06-06 17:15:38 +02:00
Jannik Stehle
74ca24d3ff
feat: add uppy companion url config
2023-06-06 16:17:06 +02:00
Michael Barz
fc807299b6
change role name to user light
2023-06-06 14:58:45 +02:00
ownClouders
bad52af536
[tx] updated from transifex
2023-06-06 00:44:54 +00: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