Commit Graph

1986 Commits

Author SHA1 Message Date
Salipa-Gurung
065c4fa027 add test coverage for activities api for a file 2024-07-25 14:51:18 +05:45
Sabin
381506ed86 cli test for delete empty trash bin directory 2024-07-25 09:36:00 +05:45
Sawjan Gurung
baa0c23c31 Merge pull request #9663 from owncloud/tests/wait-for-share-sync
[tests-only][full-ci] ensure share is available
2024-07-24 13:08:56 +05:45
Saw-jan
5fabf09451 test: fix MOVE within Shares tests 2024-07-24 11:35:45 +05:45
Saw-jan
15f320f708 test: fix tests 2024-07-24 11:35:45 +05:45
Saw-jan
3883e17b52 test: ensure share is available 2024-07-24 11:35:45 +05:45
ishabaral
009a4a5cf0 add tests for invitation property in permission responses 2024-07-24 10:46:21 +05:45
Niraj Acharya
fcb33ed3dd adding test for listing drive items with new props in personal space 2024-07-23 14:55:05 +05:45
Viktor Scharf
832417b7d1 Merge pull request #9670 from owncloud/checkPermittionsInReportResponse
[test-only] check secure view permissions in the Report response
2024-07-23 09:48:48 +02:00
Viktor Scharf
0330b7e48b check secure view permissions in the Report response 2024-07-23 09:27:00 +02:00
pradip
7b8b4faf05 test: add test coverage for roleMangement endpoints 2024-07-23 12:46:16 +05:45
Jannik Stehle
f7ad9fff6e ci: remove disablePreviews option
This option is not available in Web anymore, hence removes it.
2024-07-22 15:40:25 +02:00
Jannik Stehle
7e27899f9e feat: remove draw-io from default web config
The `draw-io` app has been removed from the Web default apps, hence this removes it here as well.

