We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ticket: https://github.com/owncloud/enterprise/issues/7180 Implemented in #11231
Define the maximum tag length. Defaults to 100 if not set. Set to 0 to not limit the tag length. Changes only impact the validation of new tags.
Default length: 100 chars Available configs: OCIS_MAX_TAG_LENGTH
Default length: 100 chars Available configs:
Open Task: Add test scenarios for:
OCIS_MAX_TAG_LENGTH=0
OCIS_MAX_TAG_LENGTH=10
Also get test cases from these criteria:
Acceptance Criteria: Limit the maxium length of a tag in the input field (web) Use a configurable value coming from a capability (web) Implement the capability (server) Check the tag length also. Return 400 Bad Request when at least one tag is too long. (server) Limit the maximum amount of tags on a file (web) Use a configurable value coming from a capability (web) Implement the capability (server) Check the maximum amount of tags on a file also. Return 400 Bad Request when the amount of new tags would exceed the limit.
Acceptance Criteria:
400 Bad Request
The text was updated successfully, but these errors were encountered:
nirajacharya2
No branches or pull requests
ticket: https://github.com/owncloud/enterprise/issues/7180
Implemented in #11231
Open Task:
Add test scenarios for:
OCIS_MAX_TAG_LENGTH=0
-> should pass [full-ci] [tests-only] adding test for tag limit #11278OCIS_MAX_TAG_LENGTH=10
) -> should fail [full-ci] [tests-only] adding test for tag limit #11278OCIS_MAX_TAG_LENGTH=10
) -> should pass [full-ci] [tests-only] adding test for tag limit #11278Also get test cases from these criteria:
The text was updated successfully, but these errors were encountered: