diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 7522c2f..bcb2ad6 100755 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Application\ApplicationAbstract; * * @package Modules\OnlineResourceWatcher\Admin\Install * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Navigation diff --git a/Admin/Installer.php b/Admin/Installer.php index d3f4e88..af2dfcc 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\InstallerAbstract; * * @package Modules\OnlineResourceWatcher\Admin * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Installer extends InstallerAbstract diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php index c23ae25..8f6d975 100755 --- a/Admin/Routes/Web/Api.php +++ b/Admin/Routes/Web/Api.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 83150e1..913e10b 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Admin/Status.php b/Admin/Status.php index 4d7f819..64ef717 100755 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\StatusAbstract; * * @package Modules\OnlineResourceWatcher\Admin * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Status extends StatusAbstract diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 08f25ce..b012b0a 100755 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\UninstallerAbstract; * * @package Modules\OnlineResourceWatcher\Admin * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Uninstaller extends UninstallerAbstract diff --git a/Admin/Updater.php b/Admin/Updater.php index bcb44b3..3c0bdfc 100755 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\UpdaterAbstract; * * @package Modules\OnlineResourceWatcher\Admin * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Updater extends UpdaterAbstract diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 10d46e0..3801922 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -29,7 +29,7 @@ use phpOMS\System\SystemUtils; * * @package Modules\OnlineResourceWatcher * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ApiController extends Controller diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 05394e3..af27232 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -27,7 +27,7 @@ use Web\Backend\Views\TableView; * * @package Modules\OnlineResourceWatcher * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class BackendController extends Controller diff --git a/Controller/Controller.php b/Controller/Controller.php index 76737af..f81e728 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\ModuleAbstract; * * @package Modules\OnlineResourceWatcher * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Controller extends ModuleAbstract diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php index 952a537..3287f37 100755 --- a/Models/PermissionCategory.php +++ b/Models/PermissionCategory.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * @package Modules\OnlineResourceWatcher\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class PermissionCategory extends Enum diff --git a/Models/Resource.php b/Models/Resource.php index f60879a..a3321be 100644 --- a/Models/Resource.php +++ b/Models/Resource.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -22,7 +22,7 @@ use Modules\Admin\Models\NullAccount; * * @package Modules\OnlineResourceWatcher\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Resource implements \JsonSerializable diff --git a/Models/ResourceMapper.php b/Models/ResourceMapper.php index ed546e2..1aa3d1e 100644 --- a/Models/ResourceMapper.php +++ b/Models/ResourceMapper.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * * @package Modules\OnlineResourceWatcher\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ResourceMapper extends DataMapperFactory diff --git a/Models/ResourceStatus.php b/Models/ResourceStatus.php index aec12a3..12dab3d 100644 --- a/Models/ResourceStatus.php +++ b/Models/ResourceStatus.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * @package Modules\OnlineResourceWatcher\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class ResourceStatus extends Enum diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 6ee0cb4..9133ed5 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/admin-bills.tpl.php b/Theme/Backend/admin-bills.tpl.php index 3afff95..ccb5f54 100644 --- a/Theme/Backend/admin-bills.tpl.php +++ b/Theme/Backend/admin-bills.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/admin-logs.tpl.php b/Theme/Backend/admin-logs.tpl.php index b90d9c6..5c8b6d7 100644 --- a/Theme/Backend/admin-logs.tpl.php +++ b/Theme/Backend/admin-logs.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/admin-organizations.tpl.php b/Theme/Backend/admin-organizations.tpl.php index da79d84..5f73a15 100644 --- a/Theme/Backend/admin-organizations.tpl.php +++ b/Theme/Backend/admin-organizations.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/admin-resources.tpl.php b/Theme/Backend/admin-resources.tpl.php index c2e2f5d..1284d58 100644 --- a/Theme/Backend/admin-resources.tpl.php +++ b/Theme/Backend/admin-resources.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/admin-users.tpl.php b/Theme/Backend/admin-users.tpl.php index b8b9708..ccfdbf5 100644 --- a/Theme/Backend/admin-users.tpl.php +++ b/Theme/Backend/admin-users.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/header.tpl.php b/Theme/Backend/header.tpl.php index c4ddcd8..f4ec2d1 100644 --- a/Theme/Backend/header.tpl.php +++ b/Theme/Backend/header.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/nav-side.tpl.php b/Theme/Backend/nav-side.tpl.php index f08c0ec..132f07c 100644 --- a/Theme/Backend/nav-side.tpl.php +++ b/Theme/Backend/nav-side.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/nav-top.tpl.php b/Theme/Backend/nav-top.tpl.php index 41d7361..d65424d 100644 --- a/Theme/Backend/nav-top.tpl.php +++ b/Theme/Backend/nav-top.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/organization-bills.tpl.php b/Theme/Backend/organization-bills.tpl.php index 08cfe5f..27738b5 100644 --- a/Theme/Backend/organization-bills.tpl.php +++ b/Theme/Backend/organization-bills.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/organization-resources.tpl.php b/Theme/Backend/organization-resources.tpl.php index ccc1326..51686b2 100644 --- a/Theme/Backend/organization-resources.tpl.php +++ b/Theme/Backend/organization-resources.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/organization-settings.tpl.php b/Theme/Backend/organization-settings.tpl.php index b304ac8..1f58f52 100644 --- a/Theme/Backend/organization-settings.tpl.php +++ b/Theme/Backend/organization-settings.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/organization-users.tpl.php b/Theme/Backend/organization-users.tpl.php index 793c2d0..c21b61e 100644 --- a/Theme/Backend/organization-users.tpl.php +++ b/Theme/Backend/organization-users.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/user-reports.tpl.php b/Theme/Backend/user-reports.tpl.php index aaada84..ae083a3 100644 --- a/Theme/Backend/user-reports.tpl.php +++ b/Theme/Backend/user-reports.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/user-resources-create.tpl.php b/Theme/Backend/user-resources-create.tpl.php index 60f649f..27a7496 100644 --- a/Theme/Backend/user-resources-create.tpl.php +++ b/Theme/Backend/user-resources-create.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/user-resources.tpl.php b/Theme/Backend/user-resources.tpl.php index 7788aad..023931f 100644 --- a/Theme/Backend/user-resources.tpl.php +++ b/Theme/Backend/user-resources.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/user-settings.tpl.php b/Theme/Backend/user-settings.tpl.php index fb8556e..5cf9ad5 100644 --- a/Theme/Backend/user-settings.tpl.php +++ b/Theme/Backend/user-settings.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/server/Controller/ApiController.h b/server/Controller/ApiController.h index daaf37f..75a4d41 100755 --- a/server/Controller/ApiController.h +++ b/server/Controller/ApiController.h @@ -5,7 +5,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ #ifndef CONTROLLER_API_H #define CONTROLLER_API_H diff --git a/server/Controller/InstallController.h b/server/Controller/InstallController.h index 5091bf6..59852e2 100755 --- a/server/Controller/InstallController.h +++ b/server/Controller/InstallController.h @@ -5,7 +5,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ #ifndef CONTROLLER_INSTALL_H #define CONTROLLER_INSTALL_H diff --git a/server/Models/Account.h b/server/Models/Account.h index 28fb5b0..1016fb4 100755 --- a/server/Models/Account.h +++ b/server/Models/Account.h @@ -5,7 +5,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ #ifndef MODELS_ACCOUNT_H #define MODELS_ACCOUNT_H diff --git a/server/Models/AccountStatus.h b/server/Models/AccountStatus.h index d3780bb..0ce2b7f 100755 --- a/server/Models/AccountStatus.h +++ b/server/Models/AccountStatus.h @@ -5,7 +5,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ #ifndef MODELS_ACCOUNT_STATUS_H #define MODELS_ACCOUNT_STATUS_H diff --git a/server/Models/Db.h b/server/Models/Db.h index 0eb26fb..45ccb10 100755 --- a/server/Models/Db.h +++ b/server/Models/Db.h @@ -5,7 +5,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ #ifndef MODELS_DB_H #define MODELS_DB_H diff --git a/server/Models/InstallType.h b/server/Models/InstallType.h index fea5a3d..6fb8c3e 100755 --- a/server/Models/InstallType.h +++ b/server/Models/InstallType.h @@ -5,7 +5,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ #ifndef MODELS_INSTALL_TYPE_H #define MODELS_INSTALL_TYPE_H diff --git a/server/Models/Organization.h b/server/Models/Organization.h index 1944d28..ba81838 100755 --- a/server/Models/Organization.h +++ b/server/Models/Organization.h @@ -5,7 +5,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ #ifndef MODELS_ORGANIZATION_H #define MODELS_ORGANIZATION_H diff --git a/server/Models/ReosurceStatus.h b/server/Models/ReosurceStatus.h index be9300e..e8db4ab 100755 --- a/server/Models/ReosurceStatus.h +++ b/server/Models/ReosurceStatus.h @@ -5,7 +5,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ #ifndef MODELS_RESOURCE_STATUS_H #define MODELS_RESOURCE_STATUS_H diff --git a/server/Models/Resource.h b/server/Models/Resource.h index cf4c54d..8fb97e4 100755 --- a/server/Models/Resource.h +++ b/server/Models/Resource.h @@ -5,7 +5,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ #ifndef MODELS_RESOURCE_H #define MODELS_RESOURCE_H diff --git a/server/Models/ResourceInfo.h b/server/Models/ResourceInfo.h index 0c1d7ed..6edb161 100755 --- a/server/Models/ResourceInfo.h +++ b/server/Models/ResourceInfo.h @@ -5,7 +5,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ #ifndef MODELS_RESOURCE_INFO_H #define MODELS_RESOURCE_INFO_H diff --git a/server/Models/ResourceType.h b/server/Models/ResourceType.h index 8732dc3..581d1f0 100644 --- a/server/Models/ResourceType.h +++ b/server/Models/ResourceType.h @@ -5,7 +5,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ #ifndef MODELS_RESOURCE_TYPE_H #define MODELS_RESOURCE_TYPE_H diff --git a/server/Routes.h b/server/Routes.h index 8fc86a3..ac1c68e 100755 --- a/server/Routes.h +++ b/server/Routes.h @@ -5,7 +5,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ #ifndef ROUTES_H #define ROUTES_H diff --git a/server/cOMS b/server/cOMS index 0d1c6db..69182a2 160000 --- a/server/cOMS +++ b/server/cOMS @@ -1 +1 @@ -Subproject commit 0d1c6db7a9ffa87b3d9033940c4cce84a0be62c6 +Subproject commit 69182a2a566572f256c061892ec83ffe54ab4d40 diff --git a/server/main.cpp b/server/main.cpp index c3d8b66..8268091 100755 --- a/server/main.cpp +++ b/server/main.cpp @@ -5,7 +5,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ #include diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index fe245b8..5e5b7a2 100755 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Autoloader.php b/tests/Autoloader.php index d7fd765..d032623 100755 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ namespace tests; * * @package tests * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Autoloader diff --git a/tests/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php index 4e39fd5..2f977e3 100755 --- a/tests/Controller/ApiControllerTest.php +++ b/tests/Controller/ApiControllerTest.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1);