8000 Move mail link service to core by yurabakhtin · Pull Request #7509 · humhub/humhub · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Conversation

yurabakhtin
Copy link
Contributor

What kind of change does this PR introduce? (check at least one)

  • Feature

The PR fulfills these requirements:

  • It's submitted to the develop branch, not the master branch if no hotfix
  • All tests are passing
  • Changelog was modified

Other information:
https://github.com/humhub/humhub-internal/issues/617

@yurabakhtin yurabakhtin requested a review from luke- April 30, 2025 15:00
@@ -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() ?>
Copy link
Contributor

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?

Copy link
Collaborator

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@luke- Should we put new config var in the params/humhub here, or maybe create some new block like params/mobile?

Please note previous value from the module will be lost, or do you know soma way to migrate a setting value from DB to config file?

Copy link
Collaborator

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).

Copy link
Contributor

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

Copy link
Collaborator

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?

Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A simple param in the humhub block is fine for now.

@luke- Commit 9bbfd7c.

Copy link
Contributor

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. 🤔

@yurabakhtin yurabakhtin marked this pull request as ready for review May 2, 2025 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0