stable

Forked from tuleap/stable

Clone or download

Read-only

Site admin can revoke project using SVN tokens

This task is part of story #8608: User can manage his own svn tokens Change-Id: I672ac37bfe19053f41e7c716983a47c8cfdb73f4

Modified Files

Name
M site-content/en_US/svn/svn.tab +2 −1 Go to diff View file
M site-content/fr_FR/svn/svn.tab +2 −1 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/event/Event.class.php +8 −0 Go to diff View file
M src/common/svn/admin/SVN_Admin_Controller.php +26 −1 Go to diff View file
M src/common/svn/tokens/SVN_TokenDao.class.php +9 −0 Go to diff View file
M src/common/svn/tokens/SVN_TokenUsageManager.php +4 −0 Go to diff View file
M src/common/system_event/SystemEvent.class.php +1 −0 Go to diff View file
M src/common/system_event/SystemEventManager.class.php +10 −0 Go to diff View file
A src/common/system_event/include/SystemEvent_SVN_REVOKE_TOKENS.class.php +55 −0 Go to diff View file