01acfa3b40
Type checking / changes (push) Has been cancelled
Type checking / test (push) Has been cancelled
Type checking / typescript-summary (push) Has been cancelled
Node tests / changes (push) Has been cancelled
Node tests / test (push) Has been cancelled
Node tests / test-summary (push) Has been cancelled
Источник: https://github.com/nextcloud/spreed/archive/refs/tags/v22.0.12.tar.gz С этого коммита ветка официального Nextcloud Talk отрезана (решение владельца 2026-07-06). Все дальнейшие изменения — только наши; версии релизов: 22.0.12-f7.N.
15 lines
784 B
Gherkin
15 lines
784 B
Gherkin
Feature: sharing-4/settings
|
|
|
|
Background:
|
|
Given user "participant1" exists
|
|
Given user "participant2" exists
|
|
|
|
Scenario: Do not allow setting a shared folder as attachment_folder
|
|
Given user "participant1" creates folder "/test"
|
|
When user "participant1" sets setting "attachment_folder" to "/test" with 200 (v1)
|
|
Then user "participant1" has capability "spreed=>config=>attachments=>folder" set to "/test"
|
|
Given user "participant2" creates folder "/test-participant2"
|
|
Given user "participant2" shares "/test-participant2" with user "participant1" with OCS 100
|
|
When user "participant1" sets setting "attachment_folder" to "/test-participant2" with 400 (v1)
|
|
Then user "participant1" has capability "spreed=>config=>attachments=>folder" set to "/test"
|