Commit Graph

18814 Commits

Author SHA1 Message Date
jkoberg 24949d2c4c feat(tests): use sha1 checksum mechanism
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-08-14 12:34:09 +02:00
prashant-gurung899 0ca77bd018 add test to see api activities after sharing files
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2024-08-14 16:15:46 +05:45
mmattel 37e7e8c52a [docs-only] Fix the default deployment release type 2024-08-14 12:30:20 +02:00
Jannik Stehle d13b8d1a00 Automated changelog update [skip ci] 2024-08-14 09:10:29 +00:00
Jannik Stehle f50a2310ad Merge pull request #9752 from owncloud/feat/color-contrasts
feat: web theme color contrasts
2024-08-14 11:08:05 +02:00
Viktor Scharf 5b44e0388b Automated changelog update [skip ci] 2024-08-14 08:12:00 +00:00
Viktor Scharf c33c180dbd Merge pull request #9788 from rhafer/filter-usertype
feat(graph): add support for filtering users by type
2024-08-14 10:11:25 +02:00
Martin 658490c340 Automated changelog update [skip ci] 2024-08-14 07:55:28 +00:00
Martin 524e303395 Merge pull request #9807 from owncloud/mini_fix_for_.env
[docs-only] Mini text only fix for .env
2024-08-14 09:54:58 +02:00
mmattel 66ebb7620b [docs-only] Mini text only fix for .env 2024-08-14 09:47:04 +02:00
dependabot[bot] 9bccade824 Automated changelog update [skip ci] 2024-08-14 07:41:48 +00:00
dependabot[bot] 53e49d3c48 chore(deps): bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.27.3 to 2.27.4.
- [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.27.3...v2.27.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 09:41:12 +02:00
Sawjan Gurung 459f1692a1 Merge pull request #9743 from owncloud/test-activities-api-rename
[tests-only] [full-ci] Test for resource(file|folder) rename activity
2024-08-14 09:54:07 +05:45
ownClouders fe71854467 [tx] updated from transifex 2024-08-14 04:06:18 +00:00
Jörn Friedrich Dreyer d645a853a1 Automated changelog update [skip ci] 2024-08-13 14:50:24 +00:00
Jörn Friedrich Dreyer ad62bb1817 Merge pull request #9765 from owncloud/federated-user-roles
allow querying federated sharing roles
2024-08-13 16:49:48 +02:00
Viktor Scharf 99b301e480 Merge pull request #9787 from owncloud/QA_report_API_tests
generate report for api test
2024-08-13 16:46:20 +02:00
Jörn Friedrich Dreyer 99c6b6648e no need to introduce dedicated roles
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-08-13 16:10:19 +02:00
Viktor Scharf 1f88f823ef generate report for api test 2024-08-13 16:06:22 +02:00
Martin 1fd3f79817 Merge pull request #9798 from rhafer/issue/9779
[docs-only] deployments: Default to "ocis-rolling" for the ocis_full example for now
2024-08-13 15:43:40 +02:00
Martin a1441a998b Apply suggestions from code review 2024-08-13 15:38:37 +02:00
Ralf Haferkamp adaea9eb3f deployments: Default to "ocis-rolling" for the ocis_full example for now
The example requires features that are not available in the production
releases yet. Also add some clarification statements to the docs.

Fixes: #9779
2024-08-13 15:31:54 +02:00
Juan Pablo Villafáñez 9e7d570c79 fix: verify file id in URL matches the one inside the access token
We're using the file id from the access token, so changing the file id
in the URL shouldn't matter. However, the file id must represent a
single file.
It will also help to detect unwanted changes in the URL.
2024-08-13 15:04:19 +02:00
Ralf Haferkamp 3288602c50 tests: Adjust acceptance test for recent graph API changes
Searching for federated users requires a $filter now.
2024-08-13 14:40:12 +02:00
Ralf Haferkamp 99df9bd3bb graph: allow regular users to filter users by userType 2024-08-13 14:40:12 +02:00
Ralf Haferkamp 23ba6e4755 feat(graph): add support for filtering users by type
This add support for equality filters on the `userType` property of users
for the /users endpoint.

It also changes the behavior of the /users endpoint to only return
federated users when explicitly request via a `userType` filter.

E.g. to search for federated users with matching "albert" you can use:

`$filter=userType eq 'Federated'&$search="albert"`

Related Issue: #9702
2024-08-13 14:16:16 +02:00
Ralf Haferkamp 80631bd941 graph: remove some code duplication 2024-08-13 14:16:16 +02:00
Ralf Haferkamp 5355b449c1 cleanup(graph): move ocm user search to separate function 2024-08-13 14:16:16 +02:00
Salipa-Gurung 6fb5c228db added step for checking folder move activity 2024-08-13 17:18:40 +05:45
Salipa-Gurung dbb358b7fb added step for checking folder upload activity 2024-08-13 17:18:40 +05:45
Salipa-Gurung 317bb6cc2f refactor scenario for deletion activity 2024-08-13 17:18:39 +05:45
Salipa-Gurung 571625cb17 add test to check rename activity of file and folder 2024-08-13 17:18:32 +05:45
Martin f71b445fae Merge pull request #9793 from owncloud/text_fix_ocis_full
[docs-only] Text only, fix text defaults for ocis container (production/release)
2024-08-13 12:18:11 +02:00
mmattel bc9734ec70 [docs-only] Fix defaults for ocis container (production/release) 2024-08-13 12:09:04 +02:00
Jörn Friedrich Dreyer 8da4e265bd Update services/graph/pkg/unifiedrole/unifiedrole.go
Co-authored-by: kobergj <jkoberg@owncloud.com>
2024-08-13 11:53:10 +02:00
Sawjan Gurung a519eedfdb Merge pull request #9786 from owncloud/tests/adjust-failing-tests
[tests-only][full-ci] adjust tests and expected-failure list
2024-08-13 15:28:27 +05:45
Juan Pablo Villafañez 465489ffeb Automated changelog update [skip ci] 2024-08-13 09:38:30 +00:00
Juan Pablo Villafañez bb78b16079 Merge pull request #9771 from owncloud/collaboration_connector_refactor
Collaboration connector refactor
2024-08-13 11:37:56 +02:00
Juan Pablo Villafañez 34fc544ef0 Automated changelog update [skip ci] 2024-08-13 09:36:24 +00:00
Juan Pablo Villafañez faf162704e Merge pull request #9684 from owncloud/collaboration_improved_tracing
feat: include additional metadata for tracing the collaboration service
2024-08-13 11:35:52 +02:00
Martin afc8f6bdd7 Merge pull request #9772 from owncloud/improve-full-deploy
[docs-only] Add variables to .env to configure the data- and config directory
2024-08-13 11:26:12 +02:00
Juan Pablo Villafáñez 0a8fd53dac chore: add changelog entry 2024-08-13 11:08:15 +02:00
Juan Pablo Villafáñez 90e2322bfa chore: add changelog entry 2024-08-13 10:21:26 +02:00
Viktor Scharf 206317997b Merge pull request #9731 from owncloud/test-activities-api-move
[tests-only] [full-ci] Test to check move activity of file
2024-08-13 10:20:51 +02:00
Viktor Scharf afdeb087cf Merge pull request #9769 from owncloud/list-multiple-shares
[tests-only][full-ci] add test to list multiple shares
2024-08-13 10:16:22 +02:00
mmattel 00f58a3a53 some text polishing 2024-08-13 09:49:09 +02:00
Salipa-Gurung 6c4c8bdffa refactor test steps 2024-08-13 13:13:58 +05:45
Salipa-Gurung 8f00e9cb60 add test to check move activity of file 2024-08-13 13:10:49 +05:45
Klaas Freitag c72168b348 Add variables to .env to configure the data- and config directory
That adds an way of having the volumes configured easily.
2024-08-13 09:12:37 +02:00
prashant-gurung899 f708de2691 add test to list multiple shares
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2024-08-13 12:48:56 +05:45