Commit Graph

1477 Commits

Author SHA1 Message Date
Florian Schade e441c95de6 fix: fix readme and changelog env var 2023-08-04 09:31:26 +02:00
ownClouders 13708c59e9 [tx] updated from transifex 2023-08-04 00:41:13 +00:00
kobergj cc529d99da Update services/policies/README.md 2023-08-03 15:30:02 +02:00
Florian Schade ce5d6cd603 Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at>
2023-08-03 14:33:38 +02:00
Florian Schade 06613d3c6b fix: variable shadowing 2023-08-03 14:13:17 +02:00
Florian Schade 9638dd524c fix: review feedback 2023-08-03 13:13:38 +02:00
Florian Schade 4898a07239 enhancement: add config option to load an RFC 4288 mimes file 2023-08-03 08:40:04 +02:00
Michael Barz 5b2253402e use magicmime 2023-08-03 08:40:04 +02:00
Roman Perekhod 7915d725ac Merge pull request #6927 from owncloud/register-chi-routes
properly register webdav methods with chi
2023-08-02 13:07:49 +02:00
Jannik Stehle 0a820b22cc chore: bump web to v7.1.0-rc.4 2023-08-01 16:18:40 +02:00
ownClouders efd2c42655 [tx] updated from transifex 2023-08-01 11:43:55 +00:00
Daniël Franke a406bb3507 Merge pull request #6923 from owncloud/excds/feature/Separate_out_grpc_client_to_package_local_for_remaining_services
Replacing implicit grpc client initialization with explicit package local variables
2023-08-01 10:54:42 +02:00
Jörn Friedrich Dreyer 21f52a8523 properly register webdav methods with chi
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-07-31 17:38:15 +02:00
jkoberg 78db9dd8a0 add sse capability
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-07-31 15:55:48 +02:00
Jannik Stehle 81483964a1 Merge pull request #6925 from owncloud/bump-web-v7.1.0-rc.3
[full-ci] chore: bump web to v7.1.0-rc.3
2023-07-31 15:38:46 +02:00
Jannik Stehle 9d4a561aa9 chore: bump web to v7.1.0-rc.3 2023-07-31 14:27:33 +02:00
Roman Perekhod 526583e9bb Fix the routing capability (#6921)
Co-authored-by: Roman Perekhod <rperekhod@owncloud.com>
2023-07-31 13:23:41 +02:00
Daniël Franke c93b65680b Convert users service to service tracing provider. (#6922)
This convers the users service to use the service tracing provider.
2023-07-31 13:17:29 +02:00
Daniel Swärd 6a5e21eff4 Replacing implicit grpc client initialization with explicit package local variables. 2023-07-31 12:57:59 +02:00
Florian Schade 90ba75e27e enhancement: Evaluate policy resource information on single file shares (#6888)
* enhancement: Evaluate policy resource information on single file shares

* enhancement: switch to resource name evaluation for example rego put rule
2023-07-31 12:12:56 +02:00
André Duffeck be21178c64 Improve docs 2023-07-31 10:26:19 +02:00
André Duffeck fade832a3e Make the async propagation delay configurable 2023-07-31 10:26:19 +02:00
André Duffeck e8a7872d29 Add default propagator config 2023-07-31 10:26:19 +02:00
Andre Duffeck 38c04b5517 Update services/storage-users/pkg/config/config.go
Co-authored-by: Martin <github@diemattels.at>
2023-07-31 10:26:19 +02:00
Andre Duffeck f17e56febc Update services/storage-users/pkg/config/config.go
Co-authored-by: Martin <github@diemattels.at>
2023-07-31 10:26:19 +02:00
André Duffeck 5aa9e618f1 Make the storage-users propagator configurable 2023-07-31 10:26:19 +02:00
Daniel Swärd 3d046f6ba8 Merge pull request #6915 from owncloud/excds/feature/Separate_out_grpc_client_to_package_local_for_policies
Remove grpc.DefaultClient() reference from policies and use only one grpc client in proxy.
2023-07-31 09:15:30 +02:00
ownClouders 1ee35618fc [tx] updated from transifex 2023-07-31 00:50:16 +00:00
ownClouders bdddf85249 [tx] updated from transifex 2023-07-29 00:50:03 +00:00
Michael Barz 1a8516c6cd Merge pull request #6914 from owncloud/fix-static-cache
Fix cache header for web and theme assets
2023-07-28 15:22:27 +02:00
Sawjan Gurung ec4f56d0b9 fix: use error detail as message instead of whole error object (#6911)
* fix: instead of whole erro object, only send error detail as message

* remove passing test from expected failure
2023-07-28 13:15:55 +02:00
Roman Perekhod 8eabc15c98 Merge pull request #6912 from 2403905/issue-5108
Fix CORS issues
2023-07-28 12:53:34 +02:00
Daniel Swärd 62b7dcacc4 Merge pull request #6917 from owncloud/excds/feature/Separate_out_grpc_client_to_package_local_for_ocs_service
Separate out grpc client to package local for ocs service.
2023-07-28 12:47:37 +02:00
Daniel Swärd dad3472e8b Merge pull request #6913 from owncloud/ainmosni/tracing/storage-system
Convert storage system to use service tracing.
2023-07-28 12:47:11 +02:00
Daniel Swärd 056ad2c705 Merge pull request #6916 from owncloud/ainmosni/tracing/storage-users
Convert storage-users to use service tracing.
2023-07-28 12:46:57 +02:00
Daniel Swärd ce4ad80ce2 Remove grpc.DefaultClient() reference from policies and use only one gprc client. 2023-07-28 12:21:02 +02:00
Daniel Swärd aa44ec12ac Separate out grpc client to package local for ocs service. 2023-07-28 11:55:13 +02:00
Michael Barz f8e6b23d5f Fix cache header for web and theme assets 2023-07-28 11:33:06 +02:00
Daniël Franke 063b05140f Convert storage-users to use service tracing.
This converts the storage users service to use the service tracing provider.
2023-07-28 11:25:43 +02:00
Roman Perekhod fb199e6fbf Fix CORS issues 2023-07-28 11:12:42 +02:00
Daniël Franke 83c90b60ef Convert storage system to use service tracing.
This converts the storage system service to use a service trace provider.
2023-07-28 10:54:20 +02:00
Daniel Swärd 82034d34ce Separate out grpc client to package local for search service. 2023-07-28 09:42:37 +02:00
Daniel Swärd 44d9c50f1e Merge pull request #6907 from owncloud/excds/feature/Separate_out_grpc_client_to_package_local_for_thumbnails_service
Separate out grpc client to package local for thumbnails service.
2023-07-28 09:39:36 +02:00
Daniel Swärd 4c5d58f53b Merge pull request #6906 from owncloud/excds/feature/Separate_out_grpc_client_to_package_local_for_webdav_service
Separate out grpc client to package local for webdav service.
2023-07-27 12:30:14 +02:00
Daniel Swärd f27d2b18a7 Merge pull request #6905 from owncloud/excds/feature/Separate_out_grpc_client_to_package_local_for_userlog_service
Separate out grpc client to package local for userlog service.
2023-07-27 12:24:22 +02:00
Daniel Swärd d21b03b14c Separate out grpc client to package local for thumbnails service. 2023-07-27 12:22:28 +02:00
Daniel Swärd 4103f2990f Merge pull request #6896 from owncloud/ainmosni/tracing/eventhistory
Add tracing to eventhistory service.
2023-07-27 12:13:34 +02:00
Daniel Swärd fe84b83617 Separate out grpc client to package local for webdav service. 2023-07-27 11:52:11 +02:00
Daniël Franke 22f5a76829 Add default config to service.
Also modify `GetServiceTraceProvider` to keep working if nil or nil
interface is passed.
2023-07-27 11:25:32 +02:00
kobergj 3fa8374ea1 Merge pull request #6900 from kobergj/CheckPublicAuthFirst
Check public link auth first
2023-07-27 11:03:32 +02:00