stable

Clone or download

Read-only

Site admin can update the Invite settings

It appears that site admin should not have to rely on platform admin to change hom many invitations a user can send per day. Part of story #16633: invite buddies to my Tuleap Change-Id: I8491f36f91c0603cee626b571cf93497f7d97029

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +25 −0 Go to diff View file
A src/common/InviteBuddy/Admin/InviteBuddyAdminController.php +91 −0 Go to diff View file
A src/common/InviteBuddy/Admin/InviteBuddyAdminUpdateController.php +119 −0 Go to diff View file
M src/common/InviteBuddy/InviteBuddyConfiguration.php +1 −1 Go to diff View file
M src/common/Request/RouteCollector.php +15 −0 Go to diff View file
A src/templates/admin/invitations/invitations.mustache +50 −0 Go to diff View file
M src/templates/admin/sidebar_configuration.mustache +1 −0 Go to diff View file
A tests/unit/common/InviteBuddy/Admin/InviteBuddyAdminControllerTest.php +109 −0 Go to diff View file
A tests/unit/common/InviteBuddy/Admin/InviteBuddyAdminUpdateControllerTest.php +149 −0 Go to diff View file