Commit Graph
19564 Commits
Author SHA1 Message Date
Ralf HaferkampandRalf Haferkamp 26f3e23b79 dev: Enable VIPS in local docker builds
As libvips is not available as a static library we can no longer
create a statically linked ocis binary for the docker images when
libvips is enabled.
We also need to make sure that the base images used for building
ocis needs to match the image where ocis is installed when creating
a shared binary.
2024-10-17 14:05:27 +02:00
Ralf HaferkampandRalf Haferkamp 74bc549b9f Add ENABLE_VIPS flag to Makefile
To build with libvips support use 'make -C ocis build ENABLE_VIPS=true'
2024-10-17 14:05:27 +02:00
Ralf HaferkampandRalf Haferkamp a9a5570050 feat(thumbnails): optional libvips based thumbnail generation
Can be enabled by setting the 'enable_vips' tag on 'go build'
2024-10-17 14:05:27 +02:00
Ralf HaferkampandRalf Haferkamp 358adc15dc refactor(thumbnails): separate out 'kovidgoyal/imaging' dependencies
Move code using the 'kovidgoyal/imaging' package to separate files
to make it easier to create alternative implementations based on build
tags.
2024-10-17 14:05:27 +02:00
Ralf HaferkampandRalf Haferkamp d0ce57dfc2 refactor(thumbnails): merge processor into generator
Processor is now part of the generator. This should make it possible
to implement thumbnail generators that do not depend on the 'imaging'
module.
2024-10-17 14:05:27 +02:00
Christian RichterandGitHub 08b33627b2 Merge pull request #10323 from fschade/refine-ready-health-checker
enhancement: simplify ready and health check handler usage
2024-10-17 08:28:54 +00:00
Jörn Friedrich DreyerandGitHub 572441250f Merge pull request #10326 from owncloud/dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc-1.31.0
chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.30.0 to 1.31.0
2024-10-17 09:59:40 +02:00
Michael Barz 1d76f7e892 Automated changelog update [skip ci] 2024-10-17 07:44:09 +00:00
Michael BarzandGitHub 8b27e428ca Merge pull request #10276 from owncloud/templates
Template Files for WebOffice
2024-10-17 09:43:27 +02:00
Sawjan GurungandGitHub 485dab8452 Merge pull request #10325 from owncloud/tests/enable-webe2e-pipeline
[tests-only] ci: enable e2e pipelines
2024-10-17 13:05:02 +05:45
Saw-jan a57a00f696 ci: bump nodejs to 20 2024-10-17 12:35:59 +05:45
MartinandGitHub abf0d2ae56 Merge pull request #10322 from owncloud/mmattel-patch-1
[docs-only] Update helpers/README.md
2024-10-17 08:50:45 +02:00
Michael Barz e40b7240bf feat: template feature
Signed-off-by: Michael Barz <mbarz@owncloud.com>
2024-10-17 08:47:02 +02:00
fb967c6566 Apply suggestions from code review
Co-authored-by: Phil Davis <phil@jankaritech.com>
2024-10-17 08:45:07 +02:00
dependabot[bot]andGitHub c52394c4d0 chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.30.0...v1.31.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-17 06:40:25 +00:00
Saw-jan 3dbb5bb0e1 ci: enable e2e pipelines 2024-10-17 12:11:51 +05:45
Sawjan GurungandGitHub f49f448287 Merge pull request #10290 from owncloud/tests-ocm-sharedbyme
[tests-only][full-ci] add test to list shares shared to federated user
2024-10-17 11:16:44 +05:45
prashant-gurung899 4134fc426d add test-sharer lists shares shared by him to federated user
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2024-10-17 10:28:33 +05:45
ownClouders b9009dca12 [tx] updated from transifex 2024-10-17 01:03:53 +00:00
Florian Schade 331fc85da2 fix: checker map mutation 2024-10-17 02:51:56 +02:00
Michael Barz c456620684 Automated changelog update [skip ci] 2024-10-16 19:20:16 +00:00
Michael BarzandGitHub 88aa28defd Merge pull request #10321 from owncloud/bump-reva-to-e5baaccf6614
bump reva to e5baaccf6614
2024-10-16 21:19:33 +02:00
Michael Barz e6e11e8493 Automated changelog update [skip ci] 2024-10-16 18:58:24 +00:00
Michael BarzandGitHub eb4a18685a Merge pull request #10287 from 2403905/issue-10051-items
forbid adding the federated users as members of the space via items invite
2024-10-16 20:54:19 +02:00
Michael BarzandGitHub 613baedab1 Merge pull request #10313 from owncloud/dependabot/go_modules/go.opentelemetry.io/contrib/zpages-0.56.0
chore(deps): bump go.opentelemetry.io/contrib/zpages from 0.55.0 to 0.56.0
2024-10-16 20:50:42 +02:00
Florian Schade 66ff86bd35 enhancement: simplify ready and health check handler usage 2024-10-16 20:26:00 +02:00
MartinandGitHub ba803fb84c [docs-only] Update helpers/README.md
Improve the description of the helpers process
2024-10-16 17:39:21 +02:00
Jörn Friedrich Dreyer d814ef20c3 Automated changelog update [skip ci] 2024-10-16 15:12:17 +00:00
Jörn Friedrich DreyerandGitHub c42a2aa85e Merge pull request #10307 from owncloud/secure-ocm-by-default
use secure config defaults for OCM
2024-10-16 17:11:39 +02:00
Jörn Friedrich Dreyer 063555a8ec bump reva to e5baaccf6614
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-10-16 17:00:47 +02:00
Jörn Friedrich Dreyer 0ea4312668 Automated changelog update [skip ci] 2024-10-16 12:56:53 +00:00
Jörn Friedrich DreyerandGitHub 9ccc976885 Merge pull request #10309 from kobergj/RemoveDeprecations
Remove Deprecations
2024-10-16 14:56:12 +02:00
Michael Barz 1ba6e4b6a2 Automated changelog update [skip ci] 2024-10-16 08:23:41 +00:00
Michael BarzandGitHub 392a3de103 Merge pull request #10315 from owncloud/update-reva
[full-ci] chore: bump reva to latest edge
2024-10-16 10:22:59 +02:00
Martin Mattel 3321e8def1 fix extended envvars MICRO_REGISTRY 2024-10-16 10:20:36 +02:00
Christian RichterandGitHub 512643a1c5 Merge pull request #10308 from 2403905/issue-10281-server-probs-1
the server probs added to the several services
2024-10-16 08:00:46 +00:00
Roman Perekhod d4fe58da19 the server probs added to the several services 2024-10-16 09:28:24 +02:00
Michael Barz c7f545294d chore: bump reva to latest edge 2024-10-16 09:22:34 +02:00
dependabot[bot]andGitHub ef31403875 chore(deps): bump go.opentelemetry.io/contrib/zpages
Bumps [go.opentelemetry.io/contrib/zpages](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.55.0 to 0.56.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.55.0...zpages/v0.56.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/zpages
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-16 06:26:33 +00:00
Prajwol AmatyaandGitHub a5d5620501 Merge pull request #10256 from owncloud/restart-upload-sessions
[tests-only][full-ci] added test to restart upload sessions using CLI command
2024-10-16 09:39:54 +05:45
ownClouders f46eefa989 [tx] updated from transifex 2024-10-16 03:38:06 +00:00
jkoberg 9f9a9111d9 feat(docs): regenerate docs
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-10-15 17:24:52 +02:00
jkoberg 6fec0fa2bd feat(vendor): clean gomod
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-10-15 17:24:52 +02:00
jkoberg bf0d8ed3dc feat(ocis): remove deprecated envvars
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-10-15 17:24:51 +02:00
jkoberg 3d69694b74 feat(ocis): remove deprecated registries
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-10-15 17:24:51 +02:00
jkoberg c80254c4f1 feat(ocis): remove ocm store
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-10-15 17:24:51 +02:00
Christian RichterandGitHub 4f8d0bbd63 Merge pull request #10303 from dragonchaser/grpc-checks
Grpc checks
2024-10-15 15:19:49 +00:00
Jörn Friedrich Dreyer 59589cd7d3 use secure config defaults for OCM
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-10-15 16:49:57 +02:00
Christian Richter 49cf9b0859 add grpc checker to search, settings & thumbnails
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-15 16:44:42 +02:00
Christian RichterandGitHub fde6b4cbce Merge pull request #10302 from dragonchaser/basic-server-probes
fix ldap check in idp
2024-10-15 14:06:20 +00:00