mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-08 10:34:34 +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;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class ApcCache extends DoctrineApc implements Cache
|
||||
{
|
||||
|
||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
||||
|
||||
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
|
||||
{
|
||||
|
||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
||||
|
||||
use Doctrine\Common\Cache\Cache as DoctrineCache;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
interface Cache extends DoctrineCache
|
||||
{
|
||||
/**
|
||||
|
@@ -11,11 +11,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Cache;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Exception extends \Exception
|
||||
{
|
||||
|
||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
||||
|
||||
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
|
||||
{
|
||||
|
||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
||||
|
||||
use Doctrine\Common\Cache\CacheProvider;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class RedisCache extends CacheProvider implements Cache
|
||||
{
|
||||
/**
|
||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
||||
|
||||
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
|
||||
{
|
||||
|
||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
||||
|
||||
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
|
||||
{
|
||||
|
||||
|
@@ -16,12 +16,6 @@ use Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
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
|
||||
{
|
||||
/**
|
||||
|
@@ -18,12 +18,6 @@ use Symfony\Component\Console\Command\Command as SymfoCommand;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
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
|
||||
{
|
||||
/**
|
||||
|
@@ -17,12 +17,6 @@ use Symfony\Component\Console\Input\InputOption;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
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
|
||||
{
|
||||
|
||||
|
@@ -21,12 +21,6 @@ use Symfony\Component\Console\Input\InputOption;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
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
|
||||
{
|
||||
/**
|
||||
|
@@ -15,13 +15,6 @@ use Alchemy\Phrasea\Command\Command;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
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
|
||||
{
|
||||
/**
|
||||
|
@@ -19,11 +19,6 @@ use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
use vierbergenlars\SemVer\version;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class UpgradeDBDatas extends Command
|
||||
{
|
||||
protected $upgrades = [];
|
||||
|
@@ -16,11 +16,6 @@ use Alchemy\Phrasea\Http\DeliverDataInterface;
|
||||
use Silex\ControllerProviderInterface;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
abstract class AbstractDelivery implements ControllerProviderInterface
|
||||
{
|
||||
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\Response;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Dashboard implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -16,11 +16,6 @@ use Silex\ControllerProviderInterface;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Databox implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -18,11 +18,6 @@ use Symfony\Component\HttpFoundation\RedirectResponse;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Databoxes implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -19,11 +19,6 @@ use Silex\ControllerProviderInterface;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Publications implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -17,11 +17,6 @@ use Silex\ControllerProviderInterface;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Root implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -16,11 +16,6 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
use Silex\Application;
|
||||
use Silex\ControllerProviderInterface;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class SearchEngine implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -11,11 +11,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Controller\Admin;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
use Alchemy\Phrasea\Application;
|
||||
use Silex\Application as SilexApplication;
|
||||
use Silex\ControllerProviderInterface;
|
||||
@@ -23,11 +18,6 @@ use Symfony\Component\HttpFoundation\RedirectResponse;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Setup implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(SilexApplication $app)
|
||||
|
@@ -15,11 +15,6 @@ use Silex\Application;
|
||||
use Silex\ControllerProviderInterface;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Subdefs implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -18,11 +18,6 @@ use Silex\ControllerProviderInterface;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Users implements ControllerProviderInterface
|
||||
{
|
||||
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\AccessDeniedHttpException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Datafiles extends AbstractDelivery
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -11,11 +11,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Controller;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Exception extends \Exception
|
||||
{
|
||||
|
||||
|
@@ -17,11 +17,6 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Permalink extends AbstractDelivery
|
||||
{
|
||||
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\NotFoundHttpException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class BasketController implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -18,11 +18,6 @@ use Silex\Application;
|
||||
use Silex\ControllerProviderInterface;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Edit implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -23,11 +23,6 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Feed implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -14,11 +14,6 @@ namespace Alchemy\Phrasea\Controller\Prod;
|
||||
use Silex\Application;
|
||||
use Silex\ControllerProviderInterface;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Language implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -21,14 +21,6 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
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
|
||||
{
|
||||
/**
|
||||
|
@@ -16,11 +16,6 @@ use Silex\Application;
|
||||
use Silex\ControllerProviderInterface;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class MoveCollection implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -25,11 +25,6 @@ use Symfony\Component\HttpFoundation\RedirectResponse;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Order implements ControllerProviderInterface
|
||||
{
|
||||
/**
|
||||
|
@@ -17,11 +17,6 @@ use Alchemy\Phrasea\Helper\Record as RecordHelper;
|
||||
use Alchemy\Phrasea\Out\Module\PDF as PDFExport;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Printer implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -26,11 +26,6 @@ use Symfony\Component\HttpFoundation\Response;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Push implements ControllerProviderInterface
|
||||
{
|
||||
protected function getUserFormatter()
|
||||
|
@@ -19,11 +19,6 @@ use Symfony\Component\HttpFoundation\JsonResponse;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Query implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -20,11 +20,6 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\Finder\Finder;
|
||||
use Alchemy\Phrasea\Helper;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Root implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(SilexApplication $app)
|
||||
|
@@ -20,11 +20,6 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Story implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -17,11 +17,6 @@ use Symfony\Component\HttpFoundation\JsonResponse;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class TOU implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -19,11 +19,6 @@ use Silex\Application;
|
||||
use Silex\ControllerProviderInterface;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Tools implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -17,11 +17,6 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
use Silex\Application;
|
||||
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
|
||||
{
|
||||
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\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
|
||||
{
|
||||
/**
|
||||
|
@@ -21,11 +21,6 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class UsrLists implements ControllerProviderInterface
|
||||
{
|
||||
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\NotFoundHttpException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class WorkZone implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -18,11 +18,6 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Developers implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -16,11 +16,6 @@ use Alchemy\Phrasea\Feed\Aggregate;
|
||||
use Silex\Application;
|
||||
use Silex\ControllerProviderInterface;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class RSSFeeds implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -14,11 +14,6 @@ namespace Alchemy\Phrasea\Controller\Utils;
|
||||
use Silex\Application;
|
||||
use Silex\ControllerProviderInterface;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class ConnectionTest implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -15,11 +15,6 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
use Silex\Application;
|
||||
use Silex\ControllerProviderInterface;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class PathFileTest implements ControllerProviderInterface
|
||||
{
|
||||
public function connect(Application $app)
|
||||
|
@@ -11,11 +11,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Core;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Version
|
||||
{
|
||||
protected static $number = '3.9.0-alpha.8';
|
||||
|
@@ -11,12 +11,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Feed\RSS;
|
||||
|
||||
/**
|
||||
*
|
||||
* @package Feeds
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Image implements FeedRSSImageInterface
|
||||
{
|
||||
/**
|
||||
|
@@ -11,12 +11,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Feed\RSS;
|
||||
|
||||
/**
|
||||
*
|
||||
* @package Feeds
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
interface ImageInterface
|
||||
{
|
||||
|
||||
|
@@ -14,11 +14,6 @@ namespace Alchemy\Phrasea\Helper;
|
||||
use Alchemy\Phrasea\Application;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Helper
|
||||
{
|
||||
/**
|
||||
|
@@ -11,11 +11,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Helper;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Prod extends Helper
|
||||
{
|
||||
|
||||
|
@@ -13,12 +13,6 @@ namespace Alchemy\Phrasea\Helper\Record;
|
||||
|
||||
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
|
||||
{
|
||||
protected $flatten_groupings = true;
|
||||
|
@@ -15,11 +15,6 @@ use Alchemy\Phrasea\Application;
|
||||
use Alchemy\Phrasea\Model\Entities\Basket;
|
||||
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
|
||||
{
|
||||
/**
|
||||
|
@@ -15,15 +15,6 @@ use Alchemy\Phrasea\Application;
|
||||
use Alchemy\Phrasea\Helper\Record\Helper as RecordHelper;
|
||||
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
|
||||
{
|
||||
protected $flatten_groupings = true;
|
||||
|
@@ -13,15 +13,6 @@ namespace Alchemy\Phrasea\Helper\Record;
|
||||
|
||||
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
|
||||
{
|
||||
protected $flatten_groupings = true;
|
||||
|
@@ -18,11 +18,6 @@ use Alchemy\Phrasea\Notification\Receiver;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
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
|
||||
{
|
||||
/**
|
||||
|
@@ -17,11 +17,6 @@ use Alchemy\Phrasea\Notification\Receiver;
|
||||
use Alchemy\Phrasea\Notification\Mail\MailRequestPasswordSetup;
|
||||
use Alchemy\Phrasea\Notification\Mail\MailRequestEmailConfirmation;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Manage extends Helper
|
||||
{
|
||||
/**
|
||||
|
@@ -14,15 +14,6 @@ namespace Alchemy\Phrasea\Helper;
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
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
|
||||
{
|
||||
const BASKETS = 'baskets';
|
||||
|
@@ -11,12 +11,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Media\Subdef;
|
||||
|
||||
/**
|
||||
* Audio Subdef
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Audio extends Provider
|
||||
{
|
||||
const OPTION_AUDIOBITRATE = 'audiobitrate';
|
||||
|
@@ -11,12 +11,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Media\Subdef;
|
||||
|
||||
/**
|
||||
* FlexPaper Subdef
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class FlexPaper extends Provider
|
||||
{
|
||||
protected $options = [];
|
||||
|
@@ -11,12 +11,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Media\Subdef;
|
||||
|
||||
/**
|
||||
* Gif Subdef
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Gif extends Image
|
||||
{
|
||||
const OPTION_DELAY = 'delay';
|
||||
|
@@ -13,12 +13,6 @@ namespace Alchemy\Phrasea\Media\Subdef;
|
||||
|
||||
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
|
||||
{
|
||||
const OPTION_SIZE = 'size';
|
||||
|
@@ -11,12 +11,6 @@
|
||||
|
||||
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
|
||||
{
|
||||
protected $name;
|
||||
|
@@ -11,12 +11,6 @@
|
||||
|
||||
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
|
||||
{
|
||||
protected $name;
|
||||
|
@@ -11,12 +11,6 @@
|
||||
|
||||
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
|
||||
{
|
||||
protected $name;
|
||||
|
@@ -11,11 +11,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
interface OptionType
|
||||
{
|
||||
const TYPE_RANGE = 'Range';
|
||||
|
@@ -11,12 +11,6 @@
|
||||
|
||||
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
|
||||
{
|
||||
protected $name;
|
||||
|
@@ -11,11 +11,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Media\Subdef;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
abstract class Provider implements Subdef
|
||||
{
|
||||
protected $options = [];
|
||||
|
@@ -11,11 +11,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Media\Subdef;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
interface Subdef
|
||||
{
|
||||
const TYPE_IMAGE = 'image';
|
||||
|
@@ -11,12 +11,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Media\Subdef;
|
||||
|
||||
/**
|
||||
* Video Subdef
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Video extends Audio
|
||||
{
|
||||
const OPTION_SIZE = 'size';
|
||||
|
@@ -11,12 +11,6 @@
|
||||
|
||||
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
|
||||
{
|
||||
|
||||
|
@@ -11,12 +11,6 @@
|
||||
|
||||
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
|
||||
{
|
||||
|
||||
|
@@ -11,12 +11,6 @@
|
||||
|
||||
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
|
||||
{
|
||||
|
||||
|
@@ -11,12 +11,6 @@
|
||||
|
||||
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
|
||||
{
|
||||
|
||||
|
@@ -11,12 +11,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Media\Type;
|
||||
|
||||
/**
|
||||
* Phrasea Type Media Type
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
interface Type
|
||||
{
|
||||
const TYPE_AUDIO = 'audio';
|
||||
|
@@ -11,12 +11,6 @@
|
||||
|
||||
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
|
||||
{
|
||||
|
||||
|
@@ -14,11 +14,6 @@ namespace Alchemy\Phrasea\Model\Repositories;
|
||||
use Alchemy\Phrasea\Model\Entities\Basket;
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class BasketRepository extends EntityRepository
|
||||
{
|
||||
const MYBASKETS = 'my baskets';
|
||||
|
@@ -14,11 +14,6 @@ namespace Alchemy\Phrasea\Model\Repositories;
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
use Doctrine\DBAL\Types\Type;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class ValidationParticipantRepository extends EntityRepository
|
||||
{
|
||||
|
||||
|
@@ -9,12 +9,6 @@
|
||||
* 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;
|
||||
|
||||
use Doctrine\DBAL\Types\Type;
|
||||
|
@@ -9,12 +9,6 @@
|
||||
* 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;
|
||||
|
||||
use Doctrine\DBAL\Types\Type;
|
||||
|
@@ -9,12 +9,6 @@
|
||||
* 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;
|
||||
|
||||
use Doctrine\DBAL\Types\Type;
|
||||
|
@@ -9,12 +9,6 @@
|
||||
* 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;
|
||||
|
||||
use Doctrine\DBAL\Types\Type;
|
||||
|
@@ -9,12 +9,6 @@
|
||||
* 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;
|
||||
|
||||
use Doctrine\DBAL\Types\Type;
|
||||
|
@@ -14,12 +14,6 @@ namespace Alchemy\Phrasea\Out\Module;
|
||||
use Alchemy\Phrasea\Application;
|
||||
use Alchemy\Phrasea\Out\Tool\PhraseaPDF;
|
||||
|
||||
/**
|
||||
* Creates a PDF
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class PDF
|
||||
{
|
||||
protected $app;
|
||||
|
@@ -11,11 +11,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Out\Tool;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class PhraseaPDF extends \TCPDF
|
||||
{
|
||||
const FONT = 'freesans';
|
||||
|
@@ -13,12 +13,6 @@ namespace Alchemy\Phrasea\SearchEngine\Phrasea;
|
||||
|
||||
use Alchemy\Phrasea\Application;
|
||||
|
||||
/**
|
||||
*
|
||||
* @package searchEngine
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class PhraseaEngineQueryParser
|
||||
{
|
||||
public $ops = [
|
||||
|
@@ -11,14 +11,6 @@
|
||||
|
||||
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
|
||||
{
|
||||
|
||||
|
@@ -15,12 +15,6 @@ use Alchemy\Phrasea\Application;
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
use Alchemy\Phrasea\Vocabulary\Term;
|
||||
|
||||
/**
|
||||
* User Provider
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class UserProvider implements ControlProviderInterface
|
||||
{
|
||||
|
||||
|
@@ -14,14 +14,6 @@ namespace Alchemy\Phrasea\Vocabulary;
|
||||
use Alchemy\Phrasea\Application;
|
||||
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
|
||||
{
|
||||
/**
|
||||
|
@@ -11,15 +11,6 @@
|
||||
|
||||
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
|
||||
{
|
||||
/**
|
||||
|
@@ -11,12 +11,6 @@
|
||||
|
||||
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
|
||||
{
|
||||
/**
|
||||
|
@@ -12,16 +12,6 @@
|
||||
use Alchemy\Phrasea\Application;
|
||||
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
|
||||
{
|
||||
/**
|
||||
|
@@ -15,17 +15,6 @@ use Alchemy\Phrasea\Authentication\Exception\AccountLockedException;
|
||||
use Alchemy\Phrasea\Authentication\Exception\RequireCaptchaException;
|
||||
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
|
||||
{
|
||||
/**
|
||||
|
@@ -12,16 +12,6 @@
|
||||
use Alchemy\Phrasea\Application;
|
||||
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
|
||||
{
|
||||
/**
|
||||
|
@@ -12,16 +12,6 @@
|
||||
use Alchemy\Phrasea\Application;
|
||||
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
|
||||
{
|
||||
protected $app;
|
||||
|
@@ -9,17 +9,6 @@
|
||||
* 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
|
||||
{
|
||||
/**
|
||||
|
@@ -9,17 +9,6 @@
|
||||
* 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
|
||||
{
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user