summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 21:24:54 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 21:24:54 +0200
commit004fcbbcc7609ca83807f2e38967ef54f469bf72 (patch)
tree49eb99b4ea92b2045793fc567f719b31ec7f9042
parent60abc0ed4438c9b6fda245b0dc33cb483bc2aeaf (diff)
Move to new directory structure
-rw-r--r--.travis.yml2
-rw-r--r--README.md1
-rw-r--r--appinfo/preupdate.php17
-rw-r--r--config/schema.json182
-rw-r--r--lib/AppInfo/Application.php (renamed from appinfo/application.php)4
-rw-r--r--lib/Command/Updater/AfterUpdate.php (renamed from command/updater/afterupdate.php)0
-rw-r--r--lib/Command/Updater/AllFeeds.php (renamed from command/updater/allfeeds.php)0
-rw-r--r--lib/Command/Updater/BeforeUpdate.php (renamed from command/updater/beforeupdate.php)0
-rw-r--r--lib/Command/Updater/UpdateFeed.php (renamed from command/updater/updatefeed.php)0
-rw-r--r--lib/Config/AppConfig.php (renamed from config/appconfig.php)0
-rw-r--r--lib/Config/Config.php (renamed from config/config.php)0
-rw-r--r--lib/Config/DependencyException.php (renamed from config/dependencyexception.php)0
-rw-r--r--lib/Controller/AdminController.php (renamed from controller/admincontroller.php)0
-rw-r--r--lib/Controller/ApiController.php (renamed from controller/apicontroller.php)0
-rw-r--r--lib/Controller/EntityApiSerializer.php (renamed from controller/entityapiserializer.php)0
-rw-r--r--lib/Controller/ExportController.php (renamed from controller/exportcontroller.php)0
-rw-r--r--lib/Controller/FeedApiController.php (renamed from controller/feedapicontroller.php)0
-rw-r--r--lib/Controller/FeedController.php (renamed from controller/feedcontroller.php)0
-rw-r--r--lib/Controller/FolderApiController.php (renamed from controller/folderapicontroller.php)0
-rw-r--r--lib/Controller/FolderController.php (renamed from controller/foldercontroller.php)0
-rw-r--r--lib/Controller/ItemApiController.php (renamed from controller/itemapicontroller.php)0
-rw-r--r--lib/Controller/ItemController.php (renamed from controller/itemcontroller.php)0
-rw-r--r--lib/Controller/JSONHttpError.php (renamed from controller/jsonhttperror.php)0
-rw-r--r--lib/Controller/PageController.php (renamed from controller/pagecontroller.php)2
-rw-r--r--lib/Controller/UserApiController.php (renamed from controller/userapicontroller.php)0
-rw-r--r--lib/Controller/UtilityApiController.php (renamed from controller/utilityapicontroller.php)0
-rw-r--r--lib/Cron/Updater.php (renamed from cron/updater.php)0
-rw-r--r--lib/Db/EntityJSONSerializer.php (renamed from db/entityjsonserializer.php)0
-rw-r--r--lib/Db/Feed.php (renamed from db/feed.php)0
-rw-r--r--lib/Db/FeedMapper.php (renamed from db/feedmapper.php)0
-rw-r--r--lib/Db/FeedType.php (renamed from db/feedtype.php)0
-rw-r--r--lib/Db/Folder.php (renamed from db/folder.php)0
-rw-r--r--lib/Db/FolderMapper.php (renamed from db/foldermapper.php)0
-rw-r--r--lib/Db/IAPI.php (renamed from db/iapi.php)0
-rw-r--r--lib/Db/Item.php (renamed from db/item.php)0
-rw-r--r--lib/Db/ItemMapper.php (renamed from db/itemmapper.php)0
-rw-r--r--lib/Db/MapperFactory.php (renamed from db/mapperfactory.php)0
-rw-r--r--lib/Db/Mysql/ItemMapper.php (renamed from db/mysql/itemmapper.php)0
-rw-r--r--lib/Db/NewsMapper.php (renamed from db/newsmapper.php)0
-rw-r--r--lib/Db/StatusFlag.php (renamed from db/statusflag.php)0
-rw-r--r--lib/DependencyInjection/IFactory.php (renamed from dependencyinjection/ifactory.php)0
-rw-r--r--lib/Explore/RecommendedSiteNotFoundException.php (renamed from explore/recommendedsitenotfoundexception.php)0
-rw-r--r--lib/Explore/RecommendedSites.php (renamed from explore/recommendedsites.php)0
-rw-r--r--lib/Explore/feeds/feeds.de.json (renamed from explore/feeds/feeds.de.json)0
-rw-r--r--lib/Explore/feeds/feeds.en.json (renamed from explore/feeds/feeds.en.json)0
-rw-r--r--lib/Fetcher/FeedFetcher.php (renamed from fetcher/feedfetcher.php)0
-rw-r--r--lib/Fetcher/Fetcher.php (renamed from fetcher/fetcher.php)0
-rw-r--r--lib/Fetcher/FetcherException.php (renamed from fetcher/fetcherexception.php)0
-rw-r--r--lib/Fetcher/IFeedFetcher.php (renamed from fetcher/ifeedfetcher.php)0
-rw-r--r--lib/Fetcher/YoutubeFetcher.php (renamed from fetcher/youtubefetcher.php)0
-rw-r--r--lib/Hooks/User.php (renamed from hooks/user.php)0
-rw-r--r--lib/Http/TextDownloadResponse.php (renamed from http/textdownloadresponse.php)0
-rw-r--r--lib/Http/TextResponse.php (renamed from http/textresponse.php)0
-rw-r--r--lib/Plugin/Client/Plugin.php (renamed from plugin/client/plugin.php)0
-rw-r--r--lib/Service/FeedService.php (renamed from service/feedservice.php)0
-rw-r--r--lib/Service/FolderService.php (renamed from service/folderservice.php)0
-rw-r--r--lib/Service/ItemService.php (renamed from service/itemservice.php)0
-rw-r--r--lib/Service/Service.php (renamed from service/service.php)0
-rw-r--r--lib/Service/ServiceConflictException.php (renamed from service/serviceconflictexception.php)0
-rw-r--r--lib/Service/ServiceException.php (renamed from service/serviceexception.php)0
-rw-r--r--lib/Service/ServiceNotFoundException.php (renamed from service/servicenotfoundexception.php)0
-rw-r--r--lib/Service/ServiceValidationException.php (renamed from service/servicevalidationexception.php)0
-rw-r--r--lib/Service/StatusService.php (renamed from service/statusservice.php)0
-rw-r--r--lib/Upgrade/Upgrade.php (renamed from upgrade/upgrade.php)0
-rw-r--r--lib/Utility/OPMLExporter.php (renamed from utility/opmlexporter.php)0
-rw-r--r--lib/Utility/PicoFeedClientFactory.php (renamed from utility/picofeedclientfactory.php)0
-rw-r--r--lib/Utility/PicoFeedFaviconFactory.php (renamed from utility/picofeedfaviconfactory.php)0
-rw-r--r--lib/Utility/ProxyConfigParser.php (renamed from utility/proxyconfigparser.php)0
-rw-r--r--lib/Utility/Time.php (renamed from utility/time.php)0
-rw-r--r--lib/Utility/Updater.php (renamed from utility/updater.php)0
-rw-r--r--phpunit.integration.xml2
-rw-r--r--phpunit.xml2
-rw-r--r--tests/Integration/Db/FeedMapperTest.php (renamed from tests/integration/db/FeedMapperTest.php)0
-rw-r--r--tests/Integration/Db/FolderMapperTest.php (renamed from tests/integration/db/FolderMapperTest.php)0
-rw-r--r--tests/Integration/Db/ItemMapperTest.php (renamed from tests/integration/db/ItemMapperTest.php)0
-rw-r--r--tests/Integration/Fixtures/FeedFixture.php (renamed from tests/integration/fixtures/feedfixture.php)0
-rw-r--r--tests/Integration/Fixtures/Fixture.php (renamed from tests/integration/fixtures/fixture.php)0
-rw-r--r--tests/Integration/Fixtures/FolderFixture.php (renamed from tests/integration/fixtures/folderfixture.php)0
-rw-r--r--tests/Integration/Fixtures/ItemFixture.php (renamed from tests/integration/fixtures/itemfixture.php)0
-rw-r--r--tests/Integration/Fixtures/data/default.php (renamed from tests/integration/fixtures/data/default.php)0
-rw-r--r--tests/Integration/Fixtures/data/readitem.php (renamed from tests/integration/fixtures/data/readitem.php)0
-rw-r--r--tests/Integration/IntegrationTest.php (renamed from tests/integration/integrationtest.php)2
-rw-r--r--tests/Unit/Config/ConfigTest.php (renamed from tests/unit/config/ConfigTest.php)0
-rw-r--r--tests/Unit/Controller/AdminControllerTest.php (renamed from tests/unit/controller/AdminControllerTest.php)0
-rw-r--r--tests/Unit/Controller/EntityApiSerializerTest.php (renamed from tests/unit/controller/EntityApiSerializerTest.php)0
-rw-r--r--tests/Unit/Controller/ExportControllerTest.php (renamed from tests/unit/controller/ExportControllerTest.php)0
-rw-r--r--tests/Unit/Controller/FeedApiControllerTest.php (renamed from tests/unit/controller/FeedApiControllerTest.php)0
-rw-r--r--tests/Unit/Controller/FeedControllerTest.php (renamed from tests/unit/controller/FeedControllerTest.php)0
-rw-r--r--tests/Unit/Controller/FolderApiControllerTest.php (renamed from tests/unit/controller/FolderApiControllerTest.php)0
-rw-r--r--tests/Unit/Controller/FolderControllerTest.php (renamed from tests/unit/controller/FolderControllerTest.php)0
-rw-r--r--tests/Unit/Controller/ItemApiControllerTest.php (renamed from tests/unit/controller/ItemApiControllerTest.php)0
-rw-r--r--