stable

Clone or download

Read-only

feat: Add user to all projects they are invited into

If Bob registers thanks to an invitation, then he is added to every projects he was invited into. People only receive one "Invitation complete" feedback email if they invited many times the user (in multiple projects or not). Part of story #30021: Invite buddies to my Tuleap project Change-Id: If48094085444c39a0cbb90179b7e522ad6e27c1c

Modified Files

Name
M src/common/InviteBuddy/AccountCreationFeedback.php +23 −5 Go to diff View file
M src/common/InviteBuddy/InvitationDao.php +11 −5 Go to diff View file
M src/common/InviteBuddy/ProjectMemberAccordingToInvitationAdder.php +5 −0 Go to diff View file
M src/www/admin/approve_pending_users.php +13 −12 Go to diff View file
M tests/integration/tests/InviteBuddy/InvitationDaoTest.php +1 −1 Go to diff View file
M tests/unit/common/InviteBuddy/AccountCreationFeedbackTest.php +282 −57 Go to diff View file
M tests/unit/common/InviteBuddy/ProjectMemberAccordingToInvitationAdderTest.php +57 −0 Go to diff View file