Commit Graph
17270 Commits
Author SHA1 Message Date
kobergjandGitHub 38777f4b63 Merge pull request #8930 from owncloud/fix-docs/local-dev-env-vars
docs: use WEB_ASSET_CORE_PATH and WEB_ASSET_APPS_PATH instead of WEB_…
2024-04-23 11:33:40 +02:00
kobergj 41f7697202 Automated changelog update [skip ci] 2024-04-23 09:05:39 +00:00
kobergjandGitHub f4afb6093c Merge pull request #8928 from kobergj/FixAffectedUsersSSE
Fix AffectedUsers field of SSEs
2024-04-23 11:05:04 +02:00
Jürgen WeigertandGitHub e8455af336 Fix: README.md ocmproviders.json example
The trailing comma is a syntax error,
the correct name is not providers.json, but ocmproviders.json

(The table in https://doc.owncloud.com/ocis/5.0/deployment/services/s-list/ocm.html#environment-variables
has the name spelled with a hyphen, this is misleading, as it is just a soft-hyphen due to the narrow column, and the hyphen disappears during copy/paste. )
2024-04-23 10:51:43 +02:00
Thomas Müller 866a945c68 docs: use WEB_ASSET_CORE_PATH and WEB_ASSET_APPS_PATH instead of WEB_ASSET_PATH 2024-04-23 10:36:22 +02:00
jkoberg 914c34d27a fix(clientlog): repair AffectedUsers
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-23 10:28:19 +02:00
dependabot[bot]andRalf Haferkamp 628b4bdbea build(deps): bump github.com/nats-io/nats-server/v2
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.10.12 to 2.10.14.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](https://github.com/nats-io/nats-server/compare/v2.10.12...v2.10.14)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-23 09:30:37 +02:00
dependabot[bot]andRalf Haferkamp 38699ca1e1 build(deps): bump github.com/libregraph/idm
Bumps [github.com/libregraph/idm](https://github.com/libregraph/idm) from 0.4.1-0.20240410123343-a51b459380d0 to 0.5.0.
- [Changelog](https://github.com/libregraph/idm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libregraph/idm/commits/v0.5.0)

---
updated-dependencies:
- dependency-name: github.com/libregraph/idm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-23 09:29:42 +02:00
kobergj c0dbd7c909 Automated changelog update [skip ci] 2024-04-23 06:36:56 +00:00
kobergjandGitHub e0363bb9ae Merge pull request #8916 from kobergj/AddShareeIDsToSSEs
Add ShareeIDs to SSEs
2024-04-23 08:33:26 +02:00
Viktor ScharfandGitHub 1acd7bbf7e remove members from space. more tests (#8920) 2024-04-23 08:29:34 +02:00
Florian Schade 0960d7f136 Automated changelog update [skip ci] 2024-04-22 15:25:22 +00:00
Florian SchadeandGitHub b8ed049487 Enhancement: Ability to Change Share Item Visibility in Graph API (#8750)
* Enhancement: Ability to Change Share Item Visibility in Graph API

Introduce the `PATCH /graph/v1beta1/drives/{driveID}/items/{itemID}` Graph API endpoint which allows updating individual Drive Items.

* fix: failing tests

* fix: consider siblings when updating shares

* fix: reduce sharing service provider interface
2024-04-22 17:24:45 +02:00
Ralf Haferkamp fa61be377b Automated changelog update [skip ci] 2024-04-22 15:24:18 +00:00
Ralf HaferkampandRalf Haferkamp 1e5db86900 Bump reva to get https://github.com/cs3org/reva/pull/4652
Fixes: #8819
2024-04-22 17:23:43 +02:00
jkoberg 7700e59fff feat(clientlog): add shareeids to sses
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-22 15:36:02 +02:00
Prarup GurungandGitHub d0dd6c8d85 Merge pull request #8875 from owncloud/issue-8724-coverage
[tests-only][full-ci] adding test for enabling sync of non-existent resource
2024-04-22 17:03:02 +05:45
Juan Pablo Villafáñez 08c47632f0 fix: use custom timeout error if the runner times out 2024-04-22 12:51:25 +02:00
Viktor ScharfandGitHub 13ee2d93aa delete php string deprication (#8911) 2024-04-22 11:20:00 +02:00
Niraj Acharya 96c9c16f91 adding test for trying to enable sync with invalid remote item id 2024-04-22 14:38:57 +05:45
dependabot[bot]andRalf Haferkamp 1f0b853a8d build(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.24.0 to 1.25.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.24.0...v1.25.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-04-22 09:06:15 +02:00
dependabot[bot]andRalf Haferkamp 1cf18ffacf build(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.32.0 to 1.33.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.32.0...v1.33.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 08:59:00 +02:00
kobergj 520aa9a066 Automated changelog update [skip ci] 2024-04-19 14:38:13 +00:00
kobergjandGitHub 35ef0b4afd Merge pull request #8908 from kobergj/LinkSSEs
[full-ci] Link CrUD SSEs
2024-04-19 16:37:21 +02:00
jkoberg b6d177b1a6 feat(reva): bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-19 16:01:31 +02:00
jkoberg 10e41556ba feat(changelog): link c/u/d sse
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-19 16:01:31 +02:00
Juan Pablo Villafáñez 0d5756bc53 docs: add changelog entry 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez 59051e2f2b feat: make the interrupt duration optional and with a default 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez df3c496cba fix: ensure runners provide a result after being interrupted 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez cb2e8e0ef2 test: unit tests for the helper 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez 5ea30f7295 feat: helper to ensure the task is interrupted and doesn't block 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez b6a6b6114a test: add unit tests 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez ff346c2861 fix: additional guarantees for concurrent calls 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez 6ddc0addd3 fix: ensure the task hasn't finished before interrupt it 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez 0da6810cb1 fix: panic if there are duplicates in the group 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez da71059a16 refactor: reuse functions and name changes 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez ef32af6402 feat: add runners to startup the ocis' services 2024-04-19 14:47:21 +02:00
Michael Barz 9aa9684e46 Automated changelog update [skip ci] 2024-04-19 12:44:47 +00:00
Michael BarzandGitHub 648a3fc3c3 Merge pull request #8897 from owncloud/fix-role-assignments
fix: always assign the admin role to the default admin
2024-04-19 14:44:04 +02:00
Sabin PantaandGitHub e861512f15 updated php version to 8.2 (#8903) 2024-04-19 15:17:15 +05:45
Michael Barz 4960f8c42d tests: add unit tests for admin role assignment 2024-04-19 11:22:10 +02:00
Michael Barz ad29d7da3e fix: always assign the admin role to the default admin 2024-04-19 10:08:21 +02:00
Phil DavisandGitHub 43621b4555 Merge pull request #8889 from owncloud/upgrade-php-version
[tests-only] [full-ci] changed php version
2024-04-19 12:31:24 +05:45
Sabin d931c60615 changed php version 2024-04-19 09:41:26 +05:45
MartinandGitHub 3f7bb7d61e Merge pull request #8896 from owncloud/update_ocis_wopi_readme
[docs-only] updating the ocis-wopi deployment readme's
2024-04-18 20:12:48 +02:00
mmattel 5246b199a6 [docs-only] updating the ocis-wopi deployment readme's 2024-04-18 16:36:32 +02:00
Benedikt Kulmann ac360d773d chore: fix web changelog formatting 2024-04-18 15:28:00 +02:00
kobergj 7cd7219d78 Automated changelog update [skip ci] 2024-04-18 13:01:46 +00:00
kobergjandGitHub 6c3e7306b8 Merge pull request #8880 from kobergj/NatsReconnects
Fix nats reconnects
2024-04-18 15:01:12 +02:00
7db63005c4 fix(changelog): improve wording
Co-authored-by: Ralf Haferkamp <ralf@h4kamp.de>
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-18 14:26:29 +02:00