Viktor Scharf

Results 28 issues of Viktor Scharf

ocis 5.1.0-prealpha+17b14ee78 web 8.0.0-rc.1 Steps: - admin creates space - admin adds member eintein - einstein open notification and click by space name Actual: no redirect to Project space page....

Type:Bug
Priority:p3-medium
Status:Blocked

precondition: - run two ocis instances `ocis-server` and `federation-ocis-server` see here https://owncloud.dev/ocis/development/testing/#running-test-suite-with-federated-sharing-ocm Steps: - create federation connection between `admin`(ocis-server) and `marie`(federation-ocis-server) - admin searches users by `mar` in the Share...

Type:Bug
Priority:p2-high

related https://github.com/owncloud/web/issues/10800 this is mix of the bugs (web and ocis) I guess some activities are not implemented but I put it to the list for a complete picture task...

Type:Epic
Type:Bug
Type:Orga
Priority:p2-high

related https://github.com/owncloud/ocis/issues/9608#issuecomment-2228884225 and https://github.com/owncloud/ocis/issues/9608#issuecomment-2228884252 Steps: - `admin` shares `.odt` file with secure view - `einstein` opens file in collabora - `einstein` manualy change url from` https://host.docker.internal:9200/external-collabora/share/1.odt?shareId=` to `https://host.docker.internal:9200/external-onlyoffice/share/1.odt?shareId=` Expected: secure...

Type:Bug

Steps: 1. admin creates a public link for a file with edit permissions 2. public or authorized user opens file and edits content 3. admin sees activities Expected: something like:...

Type:Bug
Priority:p3-medium

precondition: - run two ocis instances `ocis-server` and `federation-ocis-server` see here https://owncloud.dev/ocis/development/testing/#running-test-suite-with-federated-sharing-ocm how to run ocis with inbucket: - set up inbucket docker run -d -p9000:9000 -p2500:2500 --name inbucket inbucket/inbucket...

Category:Enhancement

precondition: - run two ocis instances `ocis-server` and `federation-ocis-server` see here https://owncloud.dev/ocis/development/testing/#running-test-suite-with-federated-sharing-ocm Steps: - user `einstein` generates invitation with description and inviteUser email `POST https://ocis-server:9200/sciencemesh/generate-invite` Actual: no `description` and `recipient`...

Type:Bug
Priority:p2-high

precondition: - run two ocis instances `ocis-server` and `federation-ocis-server` see here https://owncloud.dev/ocis/development/testing/#running-test-suite-with-federated-sharing-ocm Steps: `And "Alice" has generated invitation` `And using server "REMOTE"` `And "Brian" has accepted invitation` `And using server...

Type:Bug
Status:Needs-Info
Priority:p2-high

precondition: - run two ocis instances `ocis-server` and `federation-ocis-server` see here https://owncloud.dev/ocis/development/testing/#running-test-suite-with-federated-sharing-ocm ### test 1. users shares folder to federation users after receiver accepted invitation `TEST_SERVER_URL="https://ocis-server:9200" TEST_SERVER_FED_URL="https://federation-ocis-server:10200" BEHAT_FEATURE="tests/acceptance/features/apiOcm/share.feature:12" make test-acceptance-api`...

Type:Bug

related: https://github.com/owncloud/ocis/issues/9648#issuecomment-2259937299 how implement now: - `And "Alice" logs in` -> we get token from response `POST /konnect/v1/token` and set it - `And "Alice" creates 55 files in personal space...

QA:team