Commit Graph
15797 Commits
Author SHA1 Message Date
Sawjan GurungandGitHub 4df7c5712c [tests-only][ci] split large API test suites (#8212) (#8252)
* split large API test suites

* remove 30s sleep

* organize core-api test suites

* organize core-api test suites

* divide into 9 pipelines

* organize core-api test suites

* organize api-search suites

* organize api-search suites

* fix config file
2024-01-19 14:00:40 +01:00
Nalem7andGitHub c5f768153a [tests-only][full-ci] Restructure the steps implementation for group delete to use graph API endpoint (#8006) (#8227)
* remove ocs endpoint from delete group

* remove adminHasDeletedGroupUsingTheGraphApi

* adressing reviews
2024-01-18 16:58:51 +05:45
Sagar GurungandGitHub 7f85df579c [tests-only][full-ci]Added test for banned password to create public link (#8194)
* Added test for banned password to create public link

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-01-18 16:45:12 +05:45
Sagar GurungandGitHub f66128eca2 [tests-only][full-ci]Added type internal for share link (public) (#8210)
* Added type internal for share link (public)

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

* fix Ci fail

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

---------

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>
2024-01-18 15:43:33 +05:45
Michael Barz f04a8fbfe2 Automated changelog update [skip ci] 2024-01-17 10:18:11 +00:00
Michael BarzandGitHub 95bc57f424 Merge pull request #8225 from owncloud/release-5.0.0-rc.2
[full-ci] Release 5.0.0 rc.2
2024-01-17 11:17:30 +01:00
nirajacharya2andGitHub ad2303b490 adding tests for searching user as a normal user (#8094) 2024-01-17 15:43:07 +05:45
Michael Barz aced54ddc1 docs: fix changelog 2024-01-17 10:23:08 +01:00
Michael Barz a717ff94da feat: bump version 2024-01-17 10:18:05 +01:00
Michael Barz 4552acb935 docs: prepare changelog 2024-01-17 10:15:49 +01:00
nirajacharya2andGitHub 97f2c8d354 adding tests for searching groups as a normal user (#8096) 2024-01-17 12:52:37 +05:45
Andre DuffeckandGitHub 7e18f96d87 Merge pull request #8220 from aduffeck/merge-master-b758d28-stable-5.0
Merge master b758d28 stable 5.0
2024-01-16 17:38:03 +01:00
André Duffeck 33a1f9bde2 Merge remote-tracking branch 'upstream/master' into merge-master-b758d28-stable-5.0 2024-01-16 16:57:36 +01:00
André Duffeck b758d2860e Automated changelog update [skip ci] 2024-01-16 15:54:58 +00:00
André DuffeckandRalf Haferkamp 599634148d Add changelog 2024-01-16 16:53:33 +01:00
Michael Barz 5b131b7571 Automated changelog update [skip ci] 2024-01-16 15:52:26 +00:00
Michael BarzandGitHub 49d5748239 Merge pull request #8211 from 2403905/issue-8101
fix update and reset the logo
2024-01-16 16:51:49 +01:00
Andre DuffeckandGitHub dfd022e38b Merge pull request #8200 from aduffeck/improve-search-logging
Do not error-log when outdated resources can't be indexed anymore
2024-01-16 16:20:51 +01:00
Michael BarzandGitHub ee611d0cbe Merge pull request #8214 from rhafer/stable-5-merge
Merge master into stable-5.0
2024-01-16 15:58:53 +01:00
Ralf Haferkamp 6f042b8bc2 Merge remote-tracking branch 'origin/master' into stable-5-merge 2024-01-16 15:11:21 +01:00
Ralf HaferkampandRalf Haferkamp 3cc485a0fc graph/sharewithme: add unit test for 'remoteitem.permissions' property 2024-01-16 15:09:27 +01:00
Ralf HaferkampandRalf Haferkamp 2c161881ba graph/sharedWithMe: Fix 'parentReference' on 'driveItem'
The outer parentreference should refer to the drive containing the mountpoint.
In our case this is the storagespaceid of the virtual share jail.

Also 'CreatedBy' should be the same as on the wrapped remote item. Not the share creator.
2024-01-16 15:09:27 +01:00
Ralf HaferkampandRalf Haferkamp eab501f593 graph/sharedwithme: move flags from 'remoteItem' back into 'permissions' 2024-01-16 15:09:27 +01:00
Ralf HaferkampandRalf Haferkamp 5bfc943a0c graph/sharedWithMe: Renable and adjust unit test for recent changes 2024-01-16 15:09:27 +01:00
Ralf HaferkampandRalf Haferkamp b5af346384 bugfix: graph/sharedWithMe fix shared.Owner property
The value of driveItem.remoteItem.shared.Owner should match the owner property
of the received share not the owner property of the resourceInfo.
2024-01-16 15:09:27 +01:00
Ralf HaferkampandRalf Haferkamp 03e704c291 graph/sharedWithMe: Set the permission property only on the wrapped remoteItem
Sematically the outer driveItem shouldn't carryt the permission. It's the `remoteItem`
that reflects the grantee's permissions.
2024-01-16 15:09:27 +01:00
Ralf HaferkampandRalf Haferkamp dd61270e7d graph/sharedWithMe: separate method for converting CS3 share to libregraph
For readability and reduced complexity of the sharedWithMe method. It was getting
too large already.
2024-01-16 15:09:27 +01:00
Florian SchadeandRalf Haferkamp cfba9f29cc enhancement: make use uo remote item ui hidden and client synchronized 2024-01-16 15:09:27 +01:00
Florian SchadeandRalf Haferkamp b91bc535a8 enhancement: simplify sharedWithMe
- remove unnecessary stat for accepted items
- only display permission actions if the role cannot be resolved
- add permission user and group displayName
2024-01-16 15:09:27 +01:00
Florian SchadeandRalf Haferkamp 0b796443f2 enhancement: add ui hidden and client synced prop 2024-01-16 15:09:27 +01:00
Florian SchadeandRalf Haferkamp 8c6ba9c360 fix: shared with me listing 2024-01-16 15:09:27 +01:00
Florian SchadeandRalf Haferkamp 842baaf10f fix: bump libre-graph-api-go 2024-01-16 15:09:27 +01:00
Florian SchadeandRalf Haferkamp cf5f1bcb8e fix: share jail usage for the listSharedWithMe endpoint 2024-01-16 15:09:27 +01:00
dependabot[bot]andRalf Haferkamp fce4d19e3f build(deps): bump github.com/nats-io/nats.go from 1.31.0 to 1.32.0
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.31.0 to 1.32.0.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](https://github.com/nats-io/nats.go/compare/v1.31.0...v1.32.0)

---
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-01-16 14:38:55 +01:00
Christian Richter c353590c79 Automated changelog update [skip ci] 2024-01-16 12:31:29 +00:00
Christian RichterandGitHub b0e3354322 Merge pull request #8208 from dragonchaser/merge-stable-5.0
Merge stable 5.0
2024-01-16 13:30:48 +01:00
Roman Perekhod 03f302227f fix update and reset the logo 2024-01-16 13:05:15 +01:00
dependabot[bot]andRalf Haferkamp 81e000b987 build(deps): bump github.com/gookit/config/v2 from 2.2.4 to 2.2.5
Bumps [github.com/gookit/config/v2](https://github.com/gookit/config) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/gookit/config/releases)
- [Commits](https://github.com/gookit/config/compare/v2.2.4...v2.2.5)

---
updated-dependencies:
- dependency-name: github.com/gookit/config/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-16 12:57:39 +01:00
Christian Richter c5c1db5141 revert version change
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-01-16 12:00:51 +01:00
Sawjan GurungandGitHub a18956e757 Revert "[tests-only][full-ci] added test to reshare a share invitation to other user" (#8209) 2024-01-16 16:27:22 +05:45
Christian Richter 9ce22a5c25 fix gerkins
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-01-16 10:35:48 +01:00
Prajwol AmatyaandGitHub 2e6c0a54b7 added test to reshare a share invitation (#8114) 2024-01-16 09:58:56 +01:00
Christian Richter 1c114fac0c Merge remote-tracking branch 'upstream/master' into merge-stable-5.0 2024-01-16 09:15:35 +01:00
Prajwol AmatyaandGitHub f042a9c9c0 added test to send share invitation to user and group at once (#8203) 2024-01-16 12:07:29 +05:45
Prajwol AmatyaandGitHub 2253096609 added test to send share invitation to user and group at once (#8168) 2024-01-16 09:07:59 +05:45
André Duffeck 4b89ede756 Do not error-log when outdated resources can't be indexed anymore
That's an expected, totally valid case
2024-01-15 14:46:39 +01:00
Prarup GurungandGitHub 3b70a77c67 Merge pull request #8196 from owncloud/bp-share-to-multiple-groups
[tests-only][full-ci] backport added test to send share invitation to multiple groups at once
2024-01-15 14:20:33 +05:45
dependabot[bot]andRalf Haferkamp 21e4b7d29a build(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.15.0...v0.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 09:29:30 +01:00
dependabot[bot]andRalf Haferkamp d54361bf9a build(deps): bump golang.org/x/image from 0.14.0 to 0.15.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/golang/image/compare/v0.14.0...v0.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 09:28:50 +01:00
prajwol a2c75d516f backport share to multiple groups 2024-01-15 13:01:39 +05:45