Commit Graph

1586 Commits

Author SHA1 Message Date
Benedikt Kulmann
bc6b8b9bab [full-ci] chore: bump web to v8.0.1 (#8626)
* chore: bump web to v8.0.1
2024-03-13 00:21:19 +01:00
Roman Perekhod
267ed92cab [full-ci] [reva bump] fix an error when lock/unlock a file
(cherry picked from commit 6fb545b3c1)
2024-03-12 16:49:33 +01:00
nirajacharya2
deac05a540 adding test for listing permission of a project space (#8551)
(cherry picked from commit 28d53fee78)
2024-03-12 16:35:44 +01:00
nirajacharya2
7f0747e1a8 adding test for deleating sharer and listing sharedwithme by the sharee (#8520)
(cherry picked from commit 3b79c1c40a)
2024-03-12 16:35:44 +01:00
nirajacharya2
021afbff4b adding test for sharedWithMe endpoint for resource in project space (#8292)
(cherry picked from commit fb1d93342c)
2024-03-12 16:35:44 +01:00
Nalem7
7abce5bff9 add tests to list peoject spaces resources shared by two users with him/her (#8516)
(cherry picked from commit 4427c9f032)
2024-03-12 16:35:18 +01:00
Nalem7
f8d98a352a add tests to list space files shared with user who is member of group (#8484)
(cherry picked from commit 23eafebf24)
2024-03-12 16:34:22 +01:00
Benedikt Kulmann
e12333e8ec chore: bump web to v8.0.0 final 2024-03-12 10:48:48 +01:00
Benedikt Kulmann
a2f907050c ci: adjust expected failures 2024-03-07 06:19:01 +01:00
Sawjan Gurung
af980639be [tests-only][full-ci] Add option to check ocis connection by authenticating user (#8540)
* Revert "use capabilites in ociswrapper"

This reverts commit 0768723c89.

* tests: check ocis connection with basic auth when provided

* ci: check ocis connection with admin basic auth

* list all ocis services

* list services with timeout

* ci: check ocis connection with admin basic auth

* list all ocis services
2024-03-04 10:10:48 +05:45
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
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
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
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
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
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
Sawjan Gurung
50198be6ba test(api): extend tests MOVE to space-id as destination (#8470) 2024-02-19 15:07:17 +05:45
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
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
Sawjan Gurung
9e7a9bab9a [tests-only] add API test coverage for file MOVE to space-id as destination (#8459) 2024-02-15 21:26:17 +05:45
Benedikt Kulmann
1471ae262e Merge pull request #8452 from owncloud/forward-port-stable-5.0
[full-ci] Forward port stable 5.0
2024-02-15 16:24:55 +01:00
Sawjan Gurung
7af7013b3a [tests-only] extend search tests for mediatype filter (#8446)
* test(api): extend search tests for mediatype filter

* test(api): fix php code style

* test(api): fix null argument
2024-02-15 14:02:59 +05:45
nirajacharya2
faa8bdbc95 adding tests for shareWithMe endpoint when resource is shared with a group (#8388) 2024-02-15 12:10:52 +05:45
Nalem7
2a4c18e485 add tests to list space file shared with them when sync is disabled (#8406) 2024-02-15 11:20:57 +05:45
Benedikt Kulmann
cff2190392 Merge branch 'stable-5.0' into forward-port-stable-5.0 2024-02-14 14:55:50 +01:00
Sawjan Gurung
c7b50b4540 [tests-only] add API test coverage for trying to search with invalid pattern (#8441)
* test(api): test coverage for invalid search pattern

* test(api): fix typo
2024-02-14 10:44:04 +05:45
Nalem7
4fc734fc24 move auto-sync-disable related feature file in separate file (#8443) 2024-02-13 16:28:56 +05:45
Viktor Scharf
613ce154c5 [test-only] fix test: secret file drop (#8435)
* fix test: secret file drop

* Update uploadToPublicLinkShare.feature
2024-02-13 11:05:35 +05:45
Nalem7
a5d7c292db skip spacecontext subsitutions for reva (#8422) 2024-02-09 18:47:37 +05:45
Amrita
58d6b837ae try to validate json scheme stricity (#8376) 2024-02-09 18:10:51 +05:45
Sabin Panta
5f57740976 [tests-only][full-ci]resourcetype variable deleted from testcode (#8370)
* resourcetype variable deleted from testcode

* updated expected failures file

* addressing review
2024-02-09 14:02:38 +05:45
nirajacharya2
d87f5b0316 adding test for updating role of a share (#8329) 2024-02-08 14:52:22 +05:45
nirajacharya2
59b6232260 adding test for sharing with user and group (#8346) 2024-02-08 10:12:41 +05:45
Sawjan Gurung
571af9ecce [tests-only] add API test coverage for issue-8242 (#8295)
* add test coverage for issue-8242

* add test coverage for issue-8242
2024-02-07 13:38:43 +01:00
Sawjan Gurung
24da3631db [tests-only] API test coverage content-disposition header with filename having quotes (#8390)
* extend content-dispostion tests

* extend content-dispostion tests
2024-02-07 17:44:55 +05:45
Saw-jan
fc5a8f967b test: API coverage for Content-Disposition header with file having comma 2024-02-07 11:39:43 +05:45