nextcloud / password_policy

:lock: Let the admin define certain rules for passwords, e.g. a minimum length
GNU Affero General Public License v3.0
35 stars 19 forks source link

chore(deps): bump @nextcloud/dialogs from 4.0.1 to 5.0.3 #533

Closed ShGKme closed 8 months ago

ShGKme commented 8 months ago

To be in aligning with @nextcloud/vue and server

No visual changes, only toasts are used.

ShGKme commented 8 months ago

/backport to stable28

ShGKme commented 8 months ago

/compile amend

backportbot-nextcloud[bot] commented 8 months ago

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

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

# Create the new backport branch
git checkout -b fix/foo-stable28

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable28

Error: Unknown error

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport