mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-09 11:03:17 +00:00
Remove license comments
This commit is contained in:
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
|||||||
|
|
||||||
use Doctrine\Common\Cache\ApcCache as DoctrineApc;
|
use Doctrine\Common\Cache\ApcCache as DoctrineApc;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class ApcCache extends DoctrineApc implements Cache
|
class ApcCache extends DoctrineApc implements Cache
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
|||||||
|
|
||||||
use Doctrine\Common\Cache\ArrayCache as DoctrineArray;
|
use Doctrine\Common\Cache\ArrayCache as DoctrineArray;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class ArrayCache extends DoctrineArray implements Cache
|
class ArrayCache extends DoctrineArray implements Cache
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
|||||||
|
|
||||||
use Doctrine\Common\Cache\Cache as DoctrineCache;
|
use Doctrine\Common\Cache\Cache as DoctrineCache;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
interface Cache extends DoctrineCache
|
interface Cache extends DoctrineCache
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Cache;
|
namespace Alchemy\Phrasea\Cache;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Exception extends \Exception
|
class Exception extends \Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
|||||||
|
|
||||||
use Doctrine\Common\Cache\MemcacheCache as DoctrineMemcache;
|
use Doctrine\Common\Cache\MemcacheCache as DoctrineMemcache;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class MemcacheCache extends DoctrineMemcache implements Cache
|
class MemcacheCache extends DoctrineMemcache implements Cache
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
|||||||
|
|
||||||
use Doctrine\Common\Cache\CacheProvider;
|
use Doctrine\Common\Cache\CacheProvider;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class RedisCache extends CacheProvider implements Cache
|
class RedisCache extends CacheProvider implements Cache
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
|||||||
|
|
||||||
use Doctrine\Common\Cache\WincacheCache as DoctrineWinCache;
|
use Doctrine\Common\Cache\WincacheCache as DoctrineWinCache;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class WinCacheCache extends DoctrineWinCache implements Cache
|
class WinCacheCache extends DoctrineWinCache implements Cache
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
|||||||
|
|
||||||
use Doctrine\Common\Cache\XcacheCache as DoctrineXcache;
|
use Doctrine\Common\Cache\XcacheCache as DoctrineXcache;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class XcacheCache extends DoctrineXcache implements Cache
|
class XcacheCache extends DoctrineXcache implements Cache
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -16,12 +16,6 @@ use Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException;
|
|||||||
use Symfony\Component\Console\Input\InputInterface;
|
use Symfony\Component\Console\Input\InputInterface;
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
* Rebuild only missing subdefs
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class BuildMissingSubdefs extends Command
|
class BuildMissingSubdefs extends Command
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -18,12 +18,6 @@ use Symfony\Component\Console\Command\Command as SymfoCommand;
|
|||||||
use Symfony\Component\Console\Input\InputInterface;
|
use Symfony\Component\Console\Input\InputInterface;
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
* Abstract command which represents a Phraseanet base command
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
abstract class Command extends SymfoCommand implements CommandInterface
|
abstract class Command extends SymfoCommand implements CommandInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -17,12 +17,6 @@ use Symfony\Component\Console\Input\InputOption;
|
|||||||
use Symfony\Component\Console\Input\InputInterface;
|
use Symfony\Component\Console\Input\InputInterface;
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a collection Command
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class CreateCollection extends Command
|
class CreateCollection extends Command
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -21,12 +21,6 @@ use Symfony\Component\Console\Input\InputOption;
|
|||||||
use Symfony\Component\Console\Input\InputInterface;
|
use Symfony\Component\Console\Input\InputInterface;
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a record command
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class RecordAdd extends Command
|
class RecordAdd extends Command
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -15,13 +15,6 @@ use Alchemy\Phrasea\Command\Command;
|
|||||||
use Symfony\Component\Console\Input\InputInterface;
|
use Symfony\Component\Console\Input\InputInterface;
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
* Rescan Technical Datas command : Rescan all records of all databases and
|
|
||||||
* rescan technical datas.
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class RescanTechnicalDatas extends Command
|
class RescanTechnicalDatas extends Command
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -19,11 +19,6 @@ use Symfony\Component\Console\Input\InputInterface;
|
|||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
use vierbergenlars\SemVer\version;
|
use vierbergenlars\SemVer\version;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class UpgradeDBDatas extends Command
|
class UpgradeDBDatas extends Command
|
||||||
{
|
{
|
||||||
protected $upgrades = [];
|
protected $upgrades = [];
|
||||||
|
@@ -16,11 +16,6 @@ use Alchemy\Phrasea\Http\DeliverDataInterface;
|
|||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
abstract class AbstractDelivery implements ControllerProviderInterface
|
abstract class AbstractDelivery implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function deliverContent(Request $request, \record_adapter $record, $subdef, $watermark, $stamp, Application $app)
|
public function deliverContent(Request $request, \record_adapter $record, $subdef, $watermark, $stamp, Application $app)
|
||||||
|
@@ -19,11 +19,6 @@ use Silex\ControllerProviderInterface;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Dashboard implements ControllerProviderInterface
|
class Dashboard implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -16,11 +16,6 @@ use Silex\ControllerProviderInterface;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Databox implements ControllerProviderInterface
|
class Databox implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -18,11 +18,6 @@ use Symfony\Component\HttpFoundation\RedirectResponse;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Databoxes implements ControllerProviderInterface
|
class Databoxes implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -19,11 +19,6 @@ use Silex\ControllerProviderInterface;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Publications implements ControllerProviderInterface
|
class Publications implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -17,11 +17,6 @@ use Silex\ControllerProviderInterface;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Root implements ControllerProviderInterface
|
class Root implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -16,11 +16,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Silex\Application;
|
use Silex\Application;
|
||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class SearchEngine implements ControllerProviderInterface
|
class SearchEngine implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Controller\Admin;
|
namespace Alchemy\Phrasea\Controller\Admin;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
use Alchemy\Phrasea\Application;
|
use Alchemy\Phrasea\Application;
|
||||||
use Silex\Application as SilexApplication;
|
use Silex\Application as SilexApplication;
|
||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
@@ -23,11 +18,6 @@ use Symfony\Component\HttpFoundation\RedirectResponse;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Setup implements ControllerProviderInterface
|
class Setup implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(SilexApplication $app)
|
public function connect(SilexApplication $app)
|
||||||
|
@@ -15,11 +15,6 @@ use Silex\Application;
|
|||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Subdefs implements ControllerProviderInterface
|
class Subdefs implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -18,11 +18,6 @@ use Silex\ControllerProviderInterface;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Users implements ControllerProviderInterface
|
class Users implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -17,11 +17,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Datafiles extends AbstractDelivery
|
class Datafiles extends AbstractDelivery
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Controller;
|
namespace Alchemy\Phrasea\Controller;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Exception extends \Exception
|
class Exception extends \Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -17,11 +17,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Permalink extends AbstractDelivery
|
class Permalink extends AbstractDelivery
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -21,11 +21,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class BasketController implements ControllerProviderInterface
|
class BasketController implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -18,11 +18,6 @@ use Silex\Application;
|
|||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Edit implements ControllerProviderInterface
|
class Edit implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -23,11 +23,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Feed implements ControllerProviderInterface
|
class Feed implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -14,11 +14,6 @@ namespace Alchemy\Phrasea\Controller\Prod;
|
|||||||
use Silex\Application;
|
use Silex\Application;
|
||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Language implements ControllerProviderInterface
|
class Language implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -21,14 +21,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
use Symfony\Component\Filesystem\Exception\IOException;
|
use Symfony\Component\Filesystem\Exception\IOException;
|
||||||
|
|
||||||
/**
|
|
||||||
* Lazaret controller collection
|
|
||||||
*
|
|
||||||
* Defines routes related to the lazaret (quarantine) functionality
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Lazaret implements ControllerProviderInterface
|
class Lazaret implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -16,11 +16,6 @@ use Silex\Application;
|
|||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class MoveCollection implements ControllerProviderInterface
|
class MoveCollection implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -25,11 +25,6 @@ use Symfony\Component\HttpFoundation\RedirectResponse;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Order implements ControllerProviderInterface
|
class Order implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -17,11 +17,6 @@ use Alchemy\Phrasea\Helper\Record as RecordHelper;
|
|||||||
use Alchemy\Phrasea\Out\Module\PDF as PDFExport;
|
use Alchemy\Phrasea\Out\Module\PDF as PDFExport;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Printer implements ControllerProviderInterface
|
class Printer implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -26,11 +26,6 @@ use Symfony\Component\HttpFoundation\Response;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Push implements ControllerProviderInterface
|
class Push implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
protected function getUserFormatter()
|
protected function getUserFormatter()
|
||||||
|
@@ -19,11 +19,6 @@ use Symfony\Component\HttpFoundation\JsonResponse;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Query implements ControllerProviderInterface
|
class Query implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -20,11 +20,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Symfony\Component\Finder\Finder;
|
use Symfony\Component\Finder\Finder;
|
||||||
use Alchemy\Phrasea\Helper;
|
use Alchemy\Phrasea\Helper;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Root implements ControllerProviderInterface
|
class Root implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(SilexApplication $app)
|
public function connect(SilexApplication $app)
|
||||||
|
@@ -20,11 +20,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Story implements ControllerProviderInterface
|
class Story implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -17,11 +17,6 @@ use Symfony\Component\HttpFoundation\JsonResponse;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class TOU implements ControllerProviderInterface
|
class TOU implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -19,11 +19,6 @@ use Silex\Application;
|
|||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Tools implements ControllerProviderInterface
|
class Tools implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -17,11 +17,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Silex\Application;
|
use Silex\Application;
|
||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
* @todo Check if a user has access to record before sending the response
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Tooltip implements ControllerProviderInterface
|
class Tooltip implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -24,14 +24,6 @@ use Symfony\Component\HttpFoundation\File\UploadedFile;
|
|||||||
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
||||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
* Upload controller collection
|
|
||||||
*
|
|
||||||
* Defines routes related to the Upload process in phraseanet
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Upload implements ControllerProviderInterface
|
class Upload implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -21,11 +21,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Doctrine\Common\Collections\ArrayCollection;
|
use Doctrine\Common\Collections\ArrayCollection;
|
||||||
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class UsrLists implements ControllerProviderInterface
|
class UsrLists implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -21,11 +21,6 @@ use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
|||||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class WorkZone implements ControllerProviderInterface
|
class WorkZone implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -18,11 +18,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Developers implements ControllerProviderInterface
|
class Developers implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -16,11 +16,6 @@ use Alchemy\Phrasea\Feed\Aggregate;
|
|||||||
use Silex\Application;
|
use Silex\Application;
|
||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class RSSFeeds implements ControllerProviderInterface
|
class RSSFeeds implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -14,11 +14,6 @@ namespace Alchemy\Phrasea\Controller\Utils;
|
|||||||
use Silex\Application;
|
use Silex\Application;
|
||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class ConnectionTest implements ControllerProviderInterface
|
class ConnectionTest implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -15,11 +15,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Silex\Application;
|
use Silex\Application;
|
||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class PathFileTest implements ControllerProviderInterface
|
class PathFileTest implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Core;
|
namespace Alchemy\Phrasea\Core;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Version
|
class Version
|
||||||
{
|
{
|
||||||
protected static $number = '3.9.0-alpha.8';
|
protected static $number = '3.9.0-alpha.8';
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Feed\RSS;
|
namespace Alchemy\Phrasea\Feed\RSS;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @package Feeds
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Image implements FeedRSSImageInterface
|
class Image implements FeedRSSImageInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Feed\RSS;
|
namespace Alchemy\Phrasea\Feed\RSS;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @package Feeds
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
interface ImageInterface
|
interface ImageInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -14,11 +14,6 @@ namespace Alchemy\Phrasea\Helper;
|
|||||||
use Alchemy\Phrasea\Application;
|
use Alchemy\Phrasea\Application;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Helper
|
class Helper
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Helper;
|
namespace Alchemy\Phrasea\Helper;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Prod extends Helper
|
class Prod extends Helper
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -13,12 +13,6 @@ namespace Alchemy\Phrasea\Helper\Record;
|
|||||||
|
|
||||||
use Alchemy\Phrasea\Helper\Record\Helper as RecordHelper;
|
use Alchemy\Phrasea\Helper\Record\Helper as RecordHelper;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Bridge extends RecordHelper
|
class Bridge extends RecordHelper
|
||||||
{
|
{
|
||||||
protected $flatten_groupings = true;
|
protected $flatten_groupings = true;
|
||||||
|
@@ -15,11 +15,6 @@ use Alchemy\Phrasea\Application;
|
|||||||
use Alchemy\Phrasea\Model\Entities\Basket;
|
use Alchemy\Phrasea\Model\Entities\Basket;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Helper extends \Alchemy\Phrasea\Helper\Helper
|
class Helper extends \Alchemy\Phrasea\Helper\Helper
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -15,15 +15,6 @@ use Alchemy\Phrasea\Application;
|
|||||||
use Alchemy\Phrasea\Helper\Record\Helper as RecordHelper;
|
use Alchemy\Phrasea\Helper\Record\Helper as RecordHelper;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
|
||||||
* Edit Record Helper
|
|
||||||
* This object handles /edit/ request and filters records that user can edit
|
|
||||||
*
|
|
||||||
* It prepares metadatas, databases structures.
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Printer extends RecordHelper
|
class Printer extends RecordHelper
|
||||||
{
|
{
|
||||||
protected $flatten_groupings = true;
|
protected $flatten_groupings = true;
|
||||||
|
@@ -13,15 +13,6 @@ namespace Alchemy\Phrasea\Helper\Record;
|
|||||||
|
|
||||||
use Alchemy\Phrasea\Helper\Record\Helper as RecordHelper;
|
use Alchemy\Phrasea\Helper\Record\Helper as RecordHelper;
|
||||||
|
|
||||||
/**
|
|
||||||
* Edit Record Helper
|
|
||||||
* This object handles /edit/ request and filters records that user can edit
|
|
||||||
*
|
|
||||||
* It prepares metadatas, databases structures.
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Push extends RecordHelper
|
class Push extends RecordHelper
|
||||||
{
|
{
|
||||||
protected $flatten_groupings = true;
|
protected $flatten_groupings = true;
|
||||||
|
@@ -18,11 +18,6 @@ use Alchemy\Phrasea\Notification\Receiver;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Edit extends \Alchemy\Phrasea\Helper\Helper
|
class Edit extends \Alchemy\Phrasea\Helper\Helper
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -17,11 +17,6 @@ use Alchemy\Phrasea\Notification\Receiver;
|
|||||||
use Alchemy\Phrasea\Notification\Mail\MailRequestPasswordSetup;
|
use Alchemy\Phrasea\Notification\Mail\MailRequestPasswordSetup;
|
||||||
use Alchemy\Phrasea\Notification\Mail\MailRequestEmailConfirmation;
|
use Alchemy\Phrasea\Notification\Mail\MailRequestEmailConfirmation;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Manage extends Helper
|
class Manage extends Helper
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -14,15 +14,6 @@ namespace Alchemy\Phrasea\Helper;
|
|||||||
use Doctrine\Common\Collections\ArrayCollection;
|
use Doctrine\Common\Collections\ArrayCollection;
|
||||||
use Alchemy\Phrasea\Model\Entities\Basket as BasketEntity;
|
use Alchemy\Phrasea\Model\Entities\Basket as BasketEntity;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* WorkZone provides methods for working with the working zone of Phraseanet
|
|
||||||
* Production. This zones handles Non-Archived baskets, stories and Validation
|
|
||||||
* people are waiting from me.
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class WorkZone extends Helper
|
class WorkZone extends Helper
|
||||||
{
|
{
|
||||||
const BASKETS = 'baskets';
|
const BASKETS = 'baskets';
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef;
|
namespace Alchemy\Phrasea\Media\Subdef;
|
||||||
|
|
||||||
/**
|
|
||||||
* Audio Subdef
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Audio extends Provider
|
class Audio extends Provider
|
||||||
{
|
{
|
||||||
const OPTION_AUDIOBITRATE = 'audiobitrate';
|
const OPTION_AUDIOBITRATE = 'audiobitrate';
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef;
|
namespace Alchemy\Phrasea\Media\Subdef;
|
||||||
|
|
||||||
/**
|
|
||||||
* FlexPaper Subdef
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class FlexPaper extends Provider
|
class FlexPaper extends Provider
|
||||||
{
|
{
|
||||||
protected $options = [];
|
protected $options = [];
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef;
|
namespace Alchemy\Phrasea\Media\Subdef;
|
||||||
|
|
||||||
/**
|
|
||||||
* Gif Subdef
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Gif extends Image
|
class Gif extends Image
|
||||||
{
|
{
|
||||||
const OPTION_DELAY = 'delay';
|
const OPTION_DELAY = 'delay';
|
||||||
|
@@ -13,12 +13,6 @@ namespace Alchemy\Phrasea\Media\Subdef;
|
|||||||
|
|
||||||
use MediaAlchemyst\Specification\Image as ImageSpecification;
|
use MediaAlchemyst\Specification\Image as ImageSpecification;
|
||||||
|
|
||||||
/**
|
|
||||||
* Image Subdef
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Image extends Provider
|
class Image extends Provider
|
||||||
{
|
{
|
||||||
const OPTION_SIZE = 'size';
|
const OPTION_SIZE = 'size';
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
||||||
|
|
||||||
/**
|
|
||||||
* Boolean Subdef Option
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Boolean implements OptionType
|
class Boolean implements OptionType
|
||||||
{
|
{
|
||||||
protected $name;
|
protected $name;
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
||||||
|
|
||||||
/**
|
|
||||||
* Enum Subdef Option
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Enum implements OptionType
|
class Enum implements OptionType
|
||||||
{
|
{
|
||||||
protected $name;
|
protected $name;
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
||||||
|
|
||||||
/**
|
|
||||||
* Multi Subdef Option
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Multi implements OptionType
|
class Multi implements OptionType
|
||||||
{
|
{
|
||||||
protected $name;
|
protected $name;
|
||||||
|
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
interface OptionType
|
interface OptionType
|
||||||
{
|
{
|
||||||
const TYPE_RANGE = 'Range';
|
const TYPE_RANGE = 'Range';
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
||||||
|
|
||||||
/**
|
|
||||||
* Range Subdef Option
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Range implements OptionType
|
class Range implements OptionType
|
||||||
{
|
{
|
||||||
protected $name;
|
protected $name;
|
||||||
|
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef;
|
namespace Alchemy\Phrasea\Media\Subdef;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
abstract class Provider implements Subdef
|
abstract class Provider implements Subdef
|
||||||
{
|
{
|
||||||
protected $options = [];
|
protected $options = [];
|
||||||
|
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef;
|
namespace Alchemy\Phrasea\Media\Subdef;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
interface Subdef
|
interface Subdef
|
||||||
{
|
{
|
||||||
const TYPE_IMAGE = 'image';
|
const TYPE_IMAGE = 'image';
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef;
|
namespace Alchemy\Phrasea\Media\Subdef;
|
||||||
|
|
||||||
/**
|
|
||||||
* Video Subdef
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Video extends Audio
|
class Video extends Audio
|
||||||
{
|
{
|
||||||
const OPTION_SIZE = 'size';
|
const OPTION_SIZE = 'size';
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Type;
|
namespace Alchemy\Phrasea\Media\Type;
|
||||||
|
|
||||||
/**
|
|
||||||
* Phrasea Audio Media Type
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Audio implements Type
|
class Audio implements Type
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Type;
|
namespace Alchemy\Phrasea\Media\Type;
|
||||||
|
|
||||||
/**
|
|
||||||
* Phrasea Document Media Type
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Document implements Type
|
class Document implements Type
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Type;
|
namespace Alchemy\Phrasea\Media\Type;
|
||||||
|
|
||||||
/**
|
|
||||||
* Phrasea Flash Media Type
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Flash implements Type
|
class Flash implements Type
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Type;
|
namespace Alchemy\Phrasea\Media\Type;
|
||||||
|
|
||||||
/**
|
|
||||||
* Phrasea Image Media Type
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Image implements Type
|
class Image implements Type
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Type;
|
namespace Alchemy\Phrasea\Media\Type;
|
||||||
|
|
||||||
/**
|
|
||||||
* Phrasea Type Media Type
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
interface Type
|
interface Type
|
||||||
{
|
{
|
||||||
const TYPE_AUDIO = 'audio';
|
const TYPE_AUDIO = 'audio';
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Type;
|
namespace Alchemy\Phrasea\Media\Type;
|
||||||
|
|
||||||
/**
|
|
||||||
* Phrasea Video Media Type
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Video implements Type
|
class Video implements Type
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -14,11 +14,6 @@ namespace Alchemy\Phrasea\Model\Repositories;
|
|||||||
use Alchemy\Phrasea\Model\Entities\Basket;
|
use Alchemy\Phrasea\Model\Entities\Basket;
|
||||||
use Doctrine\ORM\EntityRepository;
|
use Doctrine\ORM\EntityRepository;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class BasketRepository extends EntityRepository
|
class BasketRepository extends EntityRepository
|
||||||
{
|
{
|
||||||
const MYBASKETS = 'my baskets';
|
const MYBASKETS = 'my baskets';
|
||||||
|
@@ -14,11 +14,6 @@ namespace Alchemy\Phrasea\Model\Repositories;
|
|||||||
use Doctrine\ORM\EntityRepository;
|
use Doctrine\ORM\EntityRepository;
|
||||||
use Doctrine\DBAL\Types\Type;
|
use Doctrine\DBAL\Types\Type;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class ValidationParticipantRepository extends EntityRepository
|
class ValidationParticipantRepository extends EntityRepository
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -9,12 +9,6 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Model\Types;
|
namespace Alchemy\Phrasea\Model\Types;
|
||||||
|
|
||||||
use Doctrine\DBAL\Types\Type;
|
use Doctrine\DBAL\Types\Type;
|
||||||
|
@@ -9,12 +9,6 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Model\Types;
|
namespace Alchemy\Phrasea\Model\Types;
|
||||||
|
|
||||||
use Doctrine\DBAL\Types\Type;
|
use Doctrine\DBAL\Types\Type;
|
||||||
|
@@ -9,12 +9,6 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Model\Types;
|
namespace Alchemy\Phrasea\Model\Types;
|
||||||
|
|
||||||
use Doctrine\DBAL\Types\Type;
|
use Doctrine\DBAL\Types\Type;
|
||||||
|
@@ -9,12 +9,6 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Model\Types;
|
namespace Alchemy\Phrasea\Model\Types;
|
||||||
|
|
||||||
use Doctrine\DBAL\Types\Type;
|
use Doctrine\DBAL\Types\Type;
|
||||||
|
@@ -9,12 +9,6 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Model\Types;
|
namespace Alchemy\Phrasea\Model\Types;
|
||||||
|
|
||||||
use Doctrine\DBAL\Types\Type;
|
use Doctrine\DBAL\Types\Type;
|
||||||
|
@@ -14,12 +14,6 @@ namespace Alchemy\Phrasea\Out\Module;
|
|||||||
use Alchemy\Phrasea\Application;
|
use Alchemy\Phrasea\Application;
|
||||||
use Alchemy\Phrasea\Out\Tool\PhraseaPDF;
|
use Alchemy\Phrasea\Out\Tool\PhraseaPDF;
|
||||||
|
|
||||||
/**
|
|
||||||
* Creates a PDF
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class PDF
|
class PDF
|
||||||
{
|
{
|
||||||
protected $app;
|
protected $app;
|
||||||
|
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Out\Tool;
|
namespace Alchemy\Phrasea\Out\Tool;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class PhraseaPDF extends \TCPDF
|
class PhraseaPDF extends \TCPDF
|
||||||
{
|
{
|
||||||
const FONT = 'freesans';
|
const FONT = 'freesans';
|
||||||
|
@@ -13,12 +13,6 @@ namespace Alchemy\Phrasea\SearchEngine\Phrasea;
|
|||||||
|
|
||||||
use Alchemy\Phrasea\Application;
|
use Alchemy\Phrasea\Application;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @package searchEngine
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class PhraseaEngineQueryParser
|
class PhraseaEngineQueryParser
|
||||||
{
|
{
|
||||||
public $ops = [
|
public $ops = [
|
||||||
|
@@ -11,14 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Vocabulary\ControlProvider;
|
namespace Alchemy\Phrasea\Vocabulary\ControlProvider;
|
||||||
|
|
||||||
/**
|
|
||||||
* ControlProvider Interface
|
|
||||||
*
|
|
||||||
* This interface should be used to interconnect vocabularies and metadatas
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
interface ControlProviderInterface
|
interface ControlProviderInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -15,12 +15,6 @@ use Alchemy\Phrasea\Application;
|
|||||||
use Doctrine\Common\Collections\ArrayCollection;
|
use Doctrine\Common\Collections\ArrayCollection;
|
||||||
use Alchemy\Phrasea\Vocabulary\Term;
|
use Alchemy\Phrasea\Vocabulary\Term;
|
||||||
|
|
||||||
/**
|
|
||||||
* User Provider
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class UserProvider implements ControlProviderInterface
|
class UserProvider implements ControlProviderInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -14,14 +14,6 @@ namespace Alchemy\Phrasea\Vocabulary;
|
|||||||
use Alchemy\Phrasea\Application;
|
use Alchemy\Phrasea\Application;
|
||||||
use Alchemy\Phrasea\Vocabulary\ControlProvider\ControlProviderInterface;
|
use Alchemy\Phrasea\Vocabulary\ControlProvider\ControlProviderInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
* Vocabulary Controller
|
|
||||||
*
|
|
||||||
* Various methods fro controlling vocabularies inside Phraseanet
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Controller
|
class Controller
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -11,15 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Vocabulary;
|
namespace Alchemy\Phrasea\Vocabulary;
|
||||||
|
|
||||||
/**
|
|
||||||
* Vocabulary Term
|
|
||||||
*
|
|
||||||
* A Term of vocabulary has a Value, and optionnal context, ControllerProvider
|
|
||||||
* and an Id
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Term
|
class Term
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
use Alchemy\Phrasea\Application;
|
use Alchemy\Phrasea\Application;
|
||||||
|
|
||||||
/**
|
|
||||||
* Access Control List class
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class ACL implements cache_cacheableInterface
|
class ACL implements cache_cacheableInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -12,16 +12,6 @@
|
|||||||
use Alchemy\Phrasea\Application;
|
use Alchemy\Phrasea\Application;
|
||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @package OAuth2 Connector
|
|
||||||
*
|
|
||||||
* @see http://oauth.net/2/
|
|
||||||
* @uses http://code.google.com/p/oauth2-php/
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class API_OAuth2_Account
|
class API_OAuth2_Account
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -15,17 +15,6 @@ use Alchemy\Phrasea\Authentication\Exception\AccountLockedException;
|
|||||||
use Alchemy\Phrasea\Authentication\Exception\RequireCaptchaException;
|
use Alchemy\Phrasea\Authentication\Exception\RequireCaptchaException;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* @package OAuth2 Connector
|
|
||||||
*
|
|
||||||
* @see http://oauth.net/2/
|
|
||||||
* @uses http://code.google.com/p/oauth2-php/
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class API_OAuth2_Adapter extends OAuth2
|
class API_OAuth2_Adapter extends OAuth2
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -12,16 +12,6 @@
|
|||||||
use Alchemy\Phrasea\Application;
|
use Alchemy\Phrasea\Application;
|
||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @package OAuth2 Connector
|
|
||||||
*
|
|
||||||
* @see http://oauth.net/2/
|
|
||||||
* @uses http://code.google.com/p/oauth2-php/
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class API_OAuth2_Application
|
class API_OAuth2_Application
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -12,16 +12,6 @@
|
|||||||
use Alchemy\Phrasea\Application;
|
use Alchemy\Phrasea\Application;
|
||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @package OAuth2 Connector
|
|
||||||
*
|
|
||||||
* @see http://oauth.net/2/
|
|
||||||
* @uses http://code.google.com/p/oauth2-php/
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class API_OAuth2_AuthCode
|
class API_OAuth2_AuthCode
|
||||||
{
|
{
|
||||||
protected $app;
|
protected $app;
|
||||||
|
@@ -9,17 +9,6 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* @package OAuth2 Connector
|
|
||||||
*
|
|
||||||
* @see http://oauth.net/2/
|
|
||||||
* @uses http://code.google.com/p/oauth2-php/
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class API_OAuth2_Exception_Exception extends Exception implements API_OAuth2_Exception_Interface
|
class API_OAuth2_Exception_Exception extends Exception implements API_OAuth2_Exception_Interface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -9,17 +9,6 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* @package OAuth2 Connector
|
|
||||||
*
|
|
||||||
* @see http://oauth.net/2/
|
|
||||||
* @uses http://code.google.com/p/oauth2-php/
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
interface API_OAuth2_Exception_Interface
|
interface API_OAuth2_Exception_Interface
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user