From 7e40813b1044db1c801db31e858d0e59ae3c1301 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 20 Nov 2022 13:51:18 +0100 Subject: [PATCH] change from standalone app to module --- .gitmodules | 16 +- Admin/Install/Navigation.install.json | 93 ++ Admin/Install/Navigation.php | 43 + Admin/Install/db.json | 165 +++ Admin/Installer.php | 36 + Admin/Routes/Web/Api.php | 59 + Admin/Routes/Web/Backend.php | 98 ++ Admin/Status.php | 36 + Admin/Uninstaller.php | 36 + Admin/Updater.php | 29 + CODE_OF_CONDUCT.md | 46 + CONTRIBUTING.md | 82 ++ Controller/ApiController.php | 28 + Controller/BackendController.php | 36 + Controller/Controller.php | 76 ++ ICAL.txt | 49 + LICENSE.txt | 56 +- Models/PermissionCategory.php | 34 + .../lang => Theme/Backend/Lang}/en.lang.php | 0 .../tpl => Theme/Backend}/admin-bills.tpl.php | 0 .../tpl => Theme/Backend}/admin-logs.tpl.php | 0 .../Backend}/admin-organizations.tpl.php | 0 .../Backend}/admin-resources.tpl.php | 0 .../tpl => Theme/Backend}/admin-users.tpl.php | 0 .../tpl => Theme/Backend}/header.tpl.php | 0 .../tpl => Theme/Backend}/nav-side.tpl.php | 0 .../tpl => Theme/Backend}/nav-top.tpl.php | 0 .../Backend}/organization-bills.tpl.php | 0 .../Backend}/organization-resources.tpl.php | 0 .../Backend}/organization-settings.tpl.php | 0 .../organization-users-create.tpl.php | 0 .../Backend}/organization-users.tpl.php | 0 .../Backend}/user-dashboard.tpl.php | 0 .../Backend}/user-reports.tpl.php | 0 .../Backend}/user-resources-create.tpl.php | 0 .../Backend}/user-resources.tpl.php | 0 .../Backend}/user-settings.tpl.php | 0 app/server/cOMS | 1 - app/web/.htaccess | 107 -- app/web/Applications/Api/Application.php | 183 --- app/web/Applications/Api/Routes.php | 30 - app/web/Applications/Backend/Application.php | 275 ----- app/web/Applications/Backend/BackendView.php | 28 - app/web/Applications/Backend/Routes.php | 100 -- .../Backend/content/imprint.de.md | 28 - .../Backend/content/imprint.en.md | 28 - .../Backend/content/privacy.de.md | 48 - .../Backend/content/privacy.en.md | 48 - .../Applications/Backend/content/terms.de.md | 102 -- .../Applications/Backend/content/terms.en.md | 102 -- .../Backend/css/backend-small.css | 215 ---- .../Backend/css/backend-small.scss | 203 ---- .../Backend/css/backend_media.css | 39 - .../Backend/css/backend_media.scss | 28 - .../Applications/Backend/css/backend_vars.css | 43 - .../Backend/css/backend_vars.scss | 59 - .../Applications/Backend/css/signin-small.css | 182 --- app/web/Applications/Backend/img/bg.svg | 271 ----- app/web/Applications/Backend/img/favicon.ico | Bin 370070 -> 0 bytes app/web/Applications/Backend/img/logo.png | Bin 90210 -> 0 bytes app/web/Applications/Backend/index.tpl.php | 90 -- app/web/Applications/Backend/js/backend.js | 219 ---- .../Backend/js/global/ActionEvents.js | 15 - .../Backend/js/global/KeyboardEvents.js | 116 -- .../Backend/js/global/MouseEvents.js | 18 - .../Backend/js/global/ResponseEvents.js | 12 - .../Backend/js/global/TouchEvents.js | 2 - .../Backend/js/global/VoiceEvents.js | 57 - .../Applications/Backend/signin-legal.tpl.php | 0 app/web/Applications/Backend/signin.tpl.php | 71 -- app/web/Applications/E500/Application.php | 64 - app/web/Applications/E500/lang/en.lang.php | 7 - app/web/Applications/Frontend/Application.php | 219 ---- .../Frontend/Error/lang/en.lang.php | 7 - .../Applications/Frontend/FrontendView.php | 28 - app/web/Applications/Frontend/Routes.php | 31 - .../Frontend/content/imprint.de.md | 28 - .../Frontend/content/imprint.en.md | 28 - .../Frontend/content/privacy.de.md | 48 - .../Frontend/content/privacy.en.md | 48 - .../Applications/Frontend/content/terms.de.md | 102 -- .../Applications/Frontend/content/terms.en.md | 102 -- app/web/Applications/Frontend/css/clean.css | 55 - app/web/Applications/Frontend/css/small.css | 146 --- app/web/Applications/Frontend/css/styles.css | 0 app/web/Applications/Frontend/css/vars.css | 3 - app/web/Applications/Frontend/img/bottom.svg | 274 ----- app/web/Applications/Frontend/img/favicon.ico | Bin 370070 -> 0 bytes app/web/Applications/Frontend/img/logo.png | Bin 90210 -> 0 bytes app/web/Applications/Frontend/img/top.svg | 275 ----- app/web/Applications/Frontend/index.tpl.php | 67 -- app/web/Applications/Frontend/js/frontend.js | 0 .../Applications/Frontend/lang/en.lang.php | 14 - .../Applications/Frontend/tpl/contact.tpl.php | 0 .../Applications/Frontend/tpl/default.tpl.php | 3 - .../Frontend/tpl/features.tpl.php | 0 .../Applications/Frontend/tpl/footer.tpl.php | 17 - .../Applications/Frontend/tpl/front.tpl.php | 1 - .../Applications/Frontend/tpl/header.tpl.php | 16 - app/web/Applications/Frontend/tpl/nav.tpl.php | 17 - .../Applications/Frontend/tpl/pricing.tpl.php | 0 .../Applications/Frontend/tpl/signin.tpl.php | 0 .../Applications/Frontend/tpl/signup.tpl.php | 0 app/web/Controllers/ApiController.php | 61 - app/web/Controllers/BackendController.php | 772 ------------- app/web/Controllers/FrontController.php | 117 -- app/web/Hooks.php | 1 - app/web/Install/InstallAbstract.php | 312 ----- app/web/Install/Templates/DistRoutes.php | 31 - app/web/Install/Templates/ORMRoutes.php | 15 - app/web/Install/Templates/config.tpl.php | 162 --- app/web/Install/Templates/htaccess.tpl.php | 153 --- app/web/Install/WebApplication.php | 193 ---- app/web/Install/db.json | 1029 ----------------- app/web/Install/db.sqlite | Bin 45056 -> 0 bytes app/web/Install/favicon.ico | Bin 370070 -> 0 bytes app/web/Install/img/favicon.ico | Bin 370070 -> 0 bytes app/web/Install/img/logo.png | Bin 90210 -> 0 bytes app/web/Install/index.php | 27 - app/web/Install/index.tpl.php | 398 ------- app/web/Install/styles.css | 119 -- app/web/Models/Account.php | 15 - app/web/Models/AccountCredentialMapper.php | 39 - app/web/Models/AccountMapper.php | 225 ---- app/web/Models/AccountPermission.php | 32 - app/web/Models/AccountPermissionMapper.php | 56 - app/web/Models/Audit.php | 268 ----- app/web/Models/AuditMapper.php | 55 - app/web/Models/CoreSettings.php | 166 --- app/web/Models/Group.php | 27 - app/web/Models/GroupMapper.php | 123 -- app/web/Models/GroupPermission.php | 34 - app/web/Models/GroupPermissionMapper.php | 57 - app/web/Models/LocalizationMapper.php | 123 -- app/web/Models/NullAccount.php | 13 - app/web/Models/NullAudit.php | 24 - app/web/Models/NullSetting.php | 13 - app/web/Models/PermissionCategory.php | 29 - app/web/Models/Setting.php | 73 -- app/web/Models/SettingMapper.php | 139 --- app/web/Models/SettingsEnum.php | 70 -- app/web/Resources | 1 - app/web/Routes.php | 31 - .../Templates/header-element-table.tpl.php | 14 - .../Templates/popup-filter-table.tpl.php.php | 54 - app/web/Templates/sort-table.tpl.php | 29 - app/web/Templates/table-title.tpl.php | 39 - app/web/Views/TableView.php | 329 ------ app/web/WebApplication.php | 230 ---- app/web/config.json | 119 -- app/web/cssOMS | 1 - app/web/humans.txt | 8 - app/web/index.php | 14 - app/web/jsOMS | 1 - app/web/phpOMS | 1 - app/web/robots.txt | 5 - app/web/workflow.md | 16 - info.json | 44 + {app/local => local}/App.xaml | 0 {app/local => local}/App.xaml.cs | 0 {app/local => local}/AssemblyInfo.cs | 0 {app/local => local}/MainWindow.xaml | 0 {app/local => local}/MainWindow.xaml.cs | 0 .../OnlineResourceWatcherLocalApp.csproj | 0 .../OnlineResourceWatcherLocalApp.csproj.user | 0 .../OnlineResourceWatcherLocalApp.sln | 0 {app/server => server}/CMakeLists.txt | 0 .../Controller/ApiController.h | 0 .../Controller/InstallController.h | 0 .../Dependencies/win-x64/libcrypto-3-x64.dll | Bin .../Dependencies/win-x64/libcurl.dll | Bin .../Dependencies/win-x64/libintl-9.dll | Bin .../Dependencies/win-x64/libmariadb.dll | Bin .../Dependencies/win-x64/libpq.dll | Bin .../Dependencies/win-x64/libssl-3-x64.dll | Bin .../Dependencies/win-x64/sqlite3.dll | Bin {app/server => server}/Install/config.json | 0 {app/server => server}/Install/db.sqlite | Bin {app/server => server}/Models/Account.h | 0 {app/server => server}/Models/AccountStatus.h | 0 {app/server => server}/Models/Db.h | 0 {app/server => server}/Models/File.h | 0 {app/server => server}/Models/InstallType.h | 0 {app/server => server}/Models/Organization.h | 0 .../server => server}/Models/ReosurceStatus.h | 0 {app/server => server}/Models/Resource.h | 0 {app/server => server}/Models/ResourceInfo.h | 0 .../OnlineResourceWatcherServerApp.aps | Bin .../OnlineResourceWatcherServerApp.rc | 0 .../OnlineResourceWatcherServerApp.sln | 0 .../OnlineResourceWatcherServerApp.vcxproj | 0 ...neResourceWatcherServerApp.vcxproj.filters | 0 ...nlineResourceWatcherServerApp.vcxproj.user | 0 {app/server => server}/Routes.h | 0 .../build/OnlineResourceWatcherServerApp | Bin {app/server => server}/build/config.json | 0 {app/server => server}/build/install.sh | 0 {app/server => server}/data/README.md | 0 {app/server => server}/favicon.ico | Bin {app/server => server}/main.cpp | 0 {app/server => server}/resource.h | 0 setup/README.md | 0 setup/config.sh | 16 - setup/demoSetup.php | 27 - setup/setup.sh | 20 - 205 files changed, 1037 insertions(+), 10271 deletions(-) create mode 100755 Admin/Install/Navigation.install.json create mode 100755 Admin/Install/Navigation.php create mode 100644 Admin/Install/db.json create mode 100755 Admin/Installer.php create mode 100755 Admin/Routes/Web/Api.php create mode 100755 Admin/Routes/Web/Backend.php create mode 100755 Admin/Status.php create mode 100755 Admin/Uninstaller.php create mode 100755 Admin/Updater.php create mode 100755 CODE_OF_CONDUCT.md create mode 100755 CONTRIBUTING.md create mode 100644 Controller/ApiController.php create mode 100644 Controller/BackendController.php create mode 100644 Controller/Controller.php create mode 100755 ICAL.txt mode change 100644 => 100755 LICENSE.txt create mode 100755 Models/PermissionCategory.php rename {app/web/Applications/Backend/lang => Theme/Backend/Lang}/en.lang.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/admin-bills.tpl.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/admin-logs.tpl.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/admin-organizations.tpl.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/admin-resources.tpl.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/admin-users.tpl.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/header.tpl.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/nav-side.tpl.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/nav-top.tpl.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/organization-bills.tpl.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/organization-resources.tpl.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/organization-settings.tpl.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/organization-users-create.tpl.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/organization-users.tpl.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/user-dashboard.tpl.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/user-reports.tpl.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/user-resources-create.tpl.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/user-resources.tpl.php (100%) rename {app/web/Applications/Backend/tpl => Theme/Backend}/user-settings.tpl.php (100%) delete mode 160000 app/server/cOMS delete mode 100755 app/web/.htaccess delete mode 100755 app/web/Applications/Api/Application.php delete mode 100644 app/web/Applications/Api/Routes.php delete mode 100755 app/web/Applications/Backend/Application.php delete mode 100644 app/web/Applications/Backend/BackendView.php delete mode 100644 app/web/Applications/Backend/Routes.php delete mode 100644 app/web/Applications/Backend/content/imprint.de.md delete mode 100644 app/web/Applications/Backend/content/imprint.en.md delete mode 100644 app/web/Applications/Backend/content/privacy.de.md delete mode 100644 app/web/Applications/Backend/content/privacy.en.md delete mode 100755 app/web/Applications/Backend/content/terms.de.md delete mode 100755 app/web/Applications/Backend/content/terms.en.md delete mode 100644 app/web/Applications/Backend/css/backend-small.css delete mode 100755 app/web/Applications/Backend/css/backend-small.scss delete mode 100755 app/web/Applications/Backend/css/backend_media.css delete mode 100755 app/web/Applications/Backend/css/backend_media.scss delete mode 100755 app/web/Applications/Backend/css/backend_vars.css delete mode 100755 app/web/Applications/Backend/css/backend_vars.scss delete mode 100644 app/web/Applications/Backend/css/signin-small.css delete mode 100644 app/web/Applications/Backend/img/bg.svg delete mode 100755 app/web/Applications/Backend/img/favicon.ico delete mode 100755 app/web/Applications/Backend/img/logo.png delete mode 100644 app/web/Applications/Backend/index.tpl.php delete mode 100755 app/web/Applications/Backend/js/backend.js delete mode 100755 app/web/Applications/Backend/js/global/ActionEvents.js delete mode 100755 app/web/Applications/Backend/js/global/KeyboardEvents.js delete mode 100755 app/web/Applications/Backend/js/global/MouseEvents.js delete mode 100755 app/web/Applications/Backend/js/global/ResponseEvents.js delete mode 100755 app/web/Applications/Backend/js/global/TouchEvents.js delete mode 100755 app/web/Applications/Backend/js/global/VoiceEvents.js delete mode 100644 app/web/Applications/Backend/signin-legal.tpl.php delete mode 100644 app/web/Applications/Backend/signin.tpl.php delete mode 100755 app/web/Applications/E500/Application.php delete mode 100644 app/web/Applications/E500/lang/en.lang.php delete mode 100755 app/web/Applications/Frontend/Application.php delete mode 100644 app/web/Applications/Frontend/Error/lang/en.lang.php delete mode 100644 app/web/Applications/Frontend/FrontendView.php delete mode 100644 app/web/Applications/Frontend/Routes.php delete mode 100644 app/web/Applications/Frontend/content/imprint.de.md delete mode 100644 app/web/Applications/Frontend/content/imprint.en.md delete mode 100644 app/web/Applications/Frontend/content/privacy.de.md delete mode 100644 app/web/Applications/Frontend/content/privacy.en.md delete mode 100755 app/web/Applications/Frontend/content/terms.de.md delete mode 100755 app/web/Applications/Frontend/content/terms.en.md delete mode 100755 app/web/Applications/Frontend/css/clean.css delete mode 100755 app/web/Applications/Frontend/css/small.css delete mode 100755 app/web/Applications/Frontend/css/styles.css delete mode 100755 app/web/Applications/Frontend/css/vars.css delete mode 100644 app/web/Applications/Frontend/img/bottom.svg delete mode 100755 app/web/Applications/Frontend/img/favicon.ico delete mode 100755 app/web/Applications/Frontend/img/logo.png delete mode 100644 app/web/Applications/Frontend/img/top.svg delete mode 100644 app/web/Applications/Frontend/index.tpl.php delete mode 100755 app/web/Applications/Frontend/js/frontend.js delete mode 100644 app/web/Applications/Frontend/lang/en.lang.php delete mode 100644 app/web/Applications/Frontend/tpl/contact.tpl.php delete mode 100644 app/web/Applications/Frontend/tpl/default.tpl.php delete mode 100644 app/web/Applications/Frontend/tpl/features.tpl.php delete mode 100644 app/web/Applications/Frontend/tpl/footer.tpl.php delete mode 100644 app/web/Applications/Frontend/tpl/front.tpl.php delete mode 100644 app/web/Applications/Frontend/tpl/header.tpl.php delete mode 100644 app/web/Applications/Frontend/tpl/nav.tpl.php delete mode 100644 app/web/Applications/Frontend/tpl/pricing.tpl.php delete mode 100644 app/web/Applications/Frontend/tpl/signin.tpl.php delete mode 100644 app/web/Applications/Frontend/tpl/signup.tpl.php delete mode 100755 app/web/Controllers/ApiController.php delete mode 100644 app/web/Controllers/BackendController.php delete mode 100755 app/web/Controllers/FrontController.php delete mode 100644 app/web/Hooks.php delete mode 100755 app/web/Install/InstallAbstract.php delete mode 100644 app/web/Install/Templates/DistRoutes.php delete mode 100644 app/web/Install/Templates/ORMRoutes.php delete mode 100755 app/web/Install/Templates/config.tpl.php delete mode 100755 app/web/Install/Templates/htaccess.tpl.php delete mode 100755 app/web/Install/WebApplication.php delete mode 100755 app/web/Install/db.json delete mode 100755 app/web/Install/db.sqlite delete mode 100755 app/web/Install/favicon.ico delete mode 100755 app/web/Install/img/favicon.ico delete mode 100755 app/web/Install/img/logo.png delete mode 100755 app/web/Install/index.php delete mode 100755 app/web/Install/index.tpl.php delete mode 100755 app/web/Install/styles.css delete mode 100755 app/web/Models/Account.php delete mode 100755 app/web/Models/AccountCredentialMapper.php delete mode 100755 app/web/Models/AccountMapper.php delete mode 100755 app/web/Models/AccountPermission.php delete mode 100755 app/web/Models/AccountPermissionMapper.php delete mode 100644 app/web/Models/Audit.php delete mode 100644 app/web/Models/AuditMapper.php delete mode 100755 app/web/Models/CoreSettings.php delete mode 100755 app/web/Models/Group.php delete mode 100755 app/web/Models/GroupMapper.php delete mode 100755 app/web/Models/GroupPermission.php delete mode 100755 app/web/Models/GroupPermissionMapper.php delete mode 100755 app/web/Models/LocalizationMapper.php delete mode 100755 app/web/Models/NullAccount.php delete mode 100644 app/web/Models/NullAudit.php delete mode 100755 app/web/Models/NullSetting.php delete mode 100755 app/web/Models/PermissionCategory.php delete mode 100755 app/web/Models/Setting.php delete mode 100755 app/web/Models/SettingMapper.php delete mode 100755 app/web/Models/SettingsEnum.php delete mode 160000 app/web/Resources delete mode 100755 app/web/Routes.php delete mode 100644 app/web/Templates/header-element-table.tpl.php delete mode 100644 app/web/Templates/popup-filter-table.tpl.php.php delete mode 100644 app/web/Templates/sort-table.tpl.php delete mode 100644 app/web/Templates/table-title.tpl.php delete mode 100644 app/web/Views/TableView.php delete mode 100755 app/web/WebApplication.php delete mode 100755 app/web/config.json delete mode 160000 app/web/cssOMS delete mode 100755 app/web/humans.txt delete mode 100755 app/web/index.php delete mode 160000 app/web/jsOMS delete mode 160000 app/web/phpOMS delete mode 100755 app/web/robots.txt delete mode 100644 app/web/workflow.md create mode 100755 info.json rename {app/local => local}/App.xaml (100%) rename {app/local => local}/App.xaml.cs (100%) rename {app/local => local}/AssemblyInfo.cs (100%) rename {app/local => local}/MainWindow.xaml (100%) rename {app/local => local}/MainWindow.xaml.cs (100%) rename {app/local => local}/OnlineResourceWatcherLocalApp.csproj (100%) rename {app/local => local}/OnlineResourceWatcherLocalApp.csproj.user (100%) rename {app/local => local}/OnlineResourceWatcherLocalApp.sln (100%) rename {app/server => server}/CMakeLists.txt (100%) rename {app/server => server}/Controller/ApiController.h (100%) rename {app/server => server}/Controller/InstallController.h (100%) rename {app/server => server}/Dependencies/win-x64/libcrypto-3-x64.dll (100%) rename {app/server => server}/Dependencies/win-x64/libcurl.dll (100%) rename {app/server => server}/Dependencies/win-x64/libintl-9.dll (100%) rename {app/server => server}/Dependencies/win-x64/libmariadb.dll (100%) rename {app/server => server}/Dependencies/win-x64/libpq.dll (100%) rename {app/server => server}/Dependencies/win-x64/libssl-3-x64.dll (100%) rename {app/server => server}/Dependencies/win-x64/sqlite3.dll (100%) rename {app/server => server}/Install/config.json (100%) rename {app/server => server}/Install/db.sqlite (100%) rename {app/server => server}/Models/Account.h (100%) rename {app/server => server}/Models/AccountStatus.h (100%) rename {app/server => server}/Models/Db.h (100%) rename {app/server => server}/Models/File.h (100%) rename {app/server => server}/Models/InstallType.h (100%) rename {app/server => server}/Models/Organization.h (100%) rename {app/server => server}/Models/ReosurceStatus.h (100%) rename {app/server => server}/Models/Resource.h (100%) rename {app/server => server}/Models/ResourceInfo.h (100%) rename {app/server => server}/OnlineResourceWatcherServerApp.aps (100%) rename {app/server => server}/OnlineResourceWatcherServerApp.rc (100%) rename {app/server => server}/OnlineResourceWatcherServerApp.sln (100%) rename {app/server => server}/OnlineResourceWatcherServerApp.vcxproj (100%) rename {app/server => server}/OnlineResourceWatcherServerApp.vcxproj.filters (100%) rename {app/server => server}/OnlineResourceWatcherServerApp.vcxproj.user (100%) rename {app/server => server}/Routes.h (100%) rename {app/server => server}/build/OnlineResourceWatcherServerApp (100%) rename {app/server => server}/build/config.json (100%) rename {app/server => server}/build/install.sh (100%) rename {app/server => server}/data/README.md (100%) rename {app/server => server}/favicon.ico (100%) rename {app/server => server}/main.cpp (100%) rename {app/server => server}/resource.h (100%) delete mode 100644 setup/README.md delete mode 100644 setup/config.sh delete mode 100644 setup/demoSetup.php delete mode 100755 setup/setup.sh diff --git a/.gitmodules b/.gitmodules index d4477ab..3c06c65 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,3 @@ -[submodule "app/server/cOMS"] - path = app/server/cOMS +[submodule "server/cOMS"] + path = server/cOMS url = https://github.com/Karaka-Management/cOMS.git -[submodule "app/web/phpOMS"] - path = app/web/phpOMS - url = https://github.com/Karaka-Management/phpOMS.git -[submodule "app/web/Resources"] - path = app/web/Resources - url = https://github.com/Karaka-Management/Resources.git -[submodule "app/web/cssOMS"] - path = app/web/cssOMS - url = https://github.com/Karaka-Management/cssOMS.git -[submodule "app/web/jsOMS"] - path = app/web/jsOMS - url = https://github.com/Karaka-Management/jsOMS.git diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json new file mode 100755 index 0000000..3ab7714 --- /dev/null +++ b/Admin/Install/Navigation.install.json @@ -0,0 +1,93 @@ +[ + { + "id": 1008001001, + "pid": "/", + "type": 2, + "subtype": 1, + "name": "OnlineResourceWatcher", + "uri": "{/prefix}orw/dashboard?u={?u}", + "target": "self", + "icon": null, + "order": 40, + "from": "OnlineResourceWatcher", + "permission": { "permission": 2, "category": null, "element": null }, + "parent": 1006901001, + "children": [ + { + "id": 1008002001, + "pid": "/orw", + "type": 3, + "subtype": 1, + "name": "OnlineResourceWatcher", + "uri": "{/prefix}orw/dashboard?u={?u}", + "target": "self", + "icon": null, + "order": 1, + "from": "OnlineResourceWatcher", + "permission": { "permission": 2, "category": null, "element": null }, + "parent": 1008001001, + "children": [] + }, + { + "id": 1008003001, + "pid": "/orw", + "type": 3, + "subtype": 1, + "name": "Archive", + "uri": "{/prefix}orw/archive?u={?u}", + "target": "self", + "icon": null, + "order": 5, + "from": "OnlineResourceWatcher", + "permission": { "permission": 2, "category": null, "element": null }, + "parent": 1008001001, + "children": [] + }, + { + "id": 1008004001, + "pid": "/orw", + "type": 3, + "subtype": 1, + "name": "Create", + "uri": "{/prefix}orw/create?{?}", + "target": "self", + "icon": null, + "order": 10, + "from": "OnlineResourceWatcher", + "permission": { "permission": 4, "category": null, "element": null }, + "parent": 1008001001, + "children": [] + }, + { + "id": 1008005001, + "pid": "/orw", + "type": 3, + "subtype": 1, + "name": "Draft", + "uri": "{/prefix}orw/draft/list?u={?u}", + "target": "self", + "icon": null, + "order": 15, + "from": "OnlineResourceWatcher", + "permission": { "permission": 4, "category": null, "element": null }, + "parent": 1008001001, + "children": [] + }, + { + "id": 1008006001, + "pid": "/orw", + "type": 3, + "subtype": 1, + "name": "Analysis", + "uri": "{/prefix}orw/analysis", + "target": "self", + "icon": null, + "order": 15, + "from": "OnlineResourceWatcher", + "permission": { "permission": 4, "category": null, "element": null }, + "parent": 1008001001, + "children": [] + } + ] + } +] diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php new file mode 100755 index 0000000..7522c2f --- /dev/null +++ b/Admin/Install/Navigation.php @@ -0,0 +1,43 @@ + __DIR__ . '/Navigation.install.json']); + } +} diff --git a/Admin/Install/db.json b/Admin/Install/db.json new file mode 100644 index 0000000..98c41bc --- /dev/null +++ b/Admin/Install/db.json @@ -0,0 +1,165 @@ +{ + "orw_resource": { + "name": "orw_resource", + "fields": { + "orw_resource_id": { + "name": "orw_resource_id", + "type": "INT", + "null": false, + "primary": true, + "autoincrement": true + }, + "orw_resource_status": { + "name": "orw_resource_status", + "type": "TINYINT", + "null": false + }, + "orw_resource_uri": { + "name": "orw_resource_uri", + "type": "VARCHAR(255)", + "null": false + }, + "orw_resource_xpath": { + "name": "orw_resource_xpath", + "type": "VARCHAR(255)", + "null": false + }, + "orw_resource_hash": { + "name": "orw_resource_hash", + "type": "BLOB(64)", + "null": false + }, + "orw_resource_last_version_path": { + "name": "orw_resource_last_version_path", + "type": "VARCHAR(255)", + "null": false + }, + "orw_resource_last_version_date": { + "name": "orw_resource_last_version_date", + "type": "DATETIME", + "null": false + }, + "orw_resource_checked_at": { + "name": "orw_resource_checked_at", + "type": "DATETIME", + "null": false + }, + "orw_resource_org": { + "name": "orw_resource_org", + "type": "INT", + "null": true, + "default": null, + "foreignTable": "org", + "foreignKey": "org_id" + }, + "orw_resource_created_at": { + "name": "orw_resource_created_at", + "type": "DATETIME", + "null": false + } + } + }, + "orw_resource_check": { + "name": "orw_resource_check", + "fields": { + "orw_resource_check_id": { + "name": "orw_resource_check_id", + "type": "INT", + "null": false, + "primary": true, + "autoincrement": true + }, + "orw_resource_check_status": { + "name": "orw_resource_check_status", + "type": "TINYINT", + "null": false + }, + "orw_resource_check_change": { + "name": "orw_resource_check_change", + "type": "TEXT", + "null": false + }, + "orw_resource_check_created_at": { + "name": "orw_resource_check_created_at", + "type": "DATETIME", + "null": false + }, + "orw_resource_check_resource": { + "name": "orw_resource_check_resource", + "type": "INT", + "null": true, + "default": null, + "foreignTable": "orw_resource", + "foreignKey": "orw_resource_id" + } + } + }, + "orw_resource_info": { + "name": "orw_resource_info", + "fields": { + "orw_resource_info_id": { + "name": "orw_resource_info_id", + "type": "INT", + "null": false, + "primary": true, + "autoincrement": true + }, + "orw_resource_info_mail": { + "name": "orw_resource_info_mail", + "type": "VARCHAR(255)", + "null": true, + "default": null, + "annotations": { + "gdpr": true + } + }, + "orw_resource_info_account": { + "name": "orw_resource_info_account", + "type": "INT", + "null": true, + "default": null, + "foreignTable": "account", + "foreignKey": "account_id" + }, + "orw_resource_info_resource": { + "name": "orw_resource_info_resource", + "type": "INT", + "null": true, + "default": null, + "foreignTable": "orw_resource", + "foreignKey": "orw_resource_id" + }, + "orw_resource_info_created_at": { + "name": "orw_resource_info_created_at", + "type": "DATETIME", + "null": false + } + } + }, + "orw_resource_blacklist": { + "name": "orw_resource_blacklist", + "fields": { + "orw_resource_blacklist_id": { + "name": "orw_resource_blacklist_id", + "type": "INT", + "null": false, + "primary": true, + "autoincrement": true + }, + "orw_resource_blacklist_mail": { + "name": "orw_resource_blacklist_mail", + "type": "VARCHAR(255)", + "null": true, + "default": null, + "annotations": { + "gdpr": true + } + }, + "orw_resource_blacklist_created_at": { + "name": "orw_resource_blacklist_created_at", + "type": "DATETIME", + "null": false + } + } + } +} \ No newline at end of file diff --git a/Admin/Installer.php b/Admin/Installer.php new file mode 100755 index 0000000..d3f4e88 --- /dev/null +++ b/Admin/Installer.php @@ -0,0 +1,36 @@ + [ + [ + 'dest' => '\Modules\OnlineResourceWatcher\Controller\ApiController:apiOnlineResourceWatcherCreate', + 'verb' => RouteVerb::PUT, + 'permission' => [ + 'module' => ApiController::NAME, + 'type' => PermissionType::CREATE, + 'state' => PermissionCategory::RESOURCE, + ], + ], + [ + 'dest' => '\Modules\OnlineResourceWatcher\Controller\ApiController:apiOnlineResourceWatcherUpdate', + 'verb' => RouteVerb::SET, + 'permission' => [ + 'module' => ApiController::NAME, + 'type' => PermissionType::MODIFY, + 'state' => PermissionCategory::RESOURCE, + ], + ], + [ + 'dest' => '\Modules\OnlineResourceWatcher\Controller\ApiController:apiOnlineResourceWatcherGet', + 'verb' => RouteVerb::GET, + 'permission' => [ + 'module' => ApiController::NAME, + 'type' => PermissionType::READ, + 'state' => PermissionCategory::RESOURCE, + ], + ], + [ + 'dest' => '\Modules\OnlineResourceWatcher\Controller\ApiController:apiOnlineResourceWatcherDelete', + 'verb' => RouteVerb::DELETE, + 'permission' => [ + 'module' => ApiController::NAME, + 'type' => PermissionType::DELETE, + 'state' => PermissionCategory::RESOURCE, + ], + ], + ], +]; diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php new file mode 100755 index 0000000..83150e1 --- /dev/null +++ b/Admin/Routes/Web/Backend.php @@ -0,0 +1,98 @@ + [ + [ + 'dest' => '\Modules\OnlineResourceWatcher\Controller\BackendController:viewOnlineResourceWatcherDashboard', + 'verb' => RouteVerb::GET, + 'permission' => [ + 'module' => BackendController::NAME, + 'type' => PermissionType::READ, + 'state' => PermissionCategory::RESOURCE, + ], + ], + ], + '^.*/news/article.*$' => [ + [ + 'dest' => '\Modules\OnlineResourceWatcher\Controller\BackendController:viewOnlineResourceWatcherArticle', + 'verb' => RouteVerb::GET, + 'permission' => [ + 'module' => BackendController::NAME, + 'type' => PermissionType::READ, + 'state' => PermissionCategory::RESOURCE, + ], + ], + ], + '^.*/news/archive.*$' => [ + [ + 'dest' => '\Modules\OnlineResourceWatcher\Controller\BackendController:viewOnlineResourceWatcherArchive', + 'verb' => RouteVerb::GET, + 'permission' => [ + 'module' => BackendController::NAME, + 'type' => PermissionType::READ, + 'state' => PermissionCategory::RESOURCE, + ], + ], + ], + '^.*/news/draft/list.*$' => [ + [ + 'dest' => '\Modules\OnlineResourceWatcher\Controller\BackendController:viewOnlineResourceWatcherDraftList', + 'verb' => RouteVerb::GET, + 'permission' => [ + 'module' => BackendController::NAME, + 'type' => PermissionType::MODIFY, + 'state' => PermissionCategory::RESOURCE, + ], + ], + ], + '^.*/news/create.*$' => [ + [ + 'dest' => '\Modules\OnlineResourceWatcher\Controller\BackendController:viewOnlineResourceWatcherCreate', + 'verb' => RouteVerb::GET, + 'permission' => [ + 'module' => BackendController::NAME, + 'type' => PermissionType::CREATE, + 'state' => PermissionCategory::RESOURCE, + ], + ], + ], + '^.*/news/edit.*$' => [ + [ + 'dest' => '\Modules\OnlineResourceWatcher\Controller\BackendController:viewOnlineResourceWatcherEdit', + 'verb' => RouteVerb::GET, + 'permission' => [ + 'module' => BackendController::NAME, + 'type' => PermissionType::MODIFY, + 'state' => PermissionCategory::RESOURCE, + ], + ], + ], + '^.*/news/analysis.*$' => [ + [ + 'dest' => '\Modules\OnlineResourceWatcher\Controller\BackendController:viewOnlineResourceWatcherAnalysis', + 'verb' => RouteVerb::GET, + 'permission' => [ + 'module' => BackendController::NAME, + 'type' => PermissionType::MODIFY, + 'state' => PermissionCategory::RESOURCE, + ], + ], + ], +]; diff --git a/Admin/Status.php b/Admin/Status.php new file mode 100755 index 0000000..4d7f819 --- /dev/null +++ b/Admin/Status.php @@ -0,0 +1,36 @@ + All Rights Reserved +1. Definitions -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by this entire document. -BY CONTRIBUTING YOU AUTOMATICALLY ACCEPT THE INDIVIDUAL CONTRIBUTOR LICENSE -AGREEMENT 1.0 ("CLA") INCLUDED IN THIS REPOSITORY. \ No newline at end of file +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License + +Subject to the terms and conditions of this License, each Contributor grants to You after purchase a perpetual, worldwide, non-exclusive, irrevocable copyright license to prepare Derivative Works of, publicly display, publicly perform the Work and such Derivative Works in Source or Object form. You are not allowed to sublicense, reproduce, or distribute the Work and such Derivative Works in Source or Object form. + +3. Redistribution. + +You may not reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form. + +4. Submission of Contributions + +Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +5. Trademarks + +This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work. + +6. Disclaimer of Warranty + +Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using the Work and assume any risks associated with Your exercise of permissions under this License. + +7. Limitation of Liability + +In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php new file mode 100755 index 0000000..952a537 --- /dev/null +++ b/Models/PermissionCategory.php @@ -0,0 +1,34 @@ + - AddEncoding gzip .gz - - AddType "text/javascript" .gz - - - AddType "text/css" .gz - - - -AddType font/ttf .ttf -AddType font/otf .otf -AddType application/font-woff .woff -AddType application/vnd.ms-fontobject .eot - - - AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript text/javascript - -# END Gzip Compression - -# Force mime for javascript files - - ForceType text/javascript - - -# BEGIN Caching - - ExpiresActive On - ExpiresDefault A300 - - ExpiresByType image/x-icon A2592000 - - - ExpiresDefault A0 - Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0" - Header set Pragma "no-cache" - - -# END Caching - -# BEGIN Spelling - - CheckSpelling On - CheckCaseOnly On - -# END Spelling - -# BEGIN URL rewrite - - RewriteEngine On - RewriteBase / - RewriteCond %{HTTP:Accept-encoding} gzip - RewriteCond %{REQUEST_FILENAME} \.(js|css)$ - RewriteCond %{REQUEST_FILENAME}.gz -f - RewriteRule ^(.*)$ $1.gz [QSA,L] - RewriteCond %{REQUEST_FILENAME} !-d - RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^(.*)$ /?{QUERY_STRING} [QSA] - RewriteCond %{HTTPS} !on - RewriteCond %{HTTP_HOST} !^(127\.0\.0)|(192\.)|(172\.) - RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} - -# END URL rewrite - -# BEGIN Access control - - Order Deny,Allow - Deny from all - Allow from 127.0.0.1 - - - Allow from all - -# END Access control - -# Disable directory view -Options All -Indexes - -# Disable unsupported scripts -Options -ExecCGI -AddHandler cgi-script .pl .py .jsp .asp .shtml .sh .cgi - -# -# # XSS protection -# header always set x-xss-protection "1; mode=block" -# -# # Nosnif -# header always set x-content-type-options "nosniff" -# -# # Iframes only from self -# header always set x-frame-options "SAMEORIGIN" -# - - - - Header set Service-Worker-Allowed "/" - - - -# Php config -# This should be removed from here and adjusted in the php.ini file -php_value upload_max_filesize 40M -php_value post_max_size 40M -php_value memory_limit 128M -php_value max_input_time 30 -php_value max_execution_time 30 \ No newline at end of file diff --git a/app/web/Applications/Api/Application.php b/app/web/Applications/Api/Application.php deleted file mode 100755 index 8cb2cc1..0000000 --- a/app/web/Applications/Api/Application.php +++ /dev/null @@ -1,183 +0,0 @@ -app = $app; - $this->app->appName = 'Api'; - $this->config = $config; - UriFactory::setQuery('/app', \strtolower($this->app->appName)); - } - - public function run(HttpRequest $request, HttpResponse $response): void - { - $response->header->set('Content-Type', 'text/plain; charset=utf-8'); - $pageView = new View($this->app->l11nManager, $request, $response); - - $this->app->l11nManager = new L11nManager($this->app->appName); - $this->app->dbPool = new DatabasePool(); - $this->app->router = new WebRouter($this->app); - $this->app->router->importFromFile(__DIR__ . '/Routes.php'); - - $this->app->sessionManager = new HttpSession(0); - $this->app->cookieJar = new CookieJar(); - $this->app->dispatcher = new Dispatcher($this->app); - - $this->app->dbPool->create('core', $this->config['db']['core']['masters']['admin']); - $this->app->dbPool->create('insert', $this->config['db']['core']['masters']['insert']); - $this->app->dbPool->create('select', $this->config['db']['core']['masters']['select']); - $this->app->dbPool->create('update', $this->config['db']['core']['masters']['update']); - $this->app->dbPool->create('delete', $this->config['db']['core']['masters']['delete']); - $this->app->dbPool->create('schema', $this->config['db']['core']['masters']['schema']); - - /* Checking csrf token, if a csrf token is required at all has to be decided in the route or controller */ - if ($request->getData('CSRF') !== null - && !\hash_equals($this->app->sessionManager->get('CSRF'), $request->getData('CSRF')) - ) { - $response->header->status = RequestStatusCode::R_403; - - return; - } - - /** @var \phpOMS\DataStorage\Database\Connection\ConnectionAbstract $con */ - $con = $this->app->dbPool->get(); - DataMapperFactory::db($con); - - $this->app->cachePool = new CachePool(); - $this->app->eventManager = new EventManager($this->app->dispatcher); - $this->app->eventManager->importFromFile(__DIR__ . '/Hooks.php'); - - $this->app->accountManager = new AccountManager($this->app->sessionManager); - $this->app->l11nServer = LocalizationMapper::get()->where('id', 1)->execute(); - - $aid = Auth::authenticate($this->app->sessionManager); - $request->header->account = $aid; - $response->header->account = $aid; - - $account = $this->loadAccount($request); - - if (!($account instanceof NullAccount)) { - $response->header->l11n = $account->l11n; - } elseif ($this->app->sessionManager->get('language') !== null) { - $response->header->l11n - ->loadFromLanguage( - $this->app->sessionManager->get('language'), - $this->app->sessionManager->get('country') ?? '*' - ); - } elseif ($this->app->cookieJar->get('language') !== null) { - $response->header->l11n - ->loadFromLanguage( - $this->app->cookieJar->get('language'), - $this->app->cookieJar->get('country') ?? '*' - ); - } - - UriFactory::setQuery('/lang', $response->getLanguage()); - $response->header->set('content-language', $response->getLanguage(), true); - - $appStatus = ApplicationStatus::NORMAL; - if ($appStatus === ApplicationStatus::READ_ONLY || $appStatus === ApplicationStatus::DISABLED) { - if (!$account->hasGroup(3)) { - if ($request->getRouteVerb() !== RouteVerb::GET) { - // Application is in read only mode or completely disabled - // If read only mode is active only GET requests are allowed - // A user who is part of the admin group is excluded from this rule - $response->header->status = RequestStatusCode::R_405; - - return; - } - - $this->app->dbPool->remove('admin'); - $this->app->dbPool->remove('insert'); - $this->app->dbPool->remove('update'); - $this->app->dbPool->remove('delete'); - $this->app->dbPool->remove('schema'); - } - } - - $routed = $this->app->router->route( - $request->uri->getRoute(), - $request->getData('CSRF'), - $request->getRouteVerb(), - $this->app->appName, - $this->app->orgId, - $account, - $request->getData() - ); - - $dispatched = $this->app->dispatcher->dispatch($routed, $request, $response); - - if (empty($dispatched)) { - $response->header->set('Content-Type', MimeType::M_JSON . '; charset=utf-8', true); - $response->header->status = RequestStatusCode::R_404; - $response->set($request->uri->__toString(), [ - 'status' => \phpOMS\Message\NotificationLevel::ERROR, - 'title' => '', - 'message' => '', - 'response' => [], - ]); - } - - $pageView->addData('dispatch', $dispatched); - } - - private function loadAccount(HttpRequest $request): Account - { - /** @var Account $account */ - $account = AccountMapper::get()->with('groups')->with('l11n')->where('id', $request->header->account)->execute(); - $this->app->accountManager->add($account); - - return $account; - } -} diff --git a/app/web/Applications/Api/Routes.php b/app/web/Applications/Api/Routes.php deleted file mode 100644 index 670957c..0000000 --- a/app/web/Applications/Api/Routes.php +++ /dev/null @@ -1,30 +0,0 @@ - [ - [ - 'dest' => '\Controllers\ApiController:downloadView', - 'verb' => RouteVerb::GET, - ], - ], - - '^.*?/login(\?.*|$)' => [ - [ - 'dest' => '\Controllers\ApiController:apiLogin', - 'verb' => RouteVerb::SET, - 'permission' => [ - ], - ], - ], - '^.*?/logout(\?.*|$)' => [ - [ - 'dest' => '\Controllers\ApiController:apiLogout', - 'verb' => RouteVerb::SET, - 'permission' => [ - ], - ], - ], -]; diff --git a/app/web/Applications/Backend/Application.php b/app/web/Applications/Backend/Application.php deleted file mode 100755 index 639986c..0000000 --- a/app/web/Applications/Backend/Application.php +++ /dev/null @@ -1,275 +0,0 @@ -app = $app; - $this->app->appName = 'Backend'; - $this->config = $config; - UriFactory::setQuery('/app', \strtolower($this->app->appName)); - } - - public function run(HttpRequest $request, HttpResponse $response) : void - { - $this->app->l11nManager = new L11nManager($this->app->appName); - $this->app->dbPool = new DatabasePool(); - $this->app->sessionManager = new HttpSession(0); - $this->app->cookieJar = new CookieJar(); - $this->app->dispatcher = new Dispatcher($this->app); - - $this->app->dbPool->create('select', $this->config['db']['core']['masters']['select']); - - $this->app->router = new WebRouter($this->app); - $this->app->router->importFromFile(__DIR__ . '/Routes.php'); - $this->app->router->importFromFile(__DIR__ . '/../../Routes.php'); - - /* CSRF token OK? */ - if ($request->getData('CSRF') !== null - && !\hash_equals($this->app->sessionManager->get('CSRF'), $request->getData('CSRF')) - ) { - $response->header->status = RequestStatusCode::R_403; - - return; - } - - /** @var \phpOMS\DataStorage\Database\Connection\ConnectionAbstract $con */ - $con = $this->app->dbPool->get(); - DataMapperFactory::db($con); - - $this->app->cachePool = new CachePool(); - $this->app->appSettings = new CoreSettings(); - $this->app->eventManager = new EventManager($this->app->dispatcher); - $this->app->accountManager = new AccountManager($this->app->sessionManager); - $this->app->l11nServer = LocalizationMapper::get()->where('id', 1)->execute(); - - $aid = Auth::authenticate($this->app->sessionManager); - $request->header->account = $aid; - $response->header->account = $aid; - - $account = $this->loadAccount($request); - - if (!($account instanceof NullAccount)) { - $response->header->l11n = $account->l11n; - } elseif ($this->app->sessionManager->get('language') !== null) { - $response->header->l11n - ->loadFromLanguage( - $this->app->sessionManager->get('language'), - $this->app->sessionManager->get('country') ?? '*' - ); - } elseif ($this->app->cookieJar->get('language') !== null) { - $response->header->l11n - ->loadFromLanguage( - $this->app->cookieJar->get('language'), - $this->app->cookieJar->get('country') ?? '*' - ); - } - - if (!\in_array($response->getLanguage(), $this->config['language'])) { - $response->header->l11n->setLanguage($this->app->l11nServer->getLanguage()); - } - - $pageView = new BackendView($this->app->l11nManager, $request, $response); - $head = new Head(); - - $pageView->setData('head', $head); - $response->set('Content', $pageView); - - /* Backend only allows GET */ - if ($request->getMethod() !== RequestMethod::GET) { - $this->create406Response($response, $pageView); - - return; - } - - /* Database OK? */ - if ($this->app->dbPool->get()->getStatus() !== DatabaseStatus::OK) { - $this->create503Response($response, $pageView); - - return; - } - - UriFactory::setQuery('/lang', $response->getLanguage()); - - $this->app->loadLanguageFromPath( - $response->getLanguage(), - __DIR__ . '/lang/' . $response->getLanguage() . '.lang.php' - ); - - $response->header->set('content-language', $response->getLanguage(), true); - - /* Create html head */ - $this->initResponseHead($head, $request, $response); - - /* Handle not logged in */ - if ($account->getId() < 1) { - $this->createBaseLoggedOutResponse($request, $response, $head, $pageView); - - return; - } - - $this->createDefaultPageView($request, $response, $pageView); - - $dispatched = $this->app->dispatcher->dispatch( - $this->app->router->route( - $request->uri->getRoute(), - $request->getData('CSRF'), - $request->getRouteVerb(), - $this->app->appName, - $this->app->orgId, - $account, - $request->getData() - ), - $request, - $response - ); - $pageView->addData('dispatch', $dispatched); - } - - private function createDefaultPageView(HttpRequest $request, HttpResponse $response, BackendView $pageView) : void - { - $pageView->setTemplate('/Applications/Backend/index'); - } - - private function create406Response(HttpResponse $response, View $pageView) : void - { - $response->header->status = RequestStatusCode::R_406; - $pageView->setTemplate('/Applications/Backend/Error/406'); - $this->app->loadLanguageFromPath( - $response->getLanguage(), - __DIR__ . '/Error/lang/' . $response->getLanguage() . '.lang.php' - ); - } - - private function create503Response(HttpResponse $response, View $pageView) : void - { - $response->header->status = RequestStatusCode::R_503; - $pageView->setTemplate('/Applications/Backend/Error/503'); - $this->app->loadLanguageFromPath( - $response->getLanguage(), - __DIR__ . '/Error/lang/' . $response->getLanguage() . '.lang.php' - ); - } - - private function loadAccount(HttpRequest $request) : Account - { - /** @var Account $account */ - $account = AccountMapper::get()->with('groups')->with('l11n')->where('id', $request->header->account)->execute(); - $this->app->accountManager->add($account); - - return $account; - } - - private function initResponseHead(Head $head, HttpRequest $request, HttpResponse $response) : void - { - /* Load assets */ - $head->addAsset(AssetType::CSS, 'Resources/fonts/fontawesome/css/font-awesome.min.css?v=1.0.0'); - $head->addAsset(AssetType::CSS, 'Resources/fonts/linearicons/css/style.css?v=1.0.0'); - $head->addAsset(AssetType::CSS, 'Resources/fonts/lineicons/css/lineicons.css?v=1.0.0'); - $head->addAsset(AssetType::CSS, 'cssOMS/styles.css?v=1.0.0'); - $head->addAsset(AssetType::CSS, 'Resources/fonts/Roboto/roboto.css?v=1.0.0'); - - // Framework - $head->addAsset(AssetType::JS, 'jsOMS/Utils/oLib.js?v=1.0.0'); - $head->addAsset(AssetType::JS, 'jsOMS/UnhandledException.js?v=1.0.0'); - $head->addAsset(AssetType::JS, 'Applications/Backend/js/backend.js?v=1.0.0', ['type' => 'module']); - - $script = ''; - $response->header->set( - 'content-security-policy', - 'base-uri \'self\'; script-src \'self\' blob: \'sha256-' - . \base64_encode(\hash('sha256', $script, true)) - . '\'; worker-src \'self\'', - true - ); - - if ($request->hasData('debug')) { - $head->addAsset(AssetType::CSS, 'cssOMS/debug.css?v=1.0.0'); - \phpOMS\DataStorage\Database\Query\Builder::$log = true; - } - - $css = \file_get_contents(__DIR__ . '/css/backend-small.css'); - if ($css === false) { - $css = ''; - } - - $css = \preg_replace('!\s+!', ' ', $css); - $head->setStyle('core', $css ?? ''); - $head->title = 'Online Resource Watcher'; - } - - private function createBaseLoggedOutResponse(HttpRequest $request, HttpResponse $response, Head $head, View $pageView) : void - { - $file = \in_array($request->uri->getPathElement(0), ['forgot', 'reset', 'privacy', 'imprint', 'terms']) - ? 'signin-legal' - : 'signin'; - - if ($file === 'signin-legal') { - $lang = $request->getLanguage(); - - $path = \is_file(__DIR__ . '/content/' . $request->uri->getPathElement(0) . '.' . $lang . '.md') - ? __DIR__ . '/content/' . $request->uri->getPathElement(0) . '.' . $lang . '.md' - : __DIR__ . '/content/' . $request->uri->getPathElement(0) . '.en.md'; - - $markdown = Markdown::parse(\file_get_contents($path)); - $pageView->setData('markdown', $markdown); - } - - $response->header->status = RequestStatusCode::R_403; - $pageView->setTemplate('/Applications/Backend/' . $file); - - $css = \file_get_contents(__DIR__ . '/css/signin-small.css'); - if ($css === false) { - $css = ''; - } - - $css = \preg_replace('!\s+!', ' ', $css); - $head->setStyle('core', $css ?? ''); - } -} diff --git a/app/web/Applications/Backend/BackendView.php b/app/web/Applications/Backend/BackendView.php deleted file mode 100644 index 4a0eace..0000000 --- a/app/web/Applications/Backend/BackendView.php +++ /dev/null @@ -1,28 +0,0 @@ - [ - [ - 'dest' => '\Controllers\BackendController:dashboardView', - 'verb' => RouteVerb::GET, - ], - ], - - '^/admin/organizations$' => [ - [ - 'dest' => '\Controllers\BackendController:adminOrganizationsView', - 'verb' => RouteVerb::GET, - ], - ], - '^/admin/users$' => [ - [ - 'dest' => '\Controllers\BackendController:adminUsersView', - 'verb' => RouteVerb::GET, - ], - ], - '^/admin/resources$' => [ - [ - 'dest' => '\Controllers\BackendController:adminResourcesView', - 'verb' => RouteVerb::GET, - ], - ], - '^/admin/bills$' => [ - [ - 'dest' => '\Controllers\BackendController:adminBillsView', - 'verb' => RouteVerb::GET, - ], - ], - '^/admin/logs$' => [ - [ - 'dest' => '\Controllers\BackendController:adminLogsView', - 'verb' => RouteVerb::GET, - ], - ], - - '^/organization/settings$' => [ - [ - 'dest' => '\Controllers\BackendController:organizationSettingsView', - 'verb' => RouteVerb::GET, - ], - ], - '^/organization/users$' => [ - [ - 'dest' => '\Controllers\BackendController:organizationUsersView', - 'verb' => RouteVerb::GET, - ], - ], - '^/organization/users/\d+$' => [ - [ - 'dest' => '\Controllers\BackendController:organizationUsersEditView', - 'verb' => RouteVerb::GET, - ], - ], - '^/organization/resources$' => [ - [ - 'dest' => '\Controllers\BackendController:organizationResourcesView', - 'verb' => RouteVerb::GET, - ], - ], - '^/organization/bills$' => [ - [ - 'dest' => '\Controllers\BackendController:organizationBillsView', - 'verb' => RouteVerb::GET, - ], - ], - - '^/user/settings$' => [ - [ - 'dest' => '\Controllers\BackendController:userSettingsView', - 'verb' => RouteVerb::GET, - ], - ], - '^/user/resources$' => [ - [ - 'dest' => '\Controllers\BackendController:userResourcesView', - 'verb' => RouteVerb::GET, - ], - ], - '^/user/resources/create$' => [ - [ - 'dest' => '\Controllers\BackendController:userResourcesCreateView', - 'verb' => RouteVerb::GET, - ], - ], - '^/user/reports$' => [ - [ - 'dest' => '\Controllers\BackendController:userReportsView', - 'verb' => RouteVerb::GET, - ], - ], -]; diff --git a/app/web/Applications/Backend/content/imprint.de.md b/app/web/Applications/Backend/content/imprint.de.md deleted file mode 100644 index 2a08bf0..0000000 --- a/app/web/Applications/Backend/content/imprint.de.md +++ /dev/null @@ -1,28 +0,0 @@ -# Impressum - -jingga - -**Vertreten durch** - -Dennis Eichhorn - -**Kontakt** - -spl1nes.com@googlemail.com - -**Registereintrag** - -Nicht vorhanden - -**Umsatzsteuer-ID gemäß §27 a Umsatzsteuergesetz** - -Nicht vorhanden - -**Verantwortlich für den Inhalt nach § 55 Abs. 2 RStV** - -jingga -Dennis Eichhorn - -**Datenschutzbeauftragter** - -spl1nes.com@googlemail.com \ No newline at end of file diff --git a/app/web/Applications/Backend/content/imprint.en.md b/app/web/Applications/Backend/content/imprint.en.md deleted file mode 100644 index cb93fe0..0000000 --- a/app/web/Applications/Backend/content/imprint.en.md +++ /dev/null @@ -1,28 +0,0 @@ -# Imprint - -jingga - -**Represented by** - -Dennis Eichhorn - -**Contact** - -spl1nes.com@googlemail.com - -**Commercial register** - -Not available - -**VAT-ID according §27 a value added tax (Umsatzsteuergesetz)** - -Not available - -**Responsible for the content according to § 55 Abs. 2 RStV** - -jingga -Dennis Eichhorn - -**Data protection officer** - -spl1nes.com@googlemail.com \ No newline at end of file diff --git a/app/web/Applications/Backend/content/privacy.de.md b/app/web/Applications/Backend/content/privacy.de.md deleted file mode 100644 index 2b02516..0000000 --- a/app/web/Applications/Backend/content/privacy.de.md +++ /dev/null @@ -1,48 +0,0 @@ -# Datenschutzerklärung - -## Definitionen - -Für die Zwecke dieser Datenschutzerklärung: - -* ANGESCHLOSSEN bedeutet ein Unternehmen, das eine Partei kontrolliert, von ihr kontrolliert wird oder mit ihr unter gemeinsamer Kontrolle steht, wobei "Kontrolle" den Besitz von 50 % oder mehr der Aktien, Anteile oder anderer Wertpapiere bedeutet, die zur Wahl von Direktoren oder anderen leitenden Angestellten berechtigt sind. -* LAND bezieht sich auf Deutschland. -* UNTERNEHMEN (in dieser VEREINBARUNG entweder als "das Unternehmen", "wir", "uns" oder "unser" bezeichnet) bezieht sich auf jingga, Gartenstr. 26, 61206 Wöllstadt. -* GERÄT bezeichnet jedes Gerät, das auf den Dienst zugreifen kann, wie z.B. ein Computer, ein Mobiltelefon oder ein digitales Tablet. -* SERVICE bezieht sich auf die Website. -* TERMINE oder VEREINBARUNG bezeichnet diese Bedingungen, die die gesamte Vereinbarung zwischen Ihnen und der FIRMA bezüglich der Nutzung des SERVICE bilden. -* Social-Media-Dienst eines Dritten bezeichnet alle Dienste oder Inhalte (einschließlich Daten, Informationen, Produkte oder Dienste), die von einem Dritten bereitgestellt werden und durch den DIENST angezeigt, einbezogen oder verfügbar gemacht werden können. -* WEBSITE bezieht sich auf jingga.app. -* ANWENDUNG bezieht sich auf alle herunterladbaren oder installierbaren Inhalte, die auf einem bestimmten GERÄT genutzt werden können. -* Sie bezeichnet die Person, die auf die DIENSTE zugreift oder diese nutzt, oder das Unternehmen oder eine andere juristische Person, in deren Namen eine solche Person auf die DIENSTE zugreift oder diese nutzt, je nachdem. - -## Was sind personenbezogene Daten? - -Personenbezogene Daten sind Informationen, die dazu genutzt werden können, persönliche oder sachliche Verhältnisse über Sie zu erfahren (z.B. Name, Anschrift, Telefonnummer, Geburtsdatum, E-Mail-Adresse). Informationen, bei denen wir keinen (oder nur mit einem unverhältnismäßigen Aufwand) Bezug zu Ihrer Person herstellen können, z.B. durch Anonymisierung der Informationen, sind keine personenbezogenen Daten. - -## Welche personenbezogenen Daten werden von uns erhoben/verarbeitet und genutzt? - -Gespeichert werden Zugriffsdaten ohne Personenbezug, wie z.B. der Name Ihres Internet Service Providers, die Seite, von der aus Sie uns besuchen, die Namen der angeforderten Dateien und deren Abrufdatum. Diese Daten werden ausschließlich zur Verbesserung unseres Angebotes ausgewertet und erlauben keinerlei Rückschlüsse auf Ihre Person. - -Soweit Sie von uns auf unserem Internetauftritt angebotene Leistungen, wie den Kauf von ANWENDUNGEN, etc., in Anspruch nehmen wollen, ist es dagegen nötig, dass Sie dazu weitere Daten angeben. Es handelt sich um diejenigen Daten, die zur jeweiligen Abwicklung erforderlich sind, z.B. die E-Mailadresse bei Bestellung einer DIENSTLEISTUNG oder ANWENDUNG. -Wir nutzen die von uns über Sie erhobenen Daten für die Bereitstellung der von uns angebotenen Produkte und DIENSTLEISTUNG, für die Beantwortung Ihrer Fragen sowie für den Betrieb und die Verbesserung unserer Webseiten und ANWENDUNG. - -Eine weitere Nutzung Ihrer personenbezogenen Daten findet nicht statt. Eine Übermittlung Ihrer personenbezogenen Daten an Dritte oder eine Nutzung Ihrer Daten zu Werbezwecken ohne Ihre Einwilligung findet, ausgenommen der unten dargestellten Fälle, nicht statt, es sei denn, dass wir gesetzlich zur Herausgabe von Daten verpflichtet sind (Auskunft an Strafverfolgungsbehörden und Gerichte; Auskunft an öffentliche Stellen, die Daten aufgrund gesetzlicher Vorschriften erhalten, z.B. Sozialversicherungsträger, Finanzbehörden usw.) oder dass wir zur Durchsetzung unserer Forderungen Dritte einschalten. Insbesondere werden personenbezogene Daten wie folgt genutzt: - -* Wenn Sie sich bei jingga registrieren, wird zunächst Ihre E-Mail-Adresse von uns gespeichert, damit wir Ihnen neue Zugangsdaten zusenden können, falls Sie diese einmal vergessen sollten. Zudem speichern wir Ihren Vor- und Nachnamen sowie Ihr Passwort, um Ihnen ein komfortables Einloggen zu Ihrem Konto zu ermöglichen. Diese Daten werden von uns zu den vorbeschriebenen Zwecken genutzt, um Ihnen diesen Dienst anzubieten. -* Nehmen Sie die Möglichkeit in Anspruch, mittels unseres Kontaktformulars Anfragen an uns zu richten, fragen wir Sie nach Ihrem Namen und Ihrer E-Mail-Adresse. Ferner können Sie in dem Mitteilungsfeld Ihre individuelle Nachricht an uns eintragen. Es unterliegt Ihrer freien Entscheidung, ob Sie uns diese Daten mitteilen. Ohne diese Angaben können wir allerdings Ihren Kontaktwunsch nicht erfüllen. - -## Änderungen dieser Bedingungen - -Wir behalten uns das Recht vor, diese Bedingungen nach unserem alleinigen Ermessen jederzeit zu ändern oder zu ersetzen. Wenn eine Änderung wesentlich ist, werden wir uns angemessen bemühen, Sie mindestens 30 Tage vor Inkrafttreten der neuen Bedingungen zu informieren. Was eine wesentliche Änderung darstellt, wird nach unserem alleinigen Ermessen festgelegt. - -Indem Sie nach Inkrafttreten dieser Änderungen weiterhin auf unseren SERVICE zugreifen oder ihn nutzen, erklären Sie sich mit den überarbeiteten Bedingungen einverstanden. Wenn Sie mit den neuen Bedingungen ganz oder teilweise nicht einverstanden sind, beenden Sie bitte die Nutzung der WEBSITE und des SERVICE. - -## Kontakt - -Bei Fragen zu diesen Bedingungen, den Datenschutzrichtlinien oder den Praktiken von Websites oder Diensten Dritter können Sie uns unter info@jingga.app kontaktieren. Sie erkennen ferner an und erklären sich damit einverstanden, dass die FIRMA weder direkt noch indirekt für Schäden oder Verluste verantwortlich oder haftbar ist, die durch oder in Verbindung mit der Nutzung von oder dem Vertrauen auf solche Inhalte, Waren oder Dienstleistungen, die auf oder über solche Websites oder Dienste verfügbar sind, verursacht werden oder angeblich verursacht werden. - -Unseren Datenschutzbeauftragten erreichen Sie bei Fragen über die genannte Adresse oder per Mail an spl1nes.com@googlemail.com. - -Wir empfehlen Ihnen dringend, die Geschäftsbedingungen und Datenschutzrichtlinien der von Ihnen besuchten Websites oder Dienste Dritter zu lesen. - -Version 2022-08-14 \ No newline at end of file diff --git a/app/web/Applications/Backend/content/privacy.en.md b/app/web/Applications/Backend/content/privacy.en.md deleted file mode 100644 index d6e6818..0000000 --- a/app/web/Applications/Backend/content/privacy.en.md +++ /dev/null @@ -1,48 +0,0 @@ -# Privacy - -## Definitions - -For the purposes of these TERMS: - -* AFFILIATED means an entity that controls, is controlled by or is under common control with a party, where "control" means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority. -* COUNTRY refers to Germany -* COMPANY (referred to as either "the Company", "We", "Us" or "Our" in this AGREEMENT) refers to jingga, Gartenstr. 26, 61206 Woellstadt. -* DEVICE means any device that can access the Service such as a computer, a cellphone or a digital tablet. -* SERVICE refers to the Website -* TERMS or AGREEMENT mean these terms that form the entire agreement between You and the COMPANY regarding the use of the SERVICE. -* Third-party Social Media Service means any services or content (including data, information, products or services) provided by a third-party that may be displayed, included or made available by the SERVICE. -* WEBSITE refers to jingga.app -* APPLICATION refers to all downloadable or installable content which can therfore be used on an a given DEVICE. -* You means the individual accessing or using the SERVICES, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable. - -## What is personal data? - -Personal data is information that can be used to find out personal or factual circumstances about you (e.g. name, address, telephone number, date of birth, e-mail address). Information for which we cannot (or can only with a disproportionate effort) establish a relationship to your person, e.g. by anonymizing the information, is not personal data. - -## What personal data do we collect/process and use? - -Access data without personal reference is stored, such as the name of your Internet service provider, the page from which you visit us, the names of the requested files and their retrieval date. These data are evaluated exclusively for the improvement of our offer and do not allow any conclusions to be drawn about your person. - -If you wish to make use of services offered by us on our website, such as the purchase of APPLICATIONS, etc., it is necessary, on the other hand, for you to provide further data for this purpose. This is the data that is required for the respective processing, e.g. the e-mail address when ordering a SERVICE or APPLICATION. -We use the data we collect about you to provide the products and SERVICES we offer, to answer your questions and to operate and improve our websites and APPLICATION. - -No further use of your personal data will take place. A transfer of your personal data to third parties or a use of your data for advertising purposes without your consent will not take place, except for the cases described below, unless we are required by law to disclose data (information to law enforcement agencies and courts; information to public bodies that receive data under statutory provisions, e.g. social security agencies, tax authorities, etc.) or that we involve third parties to enforce our claims. In particular, personal data is used as follows: - -* When you register with jingga, we first store your e-mail address so that we can send you new access data in case you forget it. In addition, we store your first and last name as well as your password to enable you to log in to your account conveniently. These data are used by us for the purposes described above in order to offer you this service. -* If you make use of the possibility to send inquiries to us by means of our contact form, we will ask you for your name and e-mail address. Furthermore, you can enter your individual message to us in the message field. It is your free decision whether you provide us with this data. However, we cannot fulfill your contact request without this information. - -## Changes to these Terms - -We reserve the right, at Our sole discretion, to modify or replace these TERMS at any time. If a revision is material We will make reasonable efforts to provide at least 30 days' notice prior to any new terms taking effect. What constitutes a material change will be determined at Our sole discretion. - -By continuing to access or use Our SERVICE after those revisions become effective, You agree to be bound by the revised terms. If You do not agree to the new terms, in whole or in part, please stop using the WEBSITE and the SERVICE. - -## Contact - -For questions regarding these TERMS, privacy policies, or practices of any third party websites or services please feel free to contact us at info@jingga.app. You further acknowledge and agree that the COMPANY shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with the use of or reliance on any such content, goods or services available on or through any such websites or services. - -If you have any questions, please contact our data protection officer at the above address or by e-mail at spl1nes.com@googlemail.com. - -We strongly advise You to read the terms and conditions and privacy policies of any third-party web sites or services that You visit. - -Version 2022-08-14 \ No newline at end of file diff --git a/app/web/Applications/Backend/content/terms.de.md b/app/web/Applications/Backend/content/terms.de.md deleted file mode 100755 index 7d5b5af..0000000 --- a/app/web/Applications/Backend/content/terms.de.md +++ /dev/null @@ -1,102 +0,0 @@ -# AGB - -## Definitionen - -Für die Zwecke dieser AGBs: - -* ANGESCHLOSSEN bedeutet ein Unternehmen, das eine Partei kontrolliert, von ihr kontrolliert wird oder mit ihr unter gemeinsamer Kontrolle steht, wobei "Kontrolle" den Besitz von 50 % oder mehr der Aktien, Anteile oder anderer Wertpapiere bedeutet, die zur Wahl von Direktoren oder anderen leitenden Angestellten berechtigt sind. -* LAND bezieht sich auf Deutschland. -* UNTERNEHMEN (in dieser VEREINBARUNG entweder als "das Unternehmen", "wir", "uns" oder "unser" bezeichnet) bezieht sich auf jingga, Gartenstr. 26, 61206 Wöllstadt. -* GERÄT bezeichnet jedes Gerät, das auf den Dienst zugreifen kann, wie z.B. ein Computer, ein Mobiltelefon oder ein digitales Tablet. -* SERVICE bezieht sich auf die Website. -* TERMINE oder VEREINBARUNG bezeichnet diese Bedingungen, die die gesamte Vereinbarung zwischen Ihnen und der FIRMA bezüglich der Nutzung des SERVICE bilden. -* Social-Media-Dienst eines Dritten bezeichnet alle Dienste oder Inhalte (einschließlich Daten, Informationen, Produkte oder Dienste), die von einem Dritten bereitgestellt werden und durch den DIENST angezeigt, einbezogen oder verfügbar gemacht werden können. -* WEBSITE bezieht sich auf jingga.app. -* ANWENDUNG bezieht sich auf alle herunterladbaren oder installierbaren Inhalte, die auf einem bestimmten GERÄT genutzt werden können. -* Sie bezeichnet die Person, die auf die DIENSTE zugreift oder diese nutzt, oder das Unternehmen oder eine andere juristische Person, in deren Namen eine solche Person auf die DIENSTE zugreift oder diese nutzt, je nachdem. - -## Kenntnisnahme - -Dies sind die GESCHÄFTSBEDINGUNGEN für die Nutzung dieses SERVICE und die Vereinbarung zwischen Ihnen und der FIRMA. Diese BEDINGUNGEN legen die Rechte und Pflichten aller Nutzer in Bezug auf die Nutzung des SERVICE fest. - -Ihr Zugang zu und Ihre Nutzung des SERVICE und ANWENDUNGEN setzt voraus, dass Sie die vorliegenden GESCHÄFTSBEDINGUNGEN akzeptieren und einhalten. Diese GESCHÄFTSBEDINGUNGEN gelten für alle Besucher, Nutzer und andere, die auf den SERVICE zugreifen oder ihn nutzen. - -Indem Sie auf den SERVICE und ANWENDUNGEN zugreifen oder ihn nutzen, erklären Sie sich damit einverstanden, an diese BEDINGUNGEN gebunden zu sein. Wenn Sie mit irgendeinem Teil dieser Bedingungen nicht einverstanden sind, dürfen Sie nicht auf den SERVICE zugreifen. Sie versichern, dass Sie mindestens 18 Jahre alt sind und die Volljährigkeit erreicht haben. Die FIRMA gestattet Personen unter 18 Jahren oder unter der Volljährigkeit nicht, den SERVICE zu nutzen. - -Ihr Zugang zu und Ihre Nutzung des SERVICE und ANWENDUNGEN hängt auch davon ab, dass Sie die Datenschutzrichtlinie der FIRMA akzeptieren und einhalten. Unsere Datenschutzrichtlinie beschreibt unsere Richtlinien und Verfahren für die Erfassung, Nutzung und Offenlegung Ihrer persönlichen Daten, wenn Sie die Anwendung oder die WEBSITE nutzen, und informiert Sie über Ihre Datenschutzrechte und darüber, wie das Gesetz Sie schützt. Bitte lesen Sie Unsere Datenschutzrichtlinien sorgfältig durch, bevor Sie Unseren SERVICE nutzen. - -## Urheberrecht - -Sofern nicht anders angegeben, sind alle Materialien, einschließlich, aber nicht beschränkt auf Logos, Markennamen, Bilder, Designs, Fotografien, Videos, Audiodateien, Quellcode und schriftliche und andere Materialien, die als Teil unserer WEBSITE, DIENSTE und ANWENDUNGEN erscheinen, Urheberrechte, Marken, Dienstleistungsmarken, Handelsaufmachungen und/oder anderes geistiges Eigentum, ob eingetragen oder nicht eingetragen ("geistiges Eigentum"), das Eigentum von jingga ist oder von jingga kontrolliert oder lizenziert wird. Unsere WEBSITE als Ganzes ist urheberrechtlich und durch Handelsaufmachung geschützt. Nichts auf unserer WEBSITE ist so auszulegen, dass stillschweigend, durch Rechtsverwirkung oder anderweitig eine Lizenz oder ein Recht zur Nutzung von geistigem Eigentum, das auf unserer WEBSITE angezeigt oder verwendet wird, ohne die vorherige schriftliche Genehmigung des Eigentümers des geistigen Eigentums gewährt wird. jingga setzt seine Rechte an geistigem Eigentum in vollem Umfang des Gesetzes aggressiv durch. Die Namen und Logos von jingga dürfen ohne vorherige schriftliche Genehmigung von jingga in keiner Weise verwendet werden, auch nicht in der Werbung oder in der Öffentlichkeitsarbeit im Zusammenhang mit der Verbreitung von Materialien auf unserer WEBSITE. jingga verbietet die Verwendung von Logos von jingga oder einer seiner Tochtergesellschaften als Teil eines Links zu oder von einer WEBSITE, es sei denn, jingga genehmigt einen solchen Link im Voraus und in Schriftform. Die faire Nutzung des geistigen Eigentums von jingga erfordert eine angemessene Anerkennung. Andere Produkt- und Firmennamen, die auf unserer Website erwähnt werden, können das geistige Eigentum ihrer jeweiligen Eigentümer sein. - -## Links - -Unser SERVICE kann Links zu Websites oder Diensten Dritter enthalten, die nicht im Besitz oder unter der Kontrolle der FIRMA sind. - -Die FIRMA hat keine Kontrolle über und übernimmt keine Verantwortung für den Inhalt von Websites oder Diensten Dritter, die Sie besuchen. - -## Beendigung - -Wir können Ihren Zugang sofort und ohne Vorankündigung oder Haftung kündigen oder aussetzen, aus welchem Grund auch immer, einschließlich und ohne Einschränkung, wenn Sie diese Bedingungen verletzen. - -Mit der Beendigung erlischt Ihr Recht zur Nutzung des DIENSTES oder der ANWENDUNG mit sofortiger Wirkung, es sei denn, der DIENST oder die ANWENDUNG stellt einen "Offline"-DIENST oder eine ANWENDUNG dar, einen DIENST oder eine ANWENDUNG, die keine Online-Verbindung erfordert, andere DIENSTE, die wir beendet haben, oder Dienste Dritter. Wir haben keine Kontrolle über die Ressourcen und Dienste Dritter, die für einige unserer DIENSTE und ANWENDUNGEN notwendig sein können. Änderungen durch diese Drittparteien können zur Beendigung des DIENSTES oder der ANWENDUNG oder zur Reduzierung ihrer Funktionalität führen. Sie verstehen diese Abhängigkeiten und Einschränkungen des DIENSTES und der ANWENDUNG und akzeptieren, dass die Beendigung oder reduzierte Funktionalität nicht als Grund für Streitigkeiten, Widerruf oder ähnliches verwendet werden kann. - -## Haftungsbeschränkung - -Ungeachtet etwaiger Schäden, die Ihnen entstehen könnten, ist die gesamte Haftung der FIRMA und ihrer Zulieferer gemäß den Bestimmungen dieser AGB und Ihr ausschließlicher Rechtsbehelf für alle vorgenannten Punkte auf den Betrag beschränkt, den Sie tatsächlich für den SERVICE bezahlt haben. - -Soweit es das anwendbare Recht zulässt, haften die FIRMA oder ihre Lieferanten in keinem Fall für besondere, zufällige, indirekte oder Folgeschäden (einschließlich, aber nicht beschränkt auf Schäden aus entgangenem Gewinn, Verlust von Daten oder anderen Informationen, für Geschäftsunterbrechung, für Personenschäden, Verlust der Privatsphäre, die sich aus der Nutzung oder der Unmöglichkeit der Nutzung des SERVICE, der Software von Dritten und/oder der Hardware von Dritten, die mit dem SERVICE genutzt wird, oder in sonstiger Weise in Verbindung mit einer Bestimmung dieser AGB ergeben oder damit in Zusammenhang stehen), selbst wenn die FIRMA oder ein Lieferant auf die Möglichkeit solcher Schäden hingewiesen wurde und selbst wenn die Abhilfe ihren wesentlichen Zweck verfehlt. - -In einigen Staaten oder Ländern ist der Ausschluss stillschweigender Garantien oder die Beschränkung der Haftung für beiläufig entstandene Schäden oder Folgeschäden nicht zulässig, was bedeutet, dass einige der oben genannten Beschränkungen möglicherweise nicht gelten. In diesen Staaten oder Ländern ist die Haftung jeder Partei auf den größtmöglichen gesetzlich zulässigen Umfang beschränkt. - -## Haftungsausschluss - -Der SERVICE wird Ihnen "WIE BESEHEN" und "WIE VERFÜGBAR" und mit allen Fehlern und Mängeln ohne jegliche Garantie zur Verfügung gestellt. Im größtmöglichen nach geltendem Recht zulässigen Umfang lehnt die FIRMA in ihrem eigenen Namen und im Namen ihrer VERBUNDENEN UNTERNEHMEN und ihrer jeweiligen Lizenzgeber und Dienstleistungsanbieter ausdrücklich alle ausdrücklichen, stillschweigenden, gesetzlichen oder sonstigen Gewährleistungen in Bezug auf den SERVICE ab, einschließlich aller stillschweigenden Gewährleistungen der Marktgängigkeit, der Eignung für einen bestimmten Zweck, des Eigentumsrechts und der Nichtverletzung von Rechten sowie der Gewährleistungen, die sich aus dem Handelsverlauf, der Leistungserbringung, den Gepflogenheiten oder der Handelspraxis ergeben können. Ohne Einschränkung des Vorstehenden übernimmt die FIRMA keine Garantie oder Verpflichtung und gibt keinerlei Zusicherungen ab, dass der SERVICE Ihren Anforderungen entspricht, die beabsichtigten Ergebnisse erzielt, mit anderer Software, Anwendungen, Systemen oder Diensten kompatibel ist oder zusammenarbeitet, ohne Unterbrechung funktioniert, Leistungs- oder Zuverlässigkeitsstandards erfüllt oder fehlerfrei ist oder dass Fehler oder Mängel korrigiert werden können oder werden. - -Ohne das Vorstehende einzuschränken, geben weder die FIRMA noch einer ihrer Provider eine ausdrückliche oder stillschweigende Zusicherung oder Gewährleistung jeglicher Art: (i) hinsichtlich des Betriebs oder der Verfügbarkeit des SERVICE oder der darin enthaltenen Informationen, Inhalte und Materialien oder Produkte; (ii) dass der SERVICE ununterbrochen oder fehlerfrei funktioniert; (iii) hinsichtlich der Genauigkeit, Zuverlässigkeit oder Aktualität von Informationen oder Inhalten, die über den SERVICE zur Verfügung gestellt werden; oder (iv) dass der SERVICE, seine Server, die Inhalte oder E-Mails, die von oder im Namen der FIRMA versandt werden, frei von Viren, Skripten, trojanischen Pferden, Würmern, Malware, Zeitbomben oder anderen schädlichen Komponenten sind. - -Einige Gerichtsbarkeiten lassen den Ausschluss bestimmter Arten von Garantien oder Einschränkungen der anwendbaren gesetzlichen Rechte eines Verbrauchers nicht zu, so dass einige oder alle der oben genannten Ausschlüsse und Einschränkungen möglicherweise nicht auf Sie zutreffen. In einem solchen Fall werden die in diesem Abschnitt dargelegten Ausschlüsse und Beschränkungen jedoch im größtmöglichen Umfang angewandt, der nach geltendem Recht durchsetzbar ist. - -## Geltendes Recht - -Die Gesetze des LANDES, unter Ausschluss der Kollisionsnormen, regeln diese Bedingungen und Ihre Nutzung des SERVICE. Ihre Nutzung der ANWENDUNG kann auch anderen lokalen, staatlichen, nationalen oder internationalen Gesetzen unterliegen. - -Die Unwirksamkeit einer oder mehrerer Bestimmungen dieser Vereinbarung berührt nicht die Gültigkeit der anderen. Jede Partei dieser AGB kann in diesem Fall verlangen, dass eine neue gültige Bestimmung vereinbart wird, die den wirtschaftlichen Zweck der unwirksamen Bestimmung am besten erreicht. - -## Streitbeilegung - -Wenn Sie irgendwelche Bedenken oder Streitigkeiten bezüglich des Service haben, erklären Sie sich damit einverstanden, zunächst zu versuchen, die Streitigkeit informell zu lösen, indem Sie die FIRMA kontaktieren. - -## Widerruf - -Sie haben kein Widerrufsrecht für die DIENSTLEISTUNGEN und ANWENDUNGEN, es sei denn, in Ihrer Gerichtsbarkeit bestehen andere Widerrufsrechte. In einem solchen Fall wird der in diesem Abschnitt beschriebene Widerruf auf den niedrigsten Betrag angewandt, der nach geltendem Recht durchsetzbar ist. - -## Lieferung - -Die Lieferung der DIENSTLEISTUNGEN und ANWENDUNGEN erfolgt, sofern nicht anders angegeben, innerhalb von 30 Werktagen. Die Lieferung umfasst in diesem Zusammenhang nur den Zugang zu einem Download-Link, die Authentifizierung für einen Online-Dienst oder den Lizenzschlüssel per E-Mail. - -## Zahlung - -Die Zahlungsbedingungen sind immer Vorauszahlung, sofern nicht anders vereinbart. Zahlungen müssen per Kreditkarte erfolgen. - -## Eigentumsvorbehalt - -Bis zur vollständigen Bezahlung bleibt das Eigentum an den DIENSTLEISTUNGEN bei uns. Das Eigentum an den DIENSTLEISTUNGEN umfasst nur die Nutzungslizenzen und in keiner Weise das Eigentum an den Vermögenswerten, dem geistigen Eigentum und insbesondere dem Quellcode der DIENSTLEISTUNGEN. Sie haben kein Recht, Kopien unserer DIENSTLEISTUNGEN zu erstellen oder unsere DIENSTLEISTUNGEN unter keinen Umständen weiterzugeben. - -## Rechtskonformität - -Sie versichern und garantieren, dass (i) Sie sich nicht in einem Land befinden, das einem Embargo der US-Regierung unterliegt oder das von der US-Regierung, der deutschen Regierung oder der EU-Regierung als "Terroristen unterstützendes" Land bezeichnet wurde, und (ii) Sie nicht auf einer Liste der US-Regierung, der deutschen Regierung oder der EU-Regierung mit verbotenen oder eingeschränkten Parteien aufgeführt sind. - -## Änderungen dieser Bedingungen - -Wir behalten uns das Recht vor, diese Bedingungen nach unserem alleinigen Ermessen jederzeit zu ändern oder zu ersetzen. Wenn eine Änderung wesentlich ist, werden wir uns angemessen bemühen, Sie mindestens 30 Tage vor Inkrafttreten der neuen Bedingungen zu informieren. Was eine wesentliche Änderung darstellt, wird nach unserem alleinigen Ermessen festgelegt. - -Indem Sie nach Inkrafttreten dieser Änderungen weiterhin auf unseren SERVICE zugreifen oder ihn nutzen, erklären Sie sich mit den überarbeiteten Bedingungen einverstanden. Wenn Sie mit den neuen Bedingungen ganz oder teilweise nicht einverstanden sind, beenden Sie bitte die Nutzung der WEBSITE und des SERVICE. - -## Kontakt - -Bei Fragen zu diesen Bedingungen, den Datenschutzrichtlinien oder den Praktiken von Websites oder Diensten Dritter können Sie uns unter info@jingga.app kontaktieren. Sie erkennen ferner an und erklären sich damit einverstanden, dass die FIRMA weder direkt noch indirekt für Schäden oder Verluste verantwortlich oder haftbar ist, die durch oder in Verbindung mit der Nutzung von oder dem Vertrauen auf solche Inhalte, Waren oder Dienstleistungen, die auf oder über solche Websites oder Dienste verfügbar sind, verursacht werden oder angeblich verursacht werden. - -Wir empfehlen Ihnen dringend, die Geschäftsbedingungen und Datenschutzrichtlinien der von Ihnen besuchten Websites oder Dienste Dritter zu lesen. - -Version 2022-08-14 \ No newline at end of file diff --git a/app/web/Applications/Backend/content/terms.en.md b/app/web/Applications/Backend/content/terms.en.md deleted file mode 100755 index f508852..0000000 --- a/app/web/Applications/Backend/content/terms.en.md +++ /dev/null @@ -1,102 +0,0 @@ -# Terms of Service - -## Definitions - -For the purposes of these TERMS: - -* AFFILIATED means an entity that controls, is controlled by or is under common control with a party, where "control" means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority. -* COUNTRY refers to Germany -* COMPANY (referred to as either "the Company", "We", "Us" or "Our" in this AGREEMENT) refers to jingga, Gartenstr. 26, 61206 Woellstadt. -* DEVICE means any device that can access the Service such as a computer, a cellphone or a digital tablet. -* SERVICE refers to the Website -* TERMS or AGREEMENT mean these terms that form the entire agreement between You and the COMPANY regarding the use of the SERVICE. -* Third-party Social Media Service means any services or content (including data, information, products or services) provided by a third-party that may be displayed, included or made available by the SERVICE. -* WEBSITE refers to jingga.app -* APPLICATION refers to all downloadable or installable content which can therfore be used on an a given DEVICE. -* You means the individual accessing or using the SERVICES, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable. - -## Acknowledgement - -These are the TERMS governing the use of this SERVICE and the agreement that operates between You and the COMPANY. These TERMS set out the rights and obligations of all users regarding the use of the SERVICE. - -Your access to and use of the SERVICE and APPLICATIONS is conditioned on Your acceptance of and compliance with these TERMS. These TERMS apply to all visitors, users and others who access or use the SERVICE. - -By accessing or using the SERVICE and APPLICATIONS You agree to be bound by these TERMS. If You disagree with any part of these TERMS then You may not access the SERVICE. You represent that you are at least over the age of 18 and be over the Age of Majority. The COMPANY does not permit those under 18 or the Age of Majurity to use the SERVICE. - -Your access to and use of the SERVICE and APPLICATIONS is also conditioned on Your acceptance of and compliance with the Privacy Policy of the COMPANY. Our Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your personal information when You use the Application or the WEBSITE and tells You about Your privacy rights and how the law protects You. Please read Our Privacy Policy carefully before using Our SERVICE. - -## Copyright - -Unless otherwise noted, all materials including without limitation, logos, brand names, images, designs, photographs, videos, audio, source code and written and other materials that appear as part of our WEBSITE, SERVICES and APPLICATIONS are copyrights, trademarks, service marks, trade dress and/or other intellectual property whether registered or unregistered ("Intellectual Property") owned, controlled or licensed by jingga. Our WEBSITE as a whole is protected by copyright and trade dress. Nothing on our WEBSITE should be construed as granting, by implication, estoppel or otherwise, any license or right to use any Intellectual Property displayed or used on our WEBSITE, without the prior written permission of the Intellectual Property owner. jingga aggressively enforces its intellectual property rights to the fullest extent of the law. The names and logos of jingga, may not be used in any way, including in advertising or publicity pertaining to distribution of materials on our WEBSITE, without prior, written permission from jingga. jingga prohibits use of any logo of jingga or any of its affiliates as part of a link to or from any WEBSITE unless jingga approves such link in advance and in writing. Fair use of jingga Intellectual Property requires proper acknowledgment. Other product and company names mentioned in our Website may be the Intellectual Property of their respective owners. - -## Links - -Our SERVICE may contain links to third-party web sites or services that are not owned or controlled by the COMPANY. - -The COMPANY has no control over, and assumes no responsibility for, the contentthird-party web sites or services that You visit. - -## Termination - -We may terminate or suspend Your access immediately, without prior notice or liability, for any reason whatsoever, including without limitation if You breach these TERMS. - -Upon termination, Your right to use the SERVICE or APPLICATION will cease immediately unless the SERVICE or APPLICATION represents a "offline" SERVICE or APPLICATION, a SERVICE or APPLICATION which doesn't require any online connection, other SERVICES which We terminated, or third-party services. We have no contorl over thrid-party resources and services which may be necessary for some of Our SERVICES and APPLICATIONS. Changes by these third-parties may lead to the termination of the SERVICE or APPLICATION or reducing their functionality. You understand these dependencies and SERVICE and APPLICATION limitations and accept that the termination or reduced functionality cannot be used as reason for dispute, revocation or similarly. - -## Limitation of Liability - -Notwithstanding any damages that You might incur, the entire liability of the COMPANY and any of its suppliers under any provision of this TERMS and Your exclusive remedy for all of the foregoing shall be limited to the amount actually paid by through the SERVICE. - -To the maximum extent permitted by applicable law, in no event shall the COMPANY or its suppliers be liable for any special, incidental, indirect, or consequential damages whatsoever (including, but not limited to, damages for loss of profits, loss of data or other information, for business interruption, for personal injury, loss of privacy arising out of or in any way related to the use of or inability to use the SERVICE, third-party software and/or third-party hardware used with the SERVICE, or otherwise in connection with any provision of this TERMS), even if the COMPANY or any supplier has been advised of the possibility of such damages and even if the remedy fails of its essential purpose. - -Some states or countries do not allow the exclusion of implied warranties or limitation of liability for incidental or consequential damages, which means that some of the above limitations may not apply. In these states or countries, each party's liability will be limited to the greatest extent permitted by law. - -## Disclaimer - -The SERVICE is provided to You "AS IS" and "AS AVAILABLE" and with all faults and defects without warranty of any kind. To the maximum extent permitted under applicable law, the COMPANY, on its own behalf and on behalf of its AFFILIATES and its and their respective licensors and service providers, expressly disclaims all warranties, whether express, implied, statutory or otherwise, with respect to the SERVICE, including all implied warranties of merchantability, fitness for a particular purpose, title and non-infringement, and warranties that may arise out of course of dealing, course of performance, usage or trade practice. Without limitation to the foregoing, the COMPANY provides no warranty or undertaking, and makes no representation of any kind that the SERVICE will meet Your requirements, achieve any intended results, be compatible or work with any other software, applications, systems or services, operate without interruption, meet any performance or reliability standards or be error free or that any errors or defects can or will be corrected. - -Without limiting the foregoing, neither the COMPANY nor any of the company's provider makes any representation or warranty of any kind, express or implied: (i) as to the operation or availability of the SERVICE, or the information, content, and materials or products included thereon; (ii) that the SERVICE will be uninterrupted or error-free; (iii) as to the accuracy, reliability, or currency of any information or content provided through the SERVICE; or (iv) that the SERVICE, its servers, the content, or e-mails sent from or on behalf of the COMPANY are free of viruses, scripts, trojan horses, worms, malware, timebombs or other harmful components. - -Some jurisdictions do not allow the exclusion of certain types of warranties or limitations on applicable statutory rights of a consumer, so some or all of the above exclusions and limitations may not apply to You. But in such a case the exclusions and limitations set forth in this section shall be applied to the greatest extent enforceable under applicable law. - -## Governing Law - -The laws of the COUNTRY, excluding its conflicts of law rules, shall govern these TERMS and Your use of the SERVICE. Your use of the APPLICATION may also be subject to other local, state, national, or international laws. - -The ineffectiveness of one or more provisions of this agreement does not affect the validity of the others. Each party to these TERMS can in this case demand that a new valid provision be agreed which best achieves the economic purpose of the ineffective provision. - -## Dispute Resolution - -If You have any concern or dispute about the Service, You agree to first try to resolve the dispute informally by contacting the COMPANY. - -## Revocation - -You have no right of revocation for any SERVICES and APPLICATIONS unless different revocation rights exist in your jurisdiction. In such a case the revocation set forth in this section shall be applied to the lowest amount enforcable under applicable law. - -## Delivery - -The delivery of any SERVICES and APPLICATIONS unless specified differently takes place within 30 business days. Delivery in this context only includes the access to a download link, authentication to a online service, or license key via email. - -## Payment - -The payment terms are always prepayment unless otherwise agreed upon. Payments must be done via credit card. - -## Reservation of ownership - -Until the complete payment the ownership of the SERVICES and APPLICATIONS belongs to Us. Ownership of SERVICES and APPLICATIONS only include user licenses and in no way ownership for the assets, intellectual property and especially the source code of the SERVICES and APPLICATIONS. You have no right to create copies of Our SERVICES or APPLICATIONS or re-distribute our SERVICES and APPLICATIONS under any circumstance. - -## Legal Compliance - -You represent and warrant that (i) You are not located in a country that is subject to the United States government embargo, or that has been designated by the United States, German or EU government as a "terrorist supporting" country, and (ii) You are not listed on any United States, German or EU government list of prohibited or restricted parties. - -## Changes to these Terms - -We reserve the right, at Our sole discretion, to modify or replace these TERMS at any time. If a revision is material We will make reasonable efforts to provide at least 30 days' notice prior to any new terms taking effect. What constitutes a material change will be determined at Our sole discretion. - -By continuing to access or use Our SERVICE after those revisions become effective, You agree to be bound by the revised terms. If You do not agree to the new terms, in whole or in part, please stop using the WEBSITE and the SERVICE. - -## Contact - -For questions regarding these TERMS, privacy policies, or practices of any third party websites or services please feel free to contact us at info@jingga.app. You further acknowledge and agree that the COMPANY shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with the use of or reliance on any such content, goods or services available on or through any such websites or services. - -We strongly advise You to read the terms and conditions and privacy policies of any third-party web sites or services that You visit. - -Version 2022-08-14 \ No newline at end of file diff --git a/app/web/Applications/Backend/css/backend-small.css b/app/web/Applications/Backend/css/backend-small.css deleted file mode 100644 index 8ff28d9..0000000 --- a/app/web/Applications/Backend/css/backend-small.css +++ /dev/null @@ -1,215 +0,0 @@ -:root { - --main-background: rgb(246, 246, 246); - --main-background-highlight: #3697db; - --input-border: rgba(218, 218, 218, 0.4); - --input-border-active: rgba(54, 150, 219, 0.7); - --input-color: rgba(0, 0, 0, 0.7); - --input-color-active: rgba(0, 0, 0, 0.8); - --input-background: rgba(255, 255, 255); - --input-background-active: rgba(255, 255, 255); - --input-icon-color: rgba(54, 150, 219, .6); - --input-icon-color-active: rgba(54, 150, 219, 1); - --button-main-background: #3697db; - --button-main-background-active: #4aabf0; - --button-main-color: rgba(255, 255, 255, .9); - --text-on-background-color: rgba(255, 255, 255, 0.7); - --text-on-background-color-2: rgba(255, 255, 255, 0.85); - --nav-category-background: #343a40; - --nav-category-background-highlight: #3697db; - --nav-category-background-hover: #dcd9ec; - --nav-sub-background: #ebeff3; - --nav-sub-background-highlight: rgb(160,56,228); - --nav-sub-background-hover: rgb(42, 43, 48); - --nav-content-hover: #3697db; - --font-family: 'Roboto', sans-serif; - --button-colored-background: #3697db; - --button-colored-background-hover: #4aabf0; - --table-caption-background: rgb(255, 255, 255); - --table-head-background: #e6ecf1; - --table-row-background: rgb(255, 255, 255); - --table-row-background-alt: rgb(255, 255, 255); - --table-row-background-hover: #d4eeff; - --link-color: #3697db; - --link-hover: #3697db; - --badge-size: .55rem; - --badge-color: rgb(255, 255, 255); - --badge-background: #3697db; - --box-border: rgba(72, 71, 114, 0.3); - --box-highlight: #3697db; - --color-blue: #3697db; - --color-red: #e74c3c; - --color-green: #2ecc71; - --color-yellow: #ffde5b; - --header-background: rgb(255, 255, 255); } - -html, body { - width: 100%; - height: 100%; - min-width: 100%; - max-width: 100%; - overflow: hidden; - font-family: var(--font-family); - font-weight: 100; - color: #000; } - -body { - display: flex; - flex-direction: column; } - body > nav { - width: 250px; - overflow-y: auto; - font-size: 0.8em; - background: var(--nav-category-background); - color: rgba(255, 255, 255, 0.8); - flex-shrink: 0; - display: flex; - flex-direction: column; - user-select: none; } - body > header { - background: #203483; - background: linear-gradient(90deg, #203483 0%, #a038e4 100%); - border-bottom: 1px solid #203483; - padding: 0 1rem 0 1rem; - box-sizing: border-box; - display: flex; - align-items: center; - flex-flow: row; - flex-shrink: 0; - height: 55px; - color: #fff; } - body > header > form { - display: flex; - flex: 1; - padding: 0 5px 0 5px; - max-width: 800px; } - body > header .inputWrapper { - flex: 1; } - body > header input[type=text] { - width: 100%; - background: white; - border: 1px solid var(--input-border); - text-shadow: none; - box-shadow: none; - transition: border 500ms ease-out; - outline: none; - box-sizing: border-box; - padding-left: 2rem; } - -main { - display: flex; - flex-direction: row; - max-width: 100%; - height: 100%; - background: var(--main-background); - overflow-x: auto; - /* required for table overflow, otherwise tables in the portlet cause overflows */ - flex: 1; - box-sizing: border-box; } - -#nav-side { - background: var(--nav-sub-background); - width: 250px; - border-right: 1px solid #000; } - -#nav-side-inner { - border-top: none; } - #nav-side-inner > li { - /* Category - li:first-child { - // border-top: none; - // border-bottom: none; - } - */ } - #nav-side-inner > li li a:hover, #nav-side-inner > li li a.active, #nav-side-inner > li li a:focus { - background: var(--nav-category-background-hover); } - -#logo { - height: 100%; - flex: 1; - display: flex; - flex-direction: row; - align-items: center; } - -#logo-name { - margin-left: 1rem; } - -#t-nav-container { - margin-left: auto; } - -#content { - display: flex; - flex: 1; - padding: 0 0 1rem 1rem; - overflow-y: auto; - flex-direction: column; } - -#t-nav { - font-size: .8rem; - color: #fff; - font-weight: 300; } - #t-nav a { - border: 2px solid rgba(255, 255, 255, 0); - border-radius: 3rem; - padding: .5rem 1rem .5rem 1rem; - line-height: 25px; } - #t-nav a:hover, #t-nav a:focus, #t-nav a.active { - border: 2px solid rgba(255, 255, 255, 0.25); - background: rgba(255, 255, 255, 0.25); } - #t-nav i { - margin-right: 5px; } - #t-nav li { - display: inline; } - -#dim { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - background: #000; - opacity: 0.5; - z-index: 5; } - -img.profile-image { - width: 40px; - height: 40px; - border-radius: 50%; - border: 2px solid #fff; } - -#app-message-container { - position: absolute; - margin: 0 auto; - right: 10px; - top: 85px; - padding: 0; } - #app-message-container .log-msg { - z-index: 11; - margin: 0 auto; - right: 0; - top: 0; - margin-bottom: 10px; } - -.log-msg { - position: relative; } - .log-msg .close { - position: absolute; - top: 5px; - right: 5px; } - -@media only screen and (max-width: 500px) { - nav .ham-trigger { - display: flex; } } -@media only screen and (max-width: 600px) { - main > header { - flex-flow: column; - height: auto; - padding: 1rem; } - main > header form { - width: 100%; } - - #t-nav-container { - order: -1; - margin-bottom: .5rem; } } -@media only screen and (max-width: 1000px) { - #t-nav .link { - display: none; } } diff --git a/app/web/Applications/Backend/css/backend-small.scss b/app/web/Applications/Backend/css/backend-small.scss deleted file mode 100755 index a1a3e16..0000000 --- a/app/web/Applications/Backend/css/backend-small.scss +++ /dev/null @@ -1,203 +0,0 @@ -@import "backend_vars.scss"; - -html, body { - width: 100%; - height: 100%; - min-width: 100%; - max-width: 100%; - overflow: hidden; - font-family: var(--font-family); - font-weight: 100; - color: #000; -} - -body { - display: flex; - flex-direction: column; - - > nav { - width: 250px; - overflow-y: auto; - font-size: 0.8em; - background: var(--nav-category-background); - color: rgba(255, 255, 255, 0.8); - flex-shrink: 0; - display: flex; - flex-direction: column; - user-select: none; - } - - > header { - background: rgb(32,52,131); - background: linear-gradient(90deg, rgb(32,52,131) 0%, rgb(160,56,228) 100%); - border-bottom: 1px solid rgb(32,52,131); - padding: 0 1rem 0 1rem; - box-sizing: border-box; - display: flex; - align-items: center; - flex-flow: row; - flex-shrink: 0; - height: 55px; - color: #fff; - //box-shadow: 0 0 3px 1px rgba(72, 71, 114, 0.3); - - > form { - display: flex; - flex: 1; - padding: 0 5px 0 5px; - max-width: 800px; - } - - .inputWrapper { - flex: 1; - } - - input[type=text] { - width: 100%; - background: rgba(255, 255, 255, 1); - border: 1px solid var(--input-border); - text-shadow: none; - box-shadow: none; - transition : border 500ms ease-out; - outline: none; - box-sizing: border-box; - padding-left: 2rem; - } - } -} - -main { - display: flex; - flex-direction: row; - max-width: 100%; - height: 100%; - background: var(--main-background); - overflow-x: auto; /* required for table overflow, otherwise tables in the portlet cause overflows */ - - flex: 1; - box-sizing: border-box; -} - -#nav-side { - background: var(--nav-sub-background); - width: 250px; - border-right: 1px solid #000; -} - -#nav-side-inner { - border-top: none; - - > li { - /* Category - li:first-child { - // border-top: none; - // border-bottom: none; - } - */ - - li { - a { - &:hover, &.active, &:focus { - background: var(--nav-category-background-hover); - } - } - } } -} - -#logo { - height: 100%; - flex: 1; - - display: flex; - flex-direction: row; - align-items: center; - -} - -#logo-name { - margin-left: 1rem; -} - -#t-nav-container { - margin-left: auto; -} - -#content { - display: flex; - flex: 1; - padding: 0 0 1rem 1rem; - overflow-y: auto; - flex-direction: column; -} - -#t-nav { - font-size: .8rem; - color: #fff; - font-weight: 300; - - a { - border: 2px solid rgba(255, 255, 255, 0); - border-radius: 3rem; - padding: .5rem 1rem .5rem 1rem; - line-height: 25px; - - &:hover, &:focus, &.active { - border: 2px solid rgba(255, 255, 255, 0.25); - background: rgba(255, 255, 255, 0.25); - } - } - - i { - margin-right: 5px; - } - - li { - display: inline; - } -} - -#dim { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - background: #000; - opacity: 0.5; - z-index: 5; -} - -img.profile-image { - width: 40px; - height: 40px; - border-radius: 50%; - border: 2px solid #fff; -} - -#app-message-container { - position: absolute; - margin: 0 auto; - right: 10px; - top: 85px; - padding: 0; - - .log-msg { - z-index: 11; - margin: 0 auto; - right: 0; - top: 0; - margin-bottom: 10px; - } -} - -.log-msg { - position: relative; - - .close { - position: absolute; - top: 5px; - right: 5px; - } -} - -@import "backend_media.scss"; \ No newline at end of file diff --git a/app/web/Applications/Backend/css/backend_media.css b/app/web/Applications/Backend/css/backend_media.css deleted file mode 100755 index cc491bf..0000000 --- a/app/web/Applications/Backend/css/backend_media.css +++ /dev/null @@ -1,39 +0,0 @@ -@media only screen and (min-width: 1101px) { - .b-1 { - width: 31.5%; - width: calc(33.3% - 10px); } - - .b-2 { - width: 48.5%; - width: calc(50% - 10px); } - - .b-3 { - width: 63%; - width: calc(66.6% - 10px); } } -@media only screen and (min-width: 801px) and (max-width: 1100px) { - .b-1 { - width: 48.5%; - width: calc(50% - 10px); } } -@media only screen and (max-width: 1100px) { - .b-2, .b-3 { - width: 100%; - width: calc(100% - 10px); } } -@media only screen and (min-width: 801px) { - .b-4 { - width: 48.5%; - width: calc(50% - 10px); } } -@media only screen and (max-width: 800px) { - .b-1, .b-3 { - width: 100%; - width: calc(100% - 10px); } - - #logo { - display: none; } - - #s-nav { - width: 100%; } - - #s-bar input[type=text] { - margin-left: 35px; - width: 80%; - width: calc(100% - 90px); } } diff --git a/app/web/Applications/Backend/css/backend_media.scss b/app/web/Applications/Backend/css/backend_media.scss deleted file mode 100755 index b99fcba..0000000 --- a/app/web/Applications/Backend/css/backend_media.scss +++ /dev/null @@ -1,28 +0,0 @@ -@media only screen and (max-width: 500px) { - nav .ham-trigger { - display: flex; - } -} - -@media only screen and (max-width: 600px) { - main > header { - flex-flow: column; - height: auto; - padding: 1rem; - - form { - width: 100%; - } - } - - #t-nav-container { - order: -1; - margin-bottom: .5rem; - } -} - -@media only screen and (max-width: 1000px) { - #t-nav .link { - display: none; - } -} \ No newline at end of file diff --git a/app/web/Applications/Backend/css/backend_vars.css b/app/web/Applications/Backend/css/backend_vars.css deleted file mode 100755 index 8311296..0000000 --- a/app/web/Applications/Backend/css/backend_vars.css +++ /dev/null @@ -1,43 +0,0 @@ -:root { - --main-background: rgb(246, 246, 246); - --main-background-highlight: #3697db; - --input-border: rgba(218, 218, 218, 0.4); - --input-border-active: rgba(54, 150, 219, 0.7); - --input-color: rgba(0, 0, 0, 0.7); - --input-color-active: rgba(0, 0, 0, 0.8); - --input-background: rgba(255, 255, 255); - --input-background-active: rgba(255, 255, 255); - --input-icon-color: rgba(54, 150, 219, .6); - --input-icon-color-active: rgba(54, 150, 219, 1); - --button-main-background: #3697db; - --button-main-background-active: #4aabf0; - --button-main-color: rgba(255, 255, 255, .9); - --text-on-background-color: rgba(255, 255, 255, 0.7); - --text-on-background-color-2: rgba(255, 255, 255, 0.85); - --nav-category-background: #343a40; - --nav-category-background-highlight: #3697db; - --nav-category-background-hover: #dcd9ec; - --nav-sub-background: #ebeff3; - --nav-sub-background-highlight: rgb(160,56,228); - --nav-sub-background-hover: rgb(42, 43, 48); - --nav-content-hover: #3697db; - --font-family: 'Roboto', sans-serif; - --button-colored-background: #3697db; - --button-colored-background-hover: #4aabf0; - --table-caption-background: rgb(255, 255, 255); - --table-head-background: #e6ecf1; - --table-row-background: rgb(255, 255, 255); - --table-row-background-alt: rgb(255, 255, 255); - --table-row-background-hover: #d4eeff; - --link-color: #3697db; - --link-hover: #3697db; - --badge-size: .55rem; - --badge-color: rgb(255, 255, 255); - --badge-background: #3697db; - --box-border: rgba(72, 71, 114, 0.3); - --box-highlight: #3697db; - --color-blue: #3697db; - --color-red: #e74c3c; - --color-green: #2ecc71; - --color-yellow: #ffde5b; - --header-background: rgb(255, 255, 255); } diff --git a/app/web/Applications/Backend/css/backend_vars.scss b/app/web/Applications/Backend/css/backend_vars.scss deleted file mode 100755 index 78dd74d..0000000 --- a/app/web/Applications/Backend/css/backend_vars.scss +++ /dev/null @@ -1,59 +0,0 @@ -:root { - --main-background: rgb(246, 246, 246); - --main-background-highlight: #3697db; - - --input-border: rgba(218, 218, 218, 0.4); - --input-border-active: rgba(54, 150, 219, 0.7); - --input-color: rgba(0, 0, 0, 0.7); - --input-color-active: rgba(0, 0, 0, 0.8); - --input-background: rgba(255, 255, 255); - --input-background-active: rgba(255, 255, 255); - - --input-icon-color: rgba(54, 150, 219, .6); - --input-icon-color-active: rgba(54, 150, 219, 1); - - --button-main-background: #3697db; - --button-main-background-active: #4aabf0; - --button-main-color: rgba(255, 255, 255, .9); - - --text-on-background-color: rgba(255, 255, 255, 0.7); - --text-on-background-color-2: rgba(255, 255, 255, 0.85); - - --nav-category-background: #343a40; - --nav-category-background-highlight: #3697db; - --nav-category-background-hover: #dcd9ec; - - --nav-sub-background: #ebeff3; - --nav-sub-background-highlight: rgb(160,56,228); - --nav-sub-background-hover: rgb(42, 43, 48); - - --nav-content-hover: #3697db; - - --font-family: 'Roboto', sans-serif; - - --button-colored-background: #3697db; - --button-colored-background-hover: #4aabf0; - - --table-caption-background: rgb(255, 255, 255); - --table-head-background: #e6ecf1; - --table-row-background: rgb(255, 255, 255); - --table-row-background-alt: rgb(255, 255, 255); - --table-row-background-hover: #d4eeff; - - --link-color: #3697db; - --link-hover: #3697db; - - --badge-size: .55rem; - --badge-color: rgb(255, 255, 255); - --badge-background: #3697db; - - --box-border: rgba(72, 71, 114, 0.3); - --box-highlight: #3697db; - - --color-blue: #3697db; - --color-red: #e74c3c; - --color-green: #2ecc71; - --color-yellow: #ffde5b; - - --header-background: rgb(255, 255, 255); -} diff --git a/app/web/Applications/Backend/css/signin-small.css b/app/web/Applications/Backend/css/signin-small.css deleted file mode 100644 index dfaa8a7..0000000 --- a/app/web/Applications/Backend/css/signin-small.css +++ /dev/null @@ -1,182 +0,0 @@ -:root { - --main-background: #343a40; - --input-border: rgba(54, 150, 219, 0.4); - --input-border-active: rgba(54, 150, 219, 0.7); - --input-color: rgba(255, 255, 255, 0.7); - --input-color-active: rgba(255, 255, 255, 0.7); - --input-icon-color: rgba(54, 150, 219, .6); - --input-icon-color-active: rgba(54, 150, 219, 1); - --button-main-background: #3697db; - --button-main-background-active: #4aabf0; - --button-main-color: rgba(255, 255, 255, .9); - --text-on-background-color: rgba(255, 255, 255, 0.7); } - -html, body { - font-family: 'Roboto', sans-serif; - color: var(--text-on-background-color); - display: flex; - align-items: center; - width: 100%; - height: 100%; - flex-direction: column; - font-weight: 100; - scrollbar-color: var(--button-main-background) var(--main-background); - scrollbar-width: thin; -} - -html::-webkit-scrollbar, body::-webkit-scrollbar { - width: 7px; -} - -html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb { - background: var(--button-main-background); -} - -html::-webkit-scrollbar-track, body::-webkit-scrollbar-track { - background: var(--main-background); -} - -body { - background-size: cover; - background-repeat: no-repeat; - background-attachment: fixed; - background-position: center; - background-image: url(Applications/Backend/img/bg.svg); -} - - footer { - align-self: flex-end; } - footer li { - display: inline-block; - padding: 1rem; } - - main { - flex: 1; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - width: 90%; - max-width: 800px; } - main article { - background: inherit; - padding: 0; - margin: 0; - font-size: inherit; - color: inherit; } - - #login-container { - width: 90%; - max-width: 300px; - margin: 0 auto; } - #login-container label { - color: rgba(255, 255, 255, 0.7); } - - #login-logo { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - height: 185px; - text-align: center; - margin-bottom: 10%; } - #login-logo img { - animation: pulse 1.5s ease infinite alternate; - width: 60%; } - - @keyframes pulse { - 0% { - width: 60%; } - 30%, 100% { - width: 65%; } } - header { - text-align: left; - margin-bottom: 1rem; } - header h1 { - font-weight: 300; } - - form { - margin-bottom: 10%; } - form label { - text-shadow: none; - color: var(--text-on-background-color); - cursor: pointer; } - - form select, - form input[type=text], - form input[type=password] { - margin-bottom: .5rem; - background: rgba(0, 0, 0, 0.15); - border: 1px solid var(--input-border); - text-shadow: none; - box-shadow: none; - color: var(--text-on-background-color); - width: 100%; - transition: border 500ms ease-out; - outline: none; - box-sizing: border-box; - line-height: 1rem; } - - .inputWithIcon { - position: relative; } - .inputWithIcon .frontIcon { - color: var(--input-icon-color); - font-size: 1rem; - position: absolute; - left: 0; - top: 0; - padding: .65rem; } - .inputWithIcon .endIcon { - color: var(--input-icon-color); - font-size: 1rem; - position: absolute; - right: 0; - top: 0; - padding: .65rem; } - .inputWithIcon input[type="text"], .inputWithIcon input[type="password"] { - padding-left: 2.5rem; } - - form input[type=text]:active, form input[type=text]:focus, - form input[type=password]:active, form input[type=password]:focus { - border: 1px solid var(--input-border-active); - color: var(--text-on-background-color); } - - form input[type=text]:active ~ .frontIcon, form input[type=text]:focus ~ .frontIcon, - form input[type=password]:active ~ .frontIcon, form input[type=password]:focus ~ .frontIcon, - form input[type=text]:active ~ .endIcon, form input[type=text]:focus ~ .endIcon, - form input[type=password]:active ~ .endIcon, form input[type=password]:focus ~ .endIcon { - color: var(--input-icon-color-active); } - - form input[type=text] ~ .endIcon, form input[type=text] ~ .endIcon, - form input[type=password] ~ .endIcon, form input[type=password] ~ .endIcon { - cursor: pointer; } - - form input[type=submit] { - width: 100%; - background-color: var(--button-main-background); - border: none; - text-shadow: none; - box-shadow: none; - color: var(--button-main-color); - cursor: pointer; - transition: background-color 500ms ease-out; } - - form input[type=submit]:hover, - form input[type=submit]:focus { - background-color: var(--button-main-background-active); - border: none; - text-shadow: none; - box-shadow: none; } - - /* Only this part below is different from the login page */ - #below-form { - margin-top: 1rem; - text-align: center; } - #below-form a { - padding-bottom: .5rem; - cursor: pointer; - transition: border-bottom 100ms ease-out; } - #below-form a:hover, - #below-form a:focus { - color: rgba(255, 255, 255, 0.8); - border-bottom: 1px solid rgba(255, 255, 255, 0.6); } diff --git a/app/web/Applications/Backend/img/bg.svg b/app/web/Applications/Backend/img/bg.svg deleted file mode 100644 index 3a0baee..0000000 --- a/app/web/Applications/Backend/img/bg.svg +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/web/Applications/Backend/img/favicon.ico b/app/web/Applications/Backend/img/favicon.ico deleted file mode 100755 index ec514e23c807c37df83d0d8bf9333ec793b8910f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 370070 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 sHRDjqY=6utbbjC(&u9iR>ASWI2`M9Sdrq7P+ zR{SGu{wV`&gZ2fxiyGqD{2u%HTVDoW4Y4Qh%rnEd;~2(fkw>iM1=@kvN{Cww#IQ5} z3)WO!#f~=Mz4>?!F&@K({_#B4Y^^wW+JDBuGnU^Xv;lc90`D4=%{E{hzw(d1g7MAnX^6!m z|3({lZT>r;FAPI`yl4C_$;#jP!H9Xg8?`QZ&sJYJa{PQw?3H(x9V=01m2s9>2esrN z81KACd0-n*=2Z?DvqYNfClC4y#yNWs&+4XKB>#+kDm~M;zBFH}XBr-NV zAF+JOzug8N$U#T&9&Yas;2wb%IXmUTqMe)XuKYaQ#5&k@-rM2@|JzjVwGDc(@1v}f zcgg~6f)%U9d%@ZOu}xO{unoAEqYPy5&Nfi~tv0~^Ef2>;4ABw{pHT zrpo4jhon#2^KK}f&HL$3%Si4S(ESeWz;71Xg7`Nl?*{hVw-MO8f$Iq9MGS0W0(ee> zUPKaq+B@>?kbU0My)?9CR-REaKb7w3U=CHvf;~p|*w|b6>)s~iJ+Qw6{4<9Y`-L%x z5r-V4=6t%ve3RHc!gC%DY*%t@P*AX@{|(bMHrB{|9*P13SU}6Qo483ED0U z?clcZf!S?g%K`UNSbWSvA5e$)y0V~lFMvO7LV$PfuRu;axNm{`FM30El>Y?CitfGO zUVw1OkC%O>Efd_!<3XHoK<3#7j3XxYy1%3t{Q~!xkP0y7fjqcpAYajJ^#2?iTl-=d z-+fB?H1e9 ztOI*)%xlQOdH5UTzi9~m*%p1^OSl;EUtV(`i}RYf+BipMeEd|{0o_xmDZW_O2*Kr;UR&6|*yZl!-ONh|t{oqY5242}iBJNIaq`(n5!LuG*b z0mwi1$8c|qxxYtw=ROnifBX9qJL>)NQ2g_Lujl1P>{qHL|Ky$f+ycDw8uhmb`0H3O z67A3)?NCb(@R@tCVjTQ)57Wd~u#XAziwiMN;$E8b5OeP~`KR1-51F|)MfWsuY&aP@ zul!E~?!;dA*XaHrlXr{%zgqi*kWcUJ`uOK}J)V;i@}5dw$tU?XdFOq~1o+lA;5Bpq zbyiuhb)X5JrLOB9DDKC(cO&H9=3Vy^HKQMqZJ@acbx(_hJ!GGJE2$392IPbHe2xKt zy%J^MKG=QTW5jagN5sFT*}Wf)Y>59~z9Qbvt7HRX`Rnja-bwsU$AXTMx#lw14(JES zKle~g0OsU<0&_1Q##Z^(vb!@kqKUn^r%KykBKW2Z(DqH{9MIr@0__0CJ`Vol?*0(9 zs=xo!?+2`tg`HvFV<86tnOEK$;NNN&v_Uhp%dep4x!{|;PuT+BDdKs_^8mz*o`-os zXUvmR&<93yUPzfYac3Kt`+}5rmfY7w{)xZxJ|6at`?IY5HMq9qz~2s$qds~Exg2AZ zzxv8M-w<#AwZ3iK=fr(m8EA)i*n?W_K>XDo;K1LE)xY<3k+T01Dfk0?r%yAk-6zd3 z4i4vBU?%j}+R#egFQNj#GAK*2lB? z-PPFZ0={d=ze(IjL_H4dmvZvY&yaa*Zpir|Xy`_f{5M5zcnM=i$V4rEm2Z}_K?_*I z1}N{Luva-c;`EqAsv4h&|f@XC%1B`S++b&DmdYI{c4)Q^JRDkWX~4omsLiF2=Z@`@cBu z56pv=XR~A<3AyMAnHdEBQ}A62kd?bYao4f}&yshGfAkyhA17j6C>Ha=NR(dg^`~#d z-c!guZ6r@A+K6`0-kYaw;h6~ee*okDaeJkC?*3~|hkrhM?Izy@@@n$V{gUSXw_f1i zOS?#N_7k*^wm!6moL~=ZVE-7~AeM6=)Akwshb_du57-j!i}Mrq!=cY?j=rKfe4e_e z&)S>Fys_M8Z}87Oa>-aDA^+|N_EmSA`B~cO@;~x5Ne1snmH*2i@7(XFd;fIrqSY^$ zZJ_Ny>}~!zeje!HpZn<|7T_7hpE|+MpjMA6-K2n?jfWMG_S;Oh&$WB=0CyS59!c5^Yfol_Jzbv*}vsXc;|1h=d&lyRXK9mdgN2#hp{cfDlyJM8Hvxa;6Dy+!hG#XkbSc)xHsHA7keNv zCQQWmDA=A%?rRL}OSAXXX&WSAkF2-+81i-@eh}DWkLD+7vk#3#4&`W*movS-|Bn(0 zdyog7j|cdNRCRz{1bDaGAPi*+`iBh2dmH3I$VdY0hcz~`$4DO7Hs%wFhJ3_= zV!(HJg?}HOi8-$+``i~9;2(SP%zd3~hg7sdLebY2-~E<;byoOxw%1)-B^$EvXUf8r zkbm8G8v~xxz;j=;2ls+r4BnZGIUQsD7{o#*B4&nd;06A=57aD^ArqZo-<^ExXUant z%UCbfU4ZF@;7j+vvK)Z6(7l(L zE3h{j`}yLK!;@_g$$o<4V}r=MwT}*M)e)62_OTN9nv3&HKlX=VN7w<@I?DN5%Ltcwfio0{)v&nx~;2HrRA8jGq zK(Qz80p1}OY=bPwco+2brv0N$pzL#BD|0or^Y3X5>@BA3<4mopQ7;^Cw9a=aYI$Ry zxtT|&zA|Cel$Xa3nDD}V-e5e|ckfn=kAVHr!O(f`o7O$wChvNk3>_fuk=W1fMLVd> z2lnyW{CC4XW$uMdHS{16dy~n##Xn-{0{g1DzuN8xx-I&)q`ta3zso2{^(GcJ-8z2L z80=G?ScAOsf10{^;z;C{Z`As*{ymHdR&;+_j$3<`fiv46SUYsacP_{PDY3G~(sw8C z{LHh?xR;p}3q7Fhw}U(=|D7HDQx~u|`^3Oy$I`S;jV+PWKK15RH*UZE`CDYvn%m{> zwRg&tO%sk!+4R6`IWLYKGk)^}nPb+CX;7wa+2V`2YJ;y6e4T^Odq!^U^^6o`uaxE4 zD}7tDp7wpxwen;Q?O+VB4a2_jCXi*G^=Iwnws8-%1>}e}fHFWm;8_J3w(PSFIwPKz z_>*tsjNRX9@$uzdmmD9~Se~8FWiD!QYxMLm#1ebOlk1h=ufAI*y_h4DUz{vCFXz-? z&-78y2a{f!v}(-8dvlTNKkJ$&E^f50c=FyK>B;+`CaUO@Bgsp@o)q=CZ#&n)TBE<` z9%|=aaJB<&0Qsj3^n$#ckGAUrox#5Fny!yle}p~Z6+It0e$nMCzK?YBbGn~@_v{ss zS&I{^qR-XcW)deV>XSJyVn1%8hge+z@G7< z>sAizIpV2{L(VH)x$pIH=Y4P#d&m!A5BWu`Ti0hLId++>Zwgz`vC`iL=3a90Pa8nq z&xg&p3hN`o*T@m)$i~;{7sd^8~qb-ERbKAlE;8i40%a=ab%#wOJoGH)3v+Ibox5 z_QKF6v%}IO3LkG9QM6+__}<-Q=I);QE|wGjk9d=w^iAkcDaSyf#CE{CvtJks=re}X8<$o-Z-*5bl-2KAu zkVl{pd+&4P_O-u~5vwkQKeL-$u_99jJlRR&XEl+i84(gy7FiQj8dDurlKB^$0TFUM zhBG1JhrHlxd(j$ScHiga(#(}I0&Q?3&WE^Z*z>-AcfkjLE_ki)Z$`~@4~!^xZ^3^3 zY7fr1h$)Dceh+6!=f&~T|M3n|{#v)0u zL<#oq*I@tt%E*G~xcc7pQ~oZz*gYUD&$Ar+{XdDA8eZehg*>1=!f7Wa`}h6RUNoB> zFBwm?llW<|SYLG^pOW_&cpn>C5cLno?p(BI^yDaSRBmKzZ=UDIumVp7Xsb8heGqvM zYQXXipjFu$PT&U>Qt-i>@w|t4n z)$=buuK#zG+b8}a;rGAlO9am8qh9h2`1K3E5jSt}J@C7Yz6zYzw*ve8-@0PuiI1`# zJo4t?<$t$)SZC5s$ZHc0%0^C`3CQQt?@a#2e|~fNcIECDPkJYA^(Bsb4ft;MT?)D# zXTKEy*JU`9aSQT!`~~@m_JR&0m&Z* zm}lT@$6Q?h33Q|>a=HNjgUD%g6X;*UNAgpZ%beGJaW}3$x#YU%PaZ|Sni`Oh6k9Vd zRj});kh7@UVqzc2)rB+mzQH+?N8TM$`S**aZ>^iZ4H(COdLw^XKFU9XszHIARybEu z^I25`|8mfO`W5)Z&$bK|zTu0$akcLu1AqV?v!bx(=N^7HW#;F90k%Og zSL|6P%s6#Ms~`V>E!c)Wq0hfFW@n4{oY#DDzq0fm*dre`$;v?o8_*a#K>6tX2(dq9 z^H1r$KVM-> zbxQA52Ci}7Z`pz8Yxf1je!#NhI3FB(Py4>;8|h%56Rx_>JcWuoOMXta@n_yf+JV$r zUj&tbX2@sh)O%uX<1S6{J2tIwQX+&)jC7)6U5CiF}_YvS;sk=aRX9yJGqad(V3O z%RdvlAMSV+Oix7`PAJc9>=ieg#Y~;uneZ7%`cHz~}`>KYlJXx)ISGzAcE|*nS zTe){@;cv_VOdBu^xSzM|gv8A~YT5GG*|qJv;vA|Z{;5Imw`2i*K^tI686f_49&cez zUn`d}Y=mO&EZf>Sjum?=*RP%Lw+r&TcFli(|3$Mt8g={fo&OfTgV~6e`~6G4*3k94 z;JbMX`FBtFbMSJW_Pv#V){+6{p+)}To)3MGn6#4tInZ3piv3l{$=v^m6Vm#j6OxGB zt#0HcW=;|2C62B*;+F+r8wz*5PyAbj!r#v2+!ivxzMna){kfb^>ADkl{cMc^sQWYb z`tv*!dxMbkSu&=*SCd`z!5f3-Y#Z>PB^ia=C`k`ww|d6nymsVpRbo!xz_pd< zd$*P6Hw^ijnoNc6&)O%wnA^HyuVl^IBbnv9C1Zwd3m_L61>2D0?E~a@{OEW_$+o=f z9^3V^_8sK@QPPoHdV3dB>f&o1ZBI%*Ebx(GL=Z{M^)e#a+wL z_^TYKO~Cn;LGt&TdHb2eJ<*ZFU31wof2|kzYaZwNN-NJT@)x?1=QpL;pXdGjg$ISi zeD8fhedgi*oPEf5{t5Ay)VvR?vuAuZTC#^JBBfP7o%8zL(FHi0&Px=tBLnEADY zY5r=>*=g(x z20!he?{$Lyw<2~tdxV7ZM-qU26Y4r~*Rv=bx^Kw<@NZ(D$#PowGsg^Z=Q$0EJxkt4 z-yT#3Ox@S(lDcQwn7YqvH_kk&gSldFm+pcC5{A6@?TdCxH^_lf7Ot}}H|P$^Dy@>< zGk0ye?$N#HeE;B&l`-t=d}|DJ-ibdy-wPSwnM2*+*GXOSgCBQbo@f(gAj-nRz~9n+ zs&72+7R|C1Hs0C!Eo1m^at@wryw?< z*4)ow^IaJG>6u50zn**Kfef?`Ap^vpXCd)CC{Rt8!tH;$WPa7~+n(D0lb9n+enaM( zeLv4vLtL(P#ujn!4%|supi~g?kJIzUOx#V~=ebjcz6ZMw!{4ffKl^gp^Ty(?_|JBX z0Tt)^%EH>`nyC%2=6*Q4Cz$TL3o&-I&;6ks=y^|ChLQorpE6*`L3Ov19b0iO*uWp# zcmJ5*SH3TiI9u$0)%M@A$tM>q_hVfPd&mJlcLio~dfu8-?}>kqF@G@Zt$VNmO)wwi z`j4x=K3;JSRn9?Z^Yy3RA^dOdbh`aW?| zEjcoDsHD+Le5|vawj5i{~)5yYcGPHPz=oiTEqve+hDc5$7u~-{)Ctdfpt% zY~)7qB6m*UJQd0Ta^hKdsqRB=oEW>9SDR<@QD&THv(3W2V*G|Vmzi(YI-d{nV95kZ z=3H&4KUje0&H#VQA7t79tO3=T`x$+HWAHa^LP~*O1{D7^V4sw?6KBHVOu(tTtaAa| z6o0yQ!JFUwQ`Qb~#@^5?R{OU90(&y9bYN}bZeb58^_bY3*OUXEFQn%#5@(z#6Cj?$ zMl$d5dOoNWWSvO|42eI9vY_&yGEs(m=9!JAji7w!7_bp~Z=Un$o`!S$jB%iI?&mT3 z{95=I@_dup_TT)>c>zDSfD91-R(cjBaOatT{&N9$3h-aQ_^p2|{-a*;B@bWcn?LwD zIl;39oqBF!&+ocH@7*Tep{^f;4B#B4IygIV*U!}bQv8M#IG50t0hI-_RJmZOXI4@s z<^X@3$7I=n)5PCJe-O^9QW-Gkes07Fn3$W_o(Ax@WC3Sjx^nkO^Sn!%L>!(s}5wLu2r9LYc7T+JHuTuJk6Q4@cju^LkEopSIv`vzc18y`&H6?aqj zP5gN-qltH8t_$HKD8%^DI=>TZ0p_`#jg$pGXIs01^!cZQzj+pDEBFah zg2({zPs-o5_520r-XAdfHHp4)D-wvr8cd%*V~M3wbt^jty7_lL^}=99Z|8 zdTO3;Vs2hr`agAdtvj?!?}}-+6Ycb$%`S z1xpqn50nKx-`F7wZk*SrXS=J9$Hd!t?ScQlR)25XdOiQtEK`6#&jIZM8Q_`79Q*nE z|6S5-+O9v{`RuvfTQF?BY`F}WUQR-PAB=|JzS@1}20bn8P2E@gbu1999|)%Via*Pc z{Q$A2tykO~*c1PdGC(=7Wr6a*e!{d3IMa}4yR*-C&h?zw^E1!9C;pbsqmSpA&nD*P zbrNF9^ekAO2_0|XkN*G9^WHpsPS=UA-XLqOGnCf?d(7hkc*>9xm+ z1=D>~2ApGonf2IyQw~bt6R`UKU^;JLuYJGbZk7$nfO)oe0qp_C2YR+~pv0LTdd|01 z;+&V_FM&VKHklk+=M{UF2`2vN2Y4QKYx`Vu;Qzs`D?dM{>w+UT`U>jBAF?nQx}SwU z-x|j$wv8zp!k@B$Jkr*DpfS2n8Q{2(HlT#_0bp&N!Ks*=WeDAGNCt>I&vVza&8IUy z5ck+01aQZBHleO@2DIBc^Az|uLI&coo}l($OUgityees)ziZpzhxVV-Jf0&q%02br z&+mB7bYJK{&jURz88CG{)U}QUwBNVzRh&bV#kfBk#5IOe+xFLygGS&_Szy0!>bm02 zQnBax#ys0N6y|!L=YG#VCY~}p3%`+h=DVr$=5Ougi^tLfC&|e<|jJJYV}l`1q`|r4>i&c6~OWF}kmRgY$uzA+Qc54?K@>KI*_T z`FJK>3C4bu0ZR_*!QS!(;QIm)&uN=Rf_|I0>vak42hO&}wc=b)=~;-g&t};8(`UeV z(Mh5Eg4iJXuQJd%f6u`S=Il*BQ*0aayBjylz)<>6yRT=fvuwt5Q51icieE4}FrPE8 z`I|>TI7iAlb9^yM5@mpA(1*g?yw84sxD$URe&)Hv#q0xssgjAabw(?`%OT;p$sk_m z0WZZ|OA~ub{~N#`a|HUCc}}=z2A-w<6aNNeph*b))ARRA)WluVF~4ek$+|D18-wMU zJTvAE$+~Q7ul;Fd6H|822efBbHqCT}%3dq9;|s=dep+C+(~mQeHKyWc}yo z#1DM^CTTrnt?#H4f3^E2{@pPDtAoGF0C843pw~EKxEAIn-p*^BG3K`mz_30UplqfSy^kUG6LyIgL>cIoxAVl6vp*d@ea&ZQeJyb0tCIMOb#l+^^x0_x^fPg%o)b$azK!|J-%^H_0N=n^AJXrBl>r<72;iS-kN>Fm zu?F@Q{*ZwdIXmTof}LMoGxyV>XJX^)`wh;DiyOLLK2iLG*?qHCD^{n*K;^q$x&MNHT! zz4Ld=X2xiOfV z&u~nr__JIbL3$=9~9|%>ilqG2YX6 zSn|f0wTAGgEI6oPv^Vezb@fd zu9w${eJHzc%0Mc0+{9e3d7s!Tv9BP8r(*}$Z^YHpraUgEIvroKC`o%mbhKE#S5 z?$CS(<)N|oyC&ld_z9RRj^0t1?!!Hs++%hK*9ZES9oTkP<)O1WAH*6!MX>R{iMw9+ zB&LeFmX$%UH)Vj&nRdRuYjX@>$^g%t=QyweR1fxz#-FjG#jpYN4-{j(9%{_*lmT-N zz;!{4^}P1DUuD3j_GA#qo^ApVFmRXog+{l8`R1K6t!*mBU2EimVR z-T#2eTnw#;qgZ^^(U>?NlRjM-J!4&1v#QZP;c{%Ga1wjQEE}Wyrd-g6*pPpKek1BVap#<1A&53#NpTKU z!cK(3-#r)p088gh+|6s)0j>>)vIUC2;qR-1KV!}jHyTv`srMH4)P3#~@$0{ZKl=gx z?taV-##GgjfrRl@a>d-w&>CkC|EyI~)&hFj5?Cq`UtXsHEBgHU17p(`bbzg}#sE6s zGx2TAwaNg;gu#fIvmaOhQp}xYDD18K@BszUf6oGY%{Zv;n=)YA0*(!xa-co{tn;eB zuMYl__FvSp{k3F({Q&2VmL2%CmJBo*yGt&sIGBI7@W21RB&F4pvS0C5 z{I%qL{jNPQ%Ld*T0N?H?-Nev=wHu#F9)rBN4o6=S0g3`eV=Xxb6c4#d#yp}G#s%&0 zo{so?8Mv1PS!;#T3*C3C-V;+N{`?$L2I}HZtgP`~qp(+52x1F32eABo821@-KJ(fW z41Xu~wEc$epSlMA$VX?{0NMe{fjuttVk|gp!Dpk+7XIfwFJqwlHHvpbC1s&Cs2%WW z4h&mhZMY?<72*TifZAfcFb&im)B*m4j-XDU&Nij5MeHcP%fjz_!M^uF+4tGH)RyuB zIf#Iqg~K*^Xb(8&SG-MG(0jGY+W1@8&oIY(if>~}$bs4ddk$#&`%LV4?O6otOH4-^4oDwJX<_AL6evFnX8#V$p$1&j$Ye zR?CgRwK^Eyyr*`*6|Os={ks6W3{X>CyMToo)DF7bApXF;D{Mu!fqO65cBMYR+Gzt? z;XTxU#osI~yMVsJi}`??M9X|BgRMWXBc0Ex~kO z@3jHG9Tj(AlmSYyu_ykdCiqO-9!v&!KLfhm9k!#Vt?!C?pv3+2g7g8Y_26Gi7VulH zM|n7(F#88x1Li(J#s~(}eaZvle@Obh6*~lr-?7;JBZf4_GpQJ*WZwzvDwm zzUM>Cpnu%>|B8*ieooz2eQyU`J3;p>eYbHZ_G!51wQ*PcS+)emPW-!IERY2q?MXc+ z_J+PYuX_VOr~aoj5`UEiYn*_(aR0G2W`s@P8n6`;X5nne0QU$K16yKj;yVl2D$T|< zW6DgLfqUFrn1{bL1@nUOz*mW~V9_CzAl}bMtVllOVjARQD((gF|19A1X&8Ul5Y7oX zju^E~T)+E&(q!cO@80_8?nwC&G5|Ziih54WN$lIxpiAj!ciMR3ZBi%V5d?b|?uFrZ z9P4#n>mS>3zStPtO*wG(0jG<9Kn@_Il!X}Z6U#N8VE9_t5^D#(Cf4RPWulZm17JTL zGLsA60P&v)Y!!cJNxLu|_!nSZnZ#=nWnnVr|Lhkg8Z^Oi&Cg2XaeZHvg}v+6_ayAr z_YPlDx;^Vm@xS>sNk{*Fn0Vd8iu*J|&HJ!u+rpZJrkKET#>C;k&1 z_^TY`0spbYlLR?1X$(HsAwGvOz}-8G|2{(AeF;@^Fh%xY8V3u@yP zbF)lFn+C<*ln2O1JjQn!r-Qpb3;fv!^uZWWWgzJ^@h9$4(EUr+As^i)JSJ z_TRN#T(`gPmx15?KS>?^VdeBS2fe2&1HVQ7_MXqmGU#-TiE+?tV9*9_>Nat9UQ;&k zj1}_(4Bena^ud{m?P-*K@IJ-Ac_Z;xA3-a~&Yhb@CL=HH<;#6?5%v_2x-jQNW9_`k z3GICeu%B+@9?*S^8&vnToCr)!+=l2m?*V_37q%c7 za*)+n{2lXvW{tp~*f#-P44t3&ipZ2LBG)`ky+4Kj0N8-Yiqo(G<-nffd&OK!r|v8M zIhY3o!+&xR{3m1nN8AJWb`9XA_GQd7y08Wak56Mu{+ z6?bPD0Xb;f2sz+9fd0UQ5cm`KXnZ#SbB)Os?!+Fss9&h9_owhjoF;r3Zhm(50kr?qfVqzOr(lk# z{l4O^rQ%;7_QZeG#{vEK-2VQF_7k>^y#B%6-XDuUfB(x@B&Nr+zAg0qMA6PSWa~}L z&1=d{WAHa*BG{bqJk%r3#^2I;^a-~>=ksiR58w~`f88?;W3O_Mz}%z6Ugz}n>Ad3K zknXD-Og8!e;!m9?{`C2b525=i1LN?$Y3qYs-wEHJZTDM`{p-S|Z+vxDuvhuHdb6)n z$}_UNK|62a?YySk7}z%U+5?$s4tvmz_5giAFUV0W{x)^K5B!Sb96GP~-?p~#*i#0& zaV|(-ena+Nv1e)edlc(nrPCLnzQ0_^LMYv5pD-D=AqUS`V?oE5-;{$p|7!L5P4D{f z?J-a7J8QB3ivPI(mXtngd{rG_dz(Q2LiY1c%+1g2FU|me{SD`gEg%P3_!}*t^N2~6 zTv5{kYGF@o!~=_ z1qN;t--fP@R*J@_&BQ*P)#u;~`q z{PO=6Dg7^zffS>N*Q@kc2sSSSUHD#|IRU3&mXV z4pK7ygP5xfg9lQ$qn0q<=32!7ufeRs-&i9h!faxNIm_MeIFEB+h@ z5`Wr$>U=P~>)gZh53sLr+5q4`Zl5IN?q7Y+>aWjkrbh!UU612NVtA2xtv`-b#h<$%wP=en?ozaM+o*u9cgcpyi0^=y}U|3^~c z13r8Kd}|f~{|jvDk5cJ;T$|JnpG~6uXa_mqdYm-}Fm;?ZfkfFbNqtS~Z{qlY#J_{_FqfN0N49;EYQ%L&%~Q~!-zNI$}8|U z=3yTo_I-P2;~v+97z4m{KuZ?vv7TaXmc)Mo@VDlGlmQ$22XL;;xP3KU$_@@Y+qmoB zoAHi>U%N^E_e!*_MK7QXLPK#c6#W9yxF+^t#2@6I zN`D}6wMk`x>p~{>dOZ>21djI&>|MY=a>BmD-DZB4u6Uh`^0%+ZEyQ*h+V_kIza0YX z`vUvk&-wiZ*1n+A!P|V6G6Q?z0rkT?K=B`h`n3Z7#9k?udqNvK7NET#-cF(oD92bp zb)T5io>RZMKfD&+2Idy_IG@VEp7@hIW%xb)0E)j^QWiKypx&!IaGXf|(ccqyi*Ow~ zY2OETJ@<9|xxiij=9oYFnh)P7RcC@dZN;VNJI({{#Gb@)p$m5UjAVe=SAy7IU<}Y1 ze^2qh6z@tku%`@gED%9F8zTdu@aOL#17V024J$n^o|&-aa}53F*;A_Lj?z8%L_qHq zd&>s!thy=m{fCeNl?TohDGQU}6QZw3v1d7MuOv>{zy8i=&#tduao2Lu{}t~In|(RFNin&=@<3QSa)%6gi8~(x;rH3Ro4`V+=|1tKf zZeM)x`g4i9{_W)-iWlR+)eYg#?=MB4OnV;;drJm@Ki3Xw;jf?TlL1rrRR+)pWMghY z{4cBrf671;?g6S#27=)~AF)Q*TN)hq+V|677ZMlw5K9CbvG|0vntMzl8;}7v=Yr-q z&?y7>t_k)DrIsI(l(H|7`|Feq@IJ8b$R&%u$W)BZb$RO+->@rR@KuNE147w*)qAr{ z)iHqLZkEAp0kN+HDehVVf5!F_{|g{@#5oitW4;hhj6=x)u&$;1_#6ql-vK^~`ta|F z@0%kRVFYmZz~>x`u|h|jZ{L32x6*d*x6)+pcOmV7cP8e74fFxY(0$@hN|+8mkUa)$ zGI3wkeQOWLoon3n?=N~+BCp;k?{OaJlmXM;htzvx43G{R5LEwF4xBPTAAn-+C^--0 z7~uQ{@TXifgS>?F51aVo+5@}a25ZituqW;*$VVKBwFcs@)CyyQ4!}Qc{xRtQ8E6j~ zNPrB4!4{bIpV#ak{NunN{Qz`73h@CgXPm;n<%};R0%uQC2Ab#Ye@(IZN0m3dEThf2 zAa#Ba+Pz+TZ{V&rARG8I=R-&tQ2bc}x1hSOasW&(SdaN7<{3Ko4`l;*KQ5Gi*u)>$ zCn44(81}@y70#<{f*dl$+>3QZr7&D~dAvs2Klr`0TkxG_11JL>AOlJ04}y&eJf)Zm z2I&Lbm>)JTK83y7faW|q8smUg`3EqfJ@fd^Gx_a3e~{K!ZIFZ1|Hj&T+5?M#c~67l zh`)_9;|Sca@g5TN*-NT42v~EzAJhf_|IQd|_96cGeSO&TJ3bS+5PxeX2rU>O1AmSc zh_e%aj{Re?HbA_c*n4oVDZcBv4EQew{tJ%>Y=9*Lkb_jnK!n2%c$o`yGW0W;D#xue2$NXj?=7QI~C<{${Po1Xz_W=eR^Y_PiYyjqc1Azx^ z!w}erp^%s1@Yj!kzy5}oM1BQI#xrin05Mmr!+?2x*a1a97=@JhZ{szbo`V&Bni$4WJzWwSz5)w#J42{(yae zr_hcO4#>cl(yXYi?o%F!e@f{WpI^89%X8}Y3neEbUzbeygWkb>Kz@le*BgQ5Z(bIG zpHO~>wK(L9mfK#fp9Vq>+>jL)WW~i2^5e!hj`0JQ?gQsAQa$oOS+H^pp$x}!j74cI z{*-|P=(iOQG7Imw@#kDG1^t6!-vM%vgs~mR^iF+O+_mI5ARTg&LHrjTxAZ?4{*-|< zP`oiF@XoT=1Z?~x5c8L6^!wC(;@*1Zq1~P594fo+>BIjN>{TZ6{zsDU+A0fy^@)bC zc7A^g_ca8^E7^gJt&{VgIe?fIrI^%-eF4XX&Cws|n9z;<5LO=m+n-Q)O82Srt;!D_ z>IB?-E&ei1G5BYf5B^2G543QEK{qB(v?yAaGa@LmM%KJcfHk8{1&7~4fN zKL{{wNasy?Xh+*m{JEzLxU>Ja$Q%dSeSpdU$AvBJF@a|W))Rnz_+)>-58P{j``%7- zzAPE|=+`O#Y`jCg|NcKp@|~~ABangP4ava`=p&+?I5+UwjqhV&FWLg*POEC9`I;Xj zVLh%LpEX|7YUGyW}qbC-wgM>@CzgZzffa46X#&p zwEbP+`y>8cfPVmcTLyG47{J{j2W>be;F>_rVQD)35bgZlj&lx`^jrE>TBvsaDcvvr zlSJP4hFpL9tFjY*qTu~M?0#2_0~@3J#5@6bcEKF0*jX8iq7_JXhS z`Y!o-;O>;c@^>V0c0g)W%L!VW*8&gKX_Gj3( z-_rj_gW$jLyE?uA6MJ5FocHbF+t(dW`?=vAs=ibHThd0oE^A>6s;_|VbG}E+Y1g{~ z*8#x%@*tQi{sZwGbG@3_6MyyrNlzlS8*6S&SJ%{%0c&1i_xpiyKnOcP?76r7|Fd@{ z;89fRyHBSRLJ0dR`%c&q5E)cN2X{ne9CvX?L_~H-AdoIZGMWANN2z zoUbu*JzjIS_W<>x7Uq)(`)pfUUVp@b4sjrJfll*(L^OMP>v^U9eG5KT$q&A*`lqi~ z$2tZW7hRX@Y;IXE`UCD0|FyPmn?H}Wn{d67o-0yS*PXft7z23V&qG~%YQDid*$-G7 zvKB3^N!cmElyg`dx7tFfdW$R zTN^s>d>_<99GCzNNWkAbZPlq*fa{0b#Q8n zQ=At{0~iM;Kf`-~y!%w87yb7@CHM}j>u;s`#jbxK2Iv4EzVMXJg=#D=CAz*h4$|Id4&E#gYK{`3Q>@B?-_kOu8< zt;PLv9~jqP(|mI+h#DaJ-(=Qt)!~UBpMB-uh2B{Iy?MS?6YAD&m3__^9j7)eynR)_ zFEZX3mObK?hno&v_fV;PpVPnL_N}V-Wf(uCU;hgcrgO#*SC+ylw* z35*4}=B#Ldqvo5gKkupbV4D1kAFzr8cu&-YkC1Dwx6K!T{}9(-Vt__7e=NLVAO!ngo^JQi`jS@Vm%h7Xb$K<)u6KS1qgU!Q*6 zWt(Gv9IwB`fzbYT^M3sM@_+qOsw}2YsGC+NtMUhxvn#4$uMAchTW}BHJ{bGzh?8Tt z41a(0reXIEU;9XnXzw#OpT7a)$e{s&T5j~$pZCW(5(ftJe8lgl57xrHVb1Z2U27Bj z#(TK_?GR6j58yq}7V&`Y2Ur`ZgfV_{z0Iwg>rWrRxUa|J6ZgCMyG46Ui|NgJRLn{{ ze&3q@ehr`woU%e}@5tCRVqwO{5j{t(eY6VNQn@Glzo9x`xW@O7cFWY^HqWaQc%DxI ztjLJ@$*N|d*q8TP!3QKV574jwGry{)xc)|c2iG*@b=U3%#sI7X2>;>-q59i=i~D{dK^ zaZkK5T;ba9gDr*i&D=b)F7At%-wO}DtwNvrTjd*y^_}OQw@R%+ z9`FI~j~$2!k03TUfn3nIKltn?xj*FEOItbM13btF$}PcM3}|yL+z-w0nU;tx^*Udu zdx7WFV*t4iYNLOj*Pi2i?X;iwfQ8-AL_DXf#(mv{jWqs8xD{fSyUKyswY#gRW zZ+sLsq;T}6A^S#c8oXxs=0^t(+cNyZAsdF&9k^;>sm2U>|JRpt^A=SNV~U#oah>Yg zeYLMoj~CS-SZHd)>K;{9sWrqOETrctnwu;H+wYUGyTMZ>oY zKMDJ8_~zmJhHV=5&ajQcW)FR3=-rR58`5LgE5qvEv;6i_uQLpK?FVnl_)q(LGq;~i z$@)yCX8%W3&c$;t=N#Hs{n>&Klb-SwC1I`(uRos!RS$jp)Bv#-xDRAKTiff8d!!xm zI^kY#n?v`5<2-N-Yk%or-e?2cjUWG+tQRz!cXD5w1t%Bxc;@HpdoBIB&K>K2PA<)B z>-OB2ENwCVoN47%Qf89!!q_HeBw`%8M_uvsmAL+6f;JNOLdKTyYW&vmSZi%e2^+H& z_sVM{)Zk5njz7HN!H;fQby?;OD=zBX_n8YzMI#c%e$oy0O+p6Nx`ri=`&5<7`SPRG zDSI0K=?#@uf0>$)vRIvvd!Q0>0MP)s2i*7sy$&GPpD{sq#0FO(Z@FSM){%!@iuHzi zBG>4F+Hv<~zJe}GegEpP=;yo(p8dJkfK3IZ@;7jMo$ZdheO2$e=PsyzwC=PD#`UKT zB#iao`X{LNk9AO^H;px}Kd=3m%^50t>tvO+bpqB;AARcjBZe5UWte(+<3KgwmHP}E z4xM;t!@a8Cs*8``u&U=ju3z4BYTsur>UPb79x=J^alLE7wk3?+hP5=X#%=bOs>0Mg zZ>3G!*HHegBmbtnc&1d}v?Xd6?*U_7X_E%Xeb5}bVE6=!_>gq~JqO^mKM(%p>NP&q z2Q>?^Yfx*v_9b=nhV^RcEgO7S4tq;gk>665+g{JKoZIe+N~&&Ns`BvK2d;n3oLa~c zM?mvO8~4G)*Cwf)*K^gxtvSZEAA^{2*p^4}42=QmfmiNT58!(9`ak%}{c6OfVQS>& z;aF?Czv}nG#ju`iPu{Sy=RaY&*Dt-O+x5$OMpT2ubx*@}UrXkbCVZ~Idr^gHdpF?P zTjs47ysVmHT-U4g2h|w|Ea@jivAD0UTXKGzPES_d*Y&w-s`g_k;3>h-|8kir>b@5rF!&$; z+C<~pXXE-mx?z|ax_O8iwDCdXn)ABLwdeJJ=#>G+wdeJx-M{Ykz&*hGAZUfqh3%I= z-)>>^$7>F$ke75ltXo=MQp2>|`^|hU!t5#HLMiSOI!96fGLG^w1dX@F+L^WFKq8f8jPn4hO&95*s=`+|{6=ozYflYwjf%~F+#VJV*le7NsO(~Oh zpR6$TAg=v>aKCRZuD|28m%q^+?G1+>H19dTiPwDvZvfs#DJ3$ zRI53yROiRLsI&=bc>XYa1GK?2E&;KEN8S3u%_{G`Ts7^z$%ajRcM|S}p}5vJsjSz= ztI?<-jMzLZ=nL*%dt>k(xM9^r>gwg~asAsE_WIjN|zCHW2aV(N^f zqSWch1*v(-C(2K&Q&4_t=c4kteG4k&K0hOE>h7@PiSyQ|DtEuB(lPd=Tkn^BmtMP3 z^=rRU-HrK5!?7++Uixz1!gedvik8dN8r&aiabK)WU+P=iYlUyoJzIP|A9zibdTw(j z@2T?^*QncIUWG-8xe3RU^Kh+m{MVeP0AWvMY+M&Ujfs_uO02IC&Mc4b%pwO{7H?w3BFt}a;GQgwZ< zxoR-IrYe_JPNig*4_K;7nOMw@q)bS;J7rwzZ-%`ydA+T^JAHPQh?8#)ZBL;589k}=c-w6&qC}t zLEXIiO4SS3yZdu3RHtW~skYBFQR&Y#R;`|Cq*^R)sLBmVR*8>#aqV%<%{DQ0d&-2= zuH`f0*WT*7#d=@rB>v0bpmwSNxdvX1fGrfoh%BjjZ$*R`0RMqIQimK(j zDtKl~9mEZpDs$5~HQ>bu)isN+QSD~5SG6YAQspv|Ro%HYRjVb9aLpSV*Php(Ry(&E zo?nO91D2FQ4e;Ls<+4)?p#iIL?Q6yQ-xxn%=y9eMCV9Q(r+9iKO-xt;?vEyACaRRo za;iLX1e%vMBgBhh-f(zx z;y7G?&)`H=ZX$g^>M>mVu_+VEpVcw;Z{a>GpOuuHoZ(GR$tZVs`HYlBux+rDycZHP zJXp&Reu3IB!K0EUCMs{1zm^od_Phsh{rxotkE$}IV(=cQIjO3jeO`aR6(x;I-i2#_ zW$Ku;xUVmRc}D7}^2w>A%hxSGHl<(k*reIG_8;Kd=X)o5PT=|%8TSD01rN1Bkgu zZb?~*_a{wAoC|x$J0Woo?tzoWJut>|9M}IJ=wn#z8ReOTeV3OXU#@B51D-NjBiH|Z z@$JyDg86ThGCVm2_e5R91efDl-{BdN*uyg_F%8#0uIXh^)6Lf}{yO}7KK?h0|IOm} zK>QvkOZPxR{J;2LApRGK{{`ZIf%sn_{ulV&{RLX{U+jS;vT4Fs2?Qwv-vjY`Abt--b`QL_S9u@*$d`8CW?!|uzp1(z?-aGX?uDOP z-mvP&_}r`bSZz<7tH`)2D}T2q|5tf$UhhlIdf!)N>R)}0AAHrjB_>{GZqPX5F;j zx8&BBeVhBO^}Pqy|ABp<-|&)e4_+Vbx3;L@`j>o#SF9>j=RWzPYBl$JmHzm#d}zS4 zx32lI$J`H3|JsGMrhQed*0jSt(T=P&_3+w?Qx1LPot!^EX>xwc-_o^<|6AfZ;^rP0 z^Nuei>o2|Pz9Haz(ybeO3;S>MZ2;5nUBAZn&l}eIc7W%7 z*RAm#L3<2#0^0>JMe7?dd5!ngwJ#Q_Zi`Q-bg)nUTh2X(_ER|8elY0fty0KR%ZbT|NUU`wIbpga8_%;@_#As z=r?`MZ(IB8qFdG#?LlmQ4D1&6!FscOVPITcgY`%0vvsD;3`g_&eE9vAhTlKNxW9x^ z3!2UTUUgbXQ?N69!1dCTd}Y2Ycc1TYCZ4R@t#Y5SbWX$;}>SVg;;*& zuj*Rxf9=X&)OD+WEp`5{!?V*bUi!0YGw%n3f1PuuZPo=~1&9Scy7bu}hTOUK$A&|; z{8S|YK(-yi!2eZTO}_5^Gr>~h2c z@q8d23!D|PK-Sy7#_;<~uLb+yU-ey8jG`&eSa8z zg)6RK`D5?9*PTeNo_ok!eahjw$k+RT+eu)V`TQ4Pp833M=JjK%O*yQyZns?k{{I2H z7v}2O0I|~X_<7CvC_EJdPy<#V7k~!PUq{2c z{@Ke{7OM6OjtA;}{#w5y=jM7K^#Z!le9rf(K5By1W__>Hrhl($P5<^}gX!NewvU>5 z(FexN;c9jK__%+M#XYe6W1n~A>%NwV`Bz-C!gsP5`{W;X zt(kvK19XNX*+##ix&rKXFxU^@=hN4>fHea5wZMGk8Q-f40ZT($cjmXM+06f{hBLlV zb@Glx6zdE3(pC?h``hV45!ipi0i;< z*8$}E-Vs`z-;RBQf9V6D-!~h4H*u6E&xPrP%Km1^aWy4U?L{MJTZ~Bec z^lkm&n~uh{Ag%>5(E`T&6W>9df1O30KTzuv=JnPM|I7;{4sg-|%m+{xJaba{$MpNh z@*A-~>-S)u<9(Ue*Fj!yX5Njz7xsB9Ki|lPf93+zfVyGC0j&F1a+&)J@8a*teNB8< z-2nIX5QEU_&-hxk%sT|jH>}09L#o-d{KA&g^9wr7KD6(``G?ouw(`G&`#$?kw`-sI zy3T_y9E$fL#`Pde5R}Uor63v0?8z{J1)n(;x4X$Mu) zNqbeR$$L(ApT1+&A7_5vC+p<{r9SuBZ9OS|T-mEVVqG2Y&^J}Po7eq%_eDzzHuPRv zh%vnwx8o4&TfN86SoQ(h@NdKctOo@81=!Em8~ueG*V_WjH-^;>^xK(ZeBn3Rmi$+l z@m)y&FL40#0VfS$T!6KHwE4cL#{LNRY*XOxtKit$i1q6sws&G*_-{1*h$H{4kQ=m` zvQM?j-K$zo-m98t?<#Dc^Y1S%%KI$uw#7R;Pu`dxUlT1J3j||6N%eU87j^Xt%;R|>3>_ft$a(`|TK)lkZsid$V5f+*QGUlMwO0@NcvM4Uk+w&jT3ySG0)zh5eM=eC7A|fgIn# z=bJTwy3@kW{~PS@H`pitq5&;)cB=HO&yIDRxc$THp7>(m9ZPmqiTmKP=Yvn@H5vY< zuhzYrd^cfTy%m_BzXS90k6*F!SImbwiCFstd@twI|D@VIaZ>es27US9`g%99Km`2v z1^?H<81pxtciiZ=3o?&!x#ZK#Y%E{1eozhkHw}k>juV0gaGVe|z|6n7-!BpVJ{jCs zW}HudZ^ZhceZHB0ey*8C4Z!gGQx6nlUo@Z<;(%7rfL7zT7quC`?P!OI+gCsM{GJY{ z^L~qe*O}Fup>O(9u)bD}`?vUdV7<&)STpa7t6%UHUInJPHb)=C-`$=r0Q*0IeHhp` zT5NM)#|0$hI^rKE2)>#7pIYn3&wWL54|eIl{p|Z|`X%@d5eu+3*aS5I*8GBbKmGpH z;(kBKejpB@2BhcgKpe1LwHmjrsQtuG@~@fupUk_S+0}AjygnF=hkt82HTrE;1H5;} zx|#Q5ZN0TvFXPCSFZhbCHkc>({`Gl!FE2!&nxA?4eck*z;ExA7FZ>z2Vvf&BdmV7o z2hayO{vW}82WU>+1qG_c69uX=`1j5@sS>8cWYX*4+CLoF6Ci^!0v! z?`NO;qP_s&D+!g#saOO6WyLFP?s&kdLKqS5SafP$PYsCf7#MsRF@?M zs?kDlKfgfL1pBqnRw>3mHNdX}iO_-M8OK$5=m34S`0ZG=vEZLNz_EfHBf#9hBIdv_3fQJzu4VxB7bAvfeiqb@UDBL*E7F3x#{KZeUl?1`K&{#QYLDAXsb>@pMLgXRW0YRsxb+30w$wYFa