From 6a87d9e16856ae1d26b4dbee30a8fd196e3d23e5 Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Tue, 7 Jul 2015 19:46:04 +0200 Subject: [PATCH] set license to agpl 3 and define concrete action and connection classes in the config file --- LICENSE | 114 ++- configuration.php | 37 +- db.sql | 886 ------------------ src/Fusio/Action/BeanstalkPush.php | 20 +- src/Fusio/Action/CacheResponse.php | 20 +- src/Fusio/Action/Composite.php | 20 +- src/Fusio/Action/Condition.php | 20 +- src/Fusio/Action/HttpRequest.php | 20 +- src/Fusio/Action/Pipe.php | 20 +- src/Fusio/Action/RabbitMqPush.php | 20 +- src/Fusio/Action/SqlExecute.php | 20 +- src/Fusio/Action/SqlFetchAll.php | 20 +- src/Fusio/Action/SqlFetchRow.php | 20 +- src/Fusio/Action/StaticResponse.php | 20 +- src/Fusio/ActionInterface.php | 20 +- src/Fusio/App.php | 20 +- src/Fusio/App/Loader.php | 20 +- src/Fusio/App/RateLimit.php | 20 +- src/Fusio/Authorization/ClientCredentials.php | 20 +- src/Fusio/Authorization/Oauth2Filter.php | 20 +- src/Fusio/Authorization/ProtectionTrait.php | 20 +- src/Fusio/Authorization/Revoke.php | 20 +- src/Fusio/Authorization/Token.php | 20 +- src/Fusio/Authorization/Whoami.php | 20 +- src/Fusio/Backend/Api/Action/Collection.php | 20 +- src/Fusio/Backend/Api/Action/Entity.php | 20 +- src/Fusio/Backend/Api/Action/ListActions.php | 20 +- .../Backend/Api/Action/ValidatorTrait.php | 20 +- src/Fusio/Backend/Api/App/Collection.php | 20 +- src/Fusio/Backend/Api/App/Entity.php | 20 +- src/Fusio/Backend/Api/App/Token.php | 20 +- src/Fusio/Backend/Api/App/ValidatorTrait.php | 20 +- .../Backend/Api/Connection/Collection.php | 20 +- src/Fusio/Backend/Api/Connection/Entity.php | 20 +- .../Api/Connection/ListConnections.php | 20 +- .../Backend/Api/Connection/ValidatorTrait.php | 20 +- .../Api/Dashboard/IncomingRequests.php | 20 +- .../Backend/Api/Dashboard/LatestApps.php | 20 +- .../Backend/Api/Dashboard/LatestRequests.php | 20 +- .../Backend/Api/Dashboard/LatestUsers.php | 20 +- .../Backend/Api/Dashboard/MostUsedApps.php | 20 +- .../Backend/Api/Dashboard/MostUsedRoutes.php | 20 +- src/Fusio/Backend/Api/Log/Collection.php | 20 +- src/Fusio/Backend/Api/Log/Entity.php | 20 +- src/Fusio/Backend/Api/Routes/Collection.php | 20 +- src/Fusio/Backend/Api/Routes/Entity.php | 20 +- .../Backend/Api/Routes/ValidatorTrait.php | 20 +- src/Fusio/Backend/Api/Schema/Collection.php | 20 +- src/Fusio/Backend/Api/Schema/Entity.php | 20 +- src/Fusio/Backend/Api/Schema/Preview.php | 20 +- .../Backend/Api/Schema/ValidatorTrait.php | 20 +- src/Fusio/Backend/Api/Scope/Collection.php | 20 +- src/Fusio/Backend/Api/Scope/Entity.php | 20 +- .../Backend/Api/Scope/ValidatorTrait.php | 20 +- src/Fusio/Backend/Api/User/Collection.php | 20 +- src/Fusio/Backend/Api/User/Entity.php | 20 +- src/Fusio/Backend/Api/User/ValidatorTrait.php | 20 +- .../Authorization/ClientCredentials.php | 20 +- src/Fusio/Backend/Authorization/Token.php | 20 +- .../Backend/Filter/Routes/Controller.php | 20 +- src/Fusio/Backend/Filter/Routes/Methods.php | 20 +- src/Fusio/Backend/Filter/Routes/Path.php | 20 +- src/Fusio/Backend/Schema/Action.php | 20 +- .../Backend/Schema/Action/Collection.php | 20 +- src/Fusio/Backend/Schema/Action/Create.php | 20 +- src/Fusio/Backend/Schema/Action/Delete.php | 20 +- src/Fusio/Backend/Schema/Action/Update.php | 20 +- src/Fusio/Backend/Schema/App.php | 20 +- src/Fusio/Backend/Schema/App/Collection.php | 20 +- src/Fusio/Backend/Schema/App/Create.php | 20 +- src/Fusio/Backend/Schema/App/Delete.php | 20 +- src/Fusio/Backend/Schema/App/Token.php | 20 +- src/Fusio/Backend/Schema/App/Update.php | 20 +- src/Fusio/Backend/Schema/Connection.php | 20 +- .../Backend/Schema/Connection/Collection.php | 20 +- .../Backend/Schema/Connection/Create.php | 20 +- .../Backend/Schema/Connection/Delete.php | 20 +- .../Backend/Schema/Connection/Update.php | 20 +- src/Fusio/Backend/Schema/Log.php | 20 +- src/Fusio/Backend/Schema/Log/Collection.php | 20 +- src/Fusio/Backend/Schema/Message.php | 20 +- src/Fusio/Backend/Schema/Routes.php | 20 +- .../Backend/Schema/Routes/Collection.php | 20 +- src/Fusio/Backend/Schema/Routes/Create.php | 20 +- src/Fusio/Backend/Schema/Routes/Delete.php | 20 +- src/Fusio/Backend/Schema/Routes/Method.php | 20 +- src/Fusio/Backend/Schema/Routes/Update.php | 20 +- src/Fusio/Backend/Schema/Routes/Version.php | 20 +- src/Fusio/Backend/Schema/Schema.php | 20 +- .../Backend/Schema/Schema/Collection.php | 20 +- src/Fusio/Backend/Schema/Schema/Create.php | 20 +- src/Fusio/Backend/Schema/Schema/Delete.php | 20 +- src/Fusio/Backend/Schema/Schema/Update.php | 20 +- src/Fusio/Backend/Schema/Scope.php | 20 +- src/Fusio/Backend/Schema/Scope/Collection.php | 20 +- src/Fusio/Backend/Schema/Scope/Create.php | 20 +- src/Fusio/Backend/Schema/Scope/Delete.php | 20 +- src/Fusio/Backend/Schema/Scope/Route.php | 20 +- src/Fusio/Backend/Schema/Scope/Update.php | 20 +- src/Fusio/Backend/Schema/User.php | 20 +- src/Fusio/Backend/Schema/User/Collection.php | 20 +- src/Fusio/Backend/Schema/User/Create.php | 20 +- src/Fusio/Backend/Schema/User/Delete.php | 20 +- src/Fusio/Backend/Schema/User/Message.php | 20 +- src/Fusio/Backend/Schema/User/Update.php | 20 +- src/Fusio/Backend/Table/Action.php | 20 +- src/Fusio/Backend/Table/App.php | 20 +- src/Fusio/Backend/Table/App/Scope.php | 20 +- src/Fusio/Backend/Table/App/Token.php | 20 +- src/Fusio/Backend/Table/Connection.php | 20 +- src/Fusio/Backend/Table/Log.php | 20 +- src/Fusio/Backend/Table/Routes.php | 20 +- src/Fusio/Backend/Table/Schema.php | 20 +- src/Fusio/Backend/Table/Schema/Fields.php | 20 +- src/Fusio/Backend/Table/Scope.php | 20 +- src/Fusio/Backend/Table/Scope/Route.php | 20 +- src/Fusio/Backend/Table/User.php | 20 +- src/Fusio/Backend/Table/User/Scope.php | 20 +- src/Fusio/Body.php | 20 +- src/Fusio/ConfigurableInterface.php | 20 +- src/Fusio/Configuration.php | 20 +- src/Fusio/ConfigurationException.php | 20 +- src/Fusio/Connection/Beanstalk.php | 20 +- src/Fusio/Connection/DBAL.php | 20 +- src/Fusio/Connection/DBALAdvanced.php | 20 +- src/Fusio/Connection/MongoDB.php | 20 +- src/Fusio/Connection/Native.php | 20 +- src/Fusio/Connection/RabbitMQ.php | 20 +- src/Fusio/ConnectionInterface.php | 20 +- src/Fusio/Connector.php | 20 +- src/Fusio/Context.php | 20 +- src/Fusio/Controller/SchemaApiController.php | 20 +- src/Fusio/Data/SchemaManager.php | 20 +- src/Fusio/Dependency/Container.php | 24 +- src/Fusio/Factory/Action.php | 20 +- src/Fusio/Factory/Connection.php | 20 +- src/Fusio/Factory/FactoryInterface.php | 20 +- src/Fusio/Form/Container.php | 20 +- src/Fusio/Form/Element.php | 20 +- src/Fusio/Form/Element/Action.php | 20 +- src/Fusio/Form/Element/Connection.php | 20 +- src/Fusio/Form/Element/Input.php | 20 +- src/Fusio/Form/Element/Select.php | 20 +- src/Fusio/Form/Element/TextArea.php | 20 +- src/Fusio/Loader/DatabaseRoutes.php | 20 +- src/Fusio/Loader/ResourceListing.php | 20 +- src/Fusio/Loader/RoutingCollection.php | 20 +- src/Fusio/Loader/RoutingParser.php | 20 +- src/Fusio/Logger.php | 20 +- src/Fusio/Parameters.php | 20 +- src/Fusio/Parser/Action.php | 20 +- src/Fusio/Parser/Connection.php | 20 +- src/Fusio/Parser/ParserAbstract.php | 65 +- src/Fusio/Processor.php | 20 +- src/Fusio/Request.php | 20 +- src/Fusio/Response.php | 20 +- src/Fusio/Schema.php | 26 + src/Fusio/Schema/LazySchema.php | 20 +- src/Fusio/Schema/Loader.php | 22 +- src/Fusio/Schema/Parser.php | 20 +- src/Fusio/Template/Environment.php | 20 +- src/Fusio/Template/Extension.php | 20 +- src/Fusio/Template/Filter/Json.php | 20 +- src/Fusio/Template/Filter/Prepare.php | 20 +- src/Fusio/Template/Parser.php | 20 +- src/Fusio/Template/StackLoader.php | 20 +- tests/Fusio/Action/BeanstalkPushTest.php | 7 + tests/Fusio/Action/CacheResponseTest.php | 7 + tests/Fusio/Action/CompositeTest.php | 7 + tests/Fusio/Action/ConditionTest.php | 7 + tests/Fusio/Action/HttpRequestTest.php | 7 + tests/Fusio/Action/PipeTest.php | 7 + tests/Fusio/Action/RabbitMqPushTest.php | 7 + tests/Fusio/Action/SqlExecuteTest.php | 7 + tests/Fusio/Action/SqlFetchAllTest.php | 7 + tests/Fusio/Action/SqlFetchRowTest.php | 7 + tests/Fusio/Action/StaticResponseTest.php | 7 + tests/Fusio/ActionTestCaseTrait.php | 7 + .../Backend/Api/Action/CollectionTest.php | 7 + tests/Fusio/Backend/Api/Action/EntityTest.php | 7 + tests/Fusio/Backend/Api/Action/FormTest.php | 7 + tests/Fusio/Backend/Api/Action/ListTest.php | 7 + .../Fusio/Backend/Api/App/CollectionTest.php | 7 + tests/Fusio/Backend/Api/App/EntityTest.php | 7 + .../Backend/Api/Connection/CollectionTest.php | 7 + .../Backend/Api/Connection/EntityTest.php | 7 + .../Fusio/Backend/Api/Log/CollectionTest.php | 7 + tests/Fusio/Backend/Api/Log/EntityTest.php | 7 + .../Backend/Api/Routes/CollectionTest.php | 7 + tests/Fusio/Backend/Api/Routes/EntityTest.php | 7 + .../Backend/Api/Schema/CollectionTest.php | 7 + tests/Fusio/Backend/Api/Schema/EntityTest.php | 7 + .../Fusio/Backend/Api/Schema/PreviewTest.php | 7 + .../Backend/Api/Scope/CollectionTest.php | 7 + tests/Fusio/Backend/Api/Scope/EntityTest.php | 7 + .../Fusio/Backend/Api/User/CollectionTest.php | 7 + tests/Fusio/Backend/Api/User/EntityTest.php | 7 + tests/Fusio/Controller/SqlFetchRowTest.php | 9 +- tests/Fusio/TestSchema.php | 7 + 199 files changed, 1974 insertions(+), 2613 deletions(-) delete mode 100644 db.sql diff --git a/LICENSE b/LICENSE index e963df82..753d6470 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies @@ -7,17 +7,15 @@ Preamble - The GNU General Public License is a free, copyleft license for -software and other kinds of works. + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to +our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. +software for all its users. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you @@ -26,44 +24,34 @@ them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. The precise terms and conditions for copying, distribution and modification follow. @@ -72,7 +60,7 @@ modification follow. 0. Definitions. - "This License" refers to version 3 of the GNU General Public License. + "This License" refers to version 3 of the GNU Affero General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. @@ -549,35 +537,45 @@ to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. - 13. Use with the GNU Affero General Public License. + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single +under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General +Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published +GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's +versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. diff --git a/configuration.php b/configuration.php index fe4e399a..592c0d3d 100644 --- a/configuration.php +++ b/configuration.php @@ -1,18 +1,33 @@ [__DIR__ . '/src/Fusio/Action'], - 'fusio_connection_paths' => [__DIR__ . '/src/Fusio/Connection'], + // Available action classes. The array can be extended to provide custom + // implementations. Note the class must be resolvable by composer + 'fusio_action' => [ + 'Fusio\Action\BeanstalkPush', + 'Fusio\Action\CacheResponse', + 'Fusio\Action\Composite', + 'Fusio\Action\Condition', + 'Fusio\Action\HttpRequest', + 'Fusio\Action\Pipe', + 'Fusio\Action\RabbitMqPush', + 'Fusio\Action\SqlExecute', + 'Fusio\Action\SqlFetchAll', + 'Fusio\Action\SqlFetchRow', + 'Fusio\Action\StaticResponse', + ], + + // Available connection classes. The array can be extended to provide custom + // implementations. Note the class must be resolvable by composer + 'fusio_connection' => [ + 'Fusio\Connection\Beanstalk', + 'Fusio\Connection\DBAL', + 'Fusio\Connection\DBALAdvanced', + 'Fusio\Connection\MongoDB', + 'Fusio\Connection\Native', + 'Fusio\Connection\RabbitMQ', + ], // The url to the psx public folder (i.e. http://127.0.0.1/psx/public or // http://localhost.com) diff --git a/db.sql b/db.sql deleted file mode 100644 index d219f6f1..00000000 --- a/db.sql +++ /dev/null @@ -1,886 +0,0 @@ --- phpMyAdmin SQL Dump --- version 4.2.11 --- http://www.phpmyadmin.net --- --- Host: 127.0.0.1 --- Erstellungszeit: 06. Mai 2015 um 20:53 --- Server Version: 5.6.21 --- PHP-Version: 5.6.3 - -SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; -SET time_zone = "+00:00"; - - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8 */; - --- --- Datenbank: `fusio` --- - --- -------------------------------------------------------- - --- --- Tabellenstruktur für Tabelle `fusio_action` --- - -CREATE TABLE IF NOT EXISTS `fusio_action` ( -`id` int(11) NOT NULL, - `name` varchar(255) NOT NULL, - `class` varchar(255) NOT NULL, - `config` text NOT NULL -) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=latin1; - --- --- Daten für Tabelle `fusio_action` --- - -INSERT INTO `fusio_action` (`id`, `name`, `class`, `config`) VALUES -(6, 'actual query', 'Fusio\\Action\\SqlFetchAll', 'a:3:{s:10:"connection";i:1;s:3:"sql";s:26:"SELECT * FROM fusio_routes";s:12:"propertyName";s:3:"foo";}'), -(7, 'static response', 'Fusio\\Action\\StaticResponse', 'a:1:{s:8:"response";s:118:"{\n "foo": "bar", \n "bar": "some",\n "user": [{\n "title": "news"\n },{\n "title": "foo"\n }]\n}";}'), -(11, 'Hello world', 'Fusio\\Action\\StaticResponse', 'a:1:{s:8:"response";s:19:"{"Hello": "World!"}";}'), -(12, 'select all actions', 'Fusio\\Action\\SqlFetchAll', 'a:2:{s:10:"connection";i:1;s:3:"sql";s:28:"SELECT * FROM `fusio_action`";}'), -(13, 'werwerwer', 'Fusio\\Action\\SqlFetchAll', 'a:3:{s:10:"connection";i:1;s:3:"sql";s:26:"SELECT * FROM fusio_action";s:12:"propertyName";s:3:"foo";}'), -(14, 'wordpress query', 'Fusio\\Action\\SqlFetchAll', 'a:3:{s:10:"connection";i:7;s:3:"sql";s:165:"SELECT \n post_author AS author, \n post_date_gmt AS date, \n post_content AS content, \n post_title AS title, \n post_status AS status \nFROM \n wp_posts";s:12:"propertyName";s:4:"post";}'), -(15, 'wordpress query row', 'Fusio\\Action\\SqlFetchRow', 'a:2:{s:10:"connection";i:7;s:3:"sql";s:189:"SELECT \n post_author AS author, \n post_date_gmt AS date, \n post_content AS content, \n post_title AS title, \n post_status AS status \nFROM \n wp_posts\nWHERE\n ID = :post_id";}'), -(16, 'wordpress insert entry', 'Fusio\\Action\\SqlExecute', 'a:2:{s:10:"connection";i:7;s:3:"sql";s:176:"INSERT INTO wp_posts SET \n post_status = {{status}},\n post_title = {{title}},\n post_content = {{content}},\n post_date = {{date}},\n post_author = {{author}}\n \n";}'), -(17, 'some query', 'Fusio\\Action\\SqlFetchAll', 'a:3:{s:10:"connection";i:1;s:3:"sql";s:26:"SELECT * FROM fusio_schema";s:12:"propertyName";s:4:"test";}'), -(18, 'Void', 'Fusio\\Action\\StaticResponse', 'a:1:{s:8:"response";s:32:"{\n "message": "no-response"\n}";}'); - --- -------------------------------------------------------- - --- --- Tabellenstruktur für Tabelle `fusio_app` --- - -CREATE TABLE IF NOT EXISTS `fusio_app` ( -`id` int(10) NOT NULL, - `userId` int(10) NOT NULL, - `status` int(10) NOT NULL, - `name` varchar(64) NOT NULL, - `url` varchar(255) NOT NULL, - `appKey` varchar(255) NOT NULL, - `appSecret` varchar(255) NOT NULL, - `date` datetime NOT NULL -) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1; - --- --- Daten für Tabelle `fusio_app` --- - -INSERT INTO `fusio_app` (`id`, `userId`, `status`, `name`, `url`, `appKey`, `appSecret`, `date`) VALUES -(1, 1, 1, 'Backend', 'http://fusio-project.org', '40d05050-52df-4982-9550-09f46522b73b', 'dede66744fffadc418f8aa87cb843f66004c070b200b2c224800d6d2f6b11e32', '0000-00-00 00:00:00'), -(3, 1, 3, 'asdasdsad', 'asdasd', '0cdabe60-2fed-4b8d-8223-3a66ee39831b', '36abc2c9cba646782fc83c3117b709d773a671b180c5a8a6a926d85393e75cee', '2015-02-15 12:44:41'), -(4, 1, 1, 'sadas', 'dasdasd', '58606036-5ba5-46d5-8112-25c2d12f132d', '9ecaf15df355ecac3face62f05633c3206879a2fddd92d74494e322c8f9ca946', '2015-02-15 12:44:58'), -(5, 1, 1, 'werwerwer', 'werwerwer', '5347307d-d801-4075-9aaa-a21a29a448c5', '342cefac55939b31cd0a26733f9a4f061c0829ed87dae7caff50feaa55aff23d', '2015-02-22 22:19:07'), -(7, 1, 2, 'dsfsdf', 'sdfsdf', '716d1a9b-cf8d-4a66-9fff-fc489b1668d9', '17d83b1559e5728710988710235497b8c34835a53b132854289406fb68d6dba9', '2015-03-07 08:45:42'), -(8, 15, 1, 'test', 'http://google.de', '7c14809c-544b-43bd-9002-23e1c2de6067', 'bb0574181eb4a1326374779fe33e90e2c427f28ab0fc1ffd168bfd5309ee7caa', '2015-03-08 17:25:51'), -(10, 15, 1, 'foo app', 'http://google.de', 'f46af464-f7eb-4d04-8661-13063a30826b', '17b882987298831a3af9c852f9cd0219d349ba61fcf3fc655ac0f07eece951f9', '2015-03-08 17:26:56'), -(13, 1, 1, 'test2asd', 'http://google.com', '70896e3c-4d75-4497-b007-7ceeb06a5e1f', '82ada90a51b9d1937d8d7aeea4a1cdf5966c40b06c1a535cd3cf9bde017f0697', '2015-03-10 18:09:10'); - --- -------------------------------------------------------- - --- --- Tabellenstruktur für Tabelle `fusio_app_scope` --- - -CREATE TABLE IF NOT EXISTS `fusio_app_scope` ( -`id` int(10) NOT NULL, - `appId` int(10) NOT NULL, - `scopeId` int(10) NOT NULL -) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1; - --- --- Daten für Tabelle `fusio_app_scope` --- - -INSERT INTO `fusio_app_scope` (`id`, `appId`, `scopeId`) VALUES -(13, 13, 5), -(14, 10, 8), -(15, 10, 3), -(16, 1, 1); - --- -------------------------------------------------------- - --- --- Tabellenstruktur für Tabelle `fusio_app_token` --- - -CREATE TABLE IF NOT EXISTS `fusio_app_token` ( -`id` int(10) NOT NULL, - `appId` int(10) NOT NULL, - `userId` int(10) NOT NULL, - `status` int(10) NOT NULL DEFAULT '1', - `token` varchar(512) NOT NULL, - `scope` varchar(255) NOT NULL, - `ip` varchar(40) NOT NULL, - `expire` int(11) NOT NULL, - `date` datetime NOT NULL -) ENGINE=InnoDB AUTO_INCREMENT=52 DEFAULT CHARSET=latin1; - --- --- Daten für Tabelle `fusio_app_token` --- - -INSERT INTO `fusio_app_token` (`id`, `appId`, `userId`, `status`, `token`, `scope`, `ip`, `expire`, `date`) VALUES -(1, 1, 1, 1, 'b88453bec3b2ebc8faeb2a330efbf56ed36253049061b689878d65120520ddec', 'backend', '127.0.0.1', 0, '2015-02-27 20:26:00'), -(2, 1, 1, 1, 'f74191a1f0eb8e5c544c7b4ede7b4709bc778f4b31f05a40edbba3e30ac8db2d', 'backend', '127.0.0.1', 0, '2015-02-27 20:27:10'), -(3, 13, 1, 1, 'ca4c93702b89ba5ef96ce6160b97f1c00f7f1e677490fac7b3be81203a93cba7', 'backend', '127.0.0.1', 1426954697, '2015-02-27 20:28:13'), -(4, 13, 1, 1, '182579103084483e79f1791e8464086985861daa6b3062af899e9d321519ddee', 'backend', '127.0.0.1', 1426954697, '2015-02-27 20:28:42'), -(5, 1, 1, 1, 'df28d729af100b91195d7b7dede2d22c33f6f5f1e5b896fff3561d71a9d35079', 'backend', '127.0.0.1', 1425070231, '2015-02-27 20:50:31'), -(6, 1, 1, 1, '2c999dc2e90e905b3dfdaf7a3590df69725d62893c2e4fb1acdebc45736e9e0f', 'backend', '127.0.0.1', 1425071256, '2015-02-27 21:07:36'), -(7, 1, 1, 1, 'b04c6f936e387ba7f935cd8b7f6d98ea727db5f2177383df8f865d2bf14ae7f7', 'backend', '127.0.0.1', 1425071369, '2015-02-27 21:09:29'), -(8, 1, 1, 1, 'af0131f6b43d85b13d578ffd085cc3203c4efe8979e4df9ffd6eaab455585bb2', 'backend', '127.0.0.1', 1425071633, '2015-02-27 21:13:53'), -(9, 1, 1, 1, 'a2c2b0655232ba6e3a310bf14dceb49722d0e00f14dac6289c07a96de9390699', 'backend', '127.0.0.1', 1425073215, '2015-02-27 21:40:15'), -(10, 1, 1, 1, '8532caca51c91aad66c2809eaabc0a72242473d8220baac67fe2b079366be205', 'backend', '127.0.0.1', 1425172386, '2015-02-28 20:13:06'), -(11, 1, 1, 1, 'd75a293622840c074fbcce0724a6e4825bb96ebb82deb1b23daa0a81b3f9dad7', 'backend', '127.0.0.1', 1425172672, '2015-02-28 20:17:52'), -(12, 1, 1, 1, '0417f2391ccc40abf54971b245202ebb09ba0db8c5d014160fd4f297b6911e54', 'backend', '127.0.0.1', 1425175043, '2015-02-28 20:57:23'), -(24, 1, 1, 1, '70838f8ee5c5c78a60d33001c6c5480703d099ff20e00bbb62ac689fe9071e10', 'backend', '127.0.0.1', 1425186517, '2015-03-01 00:08:37'), -(27, 1, 1, 1, '438d3f989478c069deefdccfb6114ab3bea42623932c68cf13e51735166f81a5', 'backend', '127.0.0.1', 1425224628, '2015-03-01 10:43:48'), -(28, 1, 1, 1, '7dfc8f8a1a9f54bfcd927b8de30b0aea84bbe08b4cc99f3fd073276301de51d8', 'backend', '127.0.0.1', 1425227394, '2015-03-01 11:29:54'), -(29, 1, 1, 1, '8df623dc5e197eb79ef92150412cf6a0c40d3854ea96a2efd07fcf6b2d5e8e6b', 'backend', '127.0.0.1', 1425513999, '2015-03-04 19:06:39'), -(30, 1, 1, 1, '9227b0f0f0a4b1bd8844d17bf731dc9664733ada3e08d7f65e18a8a6809aa873', 'backend', '127.0.0.1', 1425602080, '2015-03-05 19:34:40'), -(31, 1, 1, 1, 'ad1cc7014d711fee4f5e63ad0fd278e0711db45776af381da85f9cfb2711b3fd', 'backend', '127.0.0.1', 1425739097, '2015-03-07 09:38:17'), -(32, 1, 1, 1, '3ac9184d86fb0d39c295d52b37df1ca446017edd79f6cee6d6864773326b1045', 'backend', '127.0.0.1', 1425760735, '2015-03-07 15:38:55'), -(33, 1, 1, 1, 'dd0c413cabcc0f56937b983718417af4a2efe5dfe34fd3cf057afb6b4558d9b9', 'backend', '127.0.0.1', 1425832629, '2015-03-08 11:37:09'), -(34, 1, 1, 1, 'cf5e1f1cfdefd1631b90c42c9760a5bf26c06caa4844b3d167cda6b746b539bc', 'backend', '127.0.0.1', 1425856434, '2015-03-08 18:13:54'), -(35, 1, 1, 1, '3a6dd742d2f2ecbcf88e63f900320ee14dd20d8cda2b3dd9e3aa020bfa276a21', 'backend', '127.0.0.1', 1426032200, '2015-03-10 19:03:20'), -(36, 1, 1, 1, '85017a440eb1e0ead28b7f5007cd3e886f8362af7782ef3046aae2049a91da86', 'backend', '127.0.0.1', 1426043333, '2015-03-10 22:08:53'), -(37, 1, 1, 1, '16cae2dea28fc86bbb00578cd7d726df9e29e7c58567686c613f8835950c2d49', 'backend', '127.0.0.1', 1426123600, '2015-03-11 20:26:40'), -(38, 1, 1, 1, '5a4080d63efbf1e96cc2780032bf7b676339c4c5a5d1def5c78ec99e703385a0', 'backend', '127.0.0.1', 1426385736, '2015-03-14 21:15:36'), -(39, 1, 1, 1, '83c9434fc327d5278b378bb37630af87899c71ff11359b5ad4a82baae1c8b6c5', 'backend', '127.0.0.1', 1426914790, '2015-03-21 00:13:10'), -(40, 1, 1, 1, 'a491439e3115e9e7a88ef5d3bde041656f50870c3da54c76fa657813406ee290', 'backend', '127.0.0.1', 1426956558, '2015-03-21 11:49:18'), -(41, 1, 1, 2, 'a04d14eeae2156daf1c511275cde7fe8877c1a77d7f5b75ff0050cf8b5de4cef', 'backend', '127.0.0.1', 1426978683, '2015-03-21 17:58:03'), -(42, 1, 1, 1, 'f1830c04f6ac23cefcbcb04b406d1cdf89ab961960ade81f8260b0956f29a47b', 'backend', '127.0.0.1', 1426979463, '2015-03-21 18:11:03'), -(43, 1, 1, 1, '76247c0651616d8d79e745fc84ca2780663405b1970cd98eb00ecaec75f4024b', 'backend', '127.0.0.1', 1428371809, '2015-04-06 21:56:49'), -(44, 1, 1, 1, '903d96d4e6cc6934c80f178f520dec983d829936372710652d1e1e088f9ecde4', 'backend', '127.0.0.1', 1428536296, '2015-04-08 19:38:16'), -(45, 1, 1, 1, '00f3b43060ae30d73f5fad3c3b1c3429c5d0fa6b60bde87af96afd4e9bb1167c', 'backend', '127.0.0.1', 1428621294, '2015-04-09 19:14:54'), -(46, 1, 1, 1, 'b0c4d6a05129c7a5f6a84d406c4f19476d98bc261f8a05192326b042a352bbba', 'backend', '127.0.0.1', 1429833659, '2015-04-23 20:00:59'), -(47, 1, 1, 1, '92d78082b1011e7bef0ae52ff884127cc4dd9d5fbaf8741afaec8f742593e95f', 'backend', '127.0.0.1', 1430868561, '2015-05-05 19:29:21'), -(48, 1, 1, 2, 'bdd1749d8f582807be47f846f6df8bec234ca76420bf248dc8e1a80e92795ca0', 'backend', '127.0.0.1', 1430958056, '2015-05-06 20:20:56'), -(49, 1, 1, 2, 'e57e75eac3e4e20d8f9dfa8d7111feedbad16916823af853c2eb30038d2b6d98', 'backend', '127.0.0.1', 1430939532, '2015-05-06 20:42:12'), -(50, 1, 1, 2, '6e0256b923a48bbf69023ffdc0630bb5de625d19a9cf3cbf0259f0d1dee5a405', 'backend', '127.0.0.1', 1430939989, '2015-05-06 20:49:49'), -(51, 1, 1, 1, '1670a7014b125259772642c599f225906d1d7fd8a0df65adbdcc8c0a64321142', 'backend', '127.0.0.1', 1430940044, '2015-05-06 20:50:44'); - --- -------------------------------------------------------- - --- --- Tabellenstruktur für Tabelle `fusio_connection` --- - -CREATE TABLE IF NOT EXISTS `fusio_connection` ( -`id` int(11) NOT NULL, - `name` varchar(255) NOT NULL, - `class` varchar(255) NOT NULL, - `config` text -) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; - --- --- Daten für Tabelle `fusio_connection` --- - -INSERT INTO `fusio_connection` (`id`, `name`, `class`, `config`) VALUES -(1, 'Native-Connection', 'Fusio\\Connection\\Native', NULL), -(2, 'dfsdfsdf', 'Fusio\\Connection\\DBAL', 'a:0:{}'), -(5, 'sdfsdf', 'Fusio\\Connection\\DBAL', 'a:5:{s:4:"type";s:4:"oci8";s:4:"host";s:4:"sdfs";s:8:"username";s:5:"dfsdf";s:8:"password";s:3:"sdf";s:8:"database";s:6:"sdfsdf";}'), -(6, 'goo', 'Fusio\\Connection\\DBALAdvanced', 'a:2:{s:3:"url";s:12:"mysql://fooo";s:4:"type";s:9:"pdo_mysql";}'), -(7, 'wordpress', 'Fusio\\Connection\\DBAL', 'a:4:{s:4:"type";s:9:"pdo_mysql";s:4:"host";s:9:"127.0.0.1";s:8:"username";s:4:"root";s:8:"database";s:9:"wordpress";}'); - --- -------------------------------------------------------- - --- --- Tabellenstruktur für Tabelle `fusio_log` --- - -CREATE TABLE IF NOT EXISTS `fusio_log` ( -`id` int(10) NOT NULL, - `appId` int(10) DEFAULT NULL, - `routeId` int(10) DEFAULT NULL, - `ip` varchar(40) NOT NULL, - `userAgent` varchar(255) NOT NULL, - `method` varchar(16) NOT NULL, - `path` varchar(255) NOT NULL, - `header` text NOT NULL, - `body` text, - `date` datetime NOT NULL -) ENGINE=InnoDB AUTO_INCREMENT=155 DEFAULT CHARSET=latin1; - --- --- Daten für Tabelle `fusio_log` --- - -INSERT INTO `fusio_log` (`id`, `appId`, `routeId`, `ip`, `userAgent`, `method`, `path`, `header`, `body`, `date`) VALUES -(1, NULL, 48, '127.0.0.1', '', 'GET', '/foo/barssss', 'a:7:{s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-15 16:08:21'), -(2, NULL, 48, '127.0.0.1', '', 'GET', '/foo/barssss', 'a:7:{s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-15 16:08:22'), -(3, NULL, 48, '127.0.0.1', '', 'GET', '/foo/barssss', 'a:7:{s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-15 16:08:22'), -(4, NULL, 48, '127.0.0.1', '', 'GET', '/foo/barssss', 'a:7:{s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-15 16:20:54'), -(5, NULL, 48, '127.0.0.1', '', 'GET', '/foo/barssss', 'a:7:{s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-15 16:20:54'), -(6, NULL, 45, '127.0.0.1', '', 'GET', '/servers', 'a:6:{s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-15 16:44:22'), -(7, NULL, 48, '127.0.0.1', '', 'GET', '/foo/barssss?format=xml', 'a:6:{s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-15 16:44:42'), -(8, NULL, 59, '127.0.0.1', '', 'GET', '/all/actions', 'a:6:{s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-27 19:30:35'), -(9, NULL, 59, '127.0.0.1', '', 'GET', '/all/actions?format=json', 'a:6:{s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-27 19:30:45'), -(10, NULL, 59, '127.0.0.1', '', 'GET', '/all/actions', 'a:7:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:14:17'), -(11, NULL, 59, '127.0.0.1', '', 'GET', '/all/actions', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:14:25'), -(12, NULL, 59, '127.0.0.1', '', 'GET', '/all/actions', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:14:26'), -(13, NULL, 59, '127.0.0.1', '', 'GET', '/all/actions', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:14:26'), -(14, NULL, 59, '127.0.0.1', '', 'GET', '/all/actions', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:15:54'), -(15, NULL, 59, '127.0.0.1', '', 'GET', '/all/actions', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:15:54'), -(16, NULL, 48, '127.0.0.1', '', 'GET', '/foo/barssss', 'a:7:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:26:45'), -(17, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'a:7:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:26:47'), -(18, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:26:57'), -(19, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:26:57'), -(20, NULL, 64, '127.0.0.1', '', 'GET', '/bar/blub', 'a:7:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:27:29'), -(21, NULL, 64, '127.0.0.1', '', 'GET', '/bar/blub', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:27:41'), -(22, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:7:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:31:05'), -(23, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:37'), -(24, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:38'), -(25, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:38'), -(26, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:38'), -(27, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:38'), -(28, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:38'), -(29, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:39'), -(30, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:39'), -(31, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:39'), -(32, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:39'), -(33, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:39'), -(34, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:39'), -(35, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:39'), -(36, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:40'), -(37, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:40'), -(38, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:40'), -(39, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:40'), -(40, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:40'), -(41, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:40'), -(42, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:34:41'), -(43, NULL, 65, '127.0.0.1', '', 'GET', '/some/stuff?foo=SELEC * FROM', 'a:7:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-02-28 21:35:06'), -(45, NULL, 48, '127.0.0.1', '', 'GET', '/foo/barssss', 'a:8:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:13:"cache-control";a:1:{i:0;s:9:"max-age=0";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:108:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-03-07 18:06:10'), -(46, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'a:7:{s:13:"authorization";a:1:{i:0;s:0:"";}s:4:"host";a:1:{i:0;s:9:"127.0.0.1";}s:10:"connection";a:1:{i:0;s:10:"keep-alive";}s:6:"accept";a:1:{i:0;s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";}s:10:"user-agent";a:1:{i:0;s:108:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36";}s:15:"accept-encoding";a:1:{i:0;s:19:"gzip, deflate, sdch";}s:15:"accept-language";a:1:{i:0;s:35:"de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4";}}', NULL, '2015-03-07 18:06:22'), -(47, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-07 18:15:04'), -(48, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-07 18:15:30'), -(49, NULL, 63, '127.0.0.1', '', 'GET', '/foo?fo=fkjlsdjflskdjflorem', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-07 18:23:18'), -(50, NULL, 63, '127.0.0.1', '', 'GET', '/foo?fo=Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea ', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-07 18:23:28'), -(51, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-07 18:25:13'), -(52, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive', NULL, '2015-03-07 18:25:18'), -(53, NULL, 65, '127.0.0.1', '', 'POST', '/some/stuff', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: text/plain; charset=ISO-8859-1\nContent-Length: 17\nExpect: 100-continue', '{\n "foo": "bar"\n}', '2015-03-07 18:26:04'), -(54, NULL, 65, '127.0.0.1', '', 'POST', '/some/stuff', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 17\nExpect: 100-continue', '{\n "foo": "bar"\n}', '2015-03-07 18:26:13'), -(55, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:27:05'), -(56, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:33:43'), -(57, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:34:49'), -(58, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:35:20'), -(59, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:35:25'), -(60, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:40:34'), -(61, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:40:47'), -(62, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:41:22'), -(63, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:43:28'), -(64, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:45:55'), -(65, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:48:21'), -(66, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:51:06'), -(67, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:51:43'), -(68, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:52:02'), -(69, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:52:52'), -(70, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:53:59'), -(71, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:55:11'), -(72, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:55:56'), -(73, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:56:34'), -(74, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 20:59:19'), -(75, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 21:18:25'), -(76, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 21:25:31'), -(77, NULL, 73, '127.0.0.1', '', 'GET', '/foo/1', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 21:25:33'), -(78, NULL, 73, '127.0.0.1', '', 'GET', '/foo/2', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 21:25:35'), -(79, NULL, 73, '127.0.0.1', '', 'GET', '/foo/3', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 21:25:37'), -(80, NULL, 73, '127.0.0.1', '', 'GET', '/foo/5', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 21:25:40'), -(81, NULL, 73, '127.0.0.1', '', 'GET', '/foo/5', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 21:27:16'), -(82, NULL, 63, '127.0.0.1', '', 'GET', '/foo/', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 21:27:27'), -(83, NULL, 73, '127.0.0.1', '', 'GET', '/foo/5', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 21:27:30'), -(84, NULL, 73, '127.0.0.1', '', 'GET', '/foo/5', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 21:27:33'), -(85, NULL, 73, '127.0.0.1', '', 'GET', '/foo/1', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 21:27:40'), -(86, NULL, 73, '127.0.0.1', '', 'GET', '/foo/1', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 21:28:35'), -(87, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-11 21:44:12'), -(88, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive', NULL, '2015-03-11 21:44:25'), -(89, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 21:44:51'), -(90, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 21:45:33'), -(91, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:07:54'), -(92, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:10:03'), -(93, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:11:43'), -(94, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:11:50'), -(95, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:12:08'); -INSERT INTO `fusio_log` (`id`, `appId`, `routeId`, `ip`, `userAgent`, `method`, `path`, `header`, `body`, `date`) VALUES -(96, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:12:22'), -(97, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:12:31'), -(98, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:12:38'), -(99, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:12:49'), -(100, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:12:57'), -(101, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:13:45'), -(102, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:13:51'), -(103, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:14:53'), -(104, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:15:45'), -(105, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', NULL, '2015-03-11 22:16:09'), -(106, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:16:18'), -(107, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:16:26'), -(108, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:17:34'), -(109, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:17:47'), -(110, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:22:30'), -(111, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:23:17'), -(112, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:23:34'), -(113, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:23:42'), -(114, NULL, 63, '127.0.0.1', '', 'POST', '/foo', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 209\nExpect: 100-continue', '{\n "status": "publish",\n "title": "Hello world!",\n "content": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!",\n "date": "2015-02-24T19:22:43+00:00",\n "author": 1\n}', '2015-03-11 22:24:01'), -(115, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-14 21:19:52'), -(116, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-14 21:22:39'), -(117, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-03-21 17:39:06'), -(118, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-04-06 21:57:08'), -(119, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-04-09 19:14:14'), -(120, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-04-23 20:01:11'), -(121, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-04-23 20:01:38'), -(122, NULL, 48, '127.0.0.1', '', 'GET', '/foo/barssss', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-04-23 20:16:48'), -(123, NULL, 48, '127.0.0.1', '', 'GET', '/foo/barssss', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-04-23 20:17:00'), -(124, NULL, 48, '127.0.0.1', '', 'GET', '/foo/barssss', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-04-23 20:17:00'), -(125, NULL, 48, '127.0.0.1', '', 'GET', '/foo/barssss', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-04-23 20:17:34'), -(126, NULL, 48, '127.0.0.1', '', 'GET', '/foo/barssss', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-04-23 20:17:41'), -(127, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-04-23 20:33:19'), -(128, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-04-23 20:37:07'), -(129, NULL, 48, '127.0.0.1', '', 'GET', '/foo/barssss', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-04-23 20:59:01'), -(130, NULL, 73, '127.0.0.1', '', 'GET', '/foo/bar', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-04-23 20:59:04'), -(131, NULL, 73, '127.0.0.1', '', 'GET', '/foo/bar', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-04-23 20:59:50'), -(132, NULL, 75, '127.0.0.1', '', 'GET', '/test', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-04-23 21:00:27'), -(133, NULL, 75, '127.0.0.1', '', 'GET', '/test', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-04-23 21:03:49'), -(134, NULL, 75, '127.0.0.1', '', 'GET', '/test', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive', NULL, '2015-04-23 21:04:04'), -(135, NULL, 75, '127.0.0.1', '', 'POST', '/test', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 17\nExpect: 100-continue', '{\n "foo": "bar"\n}', '2015-04-23 21:04:29'), -(136, NULL, 75, '127.0.0.1', '', 'POST', '/test', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: text/plain\nContent-Length: 17\nExpect: 100-continue', '{\n "foo": "bar"\n}', '2015-04-23 21:04:59'), -(137, NULL, 75, '127.0.0.1', '', 'POST', '/test', 'Authorization: \nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive\nContent-Type: application/json\nContent-Length: 17\nExpect: 100-continue', '{\n "foo": "bar"\n}', '2015-04-23 21:05:27'), -(138, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-05-05 21:17:12'), -(139, NULL, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-05-05 21:17:52'), -(140, 1, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: Bearer 92d78082b1011e7bef0ae52ff884127cc4dd9d5fbaf8741afaec8f742593e95f\nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive', NULL, '2015-05-05 21:23:23'), -(141, 1, 63, '127.0.0.1', '', 'GET', '/foo', 'Authorization: Bearer 92d78082b1011e7bef0ae52ff884127cc4dd9d5fbaf8741afaec8f742593e95f\nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive', NULL, '2015-05-05 21:28:53'), -(142, NULL, 63, '127.0.0.1', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-05-05 22:07:15'), -(143, NULL, 63, '127.0.0.1', 'Lynx 2.8.7', 'GET', '/foo', 'Authorization: Bearer 92d78082b1011e7bef0ae52ff884127cc4dd9d5fbaf8741afaec8f742593e95f\nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive', NULL, '2015-05-05 22:11:10'), -(144, NULL, 63, '127.0.0.1', 'Lynx 2.8.7', 'GET', '/foo', 'Authorization: Bearer 92d78082b1011e7bef0ae52ff884127cc4dd9d5fbaf8741afaec8f742593e95f\nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive', NULL, '2015-05-05 22:11:27'), -(145, NULL, 63, '127.0.0.1', 'Lynx 2.8.7', 'GET', '/foo', 'Authorization: Bearer 92d78082b1011e7bef0ae52ff884127cc4dd9d5fbaf8741afaec8f742593e95f\nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive', NULL, '2015-05-05 22:11:46'), -(146, NULL, 63, '127.0.0.1', 'Lynx 2.8.7', 'GET', '/foo', 'Authorization: Bearer 92d78082b1011e7bef0ae52ff884127cc4dd9d5fbaf8741afaec8f742593e95f\nHost: 127.0.0.1\nUser-Agent: Lynx 2.8.7\nConnection: Keep-Alive', NULL, '2015-05-05 22:14:37'), -(147, NULL, 63, '127.0.0.1', 'Lynx 2.8.7', 'GET', '/foo', 'Authorization: Bearer 92d78082b1011e7bef0ae52ff884127cc4dd9d5fbaf8741afaec8f742593e95f\nHost: 127.0.0.1\nConnection: Keep-Alive\nUser-Agent: Lynx 2.8.7', NULL, '2015-05-05 22:14:42'), -(148, NULL, 63, '127.0.0.1', 'Lynx 2.8.7', 'GET', '/foo', 'Authorization: Bearer 92d78082b1011e7bef0ae52ff884127cc4dd9d5fbaf8741afaec8f742593e95f\nHost: 127.0.0.1\nConnection: Keep-Alive\nUser-Agent: Lynx 2.8.7', NULL, '2015-05-05 22:14:45'), -(149, NULL, 63, '127.0.0.1', 'Lynx 2.8.7', 'GET', '/foo', 'Authorization: Bearer 92d78082b1011e7bef0ae52ff884127cc4dd9d5fbaf8741afaec8f742593e95f\nHost: 127.0.0.1\nConnection: Keep-Alive\nUser-Agent: Lynx 2.8.7', NULL, '2015-05-05 22:15:04'), -(150, NULL, 63, '127.0.0.1', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nCache-Control: max-age=0\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-05-05 22:18:48'), -(151, NULL, 63, '127.0.0.1', 'Lynx 2.8.7', 'GET', '/foo', 'Authorization: Bearer 92d78082b1011e7bef0ae52ff884127cc4dd9d5fbaf8741afaec8f742593e95f\nHost: 127.0.0.1\nConnection: Keep-Alive\nUser-Agent: Lynx 2.8.7', NULL, '2015-05-05 22:58:17'), -(152, NULL, 63, '127.0.0.1', 'Lynx 2.8.7', 'GET', '/foo', 'Authorization: Bearer 92d78082b1011e7bef0ae52ff884127cc4dd9d5fbaf8741afaec8f742593e95f\nHost: 127.0.0.1\nConnection: Keep-Alive\nUser-Agent: Lynx 2.8.7', NULL, '2015-05-05 23:30:27'), -(153, NULL, 63, '127.0.0.1', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-05-06 20:35:11'), -(154, NULL, 63, '127.0.0.1', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'GET', '/foo', 'Authorization: \nHost: 127.0.0.1\nConnection: keep-alive\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36\nAccept-Encoding: gzip, deflate, sdch\nAccept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4', NULL, '2015-05-06 20:41:29'); - --- -------------------------------------------------------- - --- --- Tabellenstruktur für Tabelle `fusio_routes` --- - -CREATE TABLE IF NOT EXISTS `fusio_routes` ( -`id` int(11) NOT NULL, - `methods` varchar(64) NOT NULL, - `path` varchar(255) NOT NULL, - `controller` varchar(255) NOT NULL, - `config` text -) ENGINE=InnoDB AUTO_INCREMENT=78 DEFAULT CHARSET=latin1; - --- --- Daten für Tabelle `fusio_routes` --- - -INSERT INTO `fusio_routes` (`id`, `methods`, `path`, `controller`, `config`) VALUES -(1, 'GET|POST|PUT|DELETE', '/backend', 'Fusio\\Backend\\Application\\Index', NULL), -(2, 'GET|POST|PUT|DELETE', '/backend/routes', 'Fusio\\Backend\\Api\\Routes\\Collection', NULL), -(3, 'GET|POST|PUT|DELETE', '/backend/schema', 'Fusio\\Backend\\Api\\Schema\\Collection', NULL), -(4, 'GET|POST|PUT|DELETE', '/backend/action', 'Fusio\\Backend\\Api\\Action\\Collection', NULL), -(5, 'GET|POST|PUT|DELETE', '/backend/trigger', 'Fusio\\Backend\\Api\\Trigger', NULL), -(6, 'GET|POST|PUT|DELETE', '/backend/connection', 'Fusio\\Backend\\Api\\Connection\\Collection', NULL), -(7, 'GET|POST|PUT|DELETE', '/backend/app', 'Fusio\\Backend\\Api\\App\\Collection', NULL), -(8, 'GET', '/backend/action/list', 'Fusio\\Backend\\Api\\Action\\ListActions::doIndex', NULL), -(9, 'GET|POST|PUT|DELETE', '/backend/settings', 'Fusio\\Backend\\Api\\Settings', NULL), -(10, 'GET', '/backend/log', 'Fusio\\Backend\\Api\\Log\\Collection', NULL), -(11, 'GET', '/backend/action/form', 'Fusio\\Backend\\Api\\Action\\ListActions::doDetail', NULL), -(14, 'GET', '/backend/connection/form', 'Fusio\\Backend\\Api\\Connection\\ListConnections::doDetail', NULL), -(15, 'GET', '/backend/connection/list', 'Fusio\\Backend\\Api\\Connection\\ListConnections::doIndex', NULL), -(42, 'GET|POST|PUT|DELETE', '/backend/routes/:route_id', 'Fusio\\Backend\\Api\\Routes\\Entity', NULL), -(43, 'GET|POST|PUT|DELETE', '/backend/action/:action_id', 'Fusio\\Backend\\Api\\Action\\Entity', NULL), -(44, 'GET|POST|PUT|DELETE', '/backend/schema/:schema_id', 'Fusio\\Backend\\Api\\Schema\\Entity', NULL), -(45, 'GET', '/servers', 'Fusio\\Controller\\SchemaApiController', NULL), -(46, 'POST', '/server/reboot', 'Fusio\\Controller\\SchemaApiController', NULL), -(47, 'GET|POST|PUT|DELETE', '/servser/config', 'Fusio\\Controller\\SchemaApiController', NULL), -(48, 'GET', '/foo/barssss', 'Fusio\\Controller\\SchemaApiController', 'a:1:{i:0;C:15:"PSX\\Data\\Record":126:{a:2:{s:4:"name";s:6:"config";s:6:"fields";a:4:{s:6:"method";s:3:"GET";s:7:"request";i:0;s:8:"response";i:6;s:6:"action";i:6;}}}}'), -(49, 'GET|POST|PUT|DELETE', '/backend/connection/:connection_id', 'Fusio\\Backend\\Api\\Connection\\Entity', NULL), -(52, 'GET', '/doc', 'PSX\\Controller\\Tool\\DocumentationController::doIndex', NULL), -(53, 'GET', '/doc/:version/*path', 'PSX\\Controller\\Tool\\DocumentationController::doDetail', NULL), -(54, 'GET|POST|PUT|DELETE', '/backend/app/:app_id', 'Fusio\\Backend\\Api\\App\\Entity', NULL), -(55, 'GET', '/backend/log/:log_id', 'Fusio\\Backend\\Api\\Log\\Entity', NULL), -(56, 'GET|POST|PUT|DELETE', '/backend/scope', 'Fusio\\Backend\\Api\\Scope\\Collection', NULL), -(57, 'GET|POST|PUT|DELETE', '/backend/scope/:scope_id', 'Fusio\\Backend\\Api\\Scope\\Entity', NULL), -(58, 'GET|POST', '/backend/token', 'Fusio\\Backend\\Authorization\\Token', NULL), -(59, 'GET', '/all/actions', 'Fusio\\Controller\\SchemaApiController', 'a:1:{i:0;C:15:"PSX\\Data\\Record":127:{a:2:{s:4:"name";s:6:"config";s:6:"fields";a:4:{s:6:"method";s:3:"GET";s:7:"request";i:0;s:8:"response";i:1;s:6:"action";i:12;}}}}'), -(60, 'GET', '/backend/whoami', 'Fusio\\Backend\\Api\\Authorization\\Whoami', NULL), -(61, 'GET', '/backend/dashboard/incoming_requests', 'Fusio\\Backend\\Api\\Dashboard\\IncomingRequests', NULL), -(62, 'GET', '/backend/dashboard/most_used_routes', 'Fusio\\Backend\\Api\\Dashboard\\MostUsedRoutes', NULL), -(63, 'GET|POST', '/foo', 'Fusio\\Controller\\SchemaApiController', 'a:2:{i:0;C:15:"PSX\\Data\\Record":145:{a:2:{s:4:"name";s:6:"config";s:6:"fields";a:5:{s:6:"public";b:1;s:6:"method";s:3:"GET";s:7:"request";i:0;s:8:"response";i:12;s:6:"action";i:14;}}}i:1;C:15:"PSX\\Data\\Record":129:{a:2:{s:4:"name";s:6:"config";s:6:"fields";a:4:{s:6:"method";s:4:"POST";s:7:"request";i:11;s:8:"response";i:1;s:6:"action";i:16;}}}}'), -(64, 'GET', '/bar/blub', 'Fusio\\Controller\\SchemaApiController', 'a:1:{i:0;C:15:"PSX\\Data\\Record":126:{a:2:{s:4:"name";s:6:"config";s:6:"fields";a:4:{s:6:"method";s:3:"GET";s:7:"request";i:0;s:8:"response";i:1;s:6:"action";i:6;}}}}'), -(65, 'GET|POST|PUT', '/some/stuff', 'Fusio\\Controller\\SchemaApiController', 'a:3:{i:0;C:15:"PSX\\Data\\Record":127:{a:2:{s:4:"name";s:6:"config";s:6:"fields";a:4:{s:6:"method";s:3:"GET";s:7:"request";i:0;s:8:"response";i:1;s:6:"action";i:11;}}}i:1;C:15:"PSX\\Data\\Record":128:{a:2:{s:4:"name";s:6:"config";s:6:"fields";a:4:{s:6:"method";s:4:"POST";s:7:"request";i:1;s:8:"response";i:1;s:6:"action";i:12;}}}i:2;C:15:"PSX\\Data\\Record":126:{a:2:{s:4:"name";s:6:"config";s:6:"fields";a:4:{s:6:"method";s:3:"PUT";s:7:"request";i:6;s:8:"response";i:5;s:6:"action";i:6;}}}}'), -(66, 'GET', '/backend/dashboard/most_used_apps', 'Fusio\\Backend\\Api\\Dashboard\\MostUsedApps', NULL), -(67, 'GET', '/backend/dashboard/latest_requests', 'Fusio\\Backend\\Api\\Dashboard\\LatestRequests', NULL), -(68, 'GET', '/backend/dashboard/latest_apps', 'Fusio\\Backend\\Api\\Dashboard\\LatestApps', NULL), -(69, 'GET', '/backend/dashboard/latest_users', 'Fusio\\Backend\\Api\\Dashboard\\LatestUsers', NULL), -(70, 'POST', '/authorization/revoke', 'Fusio\\Authorization\\Revoke', NULL), -(71, 'GET|POST|PUT|DELETE', '/backend/user', 'Fusio\\Backend\\Api\\User\\Collection', NULL), -(72, 'GET|POST|PUT|DELETE', '/backend/user/:user_id', 'Fusio\\Backend\\Api\\User\\Entity', NULL), -(73, 'GET', '/foo/:post_id', 'Fusio\\Controller\\SchemaApiController', 'a:1:{i:0;C:15:"PSX\\Data\\Record":128:{a:2:{s:4:"name";s:6:"config";s:6:"fields";a:4:{s:6:"method";s:3:"GET";s:7:"request";i:0;s:8:"response";i:11;s:6:"action";i:15;}}}}'), -(74, 'DELETE', '/backend/app/:app_id/token/:token_id', 'Fusio\\Backend\\Api\\App\\Token::doRemove', NULL), -(75, 'POST|PUT|DELETE|GET', '/test', 'Fusio\\Controller\\SchemaApiController', 'a:4:{i:0;C:15:"PSX\\Data\\Record":128:{a:2:{s:4:"name";s:6:"config";s:6:"fields";a:4:{s:6:"method";s:4:"POST";s:7:"request";i:1;s:8:"response";i:1;s:6:"action";i:18;}}}i:1;C:15:"PSX\\Data\\Record":127:{a:2:{s:4:"name";s:6:"config";s:6:"fields";a:4:{s:6:"method";s:3:"PUT";s:7:"request";i:1;s:8:"response";i:1;s:6:"action";i:18;}}}i:2;C:15:"PSX\\Data\\Record":130:{a:2:{s:4:"name";s:6:"config";s:6:"fields";a:4:{s:6:"method";s:6:"DELETE";s:7:"request";i:1;s:8:"response";i:1;s:6:"action";i:18;}}}i:3;C:15:"PSX\\Data\\Record":127:{a:2:{s:4:"name";s:6:"config";s:6:"fields";a:4:{s:6:"method";s:3:"GET";s:7:"request";i:0;s:8:"response";i:1;s:6:"action";i:11;}}}}'), -(76, 'GET|POST', '/authorization/token', 'Fusio\\Authorization\\Token', NULL), -(77, 'GET', '/authorization/whoami', 'Fusio\\Authorization\\Whoami', NULL); - --- -------------------------------------------------------- - --- --- Tabellenstruktur für Tabelle `fusio_schema` --- - -CREATE TABLE IF NOT EXISTS `fusio_schema` ( -`id` int(10) NOT NULL, - `extendsId` int(10) DEFAULT NULL, - `name` varchar(64) NOT NULL, - `propertyName` varchar(64) NOT NULL -) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; - --- --- Daten für Tabelle `fusio_schema` --- - -INSERT INTO `fusio_schema` (`id`, `extendsId`, `name`, `propertyName`) VALUES -(1, NULL, 'Passthru', 'passthru'), -(5, NULL, 'routes', 'route'), -(6, NULL, 'route collection', 'collection'), -(7, NULL, 'test', 'foo'), -(11, NULL, 'wp post entry', 'post'), -(12, NULL, 'wp collection', 'entry'); - --- -------------------------------------------------------- - --- --- Tabellenstruktur für Tabelle `fusio_schema_fields` --- - -CREATE TABLE IF NOT EXISTS `fusio_schema_fields` ( -`id` int(10) NOT NULL, - `schemaId` int(10) NOT NULL, - `refId` int(10) DEFAULT NULL, - `name` varchar(255) NOT NULL, - `type` varchar(255) NOT NULL, - `required` tinyint(1) NOT NULL DEFAULT '0', - `min` int(10) DEFAULT NULL, - `max` int(10) DEFAULT NULL, - `pattern` varchar(255) DEFAULT NULL, - `enumeration` varchar(255) DEFAULT NULL -) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=latin1; - --- --- Daten für Tabelle `fusio_schema_fields` --- - -INSERT INTO `fusio_schema_fields` (`id`, `schemaId`, `refId`, `name`, `type`, `required`, `min`, `max`, `pattern`, `enumeration`) VALUES -(15, 5, NULL, 'path', 'String', 0, NULL, NULL, NULL, NULL), -(16, 5, NULL, 'methods', 'String', 0, NULL, NULL, NULL, NULL), -(23, 6, 5, 'foo', 'Array', 0, NULL, NULL, NULL, NULL), -(24, 7, NULL, 'id', 'String', 0, NULL, NULL, NULL, NULL), -(25, 7, NULL, 'name', 'String', 0, NULL, NULL, NULL, NULL), -(26, 7, NULL, 'foo', 'String', 0, NULL, NULL, NULL, NULL), -(27, 7, NULL, 'bar', 'String', 0, NULL, NULL, NULL, NULL), -(28, 7, NULL, 'date', 'Datetime', 0, NULL, NULL, NULL, NULL), -(36, 11, NULL, 'status', 'String', 0, NULL, NULL, NULL, NULL), -(37, 11, NULL, 'title', 'String', 0, NULL, NULL, NULL, NULL), -(38, 11, NULL, 'content', 'String', 0, NULL, NULL, NULL, NULL), -(39, 11, NULL, 'date', 'Datetime', 0, NULL, NULL, NULL, NULL), -(40, 11, NULL, 'author', 'Integer', 0, NULL, NULL, NULL, NULL), -(44, 12, 11, 'post', 'Array', 0, NULL, NULL, NULL, NULL); - --- -------------------------------------------------------- - --- --- Tabellenstruktur für Tabelle `fusio_scope` --- - -CREATE TABLE IF NOT EXISTS `fusio_scope` ( -`id` int(10) NOT NULL, - `name` varchar(32) NOT NULL -) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1; - --- --- Daten für Tabelle `fusio_scope` --- - -INSERT INTO `fusio_scope` (`id`, `name`) VALUES -(1, 'backend'), -(3, 'foobar'), -(7, 'premium'), -(8, 'rtetertet'), -(5, 'sdfsdfsdf'); - --- -------------------------------------------------------- - --- --- Tabellenstruktur für Tabelle `fusio_scope_routes` --- - -CREATE TABLE IF NOT EXISTS `fusio_scope_routes` ( -`id` int(10) NOT NULL, - `scopeId` int(10) NOT NULL, - `routeId` int(10) NOT NULL, - `allow` tinyint(4) NOT NULL, - `methods` varchar(64) DEFAULT NULL -) ENGINE=InnoDB AUTO_INCREMENT=91 DEFAULT CHARSET=latin1; - --- --- Daten für Tabelle `fusio_scope_routes` --- - -INSERT INTO `fusio_scope_routes` (`id`, `scopeId`, `routeId`, `allow`, `methods`) VALUES -(39, 3, 48, 1, 'GET'), -(40, 3, 47, 1, 'POST|PUT'), -(41, 3, 46, 1, ''), -(43, 5, 48, 1, 'GET'), -(44, 5, 45, 1, 'GET'), -(52, 7, 63, 1, 'GET'), -(53, 7, 48, 1, 'GET'), -(54, 7, 47, 1, 'GET|PUT|DELETE'), -(55, 7, 45, 1, 'GET'), -(56, 8, 65, 1, 'POST|PUT'), -(57, 8, 47, 1, 'POST|PUT|DELETE'), -(58, 8, 46, 1, 'POST'), -(59, 1, 74, 1, 'DELETE'), -(60, 1, 72, 1, 'GET|POST|PUT|DELETE'), -(61, 1, 71, 1, 'GET|POST|PUT|DELETE'), -(62, 1, 70, 1, 'POST'), -(63, 1, 69, 1, 'GET'), -(64, 1, 68, 1, 'GET'), -(65, 1, 67, 1, 'GET'), -(66, 1, 66, 1, 'GET'), -(67, 1, 62, 1, 'GET'), -(68, 1, 61, 1, 'GET'), -(69, 1, 60, 1, 'GET'), -(70, 1, 58, 1, 'GET|POST'), -(71, 1, 57, 1, 'GET|POST|PUT|DELETE'), -(72, 1, 56, 1, 'GET|POST|PUT|DELETE'), -(73, 1, 55, 1, 'GET'), -(74, 1, 54, 1, 'GET|POST|PUT|DELETE'), -(75, 1, 49, 1, 'GET|POST|PUT|DELETE'), -(76, 1, 44, 1, 'GET|POST|PUT|DELETE'), -(77, 1, 43, 1, 'GET|POST|PUT|DELETE'), -(78, 1, 42, 1, 'GET|POST|PUT|DELETE'), -(79, 1, 15, 1, 'GET'), -(80, 1, 14, 1, 'GET'), -(81, 1, 11, 1, 'GET'), -(82, 1, 10, 1, 'GET'), -(83, 1, 9, 1, 'GET|POST|PUT|DELETE'), -(84, 1, 8, 1, 'GET'), -(85, 1, 7, 1, 'GET|POST|PUT|DELETE'), -(86, 1, 6, 1, 'GET|POST|PUT|DELETE'), -(87, 1, 5, 1, 'GET|POST|PUT|DELETE'), -(88, 1, 4, 1, 'GET|POST|PUT|DELETE'), -(89, 1, 3, 1, 'GET|POST|PUT|DELETE'), -(90, 1, 2, 1, 'GET|POST|PUT|DELETE'); - --- -------------------------------------------------------- - --- --- Tabellenstruktur für Tabelle `fusio_settings` --- - -CREATE TABLE IF NOT EXISTS `fusio_settings` ( -`id` int(10) NOT NULL, - `name` varchar(255) NOT NULL, - `value` varchar(255) NOT NULL -) ENGINE=InnoDB DEFAULT CHARSET=latin1; - --- -------------------------------------------------------- - --- --- Tabellenstruktur für Tabelle `fusio_user` --- - -CREATE TABLE IF NOT EXISTS `fusio_user` ( -`id` int(10) NOT NULL, - `status` int(10) NOT NULL, - `name` varchar(64) NOT NULL, - `password` varchar(255) NOT NULL, - `date` datetime NOT NULL -) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=latin1; - --- --- Daten für Tabelle `fusio_user` --- - -INSERT INTO `fusio_user` (`id`, `status`, `name`, `password`, `date`) VALUES -(1, 1, 'test', '$2y$10$XIjrxAWxA1/0sVcN9kXcfu9ev5IMWYdLxEJ.U6q12Q/Aiw2iH/qFK', '2015-02-27 19:59:15'), -(2, 2, 'adasd', '$2y$10$eRVK4R022UJ/ctgGLmOrI.PVlJvXcBjIgYaweF7Vwdw5Pl3Dc7w.m', '2015-03-01 10:37:33'), -(3, 0, 'asdasdas', '$2y$10$yFg3HHqL/P9GQnac53punem8ew4b.CcFdQZ7TOjZ.ZRKbKQzlxR56', '2015-03-01 10:37:44'), -(4, 0, 'foobar', '$2y$10$2AUp/zOm57qh/MFXfXYcJOY.IYjkmkqRRrSEf5AgCQ5iOGDWW2W3O', '2015-03-01 10:46:26'), -(9, 0, 'fsdfsdf', '$2y$10$jZAuKg.1otV6hVc.hkb7OOJimLVj11nLYLehU72I2FoZfr26rVZK2', '2015-03-07 09:14:44'), -(15, 0, 'fooooo', '$2y$10$NbXz3B2xsfF5BVDiByNDremlEqBK0y6LBms7uI18lj6xzy.1LpiVO', '2015-03-07 13:41:53'), -(16, 0, 'asdasd', '$2y$10$iMCbChWIOSOXn02Fsgij4uqHWM8gS2TDXv7YmNr3DznKpt2ShY0yy', '2015-03-07 14:00:30'), -(17, 0, 'sdfsdfsdf', '$2y$10$6BSQXZxIwZ7B4T5J.SfHUeS64D0A8NS3z8kZwU77k9qU12Ulg9Amm', '2015-03-07 14:02:01'), -(18, 0, 'asdad', '$2y$10$6y7MLoAQsUGls.Egs9GAkuwn.bbPC7xsJN9Bk3nMB/JqmihbtkBGO', '2015-04-23 18:42:55'), -(19, 0, 'sdfsdf', '$2y$10$IRrNnl2ShsgXDdBB/xPmKOG8yuHBsN1Qzlwe8LMjQ.WD2HrN2n8pC', '2015-04-23 18:46:40'), -(20, 0, 'dfsdfsdf', '$2y$10$wD0UBhNCxVzS5eq3hgfC7ullS16YLg7aqnnP9rncTeR0cArSrIar6', '2015-04-23 18:46:50'), -(22, 0, 'asdasdasdasd', '$2y$10$bUiR/R/RnPp5rzXgItagHuHhJNl8HCHEDwh2qvWe1tCgm2A9HUGTG', '2015-04-23 18:48:25'), -(24, 0, 'sdfsdfsadasd', '$2y$10$qeIX3IvXedTStbdPujgpguHS2x/mgYiJCeCTcWdfu8p9MD00CCx.m', '2015-05-05 18:06:50'); - --- -------------------------------------------------------- - --- --- Tabellenstruktur für Tabelle `fusio_user_scope` --- - -CREATE TABLE IF NOT EXISTS `fusio_user_scope` ( -`id` int(10) NOT NULL, - `userId` int(10) NOT NULL, - `scopeId` int(10) NOT NULL -) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=latin1; - --- --- Daten für Tabelle `fusio_user_scope` --- - -INSERT INTO `fusio_user_scope` (`id`, `userId`, `scopeId`) VALUES -(6, 15, 3), -(17, 17, 7), -(18, 17, 5), -(19, 16, 5), -(20, 16, 3), -(21, 18, 7), -(22, 18, 5), -(23, 19, 5), -(24, 19, 3), -(25, 20, 8), -(26, 22, 5), -(27, 22, 3), -(28, 24, 7), -(29, 24, 5); - --- --- Indizes der exportierten Tabellen --- - --- --- Indizes für die Tabelle `fusio_action` --- -ALTER TABLE `fusio_action` - ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `name` (`name`); - --- --- Indizes für die Tabelle `fusio_app` --- -ALTER TABLE `fusio_app` - ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `name` (`name`), ADD UNIQUE KEY `appKey` (`appKey`), ADD KEY `userId` (`userId`); - --- --- Indizes für die Tabelle `fusio_app_scope` --- -ALTER TABLE `fusio_app_scope` - ADD PRIMARY KEY (`id`), ADD KEY `appId` (`appId`), ADD KEY `scopeId` (`scopeId`); - --- --- Indizes für die Tabelle `fusio_app_token` --- -ALTER TABLE `fusio_app_token` - ADD PRIMARY KEY (`id`), ADD KEY `appId` (`appId`), ADD KEY `userId` (`userId`); - --- --- Indizes für die Tabelle `fusio_connection` --- -ALTER TABLE `fusio_connection` - ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `name` (`name`); - --- --- Indizes für die Tabelle `fusio_log` --- -ALTER TABLE `fusio_log` - ADD PRIMARY KEY (`id`), ADD KEY `appId` (`appId`), ADD KEY `routeId` (`routeId`); - --- --- Indizes für die Tabelle `fusio_routes` --- -ALTER TABLE `fusio_routes` - ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `path` (`path`); - --- --- Indizes für die Tabelle `fusio_schema` --- -ALTER TABLE `fusio_schema` - ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `name` (`name`), ADD KEY `extendsId` (`extendsId`); - --- --- Indizes für die Tabelle `fusio_schema_fields` --- -ALTER TABLE `fusio_schema_fields` - ADD PRIMARY KEY (`id`), ADD KEY `schemaId` (`schemaId`), ADD KEY `refId` (`refId`); - --- --- Indizes für die Tabelle `fusio_scope` --- -ALTER TABLE `fusio_scope` - ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `name` (`name`); - --- --- Indizes für die Tabelle `fusio_scope_routes` --- -ALTER TABLE `fusio_scope_routes` - ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `scopeRouteId` (`scopeId`,`routeId`), ADD KEY `routeId` (`routeId`), ADD KEY `scopeId` (`scopeId`); - --- --- Indizes für die Tabelle `fusio_settings` --- -ALTER TABLE `fusio_settings` - ADD PRIMARY KEY (`id`); - --- --- Indizes für die Tabelle `fusio_user` --- -ALTER TABLE `fusio_user` - ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `name` (`name`); - --- --- Indizes für die Tabelle `fusio_user_scope` --- -ALTER TABLE `fusio_user_scope` - ADD PRIMARY KEY (`id`), ADD KEY `userId` (`userId`), ADD KEY `scopeId` (`scopeId`); - --- --- AUTO_INCREMENT für exportierte Tabellen --- - --- --- AUTO_INCREMENT für Tabelle `fusio_action` --- -ALTER TABLE `fusio_action` -MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=19; --- --- AUTO_INCREMENT für Tabelle `fusio_app` --- -ALTER TABLE `fusio_app` -MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=14; --- --- AUTO_INCREMENT für Tabelle `fusio_app_scope` --- -ALTER TABLE `fusio_app_scope` -MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=17; --- --- AUTO_INCREMENT für Tabelle `fusio_app_token` --- -ALTER TABLE `fusio_app_token` -MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=52; --- --- AUTO_INCREMENT für Tabelle `fusio_connection` --- -ALTER TABLE `fusio_connection` -MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=8; --- --- AUTO_INCREMENT für Tabelle `fusio_log` --- -ALTER TABLE `fusio_log` -MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=155; --- --- AUTO_INCREMENT für Tabelle `fusio_routes` --- -ALTER TABLE `fusio_routes` -MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=78; --- --- AUTO_INCREMENT für Tabelle `fusio_schema` --- -ALTER TABLE `fusio_schema` -MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=13; --- --- AUTO_INCREMENT für Tabelle `fusio_schema_fields` --- -ALTER TABLE `fusio_schema_fields` -MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=45; --- --- AUTO_INCREMENT für Tabelle `fusio_scope` --- -ALTER TABLE `fusio_scope` -MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=10; --- --- AUTO_INCREMENT für Tabelle `fusio_scope_routes` --- -ALTER TABLE `fusio_scope_routes` -MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=91; --- --- AUTO_INCREMENT für Tabelle `fusio_settings` --- -ALTER TABLE `fusio_settings` -MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; --- --- AUTO_INCREMENT für Tabelle `fusio_user` --- -ALTER TABLE `fusio_user` -MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=25; --- --- AUTO_INCREMENT für Tabelle `fusio_user_scope` --- -ALTER TABLE `fusio_user_scope` -MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=30; --- --- Constraints der exportierten Tabellen --- - --- --- Constraints der Tabelle `fusio_app` --- -ALTER TABLE `fusio_app` -ADD CONSTRAINT `appUserId` FOREIGN KEY (`userId`) REFERENCES `fusio_user` (`id`); - --- --- Constraints der Tabelle `fusio_app_scope` --- -ALTER TABLE `fusio_app_scope` -ADD CONSTRAINT `appScopeAppId` FOREIGN KEY (`appId`) REFERENCES `fusio_app` (`id`), -ADD CONSTRAINT `appScopeScopeId` FOREIGN KEY (`scopeId`) REFERENCES `fusio_scope` (`id`); - --- --- Constraints der Tabelle `fusio_app_token` --- -ALTER TABLE `fusio_app_token` -ADD CONSTRAINT `appTokenAppId` FOREIGN KEY (`appId`) REFERENCES `fusio_app` (`id`), -ADD CONSTRAINT `appTokenUserId` FOREIGN KEY (`userId`) REFERENCES `fusio_user` (`id`); - --- --- Constraints der Tabelle `fusio_log` --- -ALTER TABLE `fusio_log` -ADD CONSTRAINT `logAppId` FOREIGN KEY (`appId`) REFERENCES `fusio_app` (`id`), -ADD CONSTRAINT `logRouteId` FOREIGN KEY (`routeId`) REFERENCES `fusio_routes` (`id`); - --- --- Constraints der Tabelle `fusio_schema` --- -ALTER TABLE `fusio_schema` -ADD CONSTRAINT `schemaExtendsId` FOREIGN KEY (`extendsId`) REFERENCES `fusio_schema` (`id`); - --- --- Constraints der Tabelle `fusio_schema_fields` --- -ALTER TABLE `fusio_schema_fields` -ADD CONSTRAINT `schemaFieldsRefId` FOREIGN KEY (`refId`) REFERENCES `fusio_schema` (`id`), -ADD CONSTRAINT `schemaFieldsSchemaId` FOREIGN KEY (`schemaId`) REFERENCES `fusio_schema` (`id`); - --- --- Constraints der Tabelle `fusio_scope_routes` --- -ALTER TABLE `fusio_scope_routes` -ADD CONSTRAINT `scopeRoutesRouteId` FOREIGN KEY (`routeId`) REFERENCES `fusio_routes` (`id`), -ADD CONSTRAINT `scopeRoutesScopeId` FOREIGN KEY (`scopeId`) REFERENCES `fusio_scope` (`id`); - --- --- Constraints der Tabelle `fusio_user_scope` --- -ALTER TABLE `fusio_user_scope` -ADD CONSTRAINT `userScopeScopeId` FOREIGN KEY (`scopeId`) REFERENCES `fusio_scope` (`id`), -ADD CONSTRAINT `userScopeUserId` FOREIGN KEY (`userId`) REFERENCES `fusio_user` (`id`); - -/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; diff --git a/src/Fusio/Action/BeanstalkPush.php b/src/Fusio/Action/BeanstalkPush.php index 3fbb92e9..8978e87a 100644 --- a/src/Fusio/Action/BeanstalkPush.php +++ b/src/Fusio/Action/BeanstalkPush.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Action; @@ -38,7 +38,7 @@ * BeanstalkPush * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class BeanstalkPush implements ActionInterface diff --git a/src/Fusio/Action/CacheResponse.php b/src/Fusio/Action/CacheResponse.php index 07c7294d..571aaf17 100644 --- a/src/Fusio/Action/CacheResponse.php +++ b/src/Fusio/Action/CacheResponse.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Action; @@ -35,7 +35,7 @@ * CacheResponse * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class CacheResponse implements ActionInterface diff --git a/src/Fusio/Action/Composite.php b/src/Fusio/Action/Composite.php index af13544a..e33360db 100644 --- a/src/Fusio/Action/Composite.php +++ b/src/Fusio/Action/Composite.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Action; @@ -34,7 +34,7 @@ * Composite * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Composite implements ActionInterface diff --git a/src/Fusio/Action/Condition.php b/src/Fusio/Action/Condition.php index eac34ac0..8396d448 100644 --- a/src/Fusio/Action/Condition.php +++ b/src/Fusio/Action/Condition.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Action; @@ -41,7 +41,7 @@ * Condition * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Condition implements ActionInterface, ParserCacheInterface diff --git a/src/Fusio/Action/HttpRequest.php b/src/Fusio/Action/HttpRequest.php index ede4ade2..617667bc 100644 --- a/src/Fusio/Action/HttpRequest.php +++ b/src/Fusio/Action/HttpRequest.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Action; @@ -37,7 +37,7 @@ * HttpRequest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class HttpRequest implements ActionInterface diff --git a/src/Fusio/Action/Pipe.php b/src/Fusio/Action/Pipe.php index 766652da..e6abe12f 100644 --- a/src/Fusio/Action/Pipe.php +++ b/src/Fusio/Action/Pipe.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Action; @@ -38,7 +38,7 @@ * Pipe * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Pipe implements ActionInterface diff --git a/src/Fusio/Action/RabbitMqPush.php b/src/Fusio/Action/RabbitMqPush.php index 73e71777..29e49757 100644 --- a/src/Fusio/Action/RabbitMqPush.php +++ b/src/Fusio/Action/RabbitMqPush.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Action; @@ -39,7 +39,7 @@ * RabbitMqPush * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class RabbitMqPush implements ActionInterface diff --git a/src/Fusio/Action/SqlExecute.php b/src/Fusio/Action/SqlExecute.php index 5a2ed608..a7860e7c 100644 --- a/src/Fusio/Action/SqlExecute.php +++ b/src/Fusio/Action/SqlExecute.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Action; @@ -38,7 +38,7 @@ * SqlExecute * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class SqlExecute implements ActionInterface diff --git a/src/Fusio/Action/SqlFetchAll.php b/src/Fusio/Action/SqlFetchAll.php index 8030e71e..3991826a 100644 --- a/src/Fusio/Action/SqlFetchAll.php +++ b/src/Fusio/Action/SqlFetchAll.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Action; @@ -38,7 +38,7 @@ * SqlFetchAll * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class SqlFetchAll implements ActionInterface diff --git a/src/Fusio/Action/SqlFetchRow.php b/src/Fusio/Action/SqlFetchRow.php index a3766728..13263363 100644 --- a/src/Fusio/Action/SqlFetchRow.php +++ b/src/Fusio/Action/SqlFetchRow.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Action; @@ -39,7 +39,7 @@ * SqlFetchRow * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class SqlFetchRow implements ActionInterface diff --git a/src/Fusio/Action/StaticResponse.php b/src/Fusio/Action/StaticResponse.php index db752138..999fcdf6 100644 --- a/src/Fusio/Action/StaticResponse.php +++ b/src/Fusio/Action/StaticResponse.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Action; @@ -37,7 +37,7 @@ * StaticResponse * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class StaticResponse implements ActionInterface diff --git a/src/Fusio/ActionInterface.php b/src/Fusio/ActionInterface.php index 2c52e39b..2a6a6218 100644 --- a/src/Fusio/ActionInterface.php +++ b/src/Fusio/ActionInterface.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio; @@ -25,7 +25,7 @@ * ActionInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ interface ActionInterface extends ConfigurableInterface diff --git a/src/Fusio/App.php b/src/Fusio/App.php index 933cd8bc..1284a61d 100644 --- a/src/Fusio/App.php +++ b/src/Fusio/App.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio; @@ -25,7 +25,7 @@ * App * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class App diff --git a/src/Fusio/App/Loader.php b/src/Fusio/App/Loader.php index 9ef5001a..a600f2fb 100644 --- a/src/Fusio/App/Loader.php +++ b/src/Fusio/App/Loader.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\App; @@ -28,7 +28,7 @@ * Loader * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Loader diff --git a/src/Fusio/App/RateLimit.php b/src/Fusio/App/RateLimit.php index 8563c908..12f517d7 100644 --- a/src/Fusio/App/RateLimit.php +++ b/src/Fusio/App/RateLimit.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\App; @@ -28,7 +28,7 @@ * RateLimit * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class RateLimit diff --git a/src/Fusio/Authorization/ClientCredentials.php b/src/Fusio/Authorization/ClientCredentials.php index 346bb275..7e61ba1b 100644 --- a/src/Fusio/Authorization/ClientCredentials.php +++ b/src/Fusio/Authorization/ClientCredentials.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Authorization; @@ -34,7 +34,7 @@ * ClientCredentials * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class ClientCredentials extends ClientCredentialsAbstract diff --git a/src/Fusio/Authorization/Oauth2Filter.php b/src/Fusio/Authorization/Oauth2Filter.php index 9240b4a4..670b61f8 100644 --- a/src/Fusio/Authorization/Oauth2Filter.php +++ b/src/Fusio/Authorization/Oauth2Filter.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Authorization; @@ -31,7 +31,7 @@ * Oauth2Filter * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Oauth2Filter extends Oauth2Authentication diff --git a/src/Fusio/Authorization/ProtectionTrait.php b/src/Fusio/Authorization/ProtectionTrait.php index 9a48426a..aa5b9e4a 100644 --- a/src/Fusio/Authorization/ProtectionTrait.php +++ b/src/Fusio/Authorization/ProtectionTrait.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Authorization; @@ -27,7 +27,7 @@ * ProtectionTrait * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ trait ProtectionTrait diff --git a/src/Fusio/Authorization/Revoke.php b/src/Fusio/Authorization/Revoke.php index e32750f7..a8bc633a 100644 --- a/src/Fusio/Authorization/Revoke.php +++ b/src/Fusio/Authorization/Revoke.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Authorization; @@ -29,7 +29,7 @@ * Revoke * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Revoke extends ApiAbstract diff --git a/src/Fusio/Authorization/Token.php b/src/Fusio/Authorization/Token.php index 66a356eb..0b731151 100644 --- a/src/Fusio/Authorization/Token.php +++ b/src/Fusio/Authorization/Token.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Authorization; @@ -27,7 +27,7 @@ * Token * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Token extends TokenAbstract diff --git a/src/Fusio/Authorization/Whoami.php b/src/Fusio/Authorization/Whoami.php index 334e65bc..90507da7 100644 --- a/src/Fusio/Authorization/Whoami.php +++ b/src/Fusio/Authorization/Whoami.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Authorization; @@ -28,7 +28,7 @@ * Whoami * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Whoami extends ApiAbstract diff --git a/src/Fusio/Backend/Api/Action/Collection.php b/src/Fusio/Backend/Api/Action/Collection.php index ad49410d..ccdec17f 100644 --- a/src/Fusio/Backend/Api/Action/Collection.php +++ b/src/Fusio/Backend/Api/Action/Collection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Action; @@ -37,7 +37,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Collection extends SchemaApiAbstract diff --git a/src/Fusio/Backend/Api/Action/Entity.php b/src/Fusio/Backend/Api/Action/Entity.php index 46e966ab..35022440 100644 --- a/src/Fusio/Backend/Api/Action/Entity.php +++ b/src/Fusio/Backend/Api/Action/Entity.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Action; @@ -34,7 +34,7 @@ * Entity * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Entity extends SchemaApiAbstract diff --git a/src/Fusio/Backend/Api/Action/ListActions.php b/src/Fusio/Backend/Api/Action/ListActions.php index 20028ad0..49fd4b71 100644 --- a/src/Fusio/Backend/Api/Action/ListActions.php +++ b/src/Fusio/Backend/Api/Action/ListActions.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Action; @@ -29,7 +29,7 @@ * ListActions * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class ListActions extends ApiAbstract diff --git a/src/Fusio/Backend/Api/Action/ValidatorTrait.php b/src/Fusio/Backend/Api/Action/ValidatorTrait.php index bf4b9f89..9f4ec585 100644 --- a/src/Fusio/Backend/Api/Action/ValidatorTrait.php +++ b/src/Fusio/Backend/Api/Action/ValidatorTrait.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Action; @@ -30,7 +30,7 @@ * ValidatorTrait * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ trait ValidatorTrait diff --git a/src/Fusio/Backend/Api/App/Collection.php b/src/Fusio/Backend/Api/App/Collection.php index dd3d45d5..c3ac074f 100644 --- a/src/Fusio/Backend/Api/App/Collection.php +++ b/src/Fusio/Backend/Api/App/Collection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\App; @@ -40,7 +40,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Collection extends SchemaApiAbstract diff --git a/src/Fusio/Backend/Api/App/Entity.php b/src/Fusio/Backend/Api/App/Entity.php index ffa02a2e..08940ff8 100644 --- a/src/Fusio/Backend/Api/App/Entity.php +++ b/src/Fusio/Backend/Api/App/Entity.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\App; @@ -34,7 +34,7 @@ * Entity * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Entity extends SchemaApiAbstract diff --git a/src/Fusio/Backend/Api/App/Token.php b/src/Fusio/Backend/Api/App/Token.php index e0065f5a..00949088 100644 --- a/src/Fusio/Backend/Api/App/Token.php +++ b/src/Fusio/Backend/Api/App/Token.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\App; @@ -30,7 +30,7 @@ * Token * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Token extends ApiAbstract diff --git a/src/Fusio/Backend/Api/App/ValidatorTrait.php b/src/Fusio/Backend/Api/App/ValidatorTrait.php index b49ffde8..d8b694eb 100644 --- a/src/Fusio/Backend/Api/App/ValidatorTrait.php +++ b/src/Fusio/Backend/Api/App/ValidatorTrait.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\App; @@ -30,7 +30,7 @@ * ValidatorTrait * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ trait ValidatorTrait diff --git a/src/Fusio/Backend/Api/Connection/Collection.php b/src/Fusio/Backend/Api/Connection/Collection.php index 8ceb7d24..6b3fb12b 100644 --- a/src/Fusio/Backend/Api/Connection/Collection.php +++ b/src/Fusio/Backend/Api/Connection/Collection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Connection; @@ -37,7 +37,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Collection extends SchemaApiAbstract diff --git a/src/Fusio/Backend/Api/Connection/Entity.php b/src/Fusio/Backend/Api/Connection/Entity.php index 605a64da..88b4473d 100644 --- a/src/Fusio/Backend/Api/Connection/Entity.php +++ b/src/Fusio/Backend/Api/Connection/Entity.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Connection; @@ -34,7 +34,7 @@ * Entity * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Entity extends SchemaApiAbstract diff --git a/src/Fusio/Backend/Api/Connection/ListConnections.php b/src/Fusio/Backend/Api/Connection/ListConnections.php index 7ec11047..0e10f926 100644 --- a/src/Fusio/Backend/Api/Connection/ListConnections.php +++ b/src/Fusio/Backend/Api/Connection/ListConnections.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Connection; @@ -29,7 +29,7 @@ * ListConnections * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class ListConnections extends ApiAbstract diff --git a/src/Fusio/Backend/Api/Connection/ValidatorTrait.php b/src/Fusio/Backend/Api/Connection/ValidatorTrait.php index 92b2a1c7..a1789b81 100644 --- a/src/Fusio/Backend/Api/Connection/ValidatorTrait.php +++ b/src/Fusio/Backend/Api/Connection/ValidatorTrait.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Connection; @@ -30,7 +30,7 @@ * ValidatorTrait * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ trait ValidatorTrait diff --git a/src/Fusio/Backend/Api/Dashboard/IncomingRequests.php b/src/Fusio/Backend/Api/Dashboard/IncomingRequests.php index 0b6b1f68..44716381 100644 --- a/src/Fusio/Backend/Api/Dashboard/IncomingRequests.php +++ b/src/Fusio/Backend/Api/Dashboard/IncomingRequests.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Dashboard; @@ -30,7 +30,7 @@ * IncomingRequests * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class IncomingRequests extends ApiAbstract diff --git a/src/Fusio/Backend/Api/Dashboard/LatestApps.php b/src/Fusio/Backend/Api/Dashboard/LatestApps.php index 6c6e5890..b52ba0b1 100644 --- a/src/Fusio/Backend/Api/Dashboard/LatestApps.php +++ b/src/Fusio/Backend/Api/Dashboard/LatestApps.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Dashboard; @@ -28,7 +28,7 @@ * LatestApps * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class LatestApps extends ApiAbstract diff --git a/src/Fusio/Backend/Api/Dashboard/LatestRequests.php b/src/Fusio/Backend/Api/Dashboard/LatestRequests.php index 4481458f..84fbb702 100644 --- a/src/Fusio/Backend/Api/Dashboard/LatestRequests.php +++ b/src/Fusio/Backend/Api/Dashboard/LatestRequests.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Dashboard; @@ -28,7 +28,7 @@ * LatestRequests * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class LatestRequests extends ApiAbstract diff --git a/src/Fusio/Backend/Api/Dashboard/LatestUsers.php b/src/Fusio/Backend/Api/Dashboard/LatestUsers.php index 243616e1..2a66136d 100644 --- a/src/Fusio/Backend/Api/Dashboard/LatestUsers.php +++ b/src/Fusio/Backend/Api/Dashboard/LatestUsers.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Dashboard; @@ -28,7 +28,7 @@ * LatestUsers * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class LatestUsers extends ApiAbstract diff --git a/src/Fusio/Backend/Api/Dashboard/MostUsedApps.php b/src/Fusio/Backend/Api/Dashboard/MostUsedApps.php index cedb0e99..eeceeb8b 100644 --- a/src/Fusio/Backend/Api/Dashboard/MostUsedApps.php +++ b/src/Fusio/Backend/Api/Dashboard/MostUsedApps.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Dashboard; @@ -28,7 +28,7 @@ * MostUsedApps * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class MostUsedApps extends ApiAbstract diff --git a/src/Fusio/Backend/Api/Dashboard/MostUsedRoutes.php b/src/Fusio/Backend/Api/Dashboard/MostUsedRoutes.php index 22cfa475..23760124 100644 --- a/src/Fusio/Backend/Api/Dashboard/MostUsedRoutes.php +++ b/src/Fusio/Backend/Api/Dashboard/MostUsedRoutes.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Dashboard; @@ -28,7 +28,7 @@ * MostUsedRoutes * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class MostUsedRoutes extends ApiAbstract diff --git a/src/Fusio/Backend/Api/Log/Collection.php b/src/Fusio/Backend/Api/Log/Collection.php index 9bfd83e2..aaaf9fdd 100644 --- a/src/Fusio/Backend/Api/Log/Collection.php +++ b/src/Fusio/Backend/Api/Log/Collection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Log; @@ -38,7 +38,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Collection extends SchemaApiAbstract diff --git a/src/Fusio/Backend/Api/Log/Entity.php b/src/Fusio/Backend/Api/Log/Entity.php index 1e736621..362c8870 100644 --- a/src/Fusio/Backend/Api/Log/Entity.php +++ b/src/Fusio/Backend/Api/Log/Entity.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Log; @@ -34,7 +34,7 @@ * Entity * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Entity extends SchemaApiAbstract diff --git a/src/Fusio/Backend/Api/Routes/Collection.php b/src/Fusio/Backend/Api/Routes/Collection.php index 3f238ab0..f0d4b053 100644 --- a/src/Fusio/Backend/Api/Routes/Collection.php +++ b/src/Fusio/Backend/Api/Routes/Collection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Routes; @@ -37,7 +37,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Collection extends SchemaApiAbstract diff --git a/src/Fusio/Backend/Api/Routes/Entity.php b/src/Fusio/Backend/Api/Routes/Entity.php index 9a590d8f..cb00d1de 100644 --- a/src/Fusio/Backend/Api/Routes/Entity.php +++ b/src/Fusio/Backend/Api/Routes/Entity.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Routes; @@ -34,7 +34,7 @@ * Entity * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Entity extends SchemaApiAbstract diff --git a/src/Fusio/Backend/Api/Routes/ValidatorTrait.php b/src/Fusio/Backend/Api/Routes/ValidatorTrait.php index 78706b02..3fd6c5cc 100644 --- a/src/Fusio/Backend/Api/Routes/ValidatorTrait.php +++ b/src/Fusio/Backend/Api/Routes/ValidatorTrait.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Routes; @@ -31,7 +31,7 @@ * ValidatorTrait * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ trait ValidatorTrait diff --git a/src/Fusio/Backend/Api/Schema/Collection.php b/src/Fusio/Backend/Api/Schema/Collection.php index 6101eaf2..1cfc4b7c 100644 --- a/src/Fusio/Backend/Api/Schema/Collection.php +++ b/src/Fusio/Backend/Api/Schema/Collection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Schema; @@ -38,7 +38,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Collection extends SchemaApiAbstract diff --git a/src/Fusio/Backend/Api/Schema/Entity.php b/src/Fusio/Backend/Api/Schema/Entity.php index 6340a622..ae5d2eb1 100644 --- a/src/Fusio/Backend/Api/Schema/Entity.php +++ b/src/Fusio/Backend/Api/Schema/Entity.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Schema; @@ -34,7 +34,7 @@ * Entity * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Entity extends SchemaApiAbstract diff --git a/src/Fusio/Backend/Api/Schema/Preview.php b/src/Fusio/Backend/Api/Schema/Preview.php index 4ea1d0be..43aed14e 100644 --- a/src/Fusio/Backend/Api/Schema/Preview.php +++ b/src/Fusio/Backend/Api/Schema/Preview.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Schema; @@ -32,7 +32,7 @@ * Preview * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Preview extends ApiAbstract diff --git a/src/Fusio/Backend/Api/Schema/ValidatorTrait.php b/src/Fusio/Backend/Api/Schema/ValidatorTrait.php index 7cf869c3..3310ca3a 100644 --- a/src/Fusio/Backend/Api/Schema/ValidatorTrait.php +++ b/src/Fusio/Backend/Api/Schema/ValidatorTrait.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Schema; @@ -30,7 +30,7 @@ * ValidatorTrait * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ trait ValidatorTrait diff --git a/src/Fusio/Backend/Api/Scope/Collection.php b/src/Fusio/Backend/Api/Scope/Collection.php index a8b01f83..a0403475 100644 --- a/src/Fusio/Backend/Api/Scope/Collection.php +++ b/src/Fusio/Backend/Api/Scope/Collection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Scope; @@ -38,7 +38,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Collection extends SchemaApiAbstract diff --git a/src/Fusio/Backend/Api/Scope/Entity.php b/src/Fusio/Backend/Api/Scope/Entity.php index 1d5d7293..8b6e7d41 100644 --- a/src/Fusio/Backend/Api/Scope/Entity.php +++ b/src/Fusio/Backend/Api/Scope/Entity.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Scope; @@ -34,7 +34,7 @@ * Entity * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Entity extends SchemaApiAbstract diff --git a/src/Fusio/Backend/Api/Scope/ValidatorTrait.php b/src/Fusio/Backend/Api/Scope/ValidatorTrait.php index 10bcc987..d281926f 100644 --- a/src/Fusio/Backend/Api/Scope/ValidatorTrait.php +++ b/src/Fusio/Backend/Api/Scope/ValidatorTrait.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\Scope; @@ -30,7 +30,7 @@ * ValidatorTrait * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ trait ValidatorTrait diff --git a/src/Fusio/Backend/Api/User/Collection.php b/src/Fusio/Backend/Api/User/Collection.php index a511e95d..2715e227 100644 --- a/src/Fusio/Backend/Api/User/Collection.php +++ b/src/Fusio/Backend/Api/User/Collection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\User; @@ -39,7 +39,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Collection extends SchemaApiAbstract diff --git a/src/Fusio/Backend/Api/User/Entity.php b/src/Fusio/Backend/Api/User/Entity.php index 822c93da..306cd82e 100644 --- a/src/Fusio/Backend/Api/User/Entity.php +++ b/src/Fusio/Backend/Api/User/Entity.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\User; @@ -34,7 +34,7 @@ * Entity * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Entity extends SchemaApiAbstract diff --git a/src/Fusio/Backend/Api/User/ValidatorTrait.php b/src/Fusio/Backend/Api/User/ValidatorTrait.php index f1aa62ca..eb1d180e 100644 --- a/src/Fusio/Backend/Api/User/ValidatorTrait.php +++ b/src/Fusio/Backend/Api/User/ValidatorTrait.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Api\User; @@ -30,7 +30,7 @@ * ValidatorTrait * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ trait ValidatorTrait diff --git a/src/Fusio/Backend/Authorization/ClientCredentials.php b/src/Fusio/Backend/Authorization/ClientCredentials.php index b80fc55c..b8d7b88d 100644 --- a/src/Fusio/Backend/Authorization/ClientCredentials.php +++ b/src/Fusio/Backend/Authorization/ClientCredentials.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Authorization; @@ -35,7 +35,7 @@ * ClientCredentials * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class ClientCredentials extends ClientCredentialsAbstract diff --git a/src/Fusio/Backend/Authorization/Token.php b/src/Fusio/Backend/Authorization/Token.php index fd861f10..cb7134ac 100644 --- a/src/Fusio/Backend/Authorization/Token.php +++ b/src/Fusio/Backend/Authorization/Token.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Authorization; @@ -27,7 +27,7 @@ * Token * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Token extends TokenAbstract diff --git a/src/Fusio/Backend/Filter/Routes/Controller.php b/src/Fusio/Backend/Filter/Routes/Controller.php index 50c5e87c..7ae7db25 100644 --- a/src/Fusio/Backend/Filter/Routes/Controller.php +++ b/src/Fusio/Backend/Filter/Routes/Controller.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Filter\Routes; @@ -27,7 +27,7 @@ * Controller * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Controller extends FilterAbstract diff --git a/src/Fusio/Backend/Filter/Routes/Methods.php b/src/Fusio/Backend/Filter/Routes/Methods.php index 5eb63b1d..e892d73c 100644 --- a/src/Fusio/Backend/Filter/Routes/Methods.php +++ b/src/Fusio/Backend/Filter/Routes/Methods.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Filter\Routes; @@ -27,7 +27,7 @@ * Methods * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Methods extends FilterAbstract diff --git a/src/Fusio/Backend/Filter/Routes/Path.php b/src/Fusio/Backend/Filter/Routes/Path.php index 483d1b46..81e02346 100644 --- a/src/Fusio/Backend/Filter/Routes/Path.php +++ b/src/Fusio/Backend/Filter/Routes/Path.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Filter\Routes; @@ -27,7 +27,7 @@ * Path * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Path extends FilterAbstract diff --git a/src/Fusio/Backend/Schema/Action.php b/src/Fusio/Backend/Schema/Action.php index 66685a69..30a68f61 100644 --- a/src/Fusio/Backend/Schema/Action.php +++ b/src/Fusio/Backend/Schema/Action.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema; @@ -27,7 +27,7 @@ * Action * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Action extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Action/Collection.php b/src/Fusio/Backend/Schema/Action/Collection.php index a8a417ba..a5c71be8 100644 --- a/src/Fusio/Backend/Schema/Action/Collection.php +++ b/src/Fusio/Backend/Schema/Action/Collection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Action; @@ -27,7 +27,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Collection extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Action/Create.php b/src/Fusio/Backend/Schema/Action/Create.php index 0ba00f57..98cb495a 100644 --- a/src/Fusio/Backend/Schema/Action/Create.php +++ b/src/Fusio/Backend/Schema/Action/Create.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Action; @@ -27,7 +27,7 @@ * Create * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Create extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Action/Delete.php b/src/Fusio/Backend/Schema/Action/Delete.php index fb1caee8..5ce21219 100644 --- a/src/Fusio/Backend/Schema/Action/Delete.php +++ b/src/Fusio/Backend/Schema/Action/Delete.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Action; @@ -27,7 +27,7 @@ * Delete * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Delete extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Action/Update.php b/src/Fusio/Backend/Schema/Action/Update.php index 2438fddd..c972ae60 100644 --- a/src/Fusio/Backend/Schema/Action/Update.php +++ b/src/Fusio/Backend/Schema/Action/Update.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Action; @@ -27,7 +27,7 @@ * Update * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Update extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/App.php b/src/Fusio/Backend/Schema/App.php index 9d99a97c..338f1f36 100644 --- a/src/Fusio/Backend/Schema/App.php +++ b/src/Fusio/Backend/Schema/App.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema; @@ -28,7 +28,7 @@ * App * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class App extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/App/Collection.php b/src/Fusio/Backend/Schema/App/Collection.php index 5e3a2921..39d948b7 100644 --- a/src/Fusio/Backend/Schema/App/Collection.php +++ b/src/Fusio/Backend/Schema/App/Collection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\App; @@ -27,7 +27,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Collection extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/App/Create.php b/src/Fusio/Backend/Schema/App/Create.php index fa04b9ee..28cd84de 100644 --- a/src/Fusio/Backend/Schema/App/Create.php +++ b/src/Fusio/Backend/Schema/App/Create.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\App; @@ -27,7 +27,7 @@ * Create * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Create extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/App/Delete.php b/src/Fusio/Backend/Schema/App/Delete.php index 2d819c06..31e2a2e9 100644 --- a/src/Fusio/Backend/Schema/App/Delete.php +++ b/src/Fusio/Backend/Schema/App/Delete.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\App; @@ -27,7 +27,7 @@ * Delete * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Delete extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/App/Token.php b/src/Fusio/Backend/Schema/App/Token.php index 6becc62d..e010c1a6 100644 --- a/src/Fusio/Backend/Schema/App/Token.php +++ b/src/Fusio/Backend/Schema/App/Token.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\App; @@ -27,7 +27,7 @@ * Token * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Token extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/App/Update.php b/src/Fusio/Backend/Schema/App/Update.php index 99ddced2..e8ae0b44 100644 --- a/src/Fusio/Backend/Schema/App/Update.php +++ b/src/Fusio/Backend/Schema/App/Update.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\App; @@ -27,7 +27,7 @@ * Update * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Update extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Connection.php b/src/Fusio/Backend/Schema/Connection.php index 6cc6d258..72824ec6 100644 --- a/src/Fusio/Backend/Schema/Connection.php +++ b/src/Fusio/Backend/Schema/Connection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema; @@ -27,7 +27,7 @@ * Connection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Connection extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Connection/Collection.php b/src/Fusio/Backend/Schema/Connection/Collection.php index 724a1d46..7659ce0a 100644 --- a/src/Fusio/Backend/Schema/Connection/Collection.php +++ b/src/Fusio/Backend/Schema/Connection/Collection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Connection; @@ -27,7 +27,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Collection extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Connection/Create.php b/src/Fusio/Backend/Schema/Connection/Create.php index e913d1be..2378a9ec 100644 --- a/src/Fusio/Backend/Schema/Connection/Create.php +++ b/src/Fusio/Backend/Schema/Connection/Create.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Connection; @@ -27,7 +27,7 @@ * Create * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Create extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Connection/Delete.php b/src/Fusio/Backend/Schema/Connection/Delete.php index 17c491be..add980cb 100644 --- a/src/Fusio/Backend/Schema/Connection/Delete.php +++ b/src/Fusio/Backend/Schema/Connection/Delete.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Connection; @@ -27,7 +27,7 @@ * Delete * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Delete extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Connection/Update.php b/src/Fusio/Backend/Schema/Connection/Update.php index d4c1cc35..fd372868 100644 --- a/src/Fusio/Backend/Schema/Connection/Update.php +++ b/src/Fusio/Backend/Schema/Connection/Update.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Connection; @@ -27,7 +27,7 @@ * Update * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Update extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Log.php b/src/Fusio/Backend/Schema/Log.php index 3fdaa4ca..93fa853c 100644 --- a/src/Fusio/Backend/Schema/Log.php +++ b/src/Fusio/Backend/Schema/Log.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema; @@ -27,7 +27,7 @@ * Log * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Log extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Log/Collection.php b/src/Fusio/Backend/Schema/Log/Collection.php index 268efa69..e7651905 100644 --- a/src/Fusio/Backend/Schema/Log/Collection.php +++ b/src/Fusio/Backend/Schema/Log/Collection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Log; @@ -27,7 +27,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Collection extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Message.php b/src/Fusio/Backend/Schema/Message.php index 38e7c774..78f11bfb 100644 --- a/src/Fusio/Backend/Schema/Message.php +++ b/src/Fusio/Backend/Schema/Message.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema; @@ -27,7 +27,7 @@ * Message * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Message extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Routes.php b/src/Fusio/Backend/Schema/Routes.php index 122d184e..3e983878 100644 --- a/src/Fusio/Backend/Schema/Routes.php +++ b/src/Fusio/Backend/Schema/Routes.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema; @@ -27,7 +27,7 @@ * Routes * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Routes extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Routes/Collection.php b/src/Fusio/Backend/Schema/Routes/Collection.php index 6f5f4be7..1e61ba74 100644 --- a/src/Fusio/Backend/Schema/Routes/Collection.php +++ b/src/Fusio/Backend/Schema/Routes/Collection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Routes; @@ -27,7 +27,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Collection extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Routes/Create.php b/src/Fusio/Backend/Schema/Routes/Create.php index 1ee67e64..c1adacc9 100644 --- a/src/Fusio/Backend/Schema/Routes/Create.php +++ b/src/Fusio/Backend/Schema/Routes/Create.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Routes; @@ -27,7 +27,7 @@ * Create * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Create extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Routes/Delete.php b/src/Fusio/Backend/Schema/Routes/Delete.php index ba9cc0d0..82ca506a 100644 --- a/src/Fusio/Backend/Schema/Routes/Delete.php +++ b/src/Fusio/Backend/Schema/Routes/Delete.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Routes; @@ -27,7 +27,7 @@ * Delete * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Delete extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Routes/Method.php b/src/Fusio/Backend/Schema/Routes/Method.php index 51bf4b8a..e832fd0b 100644 --- a/src/Fusio/Backend/Schema/Routes/Method.php +++ b/src/Fusio/Backend/Schema/Routes/Method.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Routes; @@ -27,7 +27,7 @@ * Method * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Method extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Routes/Update.php b/src/Fusio/Backend/Schema/Routes/Update.php index 2ec532d6..dd4836e3 100644 --- a/src/Fusio/Backend/Schema/Routes/Update.php +++ b/src/Fusio/Backend/Schema/Routes/Update.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Routes; @@ -27,7 +27,7 @@ * Update * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Update extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Routes/Version.php b/src/Fusio/Backend/Schema/Routes/Version.php index 89b73c1b..0e2d9bf3 100644 --- a/src/Fusio/Backend/Schema/Routes/Version.php +++ b/src/Fusio/Backend/Schema/Routes/Version.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Routes; @@ -27,7 +27,7 @@ * Version * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Version extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Schema.php b/src/Fusio/Backend/Schema/Schema.php index 40e6844a..9527d52b 100644 --- a/src/Fusio/Backend/Schema/Schema.php +++ b/src/Fusio/Backend/Schema/Schema.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema; @@ -27,7 +27,7 @@ * Schema * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Schema extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Schema/Collection.php b/src/Fusio/Backend/Schema/Schema/Collection.php index 60b9f770..87b8cfcc 100644 --- a/src/Fusio/Backend/Schema/Schema/Collection.php +++ b/src/Fusio/Backend/Schema/Schema/Collection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Schema; @@ -27,7 +27,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Collection extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Schema/Create.php b/src/Fusio/Backend/Schema/Schema/Create.php index 4bb320a6..6fa09681 100644 --- a/src/Fusio/Backend/Schema/Schema/Create.php +++ b/src/Fusio/Backend/Schema/Schema/Create.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Schema; @@ -27,7 +27,7 @@ * Create * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Create extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Schema/Delete.php b/src/Fusio/Backend/Schema/Schema/Delete.php index 4fe06155..279964fb 100644 --- a/src/Fusio/Backend/Schema/Schema/Delete.php +++ b/src/Fusio/Backend/Schema/Schema/Delete.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Schema; @@ -27,7 +27,7 @@ * Delete * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Delete extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Schema/Update.php b/src/Fusio/Backend/Schema/Schema/Update.php index b0a680d2..a7db709c 100644 --- a/src/Fusio/Backend/Schema/Schema/Update.php +++ b/src/Fusio/Backend/Schema/Schema/Update.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Schema; @@ -27,7 +27,7 @@ * Update * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Update extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Scope.php b/src/Fusio/Backend/Schema/Scope.php index ac8d9587..2532cba4 100644 --- a/src/Fusio/Backend/Schema/Scope.php +++ b/src/Fusio/Backend/Schema/Scope.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema; @@ -27,7 +27,7 @@ * Scope * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Scope extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Scope/Collection.php b/src/Fusio/Backend/Schema/Scope/Collection.php index bb1569ef..1556fcd7 100644 --- a/src/Fusio/Backend/Schema/Scope/Collection.php +++ b/src/Fusio/Backend/Schema/Scope/Collection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Scope; @@ -27,7 +27,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Collection extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Scope/Create.php b/src/Fusio/Backend/Schema/Scope/Create.php index e8d7e6ef..88f58dcf 100644 --- a/src/Fusio/Backend/Schema/Scope/Create.php +++ b/src/Fusio/Backend/Schema/Scope/Create.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Scope; @@ -27,7 +27,7 @@ * Create * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Create extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Scope/Delete.php b/src/Fusio/Backend/Schema/Scope/Delete.php index e6e0c25e..db5d7d0b 100644 --- a/src/Fusio/Backend/Schema/Scope/Delete.php +++ b/src/Fusio/Backend/Schema/Scope/Delete.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Scope; @@ -27,7 +27,7 @@ * Delete * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Delete extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Scope/Route.php b/src/Fusio/Backend/Schema/Scope/Route.php index f7187526..8e27e5ab 100644 --- a/src/Fusio/Backend/Schema/Scope/Route.php +++ b/src/Fusio/Backend/Schema/Scope/Route.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Scope; @@ -27,7 +27,7 @@ * Route * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Route extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/Scope/Update.php b/src/Fusio/Backend/Schema/Scope/Update.php index 99b9a256..9ea73bec 100644 --- a/src/Fusio/Backend/Schema/Scope/Update.php +++ b/src/Fusio/Backend/Schema/Scope/Update.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\Scope; @@ -27,7 +27,7 @@ * Update * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Update extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/User.php b/src/Fusio/Backend/Schema/User.php index 4c39e4de..10c8e661 100644 --- a/src/Fusio/Backend/Schema/User.php +++ b/src/Fusio/Backend/Schema/User.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema; @@ -28,7 +28,7 @@ * User * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class User extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/User/Collection.php b/src/Fusio/Backend/Schema/User/Collection.php index bdf504a4..9e1b219b 100644 --- a/src/Fusio/Backend/Schema/User/Collection.php +++ b/src/Fusio/Backend/Schema/User/Collection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\User; @@ -27,7 +27,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Collection extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/User/Create.php b/src/Fusio/Backend/Schema/User/Create.php index 0d377919..8f6c8b4a 100644 --- a/src/Fusio/Backend/Schema/User/Create.php +++ b/src/Fusio/Backend/Schema/User/Create.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\User; @@ -27,7 +27,7 @@ * Create * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Create extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/User/Delete.php b/src/Fusio/Backend/Schema/User/Delete.php index 96d20fcc..2a351907 100644 --- a/src/Fusio/Backend/Schema/User/Delete.php +++ b/src/Fusio/Backend/Schema/User/Delete.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\User; @@ -27,7 +27,7 @@ * Delete * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Delete extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/User/Message.php b/src/Fusio/Backend/Schema/User/Message.php index 016646fe..d7156674 100644 --- a/src/Fusio/Backend/Schema/User/Message.php +++ b/src/Fusio/Backend/Schema/User/Message.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\User; @@ -27,7 +27,7 @@ * Message * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Message extends SchemaAbstract diff --git a/src/Fusio/Backend/Schema/User/Update.php b/src/Fusio/Backend/Schema/User/Update.php index 3362ca70..495725ba 100644 --- a/src/Fusio/Backend/Schema/User/Update.php +++ b/src/Fusio/Backend/Schema/User/Update.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Schema\User; @@ -27,7 +27,7 @@ * Update * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Update extends SchemaAbstract diff --git a/src/Fusio/Backend/Table/Action.php b/src/Fusio/Backend/Table/Action.php index 2ad35898..b00063ad 100644 --- a/src/Fusio/Backend/Table/Action.php +++ b/src/Fusio/Backend/Table/Action.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Table; @@ -27,7 +27,7 @@ * Action * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Action extends TableAbstract diff --git a/src/Fusio/Backend/Table/App.php b/src/Fusio/Backend/Table/App.php index f57daa76..af97c2db 100644 --- a/src/Fusio/Backend/Table/App.php +++ b/src/Fusio/Backend/Table/App.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Table; @@ -27,7 +27,7 @@ * App * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class App extends TableAbstract diff --git a/src/Fusio/Backend/Table/App/Scope.php b/src/Fusio/Backend/Table/App/Scope.php index 138de070..8cadab3c 100644 --- a/src/Fusio/Backend/Table/App/Scope.php +++ b/src/Fusio/Backend/Table/App/Scope.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Table\App; @@ -27,7 +27,7 @@ * Scope * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Scope extends TableAbstract diff --git a/src/Fusio/Backend/Table/App/Token.php b/src/Fusio/Backend/Table/App/Token.php index ce591e72..297fd1e8 100644 --- a/src/Fusio/Backend/Table/App/Token.php +++ b/src/Fusio/Backend/Table/App/Token.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Table\App; @@ -28,7 +28,7 @@ * Token * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Token extends TableAbstract diff --git a/src/Fusio/Backend/Table/Connection.php b/src/Fusio/Backend/Table/Connection.php index e2d835b8..e20b57ff 100644 --- a/src/Fusio/Backend/Table/Connection.php +++ b/src/Fusio/Backend/Table/Connection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Table; @@ -27,7 +27,7 @@ * Connection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Connection extends TableAbstract diff --git a/src/Fusio/Backend/Table/Log.php b/src/Fusio/Backend/Table/Log.php index 0e98f4e5..900ae998 100644 --- a/src/Fusio/Backend/Table/Log.php +++ b/src/Fusio/Backend/Table/Log.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Table; @@ -27,7 +27,7 @@ * Log * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Log extends TableAbstract diff --git a/src/Fusio/Backend/Table/Routes.php b/src/Fusio/Backend/Table/Routes.php index 09a25bae..e7f90bff 100644 --- a/src/Fusio/Backend/Table/Routes.php +++ b/src/Fusio/Backend/Table/Routes.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Table; @@ -27,7 +27,7 @@ * Routes * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Routes extends TableAbstract diff --git a/src/Fusio/Backend/Table/Schema.php b/src/Fusio/Backend/Table/Schema.php index 7a1b62b5..22b4bfe2 100644 --- a/src/Fusio/Backend/Table/Schema.php +++ b/src/Fusio/Backend/Table/Schema.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Table; @@ -27,7 +27,7 @@ * Schema * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Schema extends TableAbstract diff --git a/src/Fusio/Backend/Table/Schema/Fields.php b/src/Fusio/Backend/Table/Schema/Fields.php index 8e79a691..b424deb9 100644 --- a/src/Fusio/Backend/Table/Schema/Fields.php +++ b/src/Fusio/Backend/Table/Schema/Fields.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Table\Schema; @@ -27,7 +27,7 @@ * Fields * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Fields extends TableAbstract diff --git a/src/Fusio/Backend/Table/Scope.php b/src/Fusio/Backend/Table/Scope.php index f85a99c0..5f4b8f9a 100644 --- a/src/Fusio/Backend/Table/Scope.php +++ b/src/Fusio/Backend/Table/Scope.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Table; @@ -28,7 +28,7 @@ * Scope * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Scope extends TableAbstract diff --git a/src/Fusio/Backend/Table/Scope/Route.php b/src/Fusio/Backend/Table/Scope/Route.php index 09b1f0e4..4b744dc8 100644 --- a/src/Fusio/Backend/Table/Scope/Route.php +++ b/src/Fusio/Backend/Table/Scope/Route.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Table\Scope; @@ -27,7 +27,7 @@ * Route * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Route extends TableAbstract diff --git a/src/Fusio/Backend/Table/User.php b/src/Fusio/Backend/Table/User.php index def7a1ce..656bb820 100644 --- a/src/Fusio/Backend/Table/User.php +++ b/src/Fusio/Backend/Table/User.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Table; @@ -27,7 +27,7 @@ * User * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class User extends TableAbstract diff --git a/src/Fusio/Backend/Table/User/Scope.php b/src/Fusio/Backend/Table/User/Scope.php index 891824b9..2ecb7e6f 100644 --- a/src/Fusio/Backend/Table/User/Scope.php +++ b/src/Fusio/Backend/Table/User/Scope.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Backend\Table\User; @@ -27,7 +27,7 @@ * Scope * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Scope extends TableAbstract diff --git a/src/Fusio/Body.php b/src/Fusio/Body.php index 07db4dd4..ee5d89aa 100644 --- a/src/Fusio/Body.php +++ b/src/Fusio/Body.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio; @@ -28,7 +28,7 @@ * Body * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Body diff --git a/src/Fusio/ConfigurableInterface.php b/src/Fusio/ConfigurableInterface.php index 290ade79..75b426ea 100644 --- a/src/Fusio/ConfigurableInterface.php +++ b/src/Fusio/ConfigurableInterface.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio; @@ -25,7 +25,7 @@ * ConfigurableInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ interface ConfigurableInterface diff --git a/src/Fusio/Configuration.php b/src/Fusio/Configuration.php index 2fbe983b..41f0abc6 100644 --- a/src/Fusio/Configuration.php +++ b/src/Fusio/Configuration.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio; @@ -25,7 +25,7 @@ * Configuration * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Configuration diff --git a/src/Fusio/ConfigurationException.php b/src/Fusio/ConfigurationException.php index 44bf8fa5..d158c6cd 100644 --- a/src/Fusio/ConfigurationException.php +++ b/src/Fusio/ConfigurationException.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio; @@ -25,7 +25,7 @@ * ConfigurationException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class ConfigurationException extends \Exception diff --git a/src/Fusio/Connection/Beanstalk.php b/src/Fusio/Connection/Beanstalk.php index d11fbbfc..eb79c789 100644 --- a/src/Fusio/Connection/Beanstalk.php +++ b/src/Fusio/Connection/Beanstalk.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Connection; @@ -31,7 +31,7 @@ * Beanstalk * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Beanstalk implements ConnectionInterface diff --git a/src/Fusio/Connection/DBAL.php b/src/Fusio/Connection/DBAL.php index a71894c0..87e09062 100644 --- a/src/Fusio/Connection/DBAL.php +++ b/src/Fusio/Connection/DBAL.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Connection; @@ -31,7 +31,7 @@ * DBAL * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class DBAL implements ConnectionInterface diff --git a/src/Fusio/Connection/DBALAdvanced.php b/src/Fusio/Connection/DBALAdvanced.php index 4cf918dc..72bce588 100644 --- a/src/Fusio/Connection/DBALAdvanced.php +++ b/src/Fusio/Connection/DBALAdvanced.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Connection; @@ -31,7 +31,7 @@ * DBALAdvanced * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class DBALAdvanced implements ConnectionInterface diff --git a/src/Fusio/Connection/MongoDB.php b/src/Fusio/Connection/MongoDB.php index 64ddd2cb..d6006589 100644 --- a/src/Fusio/Connection/MongoDB.php +++ b/src/Fusio/Connection/MongoDB.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Connection; @@ -31,7 +31,7 @@ * MongoDB * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class MongoDB implements ConnectionInterface diff --git a/src/Fusio/Connection/Native.php b/src/Fusio/Connection/Native.php index 031ef694..cc9eedef 100644 --- a/src/Fusio/Connection/Native.php +++ b/src/Fusio/Connection/Native.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Connection; @@ -30,7 +30,7 @@ * Native * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Native implements ConnectionInterface diff --git a/src/Fusio/Connection/RabbitMQ.php b/src/Fusio/Connection/RabbitMQ.php index 9e9e6fb6..59e0686c 100644 --- a/src/Fusio/Connection/RabbitMQ.php +++ b/src/Fusio/Connection/RabbitMQ.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Connection; @@ -31,7 +31,7 @@ * RabbitMQ * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class RabbitMQ implements ConnectionInterface diff --git a/src/Fusio/ConnectionInterface.php b/src/Fusio/ConnectionInterface.php index f4aed2c4..9f4425c2 100644 --- a/src/Fusio/ConnectionInterface.php +++ b/src/Fusio/ConnectionInterface.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio; @@ -25,7 +25,7 @@ * ConnectionInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ interface ConnectionInterface extends ConfigurableInterface diff --git a/src/Fusio/Connector.php b/src/Fusio/Connector.php index 866d23c9..68decc31 100644 --- a/src/Fusio/Connector.php +++ b/src/Fusio/Connector.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio; @@ -27,7 +27,7 @@ * Connector * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Connector diff --git a/src/Fusio/Context.php b/src/Fusio/Context.php index 6ef3d6b6..7f61616b 100644 --- a/src/Fusio/Context.php +++ b/src/Fusio/Context.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio; @@ -25,7 +25,7 @@ * Context * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Context diff --git a/src/Fusio/Controller/SchemaApiController.php b/src/Fusio/Controller/SchemaApiController.php index cf833363..c44706e8 100644 --- a/src/Fusio/Controller/SchemaApiController.php +++ b/src/Fusio/Controller/SchemaApiController.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Controller; @@ -42,7 +42,7 @@ * SchemaApiController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class SchemaApiController extends SchemaApiAbstract implements DocumentedInterface diff --git a/src/Fusio/Data/SchemaManager.php b/src/Fusio/Data/SchemaManager.php index 030cdb78..2681099c 100644 --- a/src/Fusio/Data/SchemaManager.php +++ b/src/Fusio/Data/SchemaManager.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Data; @@ -29,7 +29,7 @@ * SchemaManager * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class SchemaManager implements SchemaManagerInterface diff --git a/src/Fusio/Dependency/Container.php b/src/Fusio/Dependency/Container.php index 4f940416..5f60fd0d 100644 --- a/src/Fusio/Dependency/Container.php +++ b/src/Fusio/Dependency/Container.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Dependency; @@ -46,7 +46,7 @@ * Container * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Container extends DefaultContainer @@ -131,7 +131,7 @@ public function getActionParser() { return new Parser\Action( $this->get('action_factory'), - $this->get('config')->get('fusio_action_paths'), + $this->get('config')->get('fusio_action'), 'Fusio\ActionInterface' ); } @@ -159,7 +159,7 @@ public function getConnectionParser() { return new Parser\Connection( $this->get('connection_factory'), - $this->get('config')->get('fusio_connection_paths'), + $this->get('config')->get('fusio_connection'), 'Fusio\ConnectionInterface' ); } diff --git a/src/Fusio/Factory/Action.php b/src/Fusio/Factory/Action.php index 7412eec4..4a939464 100644 --- a/src/Fusio/Factory/Action.php +++ b/src/Fusio/Factory/Action.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Factory; @@ -27,7 +27,7 @@ * Action * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Action implements FactoryInterface diff --git a/src/Fusio/Factory/Connection.php b/src/Fusio/Factory/Connection.php index 38ee84e8..e63fe375 100644 --- a/src/Fusio/Factory/Connection.php +++ b/src/Fusio/Factory/Connection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Factory; @@ -27,7 +27,7 @@ * Connection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Connection implements FactoryInterface diff --git a/src/Fusio/Factory/FactoryInterface.php b/src/Fusio/Factory/FactoryInterface.php index dead64e5..3d83cc75 100644 --- a/src/Fusio/Factory/FactoryInterface.php +++ b/src/Fusio/Factory/FactoryInterface.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Factory; @@ -25,7 +25,7 @@ * FactoryInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ interface FactoryInterface diff --git a/src/Fusio/Form/Container.php b/src/Fusio/Form/Container.php index 03a95033..78295a41 100644 --- a/src/Fusio/Form/Container.php +++ b/src/Fusio/Form/Container.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Form; @@ -28,7 +28,7 @@ * Container * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Container extends CollectionAbstract diff --git a/src/Fusio/Form/Element.php b/src/Fusio/Form/Element.php index e68053dc..08ad1e90 100644 --- a/src/Fusio/Form/Element.php +++ b/src/Fusio/Form/Element.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Form; @@ -27,7 +27,7 @@ * Element * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Element extends RecordAbstract diff --git a/src/Fusio/Form/Element/Action.php b/src/Fusio/Form/Element/Action.php index 7fc148f1..3b6b4309 100644 --- a/src/Fusio/Form/Element/Action.php +++ b/src/Fusio/Form/Element/Action.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Form\Element; @@ -27,7 +27,7 @@ * Action * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Action extends Select diff --git a/src/Fusio/Form/Element/Connection.php b/src/Fusio/Form/Element/Connection.php index f962d006..ec481123 100644 --- a/src/Fusio/Form/Element/Connection.php +++ b/src/Fusio/Form/Element/Connection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Form\Element; @@ -27,7 +27,7 @@ * Connection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Connection extends Select diff --git a/src/Fusio/Form/Element/Input.php b/src/Fusio/Form/Element/Input.php index 790e98ae..4b84a0ab 100644 --- a/src/Fusio/Form/Element/Input.php +++ b/src/Fusio/Form/Element/Input.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Form\Element; @@ -27,7 +27,7 @@ * Input * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Input extends Element diff --git a/src/Fusio/Form/Element/Select.php b/src/Fusio/Form/Element/Select.php index 3daada47..1dc8cc18 100644 --- a/src/Fusio/Form/Element/Select.php +++ b/src/Fusio/Form/Element/Select.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Form\Element; @@ -27,7 +27,7 @@ * Select * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Select extends Element diff --git a/src/Fusio/Form/Element/TextArea.php b/src/Fusio/Form/Element/TextArea.php index 7aa41ff2..f4475b53 100644 --- a/src/Fusio/Form/Element/TextArea.php +++ b/src/Fusio/Form/Element/TextArea.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Form\Element; @@ -27,7 +27,7 @@ * TextArea * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class TextArea extends Element diff --git a/src/Fusio/Loader/DatabaseRoutes.php b/src/Fusio/Loader/DatabaseRoutes.php index ce034da6..849d45b2 100644 --- a/src/Fusio/Loader/DatabaseRoutes.php +++ b/src/Fusio/Loader/DatabaseRoutes.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Loader; @@ -28,7 +28,7 @@ * DatabaseRoutes * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class DatabaseRoutes implements RoutingParserInterface diff --git a/src/Fusio/Loader/ResourceListing.php b/src/Fusio/Loader/ResourceListing.php index 50096e6a..aa7315f2 100644 --- a/src/Fusio/Loader/ResourceListing.php +++ b/src/Fusio/Loader/ResourceListing.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Loader; @@ -28,7 +28,7 @@ * ResourceListing * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class ResourceListing extends ControllerDocumentation diff --git a/src/Fusio/Loader/RoutingCollection.php b/src/Fusio/Loader/RoutingCollection.php index 53a2360c..f3cc010c 100644 --- a/src/Fusio/Loader/RoutingCollection.php +++ b/src/Fusio/Loader/RoutingCollection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Loader; @@ -27,7 +27,7 @@ * RoutingCollection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class RoutingCollection extends PSXRoutingCollection diff --git a/src/Fusio/Loader/RoutingParser.php b/src/Fusio/Loader/RoutingParser.php index cfb059a2..7c1cec10 100644 --- a/src/Fusio/Loader/RoutingParser.php +++ b/src/Fusio/Loader/RoutingParser.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Loader; @@ -31,7 +31,7 @@ * RoutingParser * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class RoutingParser implements LocationFinderInterface diff --git a/src/Fusio/Logger.php b/src/Fusio/Logger.php index 1fb8fcf7..fa062ff7 100644 --- a/src/Fusio/Logger.php +++ b/src/Fusio/Logger.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio; @@ -29,7 +29,7 @@ * Logger * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Logger diff --git a/src/Fusio/Parameters.php b/src/Fusio/Parameters.php index ee5be1c9..721bfe3a 100644 --- a/src/Fusio/Parameters.php +++ b/src/Fusio/Parameters.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio; @@ -28,7 +28,7 @@ * Parameters * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Parameters implements IteratorAggregate diff --git a/src/Fusio/Parser/Action.php b/src/Fusio/Parser/Action.php index 417542a5..7fc39c6f 100644 --- a/src/Fusio/Parser/Action.php +++ b/src/Fusio/Parser/Action.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Parser; @@ -25,7 +25,7 @@ * Action * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Action extends ParserAbstract diff --git a/src/Fusio/Parser/Connection.php b/src/Fusio/Parser/Connection.php index 12cf18e4..85de83e1 100644 --- a/src/Fusio/Parser/Connection.php +++ b/src/Fusio/Parser/Connection.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Parser; @@ -25,7 +25,7 @@ * Connection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Connection extends ParserAbstract diff --git a/src/Fusio/Parser/ParserAbstract.php b/src/Fusio/Parser/ParserAbstract.php index f2899cea..a261f649 100644 --- a/src/Fusio/Parser/ParserAbstract.php +++ b/src/Fusio/Parser/ParserAbstract.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Parser; @@ -29,19 +29,19 @@ * ParserAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ abstract class ParserAbstract { protected $factory; - protected $paths; + protected $classes; protected $instanceOf; - public function __construct(FactoryInterface $factory, array $paths, $instanceOf) + public function __construct(FactoryInterface $factory, array $classes, $instanceOf) { $this->factory = $factory; - $this->paths = $paths; + $this->classes = $classes; $this->instanceOf = $instanceOf; } @@ -49,27 +49,15 @@ public function getClasses() { $result = array(); - foreach ($this->paths as $path) { - if (is_dir($path)) { - $dir = new DirectoryIterator($path); - - foreach ($dir as $file) { - if ($file->isFile() && $file->getExtension() == 'php') { - $classes = $this->getDefinedClasses($file->getPathname()); - - foreach ($classes as $class) { - $object = $this->getClass($class); - $instanceOf = $this->instanceOf; + foreach ($this->classes as $class) { + $object = $this->getClass($class); + $instanceOf = $this->instanceOf; - if ($object instanceof $instanceOf) { - $result[] = array( - 'name' => $object->getName(), - 'class' => $class, - ); - } - } - } - } + if ($object instanceof $instanceOf) { + $result[] = array( + 'name' => $object->getName(), + 'class' => $class, + ); } } @@ -95,15 +83,4 @@ public function getClass($className) return $this->factory->factory($className); } - - protected function getDefinedClasses($path) - { - $existingClasses = get_declared_classes(); - - include_once $path; - - $newClasses = get_declared_classes(); - - return array_diff($newClasses, $existingClasses); - } } diff --git a/src/Fusio/Processor.php b/src/Fusio/Processor.php index a8ba20f5..524b7e49 100644 --- a/src/Fusio/Processor.php +++ b/src/Fusio/Processor.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio; @@ -27,7 +27,7 @@ * Processor * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Processor diff --git a/src/Fusio/Request.php b/src/Fusio/Request.php index cbb81a5c..a9345419 100644 --- a/src/Fusio/Request.php +++ b/src/Fusio/Request.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio; @@ -28,7 +28,7 @@ * Request * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Request diff --git a/src/Fusio/Response.php b/src/Fusio/Response.php index bef40f7f..e4ed9418 100644 --- a/src/Fusio/Response.php +++ b/src/Fusio/Response.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio; @@ -25,7 +25,7 @@ * Response * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Response diff --git a/src/Fusio/Schema.php b/src/Fusio/Schema.php index da349fc7..232d4498 100644 --- a/src/Fusio/Schema.php +++ b/src/Fusio/Schema.php @@ -1,9 +1,35 @@ + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ namespace Fusio; use Doctrine\DBAL\Schema\Schema as DbSchema; +/** + * Schema + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class Schema { public static function getSchema() diff --git a/src/Fusio/Schema/LazySchema.php b/src/Fusio/Schema/LazySchema.php index aaba57f1..f5146344 100644 --- a/src/Fusio/Schema/LazySchema.php +++ b/src/Fusio/Schema/LazySchema.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Schema; @@ -27,7 +27,7 @@ * LazySchema * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class LazySchema implements SchemaInterface diff --git a/src/Fusio/Schema/Loader.php b/src/Fusio/Schema/Loader.php index 6020fbb9..f7d3299c 100644 --- a/src/Fusio/Schema/Loader.php +++ b/src/Fusio/Schema/Loader.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Schema; @@ -29,7 +29,7 @@ * Loader * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Loader @@ -49,7 +49,7 @@ public function getSchema($schemaId) $cache = isset($row['cache']) ? $row['cache'] : null; if (!empty($cache)) { - $cache = unserialize(base64_decode($cache)); + $cache = unserialize($cache); if ($cache instanceof SchemaInterface) { return $cache; diff --git a/src/Fusio/Schema/Parser.php b/src/Fusio/Schema/Parser.php index 84691595..d4273127 100644 --- a/src/Fusio/Schema/Parser.php +++ b/src/Fusio/Schema/Parser.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Schema; @@ -31,7 +31,7 @@ * Parser * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Parser diff --git a/src/Fusio/Template/Environment.php b/src/Fusio/Template/Environment.php index d3983127..5567946b 100644 --- a/src/Fusio/Template/Environment.php +++ b/src/Fusio/Template/Environment.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Template; @@ -28,7 +28,7 @@ * Extension * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Environment extends Twig_Environment diff --git a/src/Fusio/Template/Extension.php b/src/Fusio/Template/Extension.php index 1f582cd9..494843e5 100644 --- a/src/Fusio/Template/Extension.php +++ b/src/Fusio/Template/Extension.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Template; @@ -29,7 +29,7 @@ * Extension * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Extension extends Twig_Extension_Core diff --git a/src/Fusio/Template/Filter/Json.php b/src/Fusio/Template/Filter/Json.php index 984d545f..d6b938e5 100644 --- a/src/Fusio/Template/Filter/Json.php +++ b/src/Fusio/Template/Filter/Json.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Template\Filter; @@ -29,7 +29,7 @@ * Json * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Json diff --git a/src/Fusio/Template/Filter/Prepare.php b/src/Fusio/Template/Filter/Prepare.php index a1760e13..c57feccc 100644 --- a/src/Fusio/Template/Filter/Prepare.php +++ b/src/Fusio/Template/Filter/Prepare.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Template\Filter; @@ -27,7 +27,7 @@ * Prepare * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Prepare diff --git a/src/Fusio/Template/Parser.php b/src/Fusio/Template/Parser.php index ebba4645..398eb267 100644 --- a/src/Fusio/Template/Parser.php +++ b/src/Fusio/Template/Parser.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Template; @@ -32,7 +32,7 @@ * Parser * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class Parser diff --git a/src/Fusio/Template/StackLoader.php b/src/Fusio/Template/StackLoader.php index 7f94cafc..eb173b92 100644 --- a/src/Fusio/Template/StackLoader.php +++ b/src/Fusio/Template/StackLoader.php @@ -2,21 +2,21 @@ /* * Fusio * A web-application to create dynamically RESTful APIs - * + * * Copyright (C) 2015 Christoph Kappestein - * + * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace Fusio\Template; @@ -27,7 +27,7 @@ * StackLoader * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl-3.0 + * @license http://www.gnu.org/licenses/agpl-3.0 * @link http://fusio-project.org */ class StackLoader implements Twig_LoaderInterface diff --git a/tests/Fusio/Action/BeanstalkPushTest.php b/tests/Fusio/Action/BeanstalkPushTest.php index d1d9935f..fcacb0c0 100644 --- a/tests/Fusio/Action/BeanstalkPushTest.php +++ b/tests/Fusio/Action/BeanstalkPushTest.php @@ -27,6 +27,13 @@ use PSX\Data\Object; use PSX\Test\Environment; +/** + * BeanstalkPushTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class BeanstalkPushTest extends \PHPUnit_Extensions_Database_TestCase { use ActionTestCaseTrait; diff --git a/tests/Fusio/Action/CacheResponseTest.php b/tests/Fusio/Action/CacheResponseTest.php index bded8c51..5477333c 100644 --- a/tests/Fusio/Action/CacheResponseTest.php +++ b/tests/Fusio/Action/CacheResponseTest.php @@ -27,6 +27,13 @@ use PSX\Cache\Handler\Memory; use PSX\Test\Environment; +/** + * CacheResponseTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class CacheResponseTest extends \PHPUnit_Extensions_Database_TestCase { use ActionTestCaseTrait; diff --git a/tests/Fusio/Action/CompositeTest.php b/tests/Fusio/Action/CompositeTest.php index 238e05d4..6751af93 100644 --- a/tests/Fusio/Action/CompositeTest.php +++ b/tests/Fusio/Action/CompositeTest.php @@ -25,6 +25,13 @@ use Fusio\App; use PSX\Test\Environment; +/** + * CompositeTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class CompositeTest extends \PHPUnit_Extensions_Database_TestCase { use ActionTestCaseTrait; diff --git a/tests/Fusio/Action/ConditionTest.php b/tests/Fusio/Action/ConditionTest.php index 965bab4b..9643128a 100644 --- a/tests/Fusio/Action/ConditionTest.php +++ b/tests/Fusio/Action/ConditionTest.php @@ -26,6 +26,13 @@ use PSX\Data\Object; use PSX\Test\Environment; +/** + * ConditionTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class ConditionTest extends \PHPUnit_Extensions_Database_TestCase { use ActionTestCaseTrait; diff --git a/tests/Fusio/Action/HttpRequestTest.php b/tests/Fusio/Action/HttpRequestTest.php index 7f49c835..56e7a8d8 100644 --- a/tests/Fusio/Action/HttpRequestTest.php +++ b/tests/Fusio/Action/HttpRequestTest.php @@ -26,6 +26,13 @@ use PSX\Data\Object; use PSX\Http\Response; +/** + * HttpRequestTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class HttpRequestTest extends \PHPUnit_Framework_TestCase { use ActionTestCaseTrait; diff --git a/tests/Fusio/Action/PipeTest.php b/tests/Fusio/Action/PipeTest.php index ba7ef12c..137f45f7 100644 --- a/tests/Fusio/Action/PipeTest.php +++ b/tests/Fusio/Action/PipeTest.php @@ -25,6 +25,13 @@ use Fusio\App; use PSX\Test\Environment; +/** + * PipeTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class PipeTest extends \PHPUnit_Extensions_Database_TestCase { use ActionTestCaseTrait; diff --git a/tests/Fusio/Action/RabbitMqPushTest.php b/tests/Fusio/Action/RabbitMqPushTest.php index d608d991..c9dea6c5 100644 --- a/tests/Fusio/Action/RabbitMqPushTest.php +++ b/tests/Fusio/Action/RabbitMqPushTest.php @@ -26,6 +26,13 @@ use PSX\Data\Object; use PSX\Test\Environment; +/** + * RabbitMqPushTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class RabbitMqPushTest extends \PHPUnit_Framework_TestCase { use ActionTestCaseTrait; diff --git a/tests/Fusio/Action/SqlExecuteTest.php b/tests/Fusio/Action/SqlExecuteTest.php index 9f0efdb3..e161fe5b 100644 --- a/tests/Fusio/Action/SqlExecuteTest.php +++ b/tests/Fusio/Action/SqlExecuteTest.php @@ -26,6 +26,13 @@ use PSX\Data\Object; use PSX\Test\Environment; +/** + * SqlExecuteTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class SqlExecuteTest extends \PHPUnit_Extensions_Database_TestCase { use ActionTestCaseTrait; diff --git a/tests/Fusio/Action/SqlFetchAllTest.php b/tests/Fusio/Action/SqlFetchAllTest.php index 4fe776fe..c20c92d5 100644 --- a/tests/Fusio/Action/SqlFetchAllTest.php +++ b/tests/Fusio/Action/SqlFetchAllTest.php @@ -25,6 +25,13 @@ use Fusio\App; use PSX\Test\Environment; +/** + * SqlFetchAllTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class SqlFetchAllTest extends \PHPUnit_Extensions_Database_TestCase { use ActionTestCaseTrait; diff --git a/tests/Fusio/Action/SqlFetchRowTest.php b/tests/Fusio/Action/SqlFetchRowTest.php index 7bc71071..38a539f1 100644 --- a/tests/Fusio/Action/SqlFetchRowTest.php +++ b/tests/Fusio/Action/SqlFetchRowTest.php @@ -25,6 +25,13 @@ use Fusio\App; use PSX\Test\Environment; +/** + * SqlFetchRowTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class SqlFetchRowTest extends \PHPUnit_Extensions_Database_TestCase { use ActionTestCaseTrait; diff --git a/tests/Fusio/Action/StaticResponseTest.php b/tests/Fusio/Action/StaticResponseTest.php index 09723872..72bd4009 100644 --- a/tests/Fusio/Action/StaticResponseTest.php +++ b/tests/Fusio/Action/StaticResponseTest.php @@ -24,6 +24,13 @@ use Fusio\ActionTestCaseTrait; use Fusio\App; +/** + * StaticResponseTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class StaticResponseTest extends \PHPUnit_Framework_TestCase { use ActionTestCaseTrait; diff --git a/tests/Fusio/ActionTestCaseTrait.php b/tests/Fusio/ActionTestCaseTrait.php index b71d2759..35479259 100644 --- a/tests/Fusio/ActionTestCaseTrait.php +++ b/tests/Fusio/ActionTestCaseTrait.php @@ -30,6 +30,13 @@ use PSX\Test\Environment; use PSX\Uri; +/** + * ActionTestCaseTrait + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ trait ActionTestCaseTrait { protected static $con; diff --git a/tests/Fusio/Backend/Api/Action/CollectionTest.php b/tests/Fusio/Backend/Api/Action/CollectionTest.php index c52281ad..ae859484 100644 --- a/tests/Fusio/Backend/Api/Action/CollectionTest.php +++ b/tests/Fusio/Backend/Api/Action/CollectionTest.php @@ -24,6 +24,13 @@ use PSX\Test\ControllerDbTestCase; use PSX\Test\Environment; +/** + * CollectionTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class CollectionTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/Action/EntityTest.php b/tests/Fusio/Backend/Api/Action/EntityTest.php index b29e4a2f..46c7d4eb 100644 --- a/tests/Fusio/Backend/Api/Action/EntityTest.php +++ b/tests/Fusio/Backend/Api/Action/EntityTest.php @@ -24,6 +24,13 @@ use PSX\Test\ControllerDbTestCase; use PSX\Test\Environment; +/** + * EntityTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class EntityTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/Action/FormTest.php b/tests/Fusio/Backend/Api/Action/FormTest.php index 683f84b6..14576a8f 100644 --- a/tests/Fusio/Backend/Api/Action/FormTest.php +++ b/tests/Fusio/Backend/Api/Action/FormTest.php @@ -23,6 +23,13 @@ use PSX\Test\ControllerDbTestCase; +/** + * FormTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class FormTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/Action/ListTest.php b/tests/Fusio/Backend/Api/Action/ListTest.php index 8ff9f7f5..bc384729 100644 --- a/tests/Fusio/Backend/Api/Action/ListTest.php +++ b/tests/Fusio/Backend/Api/Action/ListTest.php @@ -23,6 +23,13 @@ use PSX\Test\ControllerDbTestCase; +/** + * ListTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class ListTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/App/CollectionTest.php b/tests/Fusio/Backend/Api/App/CollectionTest.php index e9795fae..eb5e32ea 100644 --- a/tests/Fusio/Backend/Api/App/CollectionTest.php +++ b/tests/Fusio/Backend/Api/App/CollectionTest.php @@ -24,6 +24,13 @@ use PSX\Test\ControllerDbTestCase; use PSX\Test\Environment; +/** + * CollectionTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class CollectionTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/App/EntityTest.php b/tests/Fusio/Backend/Api/App/EntityTest.php index 951355ed..2746f58f 100644 --- a/tests/Fusio/Backend/Api/App/EntityTest.php +++ b/tests/Fusio/Backend/Api/App/EntityTest.php @@ -24,6 +24,13 @@ use PSX\Test\ControllerDbTestCase; use PSX\Test\Environment; +/** + * EntityTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class EntityTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/Connection/CollectionTest.php b/tests/Fusio/Backend/Api/Connection/CollectionTest.php index cee60e9a..881c8bcb 100644 --- a/tests/Fusio/Backend/Api/Connection/CollectionTest.php +++ b/tests/Fusio/Backend/Api/Connection/CollectionTest.php @@ -24,6 +24,13 @@ use PSX\Test\ControllerDbTestCase; use PSX\Test\Environment; +/** + * CollectionTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class CollectionTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/Connection/EntityTest.php b/tests/Fusio/Backend/Api/Connection/EntityTest.php index ca61d80b..aeaba426 100644 --- a/tests/Fusio/Backend/Api/Connection/EntityTest.php +++ b/tests/Fusio/Backend/Api/Connection/EntityTest.php @@ -24,6 +24,13 @@ use PSX\Test\ControllerDbTestCase; use PSX\Test\Environment; +/** + * EntityTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class EntityTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/Log/CollectionTest.php b/tests/Fusio/Backend/Api/Log/CollectionTest.php index edc90189..a0603945 100644 --- a/tests/Fusio/Backend/Api/Log/CollectionTest.php +++ b/tests/Fusio/Backend/Api/Log/CollectionTest.php @@ -23,6 +23,13 @@ use PSX\Test\ControllerDbTestCase; +/** + * CollectionTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class CollectionTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/Log/EntityTest.php b/tests/Fusio/Backend/Api/Log/EntityTest.php index 3abf284c..93c2f36b 100644 --- a/tests/Fusio/Backend/Api/Log/EntityTest.php +++ b/tests/Fusio/Backend/Api/Log/EntityTest.php @@ -23,6 +23,13 @@ use PSX\Test\ControllerDbTestCase; +/** + * EntityTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class EntityTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/Routes/CollectionTest.php b/tests/Fusio/Backend/Api/Routes/CollectionTest.php index 4d9c6fb7..5d78c2a5 100644 --- a/tests/Fusio/Backend/Api/Routes/CollectionTest.php +++ b/tests/Fusio/Backend/Api/Routes/CollectionTest.php @@ -24,6 +24,13 @@ use PSX\Test\ControllerDbTestCase; use PSX\Test\Environment; +/** + * CollectionTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class CollectionTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/Routes/EntityTest.php b/tests/Fusio/Backend/Api/Routes/EntityTest.php index e94fb937..68401990 100644 --- a/tests/Fusio/Backend/Api/Routes/EntityTest.php +++ b/tests/Fusio/Backend/Api/Routes/EntityTest.php @@ -24,6 +24,13 @@ use PSX\Test\ControllerDbTestCase; use PSX\Test\Environment; +/** + * EntityTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class EntityTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/Schema/CollectionTest.php b/tests/Fusio/Backend/Api/Schema/CollectionTest.php index 5a2d8d14..7c13916d 100644 --- a/tests/Fusio/Backend/Api/Schema/CollectionTest.php +++ b/tests/Fusio/Backend/Api/Schema/CollectionTest.php @@ -24,6 +24,13 @@ use PSX\Test\ControllerDbTestCase; use PSX\Test\Environment; +/** + * CollectionTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class CollectionTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/Schema/EntityTest.php b/tests/Fusio/Backend/Api/Schema/EntityTest.php index 5c7b3642..943ab9fb 100644 --- a/tests/Fusio/Backend/Api/Schema/EntityTest.php +++ b/tests/Fusio/Backend/Api/Schema/EntityTest.php @@ -24,6 +24,13 @@ use PSX\Test\ControllerDbTestCase; use PSX\Test\Environment; +/** + * EntityTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class EntityTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/Schema/PreviewTest.php b/tests/Fusio/Backend/Api/Schema/PreviewTest.php index e3499dab..8185fedd 100644 --- a/tests/Fusio/Backend/Api/Schema/PreviewTest.php +++ b/tests/Fusio/Backend/Api/Schema/PreviewTest.php @@ -23,6 +23,13 @@ use PSX\Test\ControllerDbTestCase; +/** + * PreviewTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class PreviewTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/Scope/CollectionTest.php b/tests/Fusio/Backend/Api/Scope/CollectionTest.php index bdfa0276..5224413d 100644 --- a/tests/Fusio/Backend/Api/Scope/CollectionTest.php +++ b/tests/Fusio/Backend/Api/Scope/CollectionTest.php @@ -24,6 +24,13 @@ use PSX\Test\ControllerDbTestCase; use PSX\Test\Environment; +/** + * CollectionTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class CollectionTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/Scope/EntityTest.php b/tests/Fusio/Backend/Api/Scope/EntityTest.php index 9791eb57..f2b9776a 100644 --- a/tests/Fusio/Backend/Api/Scope/EntityTest.php +++ b/tests/Fusio/Backend/Api/Scope/EntityTest.php @@ -24,6 +24,13 @@ use PSX\Test\ControllerDbTestCase; use PSX\Test\Environment; +/** + * EntityTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class EntityTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/User/CollectionTest.php b/tests/Fusio/Backend/Api/User/CollectionTest.php index 4e90ba17..88705cb0 100644 --- a/tests/Fusio/Backend/Api/User/CollectionTest.php +++ b/tests/Fusio/Backend/Api/User/CollectionTest.php @@ -24,6 +24,13 @@ use PSX\Test\ControllerDbTestCase; use PSX\Test\Environment; +/** + * CollectionTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class CollectionTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Backend/Api/User/EntityTest.php b/tests/Fusio/Backend/Api/User/EntityTest.php index 339d6e51..dcde78ed 100644 --- a/tests/Fusio/Backend/Api/User/EntityTest.php +++ b/tests/Fusio/Backend/Api/User/EntityTest.php @@ -24,6 +24,13 @@ use PSX\Test\ControllerDbTestCase; use PSX\Test\Environment; +/** + * EntityTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class EntityTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/Controller/SqlFetchRowTest.php b/tests/Fusio/Controller/SqlFetchRowTest.php index 4c3c173c..de91701a 100644 --- a/tests/Fusio/Controller/SqlFetchRowTest.php +++ b/tests/Fusio/Controller/SqlFetchRowTest.php @@ -19,10 +19,17 @@ * along with this program. If not, see . */ -namespace Fusio\Backend\Api\Connection; +namespace Fusio\Controller; use PSX\Test\ControllerDbTestCase; +/** + * SqlFetchRowTest + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class SqlFetchRowTest extends ControllerDbTestCase { public function getDataSet() diff --git a/tests/Fusio/TestSchema.php b/tests/Fusio/TestSchema.php index 769b8784..19c12a4d 100644 --- a/tests/Fusio/TestSchema.php +++ b/tests/Fusio/TestSchema.php @@ -23,6 +23,13 @@ use Doctrine\DBAL\Schema\Schema as DbSchema; +/** + * TestSchema + * + * @author Christoph Kappestein + * @license http://www.gnu.org/licenses/agpl-3.0 + * @link http://fusio-project.org + */ class TestSchema { public static function appendSchema(DbSchema $schema)