From 0a298d6cca1701c13109fe85cbc7a69e2033264e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 9 Jun 2020 22:03:50 +0200 Subject: [PATCH] changed file permissions --- .github/dev_bug_report.md | 0 .github/dev_feature_request.md | 0 .github/user_bug_report.md | 0 .github/user_feature_request.md | 0 .github/workflows/greetings.yml | 0 .github/workflows/image.yml | 0 .github/workflows/main.yml | 0 Admin/Install/Navigation.install.json | 0 Admin/Install/Navigation.php | 0 Admin/Install/db.json | 0 Admin/Installer.php | 0 Admin/Routes/Web/Api.php | 0 Admin/Routes/Web/Backend.php | 0 Admin/Status.php | 0 Admin/Uninstaller.php | 0 Admin/Updater.php | 0 CODE_OF_CONDUCT.md | 0 CONTRIBUTING.md | 0 Controller/ApiController.php | 0 Controller/BackendController.php | 0 Controller/Controller.php | 0 Docs/introduction.md | 0 Interfaces/GSD/Import/AccountImport.php | 0 Interfaces/GSD/Import/ArticleImport.php | 0 Interfaces/GSD/Import/BatchPostingImport.php | 0 Interfaces/GSD/Import/CostCenterImport.php | 0 Interfaces/GSD/Import/CostObjectImport.php | 0 Interfaces/GSD/Import/CustomerImport.php | 0 Interfaces/GSD/Import/InvoiceImport.php | 0 Interfaces/GSD/Import/PostingImport.php | 0 Interfaces/GSD/Import/SupplierImport.php | 0 Interfaces/GSD/Importer.php | 0 Interfaces/GSD/Model/Account.php | 0 Interfaces/GSD/Model/BatchPosting.php | 0 Interfaces/GSD/Model/GSDAddress.php | 0 Interfaces/GSD/Model/GSDAddressMapper.php | 0 Interfaces/GSD/Model/GSDArticle.php | 0 Interfaces/GSD/Model/GSDArticleMapper.php | 0 Interfaces/GSD/Model/GSDCostCenter.php | 0 Interfaces/GSD/Model/GSDCostCenterMapper.php | 0 Interfaces/GSD/Model/GSDCostObject.php | 0 Interfaces/GSD/Model/GSDCostObjectMapper.php | 0 Interfaces/GSD/Model/GSDCustomer.php | 0 Interfaces/GSD/Model/GSDCustomerMapper.php | 0 Interfaces/GSD/Model/Invoice.php | 0 Interfaces/GSD/Model/Posting.php | 0 Interfaces/GSD/Model/Segment.php | 0 Interfaces/GSD/Model/SegmentType.php | 0 Interfaces/GSD/Model/Supplier.php | 0 Interfaces/GSD/base.sql | 0 Interfaces/GSD/en.lang.php | 0 Interfaces/GSD/import.tpl.php | 0 Interfaces/GSD/interface.json | 0 Interfaces/Intrexx/Import/PromotionImport.php | 0 Interfaces/Intrexx/Import/SeminarImport.php | 0 Interfaces/Intrexx/Import/VisitImport.php | 0 Interfaces/Intrexx/Importer.php | 0 Interfaces/Intrexx/Model/Promotion.php | 0 Interfaces/Intrexx/Model/Seminar.php | 0 Interfaces/Intrexx/Model/Visit.php | 0 Interfaces/Intrexx/interface.json | 0 Interfaces/OMS/en.lang.php | 0 Interfaces/OMS/interface.json | 0 LICENSE.txt | 0 Models/ExchangeType.php | 0 Models/ImporterAbstract.php | 0 Models/InterfaceManager.php | 0 Models/InterfaceManagerMapper.php | 0 Models/PermissionState.php | 0 README.md | 0 Theme/Backend/Lang/Navigation.en.lang.php | 0 Theme/Backend/Lang/en.lang.php | 0 Theme/Backend/exchange-dashboard.tpl.php | 0 Theme/Backend/exchange-export-list.tpl.php | 0 Theme/Backend/exchange-export.tpl.php | 0 Theme/Backend/exchange-import-list.tpl.php | 0 Theme/Backend/exchange-import.tpl.php | 0 composer.json | 0 composer.lock | 0 img/module_teaser_small.png | Bin info.json | 0 tests/Admin/AdminTest.php | 0 82 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .github/dev_bug_report.md mode change 100644 => 100755 .github/dev_feature_request.md mode change 100644 => 100755 .github/user_bug_report.md mode change 100644 => 100755 .github/user_feature_request.md mode change 100644 => 100755 .github/workflows/greetings.yml mode change 100644 => 100755 .github/workflows/image.yml mode change 100644 => 100755 .github/workflows/main.yml mode change 100644 => 100755 Admin/Install/Navigation.install.json mode change 100644 => 100755 Admin/Install/Navigation.php mode change 100644 => 100755 Admin/Install/db.json mode change 100644 => 100755 Admin/Installer.php mode change 100644 => 100755 Admin/Routes/Web/Api.php mode change 100644 => 100755 Admin/Routes/Web/Backend.php mode change 100644 => 100755 Admin/Status.php mode change 100644 => 100755 Admin/Uninstaller.php mode change 100644 => 100755 Admin/Updater.php mode change 100644 => 100755 CODE_OF_CONDUCT.md mode change 100644 => 100755 CONTRIBUTING.md mode change 100644 => 100755 Controller/ApiController.php mode change 100644 => 100755 Controller/BackendController.php mode change 100644 => 100755 Controller/Controller.php mode change 100644 => 100755 Docs/introduction.md mode change 100644 => 100755 Interfaces/GSD/Import/AccountImport.php mode change 100644 => 100755 Interfaces/GSD/Import/ArticleImport.php mode change 100644 => 100755 Interfaces/GSD/Import/BatchPostingImport.php mode change 100644 => 100755 Interfaces/GSD/Import/CostCenterImport.php mode change 100644 => 100755 Interfaces/GSD/Import/CostObjectImport.php mode change 100644 => 100755 Interfaces/GSD/Import/CustomerImport.php mode change 100644 => 100755 Interfaces/GSD/Import/InvoiceImport.php mode change 100644 => 100755 Interfaces/GSD/Import/PostingImport.php mode change 100644 => 100755 Interfaces/GSD/Import/SupplierImport.php mode change 100644 => 100755 Interfaces/GSD/Importer.php mode change 100644 => 100755 Interfaces/GSD/Model/Account.php mode change 100644 => 100755 Interfaces/GSD/Model/BatchPosting.php mode change 100644 => 100755 Interfaces/GSD/Model/GSDAddress.php mode change 100644 => 100755 Interfaces/GSD/Model/GSDAddressMapper.php mode change 100644 => 100755 Interfaces/GSD/Model/GSDArticle.php mode change 100644 => 100755 Interfaces/GSD/Model/GSDArticleMapper.php mode change 100644 => 100755 Interfaces/GSD/Model/GSDCostCenter.php mode change 100644 => 100755 Interfaces/GSD/Model/GSDCostCenterMapper.php mode change 100644 => 100755 Interfaces/GSD/Model/GSDCostObject.php mode change 100644 => 100755 Interfaces/GSD/Model/GSDCostObjectMapper.php mode change 100644 => 100755 Interfaces/GSD/Model/GSDCustomer.php mode change 100644 => 100755 Interfaces/GSD/Model/GSDCustomerMapper.php mode change 100644 => 100755 Interfaces/GSD/Model/Invoice.php mode change 100644 => 100755 Interfaces/GSD/Model/Posting.php mode change 100644 => 100755 Interfaces/GSD/Model/Segment.php mode change 100644 => 100755 Interfaces/GSD/Model/SegmentType.php mode change 100644 => 100755 Interfaces/GSD/Model/Supplier.php mode change 100644 => 100755 Interfaces/GSD/base.sql mode change 100644 => 100755 Interfaces/GSD/en.lang.php mode change 100644 => 100755 Interfaces/GSD/import.tpl.php mode change 100644 => 100755 Interfaces/GSD/interface.json mode change 100644 => 100755 Interfaces/Intrexx/Import/PromotionImport.php mode change 100644 => 100755 Interfaces/Intrexx/Import/SeminarImport.php mode change 100644 => 100755 Interfaces/Intrexx/Import/VisitImport.php mode change 100644 => 100755 Interfaces/Intrexx/Importer.php mode change 100644 => 100755 Interfaces/Intrexx/Model/Promotion.php mode change 100644 => 100755 Interfaces/Intrexx/Model/Seminar.php mode change 100644 => 100755 Interfaces/Intrexx/Model/Visit.php mode change 100644 => 100755 Interfaces/Intrexx/interface.json mode change 100644 => 100755 Interfaces/OMS/en.lang.php mode change 100644 => 100755 Interfaces/OMS/interface.json mode change 100644 => 100755 LICENSE.txt mode change 100644 => 100755 Models/ExchangeType.php mode change 100644 => 100755 Models/ImporterAbstract.php mode change 100644 => 100755 Models/InterfaceManager.php mode change 100644 => 100755 Models/InterfaceManagerMapper.php mode change 100644 => 100755 Models/PermissionState.php mode change 100644 => 100755 README.md mode change 100644 => 100755 Theme/Backend/Lang/Navigation.en.lang.php mode change 100644 => 100755 Theme/Backend/Lang/en.lang.php mode change 100644 => 100755 Theme/Backend/exchange-dashboard.tpl.php mode change 100644 => 100755 Theme/Backend/exchange-export-list.tpl.php mode change 100644 => 100755 Theme/Backend/exchange-export.tpl.php mode change 100644 => 100755 Theme/Backend/exchange-import-list.tpl.php mode change 100644 => 100755 Theme/Backend/exchange-import.tpl.php mode change 100644 => 100755 composer.json mode change 100644 => 100755 composer.lock mode change 100644 => 100755 img/module_teaser_small.png mode change 100644 => 100755 info.json mode change 100644 => 100755 tests/Admin/AdminTest.php diff --git a/.github/dev_bug_report.md b/.github/dev_bug_report.md old mode 100644 new mode 100755 diff --git a/.github/dev_feature_request.md b/.github/dev_feature_request.md old mode 100644 new mode 100755 diff --git a/.github/user_bug_report.md b/.github/user_bug_report.md old mode 100644 new mode 100755 diff --git a/.github/user_feature_request.md b/.github/user_feature_request.md old mode 100644 new mode 100755 diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml old mode 100644 new mode 100755 diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json old mode 100644 new mode 100755 diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php old mode 100644 new mode 100755 diff --git a/Admin/Install/db.json b/Admin/Install/db.json old mode 100644 new mode 100755 diff --git a/Admin/Installer.php b/Admin/Installer.php old mode 100644 new mode 100755 diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php old mode 100644 new mode 100755 diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php old mode 100644 new mode 100755 diff --git a/Admin/Status.php b/Admin/Status.php old mode 100644 new mode 100755 diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php old mode 100644 new mode 100755 diff --git a/Admin/Updater.php b/Admin/Updater.php old mode 100644 new mode 100755 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/Controller/ApiController.php b/Controller/ApiController.php old mode 100644 new mode 100755 diff --git a/Controller/BackendController.php b/Controller/BackendController.php old mode 100644 new mode 100755 diff --git a/Controller/Controller.php b/Controller/Controller.php old mode 100644 new mode 100755 diff --git a/Docs/introduction.md b/Docs/introduction.md old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/AccountImport.php b/Interfaces/GSD/Import/AccountImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/ArticleImport.php b/Interfaces/GSD/Import/ArticleImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/BatchPostingImport.php b/Interfaces/GSD/Import/BatchPostingImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/CostCenterImport.php b/Interfaces/GSD/Import/CostCenterImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/CostObjectImport.php b/Interfaces/GSD/Import/CostObjectImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/CustomerImport.php b/Interfaces/GSD/Import/CustomerImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/InvoiceImport.php b/Interfaces/GSD/Import/InvoiceImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/PostingImport.php b/Interfaces/GSD/Import/PostingImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/SupplierImport.php b/Interfaces/GSD/Import/SupplierImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Importer.php b/Interfaces/GSD/Importer.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/Account.php b/Interfaces/GSD/Model/Account.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/BatchPosting.php b/Interfaces/GSD/Model/BatchPosting.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDAddress.php b/Interfaces/GSD/Model/GSDAddress.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDAddressMapper.php b/Interfaces/GSD/Model/GSDAddressMapper.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDArticle.php b/Interfaces/GSD/Model/GSDArticle.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDArticleMapper.php b/Interfaces/GSD/Model/GSDArticleMapper.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDCostCenter.php b/Interfaces/GSD/Model/GSDCostCenter.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDCostCenterMapper.php b/Interfaces/GSD/Model/GSDCostCenterMapper.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDCostObject.php b/Interfaces/GSD/Model/GSDCostObject.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDCostObjectMapper.php b/Interfaces/GSD/Model/GSDCostObjectMapper.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDCustomer.php b/Interfaces/GSD/Model/GSDCustomer.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDCustomerMapper.php b/Interfaces/GSD/Model/GSDCustomerMapper.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/Invoice.php b/Interfaces/GSD/Model/Invoice.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/Posting.php b/Interfaces/GSD/Model/Posting.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/Segment.php b/Interfaces/GSD/Model/Segment.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/SegmentType.php b/Interfaces/GSD/Model/SegmentType.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/Supplier.php b/Interfaces/GSD/Model/Supplier.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/base.sql b/Interfaces/GSD/base.sql old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/en.lang.php b/Interfaces/GSD/en.lang.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/import.tpl.php b/Interfaces/GSD/import.tpl.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/interface.json b/Interfaces/GSD/interface.json old mode 100644 new mode 100755 diff --git a/Interfaces/Intrexx/Import/PromotionImport.php b/Interfaces/Intrexx/Import/PromotionImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/Intrexx/Import/SeminarImport.php b/Interfaces/Intrexx/Import/SeminarImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/Intrexx/Import/VisitImport.php b/Interfaces/Intrexx/Import/VisitImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/Intrexx/Importer.php b/Interfaces/Intrexx/Importer.php old mode 100644 new mode 100755 diff --git a/Interfaces/Intrexx/Model/Promotion.php b/Interfaces/Intrexx/Model/Promotion.php old mode 100644 new mode 100755 diff --git a/Interfaces/Intrexx/Model/Seminar.php b/Interfaces/Intrexx/Model/Seminar.php old mode 100644 new mode 100755 diff --git a/Interfaces/Intrexx/Model/Visit.php b/Interfaces/Intrexx/Model/Visit.php old mode 100644 new mode 100755 diff --git a/Interfaces/Intrexx/interface.json b/Interfaces/Intrexx/interface.json old mode 100644 new mode 100755 diff --git a/Interfaces/OMS/en.lang.php b/Interfaces/OMS/en.lang.php old mode 100644 new mode 100755 diff --git a/Interfaces/OMS/interface.json b/Interfaces/OMS/interface.json old mode 100644 new mode 100755 diff --git a/LICENSE.txt b/LICENSE.txt old mode 100644 new mode 100755 diff --git a/Models/ExchangeType.php b/Models/ExchangeType.php old mode 100644 new mode 100755 diff --git a/Models/ImporterAbstract.php b/Models/ImporterAbstract.php old mode 100644 new mode 100755 diff --git a/Models/InterfaceManager.php b/Models/InterfaceManager.php old mode 100644 new mode 100755 diff --git a/Models/InterfaceManagerMapper.php b/Models/InterfaceManagerMapper.php old mode 100644 new mode 100755 diff --git a/Models/PermissionState.php b/Models/PermissionState.php old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/exchange-dashboard.tpl.php b/Theme/Backend/exchange-dashboard.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/exchange-export-list.tpl.php b/Theme/Backend/exchange-export-list.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/exchange-export.tpl.php b/Theme/Backend/exchange-export.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/exchange-import-list.tpl.php b/Theme/Backend/exchange-import-list.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/exchange-import.tpl.php b/Theme/Backend/exchange-import.tpl.php old mode 100644 new mode 100755 diff --git a/composer.json b/composer.json old mode 100644 new mode 100755 diff --git a/composer.lock b/composer.lock old mode 100644 new mode 100755 diff --git a/img/module_teaser_small.png b/img/module_teaser_small.png old mode 100644 new mode 100755 diff --git a/info.json b/info.json old mode 100644 new mode 100755 diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php old mode 100644 new mode 100755