Commit Graph

16189 Commits

Author SHA1 Message Date
Ralf Haferkamp
b6fea0faed [full-ci] fix(sharing-ng): align sharedWithMe driveItem IDs with PROPFIND response (#8467)
* Bump reva

Fixes: #8080

* fix(sharing-ng): align sharedWithMe driveItem IDs

The IDs of the driveItems returned by the 'sharedWithMe' endpoint
should match the ids returned by the webdav PROPFIND response on
the share jail.

Fixes: #8420
2024-02-21 13:25:49 +01:00
Prarup Gurung
7772455492 Merge pull request #8501 from owncloud/tests/make-json-scheme-strict
[tests-only] make json scheme assertion strict
2024-02-21 16:43:31 +05:45
Saw-jan
497bffba1c test(api): make json scheme strict 2024-02-21 16:10:56 +05:45
Saw-jan
0b0ae60d9d test(api): make json scheme strict 2024-02-21 16:10:55 +05:45
Viktor Scharf
5a89c3605f [test-only] share items with share permission if resharing is disabled (#8461)
* share item with share permission if resharing is disabled

* php style fix

* change error message
2024-02-21 11:14:58 +01:00
Jörn Friedrich Dreyer
5ed57cc09a Bump reva deps (#8412)
* bump dependencies

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* bump reva and add config options

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-02-21 10:20:36 +01:00
Amrita
c92ebf4b46 [full-ci][tests-only]add tests coverage for removing expiration date from shares (#8490)
* add tests coverage for removing expiration date from share link

* add coverage for folder
2024-02-21 14:54:40 +05:45
dependabot[bot]
d2d4fcd43b build(deps): bump github.com/libregraph/lico from 0.61.1 to 0.61.2
Bumps [github.com/libregraph/lico](https://github.com/libregraph/lico) from 0.61.1 to 0.61.2.
- [Changelog](https://github.com/libregraph/lico/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libregraph/lico/compare/v0.61.1...v0.61.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 09:09:23 +01:00
dependabot[bot]
b480cc517e build(deps): bump github.com/go-chi/chi/v5 from 5.0.11 to 5.0.12
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.11 to 5.0.12.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-chi/chi/compare/v5.0.11...v5.0.12)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 09:08:16 +01:00
Prarup Gurung
5a7d498e67 Merge pull request #8449 from owncloud/sharing-resources-with-same-name-auto-sync-disabled
Sharing resources with same name auto sync disabled
2024-02-21 09:57:25 +05:45
Michael Barz
de405dbf6a Automated changelog update [skip ci] 2024-02-20 19:22:03 +00:00
Michael Barz
af010664bc Merge pull request #8497 from owncloud/update-web
[forward-port] chore: bump web to v8.0.0-rc.5
2024-02-20 20:21:26 +01:00
Benedikt Kulmann
6d9e23d6cd chore: bump web to v8.0.0-rc.5 2024-02-20 19:40:59 +01:00
Prarup Gurung
aa67452e2b Strict check for json schema 2024-02-20 16:58:44 +05:45
Prarup Gurung
6869216260 auto-sync-disabled: Added tests to lists shares, when same folder shared by two user 2024-02-20 16:52:29 +05:45
Prarup Gurung
3e5ccad80f auto-sync-disabled: Added tests to lists shares, when same file shared by two user 2024-02-20 16:52:29 +05:45
Prarup Gurung
9558b64bb5 Merge pull request #8397 from owncloud/add-test-for-auto-accept-disabled-sharing-with-user-member-of-group
[full-ci] [tests-only] Added tests for auto-sync disabled
2024-02-20 15:52:40 +05:45
dependabot[bot]
49b0ae702b build(deps): bump github.com/tidwall/gjson from 1.17.0 to 1.17.1
Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.17.0 to 1.17.1.
- [Commits](https://github.com/tidwall/gjson/compare/v1.17.0...v1.17.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 09:36:14 +01:00
Prarup Gurung
c7cfb371a7 Removed disabled step, it is in background 2024-02-20 14:02:05 +05:45
Prarup Gurung
6c37672295 Strict check for json schema 2024-02-20 14:02:05 +05:45
Prarup Gurung
890777151c Updated scenario description, removed user carol creation step 2024-02-20 14:02:04 +05:45
Prarup Gurung
bcb2b2731c Added tests to lists folder shared with group and user when sync is disabled 2024-02-20 14:02:04 +05:45
Prarup Gurung
51065ac85a Added tests to lists file shared with group and user when sync is disabled 2024-02-20 14:02:04 +05:45
Prarup Gurung
288136f620 Merge pull request #8448 from owncloud/sharing-resources-with-same-name
[full-ci] [tests-only] Added tests to list sharedWithMe for file with same name shared by multiple users
2024-02-20 14:00:20 +05:45
Michael Barz
ab7a33e114 Merge pull request #8489 from owncloud/dependabot/go_modules/github.com/jellydator/ttlcache/v3-3.2.0
build(deps): bump github.com/jellydator/ttlcache/v3 from 3.1.1 to 3.2.0
2024-02-20 08:28:26 +01:00
Prarup Gurung
80c980f1a9 Strict check for json schema 2024-02-20 12:51:17 +05:45
Prarup Gurung
a94fffd84c Added tests to lists folder with same name shared by two users 2024-02-20 12:09:50 +05:45
Prarup Gurung
58862d7231 Added tests to lists file with same name shared by two users 2024-02-20 12:09:50 +05:45
dependabot[bot]
1d3c0dc772 build(deps): bump github.com/jellydator/ttlcache/v3 from 3.1.1 to 3.2.0
Bumps [github.com/jellydator/ttlcache/v3](https://github.com/jellydator/ttlcache) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/jellydator/ttlcache/releases)
- [Commits](https://github.com/jellydator/ttlcache/compare/v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: github.com/jellydator/ttlcache/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 06:17:44 +00:00
Michael Barz
ccc729936c Merge pull request #8487 from owncloud/phil-davis-patch-2
chore: fix format of env-var-deltas
2024-02-19 20:36:10 +01:00
Michael Barz
c4c72fd911 Merge pull request #8488 from owncloud/deployment-maintenance
chore: upgrade deployments
2024-02-19 16:29:19 +01:00
Michael Barz
b3287e8e1b chore: upgrade deployments 2024-02-19 16:15:35 +01:00
Phil Davis
d5bb0bf276 chore: fix format of env-var-deltas 2024-02-19 18:15:54 +05:45
Michael Barz
0e3c3c09fe Merge pull request #8481 from owncloud/dependabot/go_modules/github.com/nats-io/nats.go-1.33.1
build(deps): bump github.com/nats-io/nats.go from 1.32.0 to 1.33.1
2024-02-19 13:20:22 +01:00
Jörn Friedrich Dreyer
54ad3b9a14 Automated changelog update [skip ci] 2024-02-19 11:49:45 +00:00
Jörn Friedrich Dreyer
bc48fbdf81 Deprecate sharing cs3 backends (#8478)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-02-19 12:49:08 +01:00
Sawjan Gurung
7db5f15625 test(api): add test to try to download public link using basic auth (#8485) 2024-02-19 16:47:19 +05:45
Sawjan Gurung
0df64c26cd [tests-only] fix MOVE with another user dav path scenarios (#8460)
* test(api): fix MOVE with another user dav path scenarios

* test(api): fix php code style

* test(api): fix dav paths

* test(api): fix dav paths
2024-02-19 15:46:34 +05:45
Jörn Friedrich Dreyer
71b6cbc817 link users in adr (#8480)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-02-19 10:27:06 +01:00
Sawjan Gurung
50198be6ba test(api): extend tests MOVE to space-id as destination (#8470) 2024-02-19 15:07:17 +05:45
dependabot[bot]
e97983dbd9 build(deps): bump github.com/nats-io/nats.go from 1.32.0 to 1.33.1
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.32.0 to 1.33.1.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](https://github.com/nats-io/nats.go/compare/v1.32.0...v1.33.1)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 06:21:47 +00:00
ownClouders
cc18f5c372 [tx] updated from transifex 2024-02-19 04:30:50 +00:00
ownClouders
e6e9e7a88c [tx] updated from transifex 2024-02-17 00:47:34 +00:00
Jörn Friedrich Dreyer
f95552a5b0 fix ADR0024 name (#8479)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-02-16 16:34:37 +01:00
Jörn Friedrich Dreyer
c7dc8a597b [docs-only] ADR-0025 Distributed Search Index (#8425)
* ADR-0025 Distributed Search Index

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* mark the old as accepted and the new as draft

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-02-16 16:20:13 +01:00
Sagar Gurung
c3d895445e [tests-only][full-ci]Added tests to lists shared by me after sharee is deleted (#8450)
* Added tests to lists shared by me after sharee is deleted

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>

* Refactor tests

* Review address

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>

* Review address

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>

---------

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>
2024-02-16 15:16:29 +05:45
Jörn Friedrich Dreyer
21ea45cabf [docs-only] ADR-0026 Application based user settings (#8426)
* ADR-0026 Application based user settings

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* mark as draft

* Update docs/ocis/adr/0026-application-based-user-settings.md

Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz>

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz>
2024-02-16 09:55:40 +01:00
Benedikt Kulmann
936ce8a983 Automated changelog update [skip ci] 2024-02-16 07:31:27 +00:00
Benedikt Kulmann
27d237454c Merge pull request #8468 from owncloud/bump-web-8.0.0-rc.4
[full-ci] bump web to v8.0.0-rc.4
2024-02-16 08:30:51 +01:00
Nalem7
06f977635f add tests to list space files shared with group when auto sync is disable (#8414) 2024-02-16 09:21:42 +05:45