Commit Graph

212 Commits

Author SHA1 Message Date
André Duffeck e0aab33ca2 Fix test expectations 2022-09-13 16:25:46 +02:00
Swikriti Tripathi e313831545 Skip ocis specific tests in reva 2022-09-12 09:51:03 +05:45
sagargurung1001@gmail.com fa998e4600 Reuse code from core for shareOperation 2022-09-09 16:26:49 +05:45
Viktor Scharf 94b9838a08 [tests-only] ApiTests. add more search tests (#4543)
* add more search tests

* php-style fix
2022-09-09 12:33:21 +02:00
Phil Davis b7db48b04e fix code style 2022-09-09 14:14:34 +05:45
sagargurung1001@gmail.com 9489e179dd Remove folder lock related tests from ocis 2022-09-09 14:04:59 +05:45
Phil Davis 50471af588 Merge pull request #4400 from owncloud/addMoveSpacesTestsOnOcis
[tests-only][full-ci]Add /Shares related move tests on ocis which are removed from core
2022-09-09 14:00:49 +05:45
Phil Davis 979da92aab Merge pull request #4536 from owncloud/reuseCodeChecksum
[tests-only][full-ci]Reuse code from core
2022-09-09 13:59:18 +05:45
Phil Davis 4bd709e81a Merge pull request #4535 from owncloud/reuseCodeFavorites
[full-ci][tests-only]Refactor and Reuse code from core
2022-09-09 13:56:42 +05:45
sagargurung1001@gmail.com 61b9b05e40 Check coding standard with force error 2022-09-08 16:33:44 +05:45
sagargurung1001@gmail.com 1aabf51292 Fix all coding standard error 2022-09-08 16:29:15 +05:45
amrita e0201c82d4 Reuse core code 2022-09-08 16:15:24 +05:45
amrita d6228c0ba8 Add /Shares related move tests on ocis which are removed from core 2022-09-08 16:15:24 +05:45
Viktor Scharf 070818ac99 delete method 2022-09-08 10:02:53 +02:00
sagargurung1001@gmail.com 2115324aed Reuse code from core 2022-09-08 13:01:04 +05:45
sagargurung1001@gmail.com c427597ba1 Refactor and Reuse code from core 2022-09-08 12:37:00 +05:45
Viktor Scharf 3c235d9920 delete users with their personal spaces 2022-09-07 22:19:31 +02:00
Michael Barz 869d8aba6f use id to delete project spaces 2022-09-07 17:11:34 +02:00
Michael Barz 3b64dfbd20 remove personal spaces as admin in the graph test suite 2022-09-07 16:52:26 +02:00
Ralf Haferkamp 29f52515e1 graph: Fix Status code when updating the password
Up to now the /me/changePassword endpoint return a 500 Status when
issue a password change with the old password set to the wrong password.
This changes the code to return 400 (Bad Request) with an additional
message that the old password is wrong. This does not seem to weaken the
security of /me/changePassword (i.e. for allowing easier brute-force
attacks) as the endpoint is only available to already authenticated
users (and only for changing their own passwords)

See #4480
2022-09-05 15:57:46 +02:00
Swikriti Tripathi 70ed9792f1 Add tests removed by core pr-40276 2022-09-05 17:22:41 +05:45
Swikriti Tripathi 967e7f4416 Add api tests for tus upload when quota is set 2022-09-05 16:09:18 +05:45
Phil Davis fdb059cf12 Merge pull request #4463 from owncloud/fixSearchTest
[tests-only] Api test. fix search test
2022-09-05 15:40:36 +05:45
Viktor Scharf 6b3501be75 fix search test 2022-09-05 11:04:59 +02:00
sagargurung1001@gmail.com 23196c7c18 Reuse locking method from core 2022-09-05 14:01:20 +05:45
sagargurung1001@gmail.com 84c48066f2 Add commit and branch related to this PR to work 2022-09-05 10:54:43 +05:45
sagargurung1001@gmail.com c31a0ed6b2 Reuse code of code from core at most 2022-09-05 09:22:24 +05:45
Sagar Gurung c87de7606d Merge pull request #4373 from owncloud/addTestForCopyForSharesJailOnOcis
[tests-only][full-ci]Add `/Shares` related copy tests on ocis which are removed from core
2022-09-05 09:18:58 +05:45
Phil Davis 726640882b Hardcode header in GraphHelper::deleteSpace 2022-09-02 16:01:56 +05:45
sagargurung1001@gmail.com 0bb94facb3 Update expected to failure for local api for copy 2022-09-01 15:47:08 +05:45
sagargurung1001@gmail.com 69549208b6 Added /Shares related tests for lock properties on ocis 2022-09-01 15:44:04 +05:45
Viktor Scharf 4efa0747ff Merge branch 'master' into refactoringTests 2022-08-31 15:22:11 +02:00
Viktor Scharf 2a51a3f96c move graph api methods from Space context to GraphHelper 2022-08-31 15:11:31 +02:00
Viktor Scharf 3b548c9be3 [test-only] apiTest. change own password (#4480)
* apiTest. change own password

* fix
2022-08-31 13:02:33 +02:00
Viktor Scharf 280947365b part1 2022-08-31 09:57:44 +02:00
Sagar Gurung f9cd1f5271 [tests-only][full-ci]Add lock related tests for /Shares on ocis (#4404) 2022-08-31 12:57:15 +05:45
Artur Neumann d4b9e9b3bf Merge pull request #4389 from owncloud/addFavoriteSpaceTestOnOcis
[tests-only][full-ci]Add /Shares related favorite tests on ocis which are removed from core
2022-08-29 12:26:02 +05:45
amrita a00949f1b2 Add /Shares related favorite tests on ocis which are removed from core 2022-08-29 10:12:16 +05:45
Kiran Parajuli 5eee569225 [tests-only] restore the removed scenarios for the core repository
Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>
2022-08-29 10:08:54 +05:45
Phil Davis bbca91ba48 Merge pull request #4441 from owncloud/deleteAllProjectSpaceAfterTest
[tests-only] [full-ci] ApiTest. after each test users-manager delete their project space
2022-08-25 12:29:07 +05:45
Prarup Gurung 07af8544e8 Added test for creating group with case sensitive 2022-08-24 16:33:47 +05:45
Viktor Scharf c7a6d5a0aa add ability to delete project space after test 2022-08-24 12:19:03 +02:00
Viktor Scharf cb2822b8b7 [tests-only] [full-ci] ApiTest. after each test users delete their personal space (#4433)
* after each test users delete their personal space

* Simplify deleteAllPersonalSpaces

* Simplify deleteAllPersonalSpaces()

Co-authored-by: Phil Davis <phil@jankaritech.com>
2022-08-23 10:42:27 +02:00
sagargurung1001@gmail.com 23344fd08e Update expected to failure for etag 2022-08-22 09:22:40 +05:45
sagargurung1001@gmail.com e17d43a940 Add etag propagation for delete files folder for spaces 2022-08-22 09:22:07 +05:45
Viktor Scharf 84f8f797c9 [test-only]Api test. check that link or share exist for space members (#4348)
Co-authored-by: Saw-jan <saw.jan.grg3e@gmail.com>
2022-08-18 15:08:57 +05:45
Phil Davis 02adcbd92a Merge pull request #4381 from owncloud/selectOnlyAvailableRoleForSpaceShare
[tests-only][full-ci]Select Available role only while sharing space
2022-08-12 14:20:00 +05:45
Swikriti Tripathi 7c9ecac6fc Add tests removed by core PR-40275
update core commit id

update expected to fail file
2022-08-11 15:58:13 +05:45
sagargurung1001@gmail.com c41cf352cd Select Available role only while sharing space 2022-08-11 14:28:54 +05:45
sagargurung1001@gmail.com 1cea024889 Addressed review for the implementation 2022-08-10 14:24:54 +05:45