stable

Clone or download

Read-only

Refactoring : add package router

story #9409 define FRS permissions for packages and releases Change-Id: I97fcd3a6610055079f8194b6d8ed5091b895a583

Modified Files

Name
M src/common/autoload.php +7 −2 Go to diff View file
A src/common/frs/FRSDeletePackageNotYoursException.php +27 −0 Go to diff View file
A src/common/frs/FRSPackageController.php +152 −0 Go to diff View file
A src/common/frs/FRSPackageHasReleaseException.php +26 −0 Go to diff View file
A src/common/frs/FRSPackageNameAlreadyExistsException.php +27 −0 Go to diff View file
A src/common/frs/FRSPackageRouter.php +133 −0 Go to diff View file
M src/common/frs/PermissionPresenter.php +1 −1 Go to diff View file
M src/www/file/admin/package.php +30 −177 Go to diff View file
M src/www/file/file_utils.php +100 −90 Go to diff View file
M src/www/file/showfiles.php +0 −1 Go to diff View file