Commit Graph

225 Commits

Author SHA1 Message Date
Viktor Scharf
51c16e41be [test-only] ApiTest.check all response items (#4886)
* check response

* php-style fix
2022-10-25 13:48:01 +02:00
Michael Barz
d116245ddb reflect shares space rename in tests
Signed-off-by: Michael Barz <mbarz@owncloud.com>
2022-10-21 00:46:02 +02:00
David Christofas
a047d54b07 Merge pull request #4836 from owncloud/checkTrashAfterOverwriting
[test-only] Api test checking trash after overwriting
2022-10-19 17:11:49 +02:00
Viktor Scharf
333d48e658 add checking trash 2022-10-17 14:04:46 +02:00
Viktor Scharf
7fb7a8b6e1 [test-only] Apitest. Add checking parentId (#4763)
* add checking parentId

* add case where parent is space

* php style fix
2022-10-17 13:46:07 +02:00
Viktor Scharf
07dc73f382 Overwriting a file while moving and moving 2022-10-14 11:48:20 +02:00
Phil Davis
3b95dcc545 Merge pull request #4710 from owncloud/remove-propfind-method
[tests-only] Remove the propfind method
2022-09-29 14:53:34 +05:45
Swikriti Tripathi
2957ec37aa Remove the propfind method 2022-09-29 12:40:02 +05:45
Prarup Gurung
46cd7b45f4 shares jail spaces related tests separated to apiSpacesShares suite 2022-09-29 10:53:59 +05:45
amrita
838957c641 Refactor expected-failure-file and closed issue related scenario 2022-09-28 11:25:35 +05:45
Prarup Gurung
59c4bd803f Added TUSUpload related tests for /Shares in ocis 2022-09-21 09:20:28 +05:45
Swikriti Tripathi
0387e15d34 Reuse the core code 2022-09-16 15:40:51 +05:45
sagargurung1001@gmail.com
e826cf9e13 Implement undefined steps 2022-09-15 09:44:11 +05:45
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