stable
Clone or download
Read-only
Send an invitation to an external email. Register a new account with this email. As site admin, go to admin ยป users ยป user details. You should see "Invited by" mention next to "Member since". Part of story #16633: invite buddies to my Tuleap Change-Id: I718aa52a68f0ce7a28a8158b85ea3341c0cac125
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +6 | โ0 | Go to diff View file |
M | src/common/InviteBuddy/AccountCreationFeedback.php | +2 | โ0 | Go to diff View file |
A | src/common/InviteBuddy/Admin/InvitedByPresenter.php | +46 | โ0 | Go to diff View file |
A | src/common/InviteBuddy/Admin/InvitedByPresenterBuilder.php | +57 | โ0 | Go to diff View file |
A | src/common/InviteBuddy/Admin/InvitedByUserPresenter.php | +57 | โ0 | Go to diff View file |
M | src/common/InviteBuddy/InvitationDao.php | +27 | โ1 | Go to diff View file |
M | src/common/InviteBuddy/InvitationSender.php | +1 | โ2 | Go to diff View file |
M | src/common/InviteBuddy/InviteBuddyConfiguration.php | +6 | โ1 | Go to diff View file |
M | src/common/User/Admin/UserDetailsAccessPresenter.php | +78 | โ1 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +3 | โ1 | Go to diff View file |
A | src/db/mysql/updates/2020/202010011135_add_created_user_id_on_invitations_table.php | +47 | โ0 | Go to diff View file |
M | src/templates/admin/users/user.mustache | +20 | โ0 | Go to diff View file |
M | src/www/admin/usergroup.php | +10 | โ1 | Go to diff View file |
M | tests/unit/common/InviteBuddy/AccountCreationFeedbackTest.php | +38 | โ4 | Go to diff View file |
M | tests/unit/common/InviteBuddy/InviteBuddyConfigurationTest.php | +0 | โ17 | Go to diff View file |