-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Move mail link service to core #7509
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
base: develop
Are you sure you want to change the base?
Conversation
@@ -39,6 +39,7 @@ | |||
<?= $form->field($model, 'blockUsers')->checkbox() ?> | |||
<?= $form->field($model, 'hideOnlineStatus')->checkbox() ?> | |||
<?= $form->field($model, 'allowUserTopics')->checkbox(['data' => ['action-change' => 'admin.space.restrictTopicCreation']]) ?> | |||
<?= $form->field($model, 'disableChoicesIos')->checkbox() ?> |
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.
@marc-farre Do we still need this option? At least we should move it somewhere into the config file?
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.
Yes, we do need it, until we provide Apple authentication.
But I agree, we could move it to the config file.
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.
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.
@yurabakhtin No need to migrate, because I know the HumHub instance that is using it (it's for white label mobile app only).
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.
Yes, we do need it, until we provide Apple authentication. But I agree, we could move it to the config file.
If it helps HumHub you can always improve @GreenMeteor's OAuth clients as needed as we do provide a number of different ones;
https://github.com/GreenMeteor/humhub-oauth/blob/master/oauth/Apple/Apple.php
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.
@ArchBlood very interesting. Have you successfully tested it?
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.
@yurabakhtin A simple param in the humhub block is fine for now.
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.
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.
@ArchBlood very interesting. Have you successfully tested it?
The person we had testing hasn't responded in sometime now but should be in working order. 🤔
What kind of change does this PR introduce? (check at least one)
The PR fulfills these requirements:
develop
branch, not themaster
branch if no hotfixOther information:
https://github.com/humhub/humhub-internal/issues/617