Commit Graph

14428 Commits

Author SHA1 Message Date
Karun Atreya
cc794abb38 refactor given when then steps in settings and tus contexts (#7357)
set resource location from response

addressed the reviews

reset  spaceidfromocis

reset after scenario using after hook
2023-09-27 12:29:56 +05:45
Michael Barz
5ca6a98087 Automated changelog update [skip ci] 2023-09-25 12:32:03 +00:00
Michael Barz
02c31e2dab Merge pull request #7336 from aduffeck/backport-jsoncs3-rebuild-fix
Do not reset received share state to pending if there is a state already
2023-09-25 14:24:59 +02:00
Sagar Gurung
6a7f56d056 [tests-only][full-ci]Added documentation for running tika related tests (#7342)
* Added documentation to run tika service related tests

* Added documentation for docker compose as well

* Make tika service run only for tika
2023-09-25 15:36:12 +05:45
André Duffeck
14b1d62351 Add changelog 2023-09-25 09:28:44 +02:00
André Duffeck
5f1043d40b Do not reset received share state to pending if there is a state already 2023-09-22 10:53:55 +02:00
Ralf Haferkamp
920d39918b Automated changelog update [skip ci] 2023-09-21 14:55:59 +00:00
Ralf Haferkamp
c8c1cc76d8 users: fixup LDAP_BIND_PASSWORD
LDAP_BIND_PASSWORD was accidently removed in previous commit

Partial: #7176
(cherry picked from commit 8f262c1dff)
2023-09-21 16:55:13 +02:00
Ralf Haferkamp
6bf4dc5e0e users: revive USERS_LDAP_USER_SCHEMA_ID variable
The config variable was accidently removed when cleaning up deprecated variables
for the 4.0.0 release

Fixes: #7312
(cherry picked from commit 7b9200ff5d)
2023-09-21 16:55:13 +02:00
Ralf Haferkamp
3f41dd7601 Add OCIS_LDAP_BIND_PASSWORD envvar and deprecate LDAP_BIND_PASSWORD
For some reason LDAP_BIND_PASSWORD was forgotten when all the other global LDAP_
variables got renamed.

Also marks LDAP_BIND_PASSWORD and LDAP_USER_SCHEMA_ID_IS_OCTETSTRING for removal with 5.0.0

Partial: #7176
(cherry picked from commit 8f284e7c2b)
2023-09-21 16:55:13 +02:00
Prarup Gurung
f7fde6ee87 Merge pull request #7280 from owncloud/backport-refactor-step-search-result-should-contain-only-these-files
[tests-only][full-ci] Backport refactor step search result should contain only these files
2023-09-21 11:43:57 +05:45
Karun Atreya
fe8c0c7de8 refactor given and when steps in trashbin context (#7302)
applied same type of change in tagContext

addressed the reviews

added a space in step regex
2023-09-21 11:27:45 +05:45
nabim777
2ca502e32d adding the path check 2023-09-21 09:38:58 +05:45
Willy Kloucek
48dc83f4cb don't run CD on stable-4.0 branch cronjob 2023-09-14 09:32:49 +02:00
Karun Atreya
fa36fd4ec2 refacor given when and then steps in checksum and favorite context (#7268)
making helper function, checking and setting response in given step and when steo respectively

returning response and using in given/then steps as required in favoritesContext

set the returned response on SpaceContext

changed to inline variable in some lines as required

to check for the specific https response code
2023-09-13 16:25:00 +05:45
Karun Atreya
71daf3f6ba refactor given when then steps in fileversions context (#7269)
migrating set response from helper function to when step in preview feature

separate single when/then steps by converting to helper function

use of httpstatuscode check function in given step and rebased

change function name

remove use of setresponse in then step

set the returned response
2023-09-13 16:24:42 +05:45
Karun Atreya
9c533c54ac make httpresponse check function to accept response object to get status from (#7270) 2023-09-13 15:11:36 +05:45
Sabin Panta
47eb710523 [tests-only][full-ci] refactoring user creation Given steps from provisioning into GraphContext (#7019) (#7259)
* refactored the user creation given statement from provisioning to graph api

added getUser steps that covers the steps for user with user light role

* added userlight step tests to check drive information and updated expected failure files

* added usercreation initiation code

* deleted seperate tests for user light role

* remove unnecesary changes

* add user not initialize step

* corrected the testcode

* moved the steps from graph to provisioning file

* fix creating single ldap user

* fix: user check method

* initialize user via graph

* addressing reviews

---------

Co-authored-by: Saw-jan <saw.jan.grg3e@gmail.com>
2023-09-11 15:02:06 +05:45
Amrita
9b40810b21 [tests-only][full-ci] Add test coverage for file preview using space dav version (#7218)
* Add tests for preview using space dav~

* use makeDavRequest to get preview of resource

---------

Co-authored-by: prajwol <prajwolamatya11@gmail.com>
2023-09-11 12:27:18 +05:45
Jörn Friedrich Dreyer
7b76086116 Automated changelog update [skip ci] 2023-09-08 11:05:09 +00:00
Jörn Friedrich Dreyer
7867841f7f actually use skip user info config option (#7220)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-09-08 13:04:24 +02:00
Sagar Gurung
6d2d79ba1d Automated changelog update [skip ci] 2023-09-08 07:22:08 +00:00
Sagar Gurung
b45b35014a Backport/server panic password set (#7251)
* Added test for server getting panic when adding password to a link

* Change test case
2023-09-08 13:06:37 +05:45
Karun Atreya
986e470075 Automated changelog update [skip ci] 2023-09-08 00:40:58 +00:00
Karun Atreya
5c1e7e69a4 refactor given/then step to remove setting response (#7244)
removing setting response in the given steps

use response interface

use the returned response

check success response

changed to inline variable

changed variable response_xml to responseXml
2023-09-07 12:47:24 +05:45
Prajwol Amatya
620b44c90a send X-Request-Id in header of every request (#7238) 2023-09-07 10:33:44 +05:45
Phil Davis
ac5270b3c6 Automated changelog update [skip ci] 2023-09-06 13:16:19 +00:00
Phil Davis
9348f94992 Merge pull request #7230 from rhafer/backport/4.0/7226
Backport-4.0: deployment: Disable username validation for keycloak example
2023-09-06 19:00:20 +05:45
Prajwol Amatya
39758a04b9 [tests-only][full-ci] Backport added test to update file using file id (#7237)
* added test to update file using file id

* changed the datatype of body from Tablenode to string
2023-09-06 18:46:46 +05:45
Ralf Haferkamp
41c62b3777 deployment: Disable username validation for keycloak example
Set 'GRAPH_USERNAME_MATCH' to 'none'. To accept any username that is
also valid for keycloak.

(cherry picked from commit 48306cbef3)
2023-09-06 14:58:06 +02:00
Phil Davis
8c1e39e824 Merge pull request #7191 from owncloud/backport-move-search-related-file
[tests-only][full-ci] Backport move search related file
2023-09-03 11:27:18 +05:45
Sagar Gurung
117b990d5a Make test code better for CI (#7193) 2023-09-01 18:39:29 +05:45
nabim777
4cd05c8d06 move files in apiFullTextSearch 2023-09-01 16:49:47 +05:45
kobergj
245a172eb6 Merge pull request #7184 from owncloud/search-share-expose
[full-ci] fix: disallow sharee to search sharer files outside the share
2023-09-01 12:23:14 +02:00
Florian Schade
a885c8ad5c fix: failing tests and filter out specific matches 2023-09-01 10:38:30 +02:00
Florian Schade
b984c1ad01 fix: acceptance tests to include path resource 2023-09-01 09:15:10 +02:00
Florian Schade
8255d9ac1b fix: search mount point inclusion 2023-09-01 09:03:33 +02:00
Florian Schade
8cfecd8a97 fix: search share expost 2023-08-31 16:49:39 +02:00
jkoberg
f47dda164f Automated changelog update [skip ci] 2023-08-31 00:41:40 +00:00
jkoberg
3733e735a3 Automated changelog update [skip ci] 2023-08-30 01:15:55 +00:00
jkoberg
e6e1494e92 Automated changelog update [skip ci] 2023-08-28 13:17:44 +00:00
jkoberg
684c4ca23d Automated changelog update [skip ci] 2023-08-28 10:29:28 +00:00
jkoberg
672bb1a8a6 adjust drone.star
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-08-24 14:27:18 +02:00
jkoberg
f06798ba6e update changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-08-23 15:15:44 +02:00
jkoberg
4d3b7355f1 release 4.0.0
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-08-23 15:15:44 +02:00
kobergj
55127fe413 Merge pull request #7106 from owncloud/allow-skip-userinfo
allow skipping userinfo call
2023-08-23 15:12:22 +02:00
kobergj
f7614f9079 Automated changelog update [skip ci] 2023-08-23 12:59:02 +00:00
kobergj
888da7ccc5 Merge pull request #7107 from fschade/bump-web-7.1.0-final
[full-ci] chore: Update web to v7.1.0 final
2023-08-23 14:58:31 +02:00
Jörn Friedrich Dreyer
eb6c0a840a fix docs
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-08-23 14:37:16 +02:00
jkoberg
c161b68123 remove expected failure
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-08-23 14:14:52 +02:00