Commit Graph

16217 Commits

Author SHA1 Message Date
Roman Perekhod
27b3966120 Automated changelog update [skip ci] 2024-02-27 10:02:18 +00:00
Roman Perekhod
70bd0e030e Merge pull request #8529 from 2403905/issue-8273
[full-ci] [bump reva] Fix remove/update share permissions
2024-02-27 11:01:42 +01:00
Benedikt Kulmann
f60e392d59 Merge pull request #8530 from owncloud/bump-web-9.0.0-alpha.1
[full-ci] chore: bump web to v9.0.0-alpha.1
2024-02-26 16:33:49 +01:00
Jörn Friedrich Dreyer
2dc83d1192 Automated changelog update [skip ci] 2024-02-26 15:08:38 +00:00
Jörn Friedrich Dreyer
26136f8f81 drop store service in favor of a micro store implementation (#8419)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-02-26 16:08:03 +01:00
Benedikt Kulmann
e3cf061eac tests: adjust expected failures 2024-02-26 14:45:51 +01:00
Viktor Scharf
79498f9157 split e2e tests (#8528) 2024-02-26 19:03:35 +05:45
Benedikt Kulmann
050c025a6a chore: bump web to v9.0.0-alpha.1 2024-02-26 13:42:05 +01:00
Roman Perekhod
6da436238b [full-ci] [bump reva] Fix remove/update share permissions 2024-02-26 12:57:47 +01:00
Michael Barz
50293fdc53 Merge pull request #8527 from owncloud/update-deployments
ci: use release candidate for released deployments
2024-02-26 11:50:33 +01:00
Michael Barz
00daeefd82 ci: use release candidate for released deployments 2024-02-26 11:41:28 +01:00
dependabot[bot]
c9e728f51e build(deps): bump go.etcd.io/bbolt from 1.3.8 to 1.3.9
Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.8 to 1.3.9.
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](https://github.com/etcd-io/bbolt/compare/v1.3.8...v1.3.9)

---
updated-dependencies:
- dependency-name: go.etcd.io/bbolt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 09:38:13 +01:00
Alex
e55d17e9fb Automated changelog update [skip ci] 2024-02-23 14:21:07 +00:00
Alex
48a4114ffd Add epub-reader to apps default config (#8410) 2024-02-23 15:19:31 +01:00
Michael Barz
b6a6cb2b8e Automated changelog update [skip ci] 2024-02-23 11:46:05 +00:00
Michael Barz
aba4714bb7 Merge pull request #8519 from owncloud/update-reva
[full-ci] chore: update reva to 2.19.0
2024-02-23 12:45:32 +01:00
Michael Barz
53baa60172 chore: update reva to 2.19.0 2024-02-23 12:10:42 +01:00
Viktor Scharf
ad7cf8f77a [test-only] add test for uploading with Tus using CORS (#8508)
* add test for uploading with Tus using CORS

* fix
2024-02-23 11:47:52 +01:00
Sawjan Gurung
3cea035d6d [tests-only] use new json schema assertion lib that supports latest schema drafts (#8503)
* test(api): use new json schema assertion lib that supports latest schema drafts

* test(api): fix json schema

* test(api): fix method call

* test(api): update expected failure lines

* test(api): add custom schema validator

* test(api): add custom schema validator

* test(api): add custom schema validator

* test(api): add custom schema validator

* test(api): make json array validation strict

* test(api): fix php code style

* test(api): update expected failure lines
2024-02-23 16:24:22 +05:45
ownClouders
ee501f225e [tx] updated from transifex 2024-02-23 00:47:43 +00:00
dependabot[bot]
c13aefed84 build(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.1 to 1.62.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.61.1...v1.62.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-22 17:13:03 +01:00
ownClouders
2a300190cb [tx] updated from transifex 2024-02-22 03:58:21 +00:00
Christian Richter
9da1043d54 Automated changelog update [skip ci] 2024-02-21 16:36:55 +00:00
Christian Richter
b0ecf5f9d8 Merge pull request #8505 from dragonchaser/bump-reva
bump reva
2024-02-21 17:36:13 +01:00
Christian Richter
c637069852 bump reva
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-02-21 16:44:28 +01:00
Jörn Friedrich Dreyer
014dce49f2 Automated changelog update [skip ci] 2024-02-21 15:29:49 +00:00
Jörn Friedrich Dreyer
b52e466935 bump reva for unnecessary-grant-exists-check (#8502)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-02-21 16:29:16 +01:00
Ralf Haferkamp
8909b5307b Automated changelog update [skip ci] 2024-02-21 12:26:22 +00:00
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