Uh oh!
There was an error while loading. Please reload this page.
Show group backends in occ group:list --info and group:info - #25660
Conversation
f8e8ac6 to
c5b9ee4Comparec5b9ee4 to
45c2dbcCompared9aa41f to
0c8b322Comparekesselb
commented
Feb 17, 2021
Thanks a lot 👍 Please migrate to CamelCase for variable names. |
0c8b322 to
5e8a029Comparenoiob
commented
Feb 17, 2021
done, hope I didn't miss any! |
5e8a029 to
a3542deCompare
blizzz
left a comment
There was a problem hiding this comment.
That's great, thank you for the contribution!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
0e1f3da to
9b556e5Compare@blizzz Thanks for the comprehensive review, I tried to implement all the changes you requested, it feels a good bit more elegant now 😄 Edit: I have opened a PR for the issue in sharebymail SettingsManager at #25778 |
0a6c0b8 to
dce3097CompareSigned-off-by: Johannes Leuker <j.leuker@hosting.de>
dce3097 to
2796ef8Compare
blizzz
left a comment
There was a problem hiding this comment.
looks good, tested + works, has tests, 👍
When using LDAP, it may be necessary to check whether a group is managed by LDAP or the Database backend. I've added that info both to the
group:listcommand when run with--info(as to not introduce breaking changes) and to the newgroup:infocommand. I've tried to keep them similar touser:list --infoanduser:info.