PHRAS-3519_filesystem-atomic-move

WIP
extend filesystem (no change yet)
This commit is contained in:
jygaulier
2021-10-06 18:23:52 +02:00
parent 0d07c8fb84
commit d7d731a496
30 changed files with 106 additions and 38 deletions

View File

@@ -11,6 +11,7 @@
namespace Alchemy\Phrasea\Controller\Admin;
use Alchemy\Phrasea\Controller\Controller;
use Alchemy\Phrasea\Filesystem\PhraseanetFilesystem as Filesystem;
use Alchemy\Phrasea\Model\Entities\Feed;
use Alchemy\Phrasea\Model\Entities\FeedPublisher;
use Alchemy\Phrasea\Model\Repositories\FeedPublisherRepository;
@@ -20,12 +21,12 @@ use Doctrine\Common\Persistence\ObjectManager;
use MediaAlchemyst\Alchemyst;
use MediaAlchemyst\Specification\Image;
use MediaVorus\Media\MediaInterface;
use MediaVorus\MediaVorus;
use Symfony\Component\Filesystem\Filesystem;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
// use Symfony\Component\Filesystem\Filesystem;
class FeedController extends Controller
{
public function listFeedsAction()