stable

Clone or download

Read-only

story #9087: Create REST route /frs_release/:id

This is a part of see linked artifacts in releases Change-Id: Ifc1295d7506769f63e9aaf91f96e86340275c50d

Modified Files

Name
A plugins/frs/include/FRS/REST/ResourcesInjector.php +31 −0 Go to diff View file
A plugins/frs/include/FRS/REST/v1/FileRepresentation.php +143 −0 Go to diff View file
A plugins/frs/include/FRS/REST/v1/ReleaseRepresentation.php +89 −0 Go to diff View file
A plugins/frs/include/FRS/REST/v1/ReleaseResource.php +87 −0 Go to diff View file
M plugins/frs/include/autoload.php +7 −4 Go to diff View file
M plugins/frs/include/frsPlugin.class.php +9 −2 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/dao/FRSFileDownloadDao.php +35 −0 Go to diff View file
M src/common/dao/FRSFileTypeDao.class.php +7 −0 Go to diff View file
M src/common/dao/FRSProcessorDao.class.php +8 −0 Go to diff View file
M src/common/frs/FRSRelease.class.php +8 −0 Go to diff View file