Skip to content

fix: add maxlength#5540

Merged
vitormattos merged 1 commit intomainfrom
fix/add-maxlength
Oct 9, 2025
Merged

fix: add maxlength#5540
vitormattos merged 1 commit intomainfrom
fix/add-maxlength

Conversation

@vitormattos
Copy link
Copy Markdown
Member

According to RFC 5280, the CN must not exceed 64 characters.

ref: https://www.rfc-editor.org/rfc/rfc5280#page-124

Related with:

According to RFC 5280, the CN must not exceed 64 characters.

ref: https://www.rfc-editor.org/rfc/rfc5280#page-124

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
@vitormattos vitormattos added this to the Next Major (33) milestone Oct 9, 2025
@vitormattos vitormattos self-assigned this Oct 9, 2025
@github-project-automation github-project-automation Bot moved this to 0. Needs triage in Roadmap Oct 9, 2025
@vitormattos
Copy link
Copy Markdown
Member Author

/backport to stable32

@vitormattos
Copy link
Copy Markdown
Member Author

/backport to stable31

@vitormattos vitormattos merged commit bcd1d9b into main Oct 9, 2025
53 checks passed
@vitormattos vitormattos deleted the fix/add-maxlength branch October 9, 2025 13:40
@github-project-automation github-project-automation Bot moved this from 0. Needs triage to 4. to release in Roadmap Oct 9, 2025
@backportbot-libresign
Copy link
Copy Markdown

The backport to stable31 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable31
git pull origin stable31

# Create the new backport branch
git checkout -b backport/5540/stable31

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 69b57303

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/5540/stable31

Error: Failed to create pull request:


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot-libresign
Copy link
Copy Markdown

The backport to stable32 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable32
git pull origin stable32

# Create the new backport branch
git checkout -b backport/5540/stable32

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 69b57303

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/5540/stable32

Error: Failed to create pull request:


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@vitormattos
Copy link
Copy Markdown
Member Author

/backport to stable31

@vitormattos
Copy link
Copy Markdown
Member Author

/backport to stable32

@backportbot-libresign
Copy link
Copy Markdown

The backport to stable32 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable32
git pull origin stable32

# Create the new backport branch
git checkout -b backport/5540/stable32

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 69b57303

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/5540/stable32

Error: Failed to create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"A pull request already exists for LibreSign:backport/5540/stable32."}


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@vitormattos
Copy link
Copy Markdown
Member Author

/backport to stable31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants