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
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
Ralf Haferkamp
d0289694e4
graph/users: Add unittests for unprivileged user search
2023-12-07 10:21:45 +01:00
Ralf Haferkamp
795989e0aa
graph/users: Use a full substring filter of user search
...
Previously we only did a prefix match.
2023-12-07 10:21:45 +01:00
Juan Pablo Villafáñez
1c8cd3bb17
chore: add changelog entry
2023-12-07 10:21:45 +01:00
Juan Pablo Villafáñez
6226598057
test: fix unit tests
2023-12-07 10:21:45 +01:00
Juan Pablo Villafáñez
d86352dccd
feat: list users as regular user
2023-12-07 10:21:45 +01:00
Swikriti Tripathi
30f16dd80c
[tests-only][full-ci] tests: update tests related to deletion of public link password to use ocsv2 as well ( #7875 )
...
* tests: update tests related to deletion of public link password to use ocsv2 as well
* tests: update expected to fail file
2023-12-07 12:11:26 +05:45
ownClouders
8a18e91955
[tx] updated from transifex
2023-12-07 00:57:03 +00:00
Dominik Schmidt
4463bd0c47
Merge pull request #7898 from owncloud/chore/update-reva
...
chore: bump reva to include metadata in propfinds
2023-12-06 21:03:36 +01:00
Dominik Schmidt
7f0defbf3b
Update test middleware
2023-12-06 19:53:28 +01:00
Dominik Schmidt
129c6a1af7
chore: bump reva to include metadata in propfinds
2023-12-06 16:20:09 +01:00
kobergj
f874dfeb01
Automated changelog update [skip ci]
2023-12-06 14:47:58 +00:00
kobergj
d0ca32c772
Merge pull request #7886 from owncloud/add-location-facet
...
Location Metadata
2023-12-06 15:47:23 +01:00
Michael Barz
52bb1a1ffb
Merge pull request #7897 from owncloud/change-deployments-docs
...
[docs-only] feat: use global variables for password policy
2023-12-06 15:23:28 +01:00
Dominik Schmidt
76753635fd
feat(location): add driveItems test
2023-12-06 15:13:09 +01:00
Dominik Schmidt
7dd99cfa69
feat(location): add bleve test
2023-12-06 15:13:09 +01:00
Dominik Schmidt
7f83b5020d
feat(location): add tika test
2023-12-06 15:13:09 +01:00
Dominik Schmidt
d9d1e96c82
fix: tests without initialized arbitrary metadata
2023-12-06 15:13:09 +01:00
Dominik Schmidt
43a82d7a42
chore(changelog): Add changelog
2023-12-06 15:13:09 +01:00
Dominik Schmidt
4c27b365fa
feat(graph): add location facet to driveItems
2023-12-06 15:13:09 +01:00
Dominik Schmidt
07edd1e23a
chore(search): move audio metadata extraction in tika to dedicated method
2023-12-06 15:13:09 +01:00
Sawjan Gurung
1aa6112d1e
[tests-only][ci] separate k6 tests pipeline ( #7896 )
...
* separate k6 pipeline
* separate k6 pipeline
2023-12-06 14:48:39 +01:00
Michael Barz
ca6d87103e
feat: use global variables for password policy
2023-12-06 14:30:54 +01:00
Michael Barz
e2bd5d35fe
Automated changelog update [skip ci]
2023-12-06 13:22:38 +00:00
Michael Barz
176ac99db0
Merge pull request #7877 from owncloud/public-provider-pw
...
[full-ci] Update reva to move validation to the public share provider
2023-12-06 14:22:04 +01:00
Michael Barz
3b56a57798
docs: add changelog
2023-12-06 12:22:37 +01:00
Michael Barz
956a0427cf
chore: update reva
2023-12-06 12:16:14 +01:00
Michael Barz
51f21b20f5
ci: use global env variables for pw policy
2023-12-06 12:16:14 +01:00
Michael Barz
1f9c6d44b4
feat: improve expiration date handling
2023-12-06 12:16:14 +01:00
Michael Barz
6755aef725
feat(config): password policy and gateway addr
2023-12-06 12:16:14 +01:00
Michael Barz
0b7162204a
feat: handle more status codes
2023-12-06 12:16:14 +01:00
Michael Barz
1fd3032f02
style: cleanup code style
2023-12-06 12:16:14 +01:00
Swikriti Tripathi
66e09938cb
tests: add tests for update public link to delete password invite permission ( #7894 )
...
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com >
2023-12-06 17:00:47 +05:45
Florian Schade
34f3ab66c1
feature: add beta drive listing endpoints to the graph api ( #7861 )
...
* feature: add beta drive listing endpoints to the graph api and hydrate them to contain the new grantedtoV2 property and use unified roles instead of the cs3 roles
* enhancement: make use of owner conditions for drive listing
* enhancement: provide GetDrivesV1Beta1 and GetAllDrivesV1Beta1 graph endpoint tests
2023-12-06 10:01:38 +01:00
dependabot[bot]
59d8c43164
build(deps): bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.2
...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo ) from 2.13.0 to 2.13.2.
- [Release notes](https://github.com/onsi/ginkgo/releases )
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/ginkgo/compare/v2.13.0...v2.13.2 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-06 09:59:47 +01:00
dependabot[bot]
6e51bb3f9f
build(deps): bump github.com/onsi/gomega from 1.29.0 to 1.30.0
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.29.0 to 1.30.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.29.0...v1.30.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 >
2023-12-06 09:16:24 +01:00
Michael Barz
fd213e0431
Automated changelog update [skip ci]
2023-12-06 07:45:34 +00:00
Michael Barz
11e054b583
Merge pull request #7888 from owncloud/upgrade-calens
...
[docs-only] docs: upgrade calens and cleanup changelog
2023-12-06 08:43:41 +01:00
Michael Barz
8518e52196
docs: upgrade calens and cleanup changelog
2023-12-05 23:27:26 +01:00
Michael Barz
97a6051357
Automated changelog update [skip ci]
2023-12-05 21:35:37 +00:00
Michael Barz
172384474f
Merge pull request #7884 from owncloud/release-5.0.0-alpha.5
...
[full-ci] chore: bump version to v5.0.0-alpha.5
2023-12-05 22:33:59 +01:00