The app is now available via the [web-extensions repository](https://github.com/owncloud/web-extensions).
2024-07-22 14:41:27 +02:00
Roman Perekhod
b67d023f5b Merge pull request #9634 from 2403905/issue-9568
[full-ci] skip the file name validation if nodeid used
2024-07-22 09:36:09 +02:00
Phil Davis
6bbda86eb5 Merge pull request #9645 from owncloud/tests/extend-non-admin-testcases
[tests-only][full-ci] extend test cases for non-admin actions to admin resources
2024-07-22 12:36:42 +05:45
Prashant Gurung
cea6533446 Merge pull request #9639 from owncloud/cli-remove-file-versions-by-spaceid
[tests-only][full-ci] adding test to remove old versions of files from a space using space-id using CLI
2024-07-19 14:50:43 +05:45
prashant-gurung899
89ca45bc80 add test to remove versions of files from space using space id
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2024-07-19 14:07:29 +05:45
kobergj
2206d4a184 Merge pull request #9548 from owncloud/dependabot/go_modules/github.com/rs/cors-1.11.0
[full-ci] Get rid of go-chi/cors and bump rs/cors to 1.11.0
2024-07-19 09:35:31 +02:00
Sawjan Gurung
d48cae6fd3 Merge pull request #9630 from owncloud/tests/cli_search_re-index_cmd_for_spaces
[tests-only][full-ci] search: reindex command for spaces
2024-07-19 11:37:37 +05:45
ishabaral
a78d501fc0 search: reindex command for all spaces 2024-07-19 10:15:11 +05:45
Niraj Acharya
b43601e15b adding test for listing drive items with new props in personal space 2024-07-19 09:45:32 +05:45
Christian Richter
1b7f30a960 adapt test
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-07-18 14:29:54 +02:00
Saw-jan
dd8a3eb3d2 tests: add test cases for non-admin actions to admin resources 2024-07-18 17:43:16 +05:45
Sawjan Gurung
775913c8b5 Merge pull request #9593 from owncloud/cli-test-reset-admin-credentials
[tests-only][full-ci] added test for updating admin password via cli
2024-07-18 12:56:36 +05:45
Phil Davis
6486250cd2 Merge pull request #6945 from owncloud/fix/issue-5938-sajan
fix: return 403 when non-admin tries to do admin requests
2024-07-18 12:48:07 +05:45
Sabin
52a0c346c3 added test for updating admin password via cli 2024-07-18 12:07:54 +05:45
Sawjan Gurung
61f8b20ecd Merge pull request #9627 from owncloud/cli-remove-file-versions-by-fileid
[tests-only][full-ci] adding test to remove old versions of a file using file-id using cli command
2024-07-18 11:17:17 +05:45
prashant-gurung899
22be9de42c add test to remove versions of a file using file id
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2024-07-18 10:33:46 +05:45
Saw-jan
244f2bc937 test: updated test expectation 2024-07-18 10:08:15 +05:45
Roman Perekhod
95de8f584b [full-ci] skip the file name validation if nodeid used 2024-07-17 18:19:05 +02:00
Sawjan Gurung
4c613776ec Merge pull request #9612 from owncloud/test-location-metadata
[tests-only][full-ci] adding test for listing drive items with new metadata in personal space
2024-07-17 17:22:05 +05:45
Niraj Acharya
740793ec18 adding test for listing drive items with new props in personal space 2024-07-17 14:09:40 +05:45
jkoberg
86c17e2b7e fix(tests): default archive format is now zip
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-07-17 10:13:16 +02:00
Salipa-Gurung
c37b5baa3a add test coverage for new props by sharee from shares space 2024-07-16 17:20:15 +05:45
Salipa-Gurung
dfee52bcd9 add test coverage for new props from personal space 2024-07-16 17:20:15 +05:45
Sawjan Gurung
e258d360ea Merge pull request #9584 from owncloud/cli-remove-versions
[tests-only][full-ci] adding test to remove old versions of resources using cli command
2024-07-16 16:06:45 +05:45
prashant-gurung899
7b4a92c22a add test to remove versions using CLI command
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2024-07-16 15:31:38 +05:45
Sawjan Gurung
d98a05d2df Merge pull request #9603 from owncloud/test/email-notification
[tests-only][full-ci] test: add test coverage for mail notification with comma(,) in display name of sender
2024-07-16 11:19:02 +05:45
pradip
0145c1690b test: add test coverage for mail notification with comma(,) in display name of sender 2024-07-15 16:19:06 +05:45
Viktor Scharf
1b8b911b63 list Invitation 2024-07-15 12:24:59 +02:00
Sawjan Gurung
4696417a1f Merge pull request #9578 from owncloud/backup-consistency-cli-test
[tests-only][full-ci]adding test for backup consistency cli command
2024-07-11 15:25:52 +05:45
Niraj Acharya
735b24fff5 adding test for backup consistency cli command 2024-07-11 12:28:52 +05:45
Sawjan Gurung
f807c4ef13 Merge pull request #9569 from owncloud/tests/remote_item_id
[tests-only][full-ci] add remote item-id check in REPORT responses
2024-07-11 11:44:14 +05:45
ishabaral
5b566e2b43 add remote item id to search report tests scenario 2024-07-11 09:58:47 +05:45
Sabin
3095d843b8 added cli test for changing password of non-existing user 2024-07-11 09:39:57 +05:45
Viktor Scharf
2fc47576ca Merge pull request #9566 from owncloud/findAcceptedUser
[test-only] Find accepted user
2024-07-10 10:36:49 +02:00
pradip
ff9a80f76c test:split apiSharingNg suite for checking if CI time gets reduced 2024-07-10 13:06:30 +05:45
Viktor Scharf
cac97c6067 find accepted users 2024-07-09 14:47:16 +02:00
Sawjan Gurung
d677b27dbd Merge pull request #9563 from owncloud/extend-tests-sharer-profinds-for-file
[full-ci][tests-only] Extended the tests to cover profind by sharer to shared file
2024-07-09 16:37:40 +05:45
Sawjan Gurung
18048aaaeb Merge pull request #9564 from owncloud/webdav-remove-then-steps
[tests-only][full-ci] remove unused Then step definitions from WebDav.php
2024-07-09 16:20:42 +05:45