-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
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
fix(groups): allows to save group names with more than 64 characters #44763
Conversation
/backport to stable29 |
/backport to stable28 |
/backport to stable27 |
4c300d7
to
821a545
Compare
89a8d06
to
e787b14
Compare
e787b14
to
aff8568
Compare
aff8568
to
60bd409
Compare
60bd409
to
da168a9
Compare
Mimic behaviour from LDAP users and add a hard limit to 255 characters Signed-off-by: Benjamin Gaussorgues <[email protected]>
da168a9
to
7a6b1f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I would prefer string|false
instead of ?string
, or string
and exception throwing. I did not check what is most consistent with the rest of OCP though.
/backport to stable29 |
/backport to stable28 |
/backport to stable27 |
@@ -27,6 +27,7 @@ | |||
|
|||
/** | |||
* @since 14.0.0 | |||
* @deprecated 30.0.0 Use ICreateNamedGroupBackend instead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Altahrim Please document in https://docs.nextcloud.com/server/latest/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.html#id1
(all changes in lib/public/)
Summary
Mimic behaviour from LDAP users and add a hard limit to 255 characters
Checklist