Commit Graph

15411 Commits

Author SHA1 Message Date
Michael Barz 3931578d4c test: fix existing tests 2023-12-11 22:20:29 +01:00
Michael Barz fe48dc148a feat: implement edit public link 2023-12-11 22:20:29 +01:00
Michael Barz 8aad8dd4d3 feat: add setPassword endpoint 2023-12-11 22:20:29 +01:00
Martin 45774e2113 Merge pull request #7929 from owncloud/ubernauten-fixes
[DOCS-ONLY] certificates and updates with supervisorctl
2023-12-11 15:20:24 +01:00
Markus Feilner fb65be8025 Update docs/ocis/deployment/ubernauten.md
Co-authored-by: Martin <github@diemattels.at>
2023-12-11 14:07:10 +00:00
mfeilner 4b0c7c4f33 minor fixes (certs and updates) 2023-12-11 11:46:19 +01:00
mfeilner a8aacb7393 Added two lines about certificates and about killing ocis before
restart/updates.
2023-12-11 11:14:04 +01:00
Willy Kloucek 197f14a5e3 Merge pull request #7904 from owncloud/wopiv10.2.2
update wopiserver to v10.2.2
2023-12-11 09:47:57 +01:00
dependabot[bot] f6dd3ae27c build(deps): bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.25.7 to 2.26.0.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.25.7...v2.26.0)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 09:06:48 +01:00
dependabot[bot] 841331c7c8 build(deps): bump github.com/coreos/go-oidc/v3 from 3.8.0 to 3.9.0
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/coreos/go-oidc/releases)
- [Commits](https://github.com/coreos/go-oidc/compare/v3.8.0...v3.9.0)

---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 09:05:48 +01:00
dependabot[bot] 1788e1735c build(deps-dev): bump resolve from 1.22.4 to 1.22.8 in /services/idp
Bumps [resolve](https://github.com/browserify/resolve) from 1.22.4 to 1.22.8.
- [Commits](https://github.com/browserify/resolve/compare/v1.22.4...v1.22.8)

---
updated-dependencies:
- dependency-name: resolve
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 09:04:57 +01:00
Michael Barz 9a90e725b3 Merge pull request #7921 from owncloud/fix-changelog-release
ci: fix changelog build for prereleases
2023-12-10 18:42:07 +01:00
ownClouders c9dfc3f313 [tx] updated from transifex 2023-12-09 00:09:14 +00:00
Michael Barz 980072dc38 ci: fix changelog build for prereleases 2023-12-08 16:14:27 +01:00
Michael Barz cc494ae12f Automated changelog update [skip ci] 2023-12-08 15:03:33 +00:00
Michael Barz c7538c94c8 Merge pull request #7920 from owncloud/release-5.0.0-alpha.6
chore: bump version to v5.0.0-alpha.6
2023-12-08 16:02:59 +01:00
Jannik Stehle 456ad36818 chore: bump version to v5.0.0-alpha.6 2023-12-08 15:08:39 +01:00
Benedikt Kulmann 09c79cd190 Automated changelog update [skip ci] 2023-12-08 14:07:56 +00:00
Benedikt Kulmann fde252a89d Merge pull request #7918 from owncloud/bump-web-8.0.0-alpha.13
[full-ci] chore: bump web to v8.0.0-alpha.13
2023-12-08 15:06:06 +01:00
Michael Barz d88286a3b4 Automated changelog update [skip ci] 2023-12-08 13:29:49 +00:00
Michael Barz bdfbb1e4c0 docs: forward port changelog to master 2023-12-08 14:29:09 +01:00
Jannik Stehle f5a4f12e1b chore: bump web to v8.0.0-alpha.13 2023-12-08 14:08:06 +01:00
Michael Barz 99fb7a20ed Merge pull request #7860 from rhafer/graph-update-permissions
graph: update permissions
2023-12-08 12:12:27 +01:00
Ralf Haferkamp 269ce605dd graph sharing: Implement UpdatePermissions
This is an initial implementation of PATCH support on drives/{driveid}/items/{itemid}/permissions/{id}.
It focusses on updating user shares for now. It's possible to update the
expirationDate, roles and/or libregraphResourceActions.
Updating the permissions of a space root or a public link share is currently
not implemeted.
2023-12-08 10:55:12 +01:00
Ralf Haferkamp dbf23a9738 graph sharing: Properly dereference errorcode.Error before returning
Otherwise errorcode.RenderError() will not render the correct HTTP Status
2023-12-08 10:55:12 +01:00
Ralf Haferkamp 7b40fdcbf7 graph sharing: Add help to convert CS3 share to libregraph.Permission 2023-12-08 10:55:12 +01:00
Roman Perekhod e5e864bab5 Automated changelog update [skip ci] 2023-12-08 09:47:19 +00:00
Roman Perekhod 40da95e1c0 [full-ci] fix public link update (#7862)
* the tests were modified

* Update tests/acceptance/features/coreApiSharePublicLink1/changingPublicLinkShare.feature

Co-authored-by: Sawjan Gurung <saw.jan.grg3e@gmail.com>

* the expected failures removed

* change log added, reva bumped.

---------

Co-authored-by: Roman Perekhod <rperekhod@owncloud.com>
Co-authored-by: Sawjan Gurung <saw.jan.grg3e@gmail.com>
2023-12-08 10:46:22 +01:00
Michael Barz d5598188ca Merge pull request #7914 from owncloud/dependabot/go_modules/github.com/KimMachineGun/automemlimit-0.4.0
build(deps): bump github.com/KimMachineGun/automemlimit from 0.3.0 to 0.4.0
2023-12-08 10:21:32 +01:00
Michael Barz 20d6e97bf9 Merge pull request #7915 from rhafer/issue/7911
Dockerfile: Bump go version to the require go1.21 release
2023-12-08 10:04:17 +01:00
dependabot[bot] d355a3db56 build(deps): bump github.com/KimMachineGun/automemlimit
Bumps [github.com/KimMachineGun/automemlimit](https://github.com/KimMachineGun/automemlimit) from 0.3.0 to 0.4.0.
- [Commits](https://github.com/KimMachineGun/automemlimit/compare/v0.3.0...v0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 08:43:21 +00:00
dependabot[bot] 0ad8d25d0c build(deps): bump github.com/CiscoM31/godata from 1.0.8 to 1.0.9
Bumps [github.com/CiscoM31/godata](https://github.com/CiscoM31/godata) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/CiscoM31/godata/releases)
- [Commits](https://github.com/CiscoM31/godata/compare/v1.0.8...v1.0.9)

---
updated-dependencies:
- dependency-name: github.com/CiscoM31/godata
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 09:34:44 +01:00
Ralf Haferkamp e93d18b382 Dockerfile: Bump go version to the require go1.21 release
Fixes: #7911
2023-12-08 09:28:19 +01:00
Sawjan Gurung c767076313 remove unnecessary checks (#7903) 2023-12-08 08:11:36 +01:00
Markus Feilner 71f7c1e735 Merge pull request #7910 from owncloud/ubernauten
[docs-only] Adding Ubernauten Deployment Howto
2023-12-07 14:18:44 +00:00
mfeilner a37598f5d3 Typos fixed. 2023-12-07 15:07:44 +01:00
mmattel 2db1f910da updates and fixes 2023-12-07 14:57:57 +01:00
Sawjan Gurung 834982e2fb tests: add 60 seconds timeout for the API requests (#7905) 2023-12-07 18:14:08 +05:45
Martin 7acb1118be Merge pull request #7907 from owncloud/make_services_collapsable
[docs-only] Update dev-docs to collaps major nav entries
2023-12-07 12:00:35 +01:00
kobergj 0739b4aa8a Merge pull request #7906 from kobergj/ImproveMakefileDocu
[docs-only] Fix Makefile Help
2023-12-07 11:57:30 +01:00
jkoberg b7cb9ce4a8 fix documentation of docs Makefile
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-07 11:45:17 +01:00
mmattel 60e28083ea [docs-only] Update dev-docs to collaps major nav entries 2023-12-07 11:05:04 +01:00
dependabot[bot] 9a3455d191 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.5 to 2.10.7.
- [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.5...v2.10.7)

---
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>
2023-12-07 10:50:28 +01:00
dependabot[bot] b7df2404ec build(deps): bump go.opentelemetry.io/contrib/zpages
Bumps [go.opentelemetry.io/contrib/zpages](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.45.0 to 0.46.1.
- [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.45.0...zpages/v0.46.1)

---
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>
2023-12-07 10:49:45 +01:00
Ralf Haferkamp 14766ad6bf Automated changelog update [skip ci] 2023-12-07 09:22:23 +00:00
Ralf Haferkamp 1ace257064 graph/groups: Allow unprivileged users to search for groups 2023-12-07 10:21:45 +01:00
Ralf Haferkamp 6fab0ad05a graph/users: Fix http status codes for unprivileged requests
Neither 'BadRequest' (as expected in the unit test) nor 'Unauthorized' (as expected
in the API tests) seem correct here. We're no returning 'Forbidden' when an unprivileged
users issues a GetUsers request that it is not allowed to perform.
2023-12-07 10:21:45 +01:00
Ralf Haferkamp 4cb6d99e88 graph/users: Make minimum search term length configurable 2023-12-07 10:21:45 +01:00
Ralf Haferkamp 639c8d4ed3 graph/users: clarify changelog 2023-12-07 10:21:45 +01:00
Ralf Haferkamp 20870380b1 graph/users: Return 'userType' for request from unprivileged users 2023-12-07 10:21:45 +01:00