diff --git a/backend/config/main.php b/backend/config/main.php index e00864a..5f89ca7 100755 --- a/backend/config/main.php +++ b/backend/config/main.php @@ -59,11 +59,17 @@ return [ 'achievements' => [ 'class' => 'backend\modules\achievements\Achievements', ], + 'test' => [ + 'class' => 'backend\modules\test\Test', + ], + 'questionnaire' => [ + 'class' => 'backend\modules\questionnaire\Questionnaire', + ], ], 'components' => [ 'request' => [ 'csrfParam' => '_csrf-backend', - 'baseUrl' => '/secure', + 'baseUrl' => '', // /secure ], 'user' => [ 'identityClass' => 'common\models\User', diff --git a/backend/modules/accesses/views/accesses/_expand-row-details.php b/backend/modules/accesses/views/accesses/_expand-row-details.php old mode 100644 new mode 100755 diff --git a/backend/modules/accesses/views/accesses/all.php b/backend/modules/accesses/views/accesses/all.php old mode 100644 new mode 100755 diff --git a/backend/modules/calendar/Calendar.php b/backend/modules/calendar/Calendar.php old mode 100644 new mode 100755 diff --git a/backend/modules/calendar/controllers/AjaxController.php b/backend/modules/calendar/controllers/AjaxController.php old mode 100644 new mode 100755 diff --git a/backend/modules/calendar/controllers/CalendarController.php b/backend/modules/calendar/controllers/CalendarController.php old mode 100644 new mode 100755 diff --git a/backend/modules/calendar/views/ajax/_gridView.php b/backend/modules/calendar/views/ajax/_gridView.php old mode 100644 new mode 100755 diff --git a/backend/modules/calendar/views/calendar/index.php b/backend/modules/calendar/views/calendar/index.php old mode 100644 new mode 100755 diff --git a/backend/modules/calendar/views/calendar/table.php b/backend/modules/calendar/views/calendar/table.php old mode 100644 new mode 100755 diff --git a/backend/modules/card/views/user-card/password.php b/backend/modules/card/views/user-card/password.php old mode 100644 new mode 100755 diff --git a/backend/modules/holiday/views/holiday/calendar.php b/backend/modules/holiday/views/holiday/calendar.php old mode 100644 new mode 100755 diff --git a/backend/modules/interview/Interview.php b/backend/modules/interview/Interview.php old mode 100644 new mode 100755 diff --git a/backend/modules/interview/controllers/DefaultController.php b/backend/modules/interview/controllers/DefaultController.php old mode 100644 new mode 100755 diff --git a/backend/modules/interview/controllers/InterviewController.php b/backend/modules/interview/controllers/InterviewController.php old mode 100644 new mode 100755 diff --git a/backend/modules/interview/models/InterviewRequest.php b/backend/modules/interview/models/InterviewRequest.php old mode 100644 new mode 100755 diff --git a/backend/modules/interview/models/InterviewRequestSearch.php b/backend/modules/interview/models/InterviewRequestSearch.php old mode 100644 new mode 100755 diff --git a/backend/modules/interview/views/default/index.php b/backend/modules/interview/views/default/index.php old mode 100644 new mode 100755 diff --git a/backend/modules/interview/views/interview/_form.php b/backend/modules/interview/views/interview/_form.php old mode 100644 new mode 100755 diff --git a/backend/modules/interview/views/interview/_search.php b/backend/modules/interview/views/interview/_search.php old mode 100644 new mode 100755 diff --git a/backend/modules/interview/views/interview/create.php b/backend/modules/interview/views/interview/create.php old mode 100644 new mode 100755 diff --git a/backend/modules/interview/views/interview/index.php b/backend/modules/interview/views/interview/index.php old mode 100644 new mode 100755 diff --git a/backend/modules/interview/views/interview/update.php b/backend/modules/interview/views/interview/update.php old mode 100644 new mode 100755 diff --git a/backend/modules/interview/views/interview/view.php b/backend/modules/interview/views/interview/view.php old mode 100644 new mode 100755 diff --git a/backend/modules/options/Options.php b/backend/modules/options/Options.php old mode 100644 new mode 100755 diff --git a/backend/modules/options/controllers/DefaultController.php b/backend/modules/options/controllers/DefaultController.php old mode 100644 new mode 100755 diff --git a/backend/modules/options/controllers/OptionsController.php b/backend/modules/options/controllers/OptionsController.php old mode 100644 new mode 100755 diff --git a/backend/modules/options/models/Options.php b/backend/modules/options/models/Options.php old mode 100644 new mode 100755 diff --git a/backend/modules/options/models/OptionsSearch.php b/backend/modules/options/models/OptionsSearch.php old mode 100644 new mode 100755 diff --git a/backend/modules/options/views/default/index.php b/backend/modules/options/views/default/index.php old mode 100644 new mode 100755 diff --git a/backend/modules/options/views/options/_form.php b/backend/modules/options/views/options/_form.php old mode 100644 new mode 100755 diff --git a/backend/modules/options/views/options/_search.php b/backend/modules/options/views/options/_search.php old mode 100644 new mode 100755 diff --git a/backend/modules/options/views/options/create.php b/backend/modules/options/views/options/create.php old mode 100644 new mode 100755 diff --git a/backend/modules/options/views/options/index.php b/backend/modules/options/views/options/index.php old mode 100644 new mode 100755 diff --git a/backend/modules/options/views/options/update.php b/backend/modules/options/views/options/update.php old mode 100644 new mode 100755 diff --git a/backend/modules/options/views/options/view.php b/backend/modules/options/views/options/view.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/Reports.php b/backend/modules/reports/Reports.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/controllers/AjaxController.php b/backend/modules/reports/controllers/AjaxController.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/controllers/DefaultController.php b/backend/modules/reports/controllers/DefaultController.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/controllers/ReportsController.php b/backend/modules/reports/controllers/ReportsController.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/models/Month.php b/backend/modules/reports/models/Month.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/models/ReportsSearch.php b/backend/modules/reports/models/ReportsSearch.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/models/ReportsTaskSearch.php b/backend/modules/reports/models/ReportsTaskSearch.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/views/ajax/_gridViewAllUsers.php b/backend/modules/reports/views/ajax/_gridViewAllUsers.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/views/ajax/_gridViewOneUser.php b/backend/modules/reports/views/ajax/_gridViewOneUser.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/views/default/index.php b/backend/modules/reports/views/default/index.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/views/reports/_expand-row-details.php b/backend/modules/reports/views/reports/_expand-row-details.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/views/reports/_form.php b/backend/modules/reports/views/reports/_form.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/views/reports/_search.php b/backend/modules/reports/views/reports/_search.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/views/reports/_user.php b/backend/modules/reports/views/reports/_user.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/views/reports/calendarOneUser.php b/backend/modules/reports/views/reports/calendarOneUser.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/views/reports/create.php b/backend/modules/reports/views/reports/create.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/views/reports/group.php b/backend/modules/reports/views/reports/group.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/views/reports/index.php b/backend/modules/reports/views/reports/index.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/views/reports/list.php b/backend/modules/reports/views/reports/list.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/views/reports/non-exist_user_id.php b/backend/modules/reports/views/reports/non-exist_user_id.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/views/reports/update.php b/backend/modules/reports/views/reports/update.php old mode 100644 new mode 100755 diff --git a/backend/modules/reports/views/reports/view.php b/backend/modules/reports/views/reports/view.php old mode 100644 new mode 100755 diff --git a/backend/modules/settings/controllers/SkillCategoryController.php b/backend/modules/settings/controllers/SkillCategoryController.php old mode 100644 new mode 100755 diff --git a/backend/modules/settings/models/SkillCategorySearch.php b/backend/modules/settings/models/SkillCategorySearch.php old mode 100644 new mode 100755 diff --git a/backend/modules/settings/models/SkillsOnMainPageForm.php b/backend/modules/settings/models/SkillsOnMainPageForm.php old mode 100644 new mode 100755 diff --git a/backend/modules/settings/views/skill-category/_form.php b/backend/modules/settings/views/skill-category/_form.php old mode 100644 new mode 100755 diff --git a/backend/modules/settings/views/skill-category/_search.php b/backend/modules/settings/views/skill-category/_search.php old mode 100644 new mode 100755 diff --git a/backend/modules/settings/views/skill-category/create.php b/backend/modules/settings/views/skill-category/create.php old mode 100644 new mode 100755 diff --git a/backend/modules/settings/views/skill-category/index.php b/backend/modules/settings/views/skill-category/index.php old mode 100644 new mode 100755 diff --git a/backend/modules/settings/views/skill-category/update.php b/backend/modules/settings/views/skill-category/update.php old mode 100644 new mode 100755 diff --git a/backend/modules/settings/views/skill-category/view.php b/backend/modules/settings/views/skill-category/view.php old mode 100644 new mode 100755 diff --git a/backend/modules/settings/views/skill/skills-on-main-page.php b/backend/modules/settings/views/skill/skills-on-main-page.php old mode 100644 new mode 100755 diff --git a/backend/views/layouts/left.php b/backend/views/layouts/left.php index aa568d8..b074264 100755 --- a/backend/views/layouts/left.php +++ b/backend/views/layouts/left.php @@ -46,7 +46,7 @@ ], 'visible' => Yii::$app->user->can('confidential_information') ], - ['label' => 'Баланс', 'icon' => 'dollar', 'url' => ['/balan ce/balance'], 'active' => \Yii::$app->controller->id == 'balance', 'visible' => Yii::$app->user->can('confidential_information')], + ['label' => 'Баланс', 'icon' => 'dollar', 'url' => ['/balance/balance'], 'active' => \Yii::$app->controller->id == 'balance', 'visible' => Yii::$app->user->can('confidential_information')], ['label' => 'Отпуска', 'icon' => 'plane', 'url' => ['/holiday/holiday'], 'active' => \Yii::$app->controller->id == 'holiday', 'visible' => Yii::$app->user->can('confidential_information')], ['label' => 'Достижения', 'icon' => 'trophy', 'url' => ['/achievements/achievements'], 'active' => \Yii::$app->controller->id == 'achievements', 'visible' => Yii::$app->user->can('confidential_information')], ['label' => 'Доступы', 'icon' => 'key', 'url' => ['/accesses/accesses'], 'active' => \Yii::$app->controller->id == 'accesses', 'visible' => Yii::$app->user->can('confidential_information')], @@ -62,6 +62,20 @@ 'visible' => Yii::$app->user->can('confidential_information'), 'badge' => '4' ], + [ + 'label' => 'Анкеты', 'icon' => 'gears', 'url' => '#', + 'items' => [ + ['label' => 'Категории анкет', 'icon' => 'file-text-o', 'url' => ['/questionnaire/questionnaire-category'], 'active' => \Yii::$app->controller->id == 'questionnaire-category'], + ['label' => 'Список анкет', 'icon' => 'file-text-o', 'url' => ['/questionnaire/questionnaire'], 'active' => \Yii::$app->controller->id == 'questionnaire'], + ['label' => 'Типы вопросов', 'icon' => 'file-text-o', 'url' => ['/questionnaire/question-type'], 'active' => \Yii::$app->controller->id == 'question-type'], + ['label' => 'Вопросы', 'icon' => 'file-text-o', 'url' => ['/questionnaire/question'], 'active' => \Yii::$app->controller->id == 'question'], + ['label' => 'Ответы', 'icon' => 'file-text-o', 'url' => ['/questionnaire/answer'], 'active' => \Yii::$app->controller->id == 'answer'], + ['label' => 'Анкеты пользователей', 'icon' => 'file-text-o', 'url' => ['/questionnaire/user-questionnaire'], 'active' => \Yii::$app->controller->id == 'user-questionnaire'], + ['label' => 'Ответы пользователей', 'icon' => 'file-text-o', 'url' => ['/questionnaire/user-response'], 'active' => \Yii::$app->controller->id == 'user-response'], + ], + +// 'visible' => Yii::$app->user->can('confidential_information') + ], /*['label' => 'Gii', 'icon' => 'file-code-o', 'url' => ['/gii']], ['label' => 'Debug', 'icon' => 'dashboard', 'url' => ['/debug']], diff --git a/backend/web/css/calendar.css b/backend/web/css/calendar.css old mode 100644 new mode 100755 diff --git a/backend/web/js/site.js b/backend/web/js/site.js old mode 100644 new mode 100755 diff --git a/backend/widgets/AppAsset.php b/backend/widgets/AppAsset.php old mode 100644 new mode 100755 diff --git a/backend/widgets/Calendar.php b/backend/widgets/Calendar.php old mode 100644 new mode 100755 diff --git a/backend/widgets/Calendar/assets/css/style.css b/backend/widgets/Calendar/assets/css/style.css old mode 100644 new mode 100755 diff --git a/backend/widgets/Calendar/assets/js/script.js b/backend/widgets/Calendar/assets/js/script.js old mode 100644 new mode 100755 diff --git a/backend/widgets/Calendar/assets/js/src/CalendarHelper.js b/backend/widgets/Calendar/assets/js/src/CalendarHelper.js old mode 100644 new mode 100755 diff --git a/backend/widgets/Calendar/assets/js/src/DateHelper.js b/backend/widgets/Calendar/assets/js/src/DateHelper.js old mode 100644 new mode 100755 diff --git a/common/behaviors/GsCors.php b/common/behaviors/GsCors.php old mode 100644 new mode 100755 diff --git a/common/behaviors/LogBehavior.php b/common/behaviors/LogBehavior.php old mode 100644 new mode 100755 diff --git a/common/models/Achievement.php b/common/models/Achievement.php old mode 100644 new mode 100755 diff --git a/common/models/AchievementUserCard.php b/common/models/AchievementUserCard.php old mode 100644 new mode 100755 diff --git a/common/models/AuthAssignment.php b/common/models/AuthAssignment.php old mode 100644 new mode 100755 diff --git a/common/models/ChangeHistory.php b/common/models/ChangeHistory.php old mode 100644 new mode 100755 diff --git a/common/models/InterviewRequest.php b/common/models/InterviewRequest.php old mode 100644 new mode 100755 diff --git a/common/models/Options.php b/common/models/Options.php old mode 100644 new mode 100755 diff --git a/common/models/Reports.php b/common/models/Reports.php old mode 100644 new mode 100755 diff --git a/common/models/ReportsTask.php b/common/models/ReportsTask.php old mode 100644 new mode 100755 diff --git a/common/models/SkillCategory.php b/common/models/SkillCategory.php old mode 100644 new mode 100755 diff --git a/composer.json b/composer.json index 41ce07d..27249a3 100755 --- a/composer.json +++ b/composer.json @@ -33,7 +33,10 @@ "edofre/yii2-fullcalendar-scheduler": "V1.1.12", "asmoday74/yii2-ckeditor5": "*", "kavalar/telegram_bot": "^0.2.0", - "kavalar/yii2-telegram-bot": "^0.1.0" + "kavalar/yii2-telegram-bot": "^0.1.0", + "ramsey/uuid": "^4.2", + "kartik-v/yii2-widget-depdrop": "dev-master", + "2amigos/yii2-transliterator-helper": "*" }, "require-dev": { "yiisoft/yii2-debug": "~2.0.0", diff --git a/composer.lock b/composer.lock index f7cf5ea..0dc726f 100755 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2417dff8722801fc2d8a22b7c7278413", + "content-hash": "1f09d47b3a935abd3aae2c9a33ff84e5", "packages": [ { "name": "2amigos/yii2-file-upload-widget", @@ -133,6 +133,53 @@ }, "time": "2017-09-09T16:01:44+00:00" }, + { + "name": "2amigos/yii2-transliterator-helper", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/2amigos/yii2-transliterator-helper.git", + "reference": "d43b5b58b55ef79bcaf092e70eaa30f458417dd5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/2amigos/yii2-transliterator-helper/zipball/d43b5b58b55ef79bcaf092e70eaa30f458417dd5", + "reference": "d43b5b58b55ef79bcaf092e70eaa30f458417dd5", + "shasum": "" + }, + "require": { + "yiisoft/yii2": "*" + }, + "type": "yii2-extension", + "autoload": { + "psr-4": { + "dosamigos\\transliterator\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Antonio Ramirez", + "email": "ramirez.cobos@gmail.com", + "homepage": "http://2amigos.us" + } + ], + "description": "Transliterator Helper for Yii2.", + "keywords": [ + "extension", + "helper", + "transliterator", + "yii" + ], + "support": { + "issues": "https://github.com/2amigos/yii2-transliterator-helper/issues", + "source": "https://github.com/2amigos/yii2-transliterator-helper/tree/master" + }, + "time": "2017-06-20T15:23:26+00:00" + }, { "name": "almasaeed2010/adminlte", "version": "v2.4.18", @@ -244,7 +291,7 @@ "version": "v9.34.0", "source": { "type": "git", - "url": "git@github.com:blueimp/jQuery-File-Upload.git", + "url": "https://github.com/blueimp/jQuery-File-Upload.git", "reference": "bb52d3493d725175fcf5554da034a317aaaea0e2" }, "dist": { @@ -334,7 +381,7 @@ "version": "3.3.11", "source": { "type": "git", - "url": "git@github.com:RobinHerbots/Inputmask.git", + "url": "https://github.com/RobinHerbots/Inputmask.git", "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b" }, "dist": { @@ -355,7 +402,7 @@ "version": "3.6.0", "source": { "type": "git", - "url": "https://github.com/jquery/jquery-dist.git", + "url": "git@github.com:jquery/jquery-dist.git", "reference": "e786e3d9707ffd9b0dd330ca135b66344dcef85a" }, "dist": { @@ -465,6 +512,66 @@ "MIT" ] }, + { + "name": "brick/math", + "version": "0.9.3", + "source": { + "type": "git", + "url": "https://github.com/brick/math.git", + "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae", + "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.2", + "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0", + "vimeo/psalm": "4.9.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "Brick\\Math\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Arbitrary-precision arithmetic library", + "keywords": [ + "Arbitrary-precision", + "BigInteger", + "BigRational", + "arithmetic", + "bigdecimal", + "bignum", + "brick", + "math" + ], + "support": { + "issues": "https://github.com/brick/math/issues", + "source": "https://github.com/brick/math/tree/0.9.3" + }, + "funding": [ + { + "url": "https://github.com/BenMorel", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/brick/math", + "type": "tidelift" + } + ], + "time": "2021-08-15T20:50:18+00:00" + }, { "name": "cebe/markdown", "version": "1.2.1", @@ -780,16 +887,16 @@ }, { "name": "egulias/email-validator", - "version": "3.1.1", + "version": "3.1.2", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307" + "reference": "ee0db30118f661fb166bcffbf5d82032df484697" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c81f18a3efb941d8c4d2e025f6183b5c6d697307", - "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697", + "reference": "ee0db30118f661fb166bcffbf5d82032df484697", "shasum": "" }, "require": { @@ -836,7 +943,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/3.1.1" + "source": "https://github.com/egulias/EmailValidator/tree/3.1.2" }, "funding": [ { @@ -844,7 +951,7 @@ "type": "github" } ], - "time": "2021-04-01T18:37:14+00:00" + "time": "2021-10-11T09:18:27+00:00" }, { "name": "ezyang/htmlpurifier", @@ -954,16 +1061,16 @@ }, { "name": "kartik-v/bootstrap-fileinput", - "version": "v5.2.3", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/kartik-v/bootstrap-fileinput.git", - "reference": "a3340fd757a2a46fdeede677e366fce2e4f89d3a" + "reference": "642849327db63231922558b580e985e27beddfc1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/zipball/a3340fd757a2a46fdeede677e366fce2e4f89d3a", - "reference": "a3340fd757a2a46fdeede677e366fce2e4f89d3a", + "url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/zipball/642849327db63231922558b580e985e27beddfc1", + "reference": "642849327db63231922558b580e985e27beddfc1", "shasum": "" }, "type": "library", @@ -988,7 +1095,7 @@ "homepage": "http://www.krajee.com/" } ], - "description": "An enhanced HTML 5 file input for Bootstrap 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.", + "description": "An enhanced HTML 5 file input for Bootstrap 5.x, 4.x, and 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.", "homepage": "https://github.com/kartik-v/bootstrap-fileinput", "keywords": [ "ajax", @@ -1005,7 +1112,7 @@ ], "support": { "issues": "https://github.com/kartik-v/bootstrap-fileinput/issues", - "source": "https://github.com/kartik-v/bootstrap-fileinput/tree/v5.2.3" + "source": "https://github.com/kartik-v/bootstrap-fileinput/tree/v5.2.6" }, "funding": [ { @@ -1013,24 +1120,75 @@ "type": "open_collective" } ], - "time": "2021-07-25T06:58:43+00:00" + "time": "2021-09-23T15:32:41+00:00" }, { - "name": "kartik-v/yii2-bootstrap4-dropdown", - "version": "v1.0.1", + "name": "kartik-v/dependent-dropdown", + "version": "v1.4.9", "source": { "type": "git", - "url": "https://github.com/kartik-v/yii2-bootstrap4-dropdown.git", - "reference": "394cb4f85d82522ec5918f1581bdad518b324498" + "url": "https://github.com/kartik-v/dependent-dropdown.git", + "reference": "54a8806002ee21b744508a2edb95ed01d35c6cf9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kartik-v/yii2-bootstrap4-dropdown/zipball/394cb4f85d82522ec5918f1581bdad518b324498", - "reference": "394cb4f85d82522ec5918f1581bdad518b324498", + "url": "https://api.github.com/repos/kartik-v/dependent-dropdown/zipball/54a8806002ee21b744508a2edb95ed01d35c6cf9", + "reference": "54a8806002ee21b744508a2edb95ed01d35c6cf9", + "shasum": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, + "autoload": { + "psr-4": { + "kartik\\plugins\\depdrop\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Kartik Visweswaran", + "email": "kartikv2@gmail.com", + "homepage": "http://www.krajee.com/" + } + ], + "description": "A multi level dependent dropdown JQuery plugin that allows nested dependencies.", + "homepage": "https://github.com/kartik-v/dependent-dropdown", + "keywords": [ + "dependent", + "dropdown", + "jquery", + "option", + "select" + ], + "support": { + "issues": "https://github.com/kartik-v/dependent-dropdown/issues", + "source": "https://github.com/kartik-v/dependent-dropdown/tree/master" + }, + "time": "2019-03-09T10:53:11+00:00" + }, + { + "name": "kartik-v/yii2-bootstrap4-dropdown", + "version": "v1.0.2", + "source": { + "type": "git", + "url": "https://github.com/kartik-v/yii2-bootstrap4-dropdown.git", + "reference": "f96ed0b472e2b27ad392b961960484c9b9ea0519" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/kartik-v/yii2-bootstrap4-dropdown/zipball/f96ed0b472e2b27ad392b961960484c9b9ea0519", + "reference": "f96ed0b472e2b27ad392b961960484c9b9ea0519", "shasum": "" }, "require": { - "kartik-v/yii2-krajee-base": ">=2.0" + "kartik-v/yii2-krajee-base": ">=3.0" }, "suggest": { "yiisoft/yii2-bootstrap4": "The Yii 2 Bootstrap 4 extension must be installed separately for this extension to work." @@ -1057,7 +1215,7 @@ "homepage": "http://www.krajee.com/" } ], - "description": "Enhanced Bootstrap 4 dropdown widget for Yii2 with nested submenu support", + "description": "Enhanced Bootstrap 4.x dropdown widget for Yii2 with nested submenu support", "homepage": "https://github.com/kartik-v/yii2-bootstrap4-dropdown", "keywords": [ "bootstrap", @@ -1069,26 +1227,84 @@ ], "support": { "issues": "https://github.com/kartik-v/yii2-bootstrap4-dropdown/issues", - "source": "https://github.com/kartik-v/yii2-bootstrap4-dropdown/tree/master" + "source": "https://github.com/kartik-v/yii2-bootstrap4-dropdown/tree/v1.0.2" }, - "time": "2020-03-27T10:45:23+00:00" + "time": "2021-09-01T11:15:00+00:00" }, { - "name": "kartik-v/yii2-dialog", - "version": "v1.0.5", + "name": "kartik-v/yii2-bootstrap5-dropdown", + "version": "v1.0.0", "source": { "type": "git", - "url": "https://github.com/kartik-v/yii2-dialog.git", - "reference": "c38616d719f52530749457c022ca6134d0ad31ce" + "url": "https://github.com/kartik-v/yii2-bootstrap5-dropdown.git", + "reference": "a5de5a0be15928efbf639fe5e1eb267516313ec8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kartik-v/yii2-dialog/zipball/c38616d719f52530749457c022ca6134d0ad31ce", - "reference": "c38616d719f52530749457c022ca6134d0ad31ce", + "url": "https://api.github.com/repos/kartik-v/yii2-bootstrap5-dropdown/zipball/a5de5a0be15928efbf639fe5e1eb267516313ec8", + "reference": "a5de5a0be15928efbf639fe5e1eb267516313ec8", "shasum": "" }, "require": { - "kartik-v/yii2-krajee-base": ">=2.0.0" + "kartik-v/yii2-krajee-base": ">=3.0" + }, + "suggest": { + "yiisoft/yii2-bootstrap5": "The Yii 2 Bootstrap 4 extension must be installed separately for this extension to work." + }, + "type": "yii2-extension", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "kartik\\bs5dropdown\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Kartik Visweswaran", + "email": "kartikv2@gmail.com", + "homepage": "http://www.krajee.com/" + } + ], + "description": "Enhanced Bootstrap 4 dropdown widget for Yii2 with nested submenu support", + "homepage": "https://github.com/kartik-v/yii2-bootstrap5-dropdown", + "keywords": [ + "bootstrap", + "dropdown", + "jquery", + "nested", + "submenu", + "yii2" + ], + "support": { + "issues": "https://github.com/kartik-v/yii2-bootstrap5-dropdown/issues", + "source": "https://github.com/kartik-v/yii2-bootstrap5-dropdown/tree/v1.0.0" + }, + "time": "2021-09-01T11:16:26+00:00" + }, + { + "name": "kartik-v/yii2-dialog", + "version": "v1.0.6", + "source": { + "type": "git", + "url": "https://github.com/kartik-v/yii2-dialog.git", + "reference": "510c3a35ffe79987cde9a9366cedbff545fd92d4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/kartik-v/yii2-dialog/zipball/510c3a35ffe79987cde9a9366cedbff545fd92d4", + "reference": "510c3a35ffe79987cde9a9366cedbff545fd92d4", + "shasum": "" + }, + "require": { + "kartik-v/yii2-krajee-base": ">=3.0.0" }, "type": "yii2-extension", "extra": { @@ -1124,9 +1340,9 @@ ], "support": { "issues": "https://github.com/kartik-v/yii2-dialog/issues", - "source": "https://github.com/kartik-v/yii2-dialog/tree/master" + "source": "https://github.com/kartik-v/yii2-dialog/tree/v1.0.6" }, - "time": "2018-10-09T08:08:51+00:00" + "time": "2021-09-02T08:26:37+00:00" }, { "name": "kartik-v/yii2-grid", @@ -1134,16 +1350,17 @@ "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-grid.git", - "reference": "1aa635faba7778d354a7a1e48c66b87744eed2af" + "reference": "c8411420e3e1d146b24d22967fd3267df58791ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kartik-v/yii2-grid/zipball/1aa635faba7778d354a7a1e48c66b87744eed2af", - "reference": "1aa635faba7778d354a7a1e48c66b87744eed2af", + "url": "https://api.github.com/repos/kartik-v/yii2-grid/zipball/c8411420e3e1d146b24d22967fd3267df58791ad", + "reference": "c8411420e3e1d146b24d22967fd3267df58791ad", "shasum": "" }, "require": { "kartik-v/yii2-bootstrap4-dropdown": "~1.0", + "kartik-v/yii2-bootstrap5-dropdown": "~1.0", "kartik-v/yii2-dialog": "~1.0" }, "suggest": { @@ -1190,20 +1407,20 @@ "type": "open_collective" } ], - "time": "2020-11-26T15:46:03+00:00" + "time": "2021-09-27T04:44:51+00:00" }, { "name": "kartik-v/yii2-krajee-base", - "version": "v2.0.6", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-krajee-base.git", - "reference": "9b6bc8335e8e561e3953826efefd57b1df7bdce0" + "reference": "bbf7b58b0000f44834c18c0f2eed13a0a7d04c09" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kartik-v/yii2-krajee-base/zipball/9b6bc8335e8e561e3953826efefd57b1df7bdce0", - "reference": "9b6bc8335e8e561e3953826efefd57b1df7bdce0", + "url": "https://api.github.com/repos/kartik-v/yii2-krajee-base/zipball/bbf7b58b0000f44834c18c0f2eed13a0a7d04c09", + "reference": "bbf7b58b0000f44834c18c0f2eed13a0a7d04c09", "shasum": "" }, "suggest": { @@ -1213,7 +1430,7 @@ "type": "yii2-extension", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -1244,9 +1461,9 @@ ], "support": { "issues": "https://github.com/kartik-v/yii2-krajee-base/issues", - "source": "https://github.com/kartik-v/yii2-krajee-base/tree/v2.0.6" + "source": "https://github.com/kartik-v/yii2-krajee-base/tree/v3.0.1" }, - "time": "2021-04-08T18:07:22+00:00" + "time": "2021-09-03T10:16:59+00:00" }, { "name": "kartik-v/yii2-widget-datepicker", @@ -1366,6 +1583,65 @@ }, "time": "2020-09-11T13:24:42+00:00" }, + { + "name": "kartik-v/yii2-widget-depdrop", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/kartik-v/yii2-widget-depdrop.git", + "reference": "4dffe1fd0c9d9d5b7e6231f6cd059dfa36d22b3b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/kartik-v/yii2-widget-depdrop/zipball/4dffe1fd0c9d9d5b7e6231f6cd059dfa36d22b3b", + "reference": "4dffe1fd0c9d9d5b7e6231f6cd059dfa36d22b3b", + "shasum": "" + }, + "require": { + "kartik-v/dependent-dropdown": "~1.4", + "kartik-v/yii2-krajee-base": ">=2.0.0" + }, + "default-branch": true, + "type": "yii2-extension", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "kartik\\depdrop\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Kartik Visweswaran", + "email": "kartikv2@gmail.com", + "homepage": "http://www.krajee.com/" + } + ], + "description": "Widget that enables setting up dependent dropdowns with nested dependencies (sub repo split from yii2-widgets)", + "homepage": "https://github.com/kartik-v/yii2-widget-depdrop", + "keywords": [ + "dependent", + "dropdown", + "extension", + "form", + "jquery", + "plugin", + "widget", + "yii2" + ], + "support": { + "issues": "https://github.com/kartik-v/yii2-widget-depdrop/issues", + "source": "https://github.com/kartik-v/yii2-widget-depdrop/tree/master" + }, + "time": "2019-05-25T07:32:15+00:00" + }, { "name": "kartik-v/yii2-widget-fileinput", "version": "v1.1.0", @@ -1437,16 +1713,16 @@ "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-select2.git", - "reference": "b30936d556639cdecd98bdd9733509a6be5dcc1c" + "reference": "b3c74af0612d47928d64e04efaae242d7611dda2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kartik-v/yii2-widget-select2/zipball/b30936d556639cdecd98bdd9733509a6be5dcc1c", - "reference": "b30936d556639cdecd98bdd9733509a6be5dcc1c", + "url": "https://api.github.com/repos/kartik-v/yii2-widget-select2/zipball/b3c74af0612d47928d64e04efaae242d7611dda2", + "reference": "b3c74af0612d47928d64e04efaae242d7611dda2", "shasum": "" }, "require": { - "kartik-v/yii2-krajee-base": ">=1.9", + "kartik-v/yii2-krajee-base": ">=3.0", "select2/select2": ">=4.0" }, "default-branch": true, @@ -1486,7 +1762,7 @@ ], "support": { "issues": "https://github.com/kartik-v/yii2-widget-select2/issues", - "source": "https://github.com/kartik-v/yii2-widget-select2/tree/v2.2.1" + "source": "https://github.com/kartik-v/yii2-widget-select2/tree/master" }, "funding": [ { @@ -1494,7 +1770,7 @@ "type": "open_collective" } ], - "time": "2021-06-09T07:29:31+00:00" + "time": "2021-10-06T11:17:54+00:00" }, { "name": "kavalar/hhapi", @@ -1887,6 +2163,183 @@ }, "time": "2020-10-15T08:29:30+00:00" }, + { + "name": "ramsey/collection", + "version": "1.2.2", + "source": { + "type": "git", + "url": "https://github.com/ramsey/collection.git", + "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a", + "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a", + "shasum": "" + }, + "require": { + "php": "^7.3 || ^8", + "symfony/polyfill-php81": "^1.23" + }, + "require-dev": { + "captainhook/captainhook": "^5.3", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", + "ergebnis/composer-normalize": "^2.6", + "fakerphp/faker": "^1.5", + "hamcrest/hamcrest-php": "^2", + "jangregor/phpstan-prophecy": "^0.8", + "mockery/mockery": "^1.3", + "phpspec/prophecy-phpunit": "^2.0", + "phpstan/extension-installer": "^1", + "phpstan/phpstan": "^0.12.32", + "phpstan/phpstan-mockery": "^0.12.5", + "phpstan/phpstan-phpunit": "^0.12.11", + "phpunit/phpunit": "^8.5 || ^9", + "psy/psysh": "^0.10.4", + "slevomat/coding-standard": "^6.3", + "squizlabs/php_codesniffer": "^3.5", + "vimeo/psalm": "^4.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Ramsey\\Collection\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ben Ramsey", + "email": "ben@benramsey.com", + "homepage": "https://benramsey.com" + } + ], + "description": "A PHP library for representing and manipulating collections.", + "keywords": [ + "array", + "collection", + "hash", + "map", + "queue", + "set" + ], + "support": { + "issues": "https://github.com/ramsey/collection/issues", + "source": "https://github.com/ramsey/collection/tree/1.2.2" + }, + "funding": [ + { + "url": "https://github.com/ramsey", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/ramsey/collection", + "type": "tidelift" + } + ], + "time": "2021-10-10T03:01:02+00:00" + }, + { + "name": "ramsey/uuid", + "version": "4.2.3", + "source": { + "type": "git", + "url": "https://github.com/ramsey/uuid.git", + "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df", + "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df", + "shasum": "" + }, + "require": { + "brick/math": "^0.8 || ^0.9", + "ext-json": "*", + "php": "^7.2 || ^8.0", + "ramsey/collection": "^1.0", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php80": "^1.14" + }, + "replace": { + "rhumsaa/uuid": "self.version" + }, + "require-dev": { + "captainhook/captainhook": "^5.10", + "captainhook/plugin-composer": "^5.3", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", + "doctrine/annotations": "^1.8", + "ergebnis/composer-normalize": "^2.15", + "mockery/mockery": "^1.3", + "moontoast/math": "^1.1", + "paragonie/random-lib": "^2", + "php-mock/php-mock": "^2.2", + "php-mock/php-mock-mockery": "^1.3", + "php-parallel-lint/php-parallel-lint": "^1.1", + "phpbench/phpbench": "^1.0", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-mockery": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpunit/phpunit": "^8.5 || ^9", + "slevomat/coding-standard": "^7.0", + "squizlabs/php_codesniffer": "^3.5", + "vimeo/psalm": "^4.9" + }, + "suggest": { + "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", + "ext-ctype": "Enables faster processing of character classification using ctype functions.", + "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", + "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", + "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", + "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "4.x-dev" + }, + "captainhook": { + "force-install": true + } + }, + "autoload": { + "psr-4": { + "Ramsey\\Uuid\\": "src/" + }, + "files": [ + "src/functions.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", + "keywords": [ + "guid", + "identifier", + "uuid" + ], + "support": { + "issues": "https://github.com/ramsey/uuid/issues", + "source": "https://github.com/ramsey/uuid/tree/4.2.3" + }, + "funding": [ + { + "url": "https://github.com/ramsey", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", + "type": "tidelift" + } + ], + "time": "2021-09-25T23:10:38+00:00" + }, { "name": "rmrevin/yii2-fontawesome", "version": "2.17.1", @@ -2122,6 +2575,85 @@ ], "time": "2021-03-09T12:30:35+00:00" }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.23.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "support": { + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-02-19T12:13:01+00:00" + }, { "name": "symfony/polyfill-iconv", "version": "v1.23.0", @@ -2529,6 +3061,168 @@ ], "time": "2021-05-27T09:17:38+00:00" }, + { + "name": "symfony/polyfill-php80", + "version": "v1.23.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", + "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-07-28T13:41:28+00:00" + }, + { + "name": "symfony/polyfill-php81", + "version": "v1.23.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "e66119f3de95efc359483f810c4c3e6436279436" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436", + "reference": "e66119f3de95efc359483f810c4c3e6436279436", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-05-21T13:25:03+00:00" + }, { "name": "telegram-bot/api", "version": "v2.3.22", @@ -2591,16 +3285,16 @@ }, { "name": "unclead/yii2-multiple-input", - "version": "2.24.0", + "version": "2.26.2", "source": { "type": "git", "url": "https://github.com/unclead/yii2-multiple-input.git", - "reference": "fa4a69a96643b532ea2b49f86bdd6aeb6cd201a7" + "reference": "6c6d00e69ddf93f6eea89da07ec7de372dc2dae3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/unclead/yii2-multiple-input/zipball/fa4a69a96643b532ea2b49f86bdd6aeb6cd201a7", - "reference": "fa4a69a96643b532ea2b49f86bdd6aeb6cd201a7", + "url": "https://api.github.com/repos/unclead/yii2-multiple-input/zipball/6c6d00e69ddf93f6eea89da07ec7de372dc2dae3", + "reference": "6c6d00e69ddf93f6eea89da07ec7de372dc2dae3", "shasum": "" }, "require": { @@ -2640,7 +3334,7 @@ "issues": "https://github.com/unclead/yii2-multiple-input/issues?state=open", "source": "https://github.com/unclead/yii2-multiple-input" }, - "time": "2021-01-09T10:53:24+00:00" + "time": "2021-10-01T10:05:32+00:00" }, { "name": "yiisoft/yii2", @@ -3048,25 +3742,24 @@ "packages-dev": [ { "name": "behat/gherkin", - "version": "v4.8.0", + "version": "v4.9.0", "source": { "type": "git", "url": "https://github.com/Behat/Gherkin.git", - "reference": "2391482cd003dfdc36b679b27e9f5326bd656acd" + "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2391482cd003dfdc36b679b27e9f5326bd656acd", - "reference": "2391482cd003dfdc36b679b27e9f5326bd656acd", + "url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4", + "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4", "shasum": "" }, "require": { "php": "~7.2|~8.0" }, "require-dev": { - "cucumber/cucumber": "dev-gherkin-16.0.0", + "cucumber/cucumber": "dev-gherkin-22.0.0", "phpunit/phpunit": "~8|~9", - "symfony/phpunit-bridge": "~3|~4|~5", "symfony/yaml": "~3|~4|~5" }, "suggest": { @@ -3075,7 +3768,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.4-dev" + "dev-master": "4.x-dev" } }, "autoload": { @@ -3106,9 +3799,9 @@ ], "support": { "issues": "https://github.com/Behat/Gherkin/issues", - "source": "https://github.com/Behat/Gherkin/tree/v4.8.0" + "source": "https://github.com/Behat/Gherkin/tree/v4.9.0" }, - "time": "2021-02-04T12:44:21+00:00" + "time": "2021-10-12T13:05:09+00:00" }, { "name": "bower-asset/typeahead.js", @@ -3414,21 +4107,21 @@ }, { "name": "fakerphp/faker", - "version": "v1.15.0", + "version": "v1.16.0", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "89c6201c74db25fa759ff16e78a4d8f32547770e" + "reference": "271d384d216e5e5c468a6b28feedf95d49f83b35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/89c6201c74db25fa759ff16e78a4d8f32547770e", - "reference": "89c6201c74db25fa759ff16e78a4d8f32547770e", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/271d384d216e5e5c468a6b28feedf95d49f83b35", + "reference": "271d384d216e5e5c468a6b28feedf95d49f83b35", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", - "psr/container": "^1.0", + "psr/container": "^1.0 || ^2.0", "symfony/deprecation-contracts": "^2.2" }, "conflict": { @@ -3448,7 +4141,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "v1.15-dev" + "dev-main": "v1.16-dev" } }, "autoload": { @@ -3473,22 +4166,22 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.15.0" + "source": "https://github.com/FakerPHP/Faker/tree/v1.16.0" }, - "time": "2021-07-06T20:39:40+00:00" + "time": "2021-09-06T14:53:37+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.8.2", + "version": "1.8.3", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "dc960a912984efb74d0a90222870c72c87f10c91" + "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", - "reference": "dc960a912984efb74d0a90222870c72c87f10c91", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", + "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", "shasum": "" }, "require": { @@ -3525,13 +4218,34 @@ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, { "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], @@ -3548,9 +4262,23 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.8.2" + "source": "https://github.com/guzzle/psr7/tree/1.8.3" }, - "time": "2021-04-26T09:17:50+00:00" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2021-10-05T13:56:00+00:00" }, { "name": "myclabs/deep-copy", @@ -3831,16 +4559,16 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.4.0", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0" + "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", - "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae", + "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae", "shasum": "" }, "require": { @@ -3848,7 +4576,8 @@ "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { - "ext-tokenizer": "*" + "ext-tokenizer": "*", + "psalm/phar": "^4.8" }, "type": "library", "extra": { @@ -3874,9 +4603,9 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.1" }, - "time": "2020-09-17T18:55:26+00:00" + "time": "2021-10-02T14:08:47+00:00" }, { "name": "phpspec/php-diff", @@ -3921,33 +4650,33 @@ }, { "name": "phpspec/prophecy", - "version": "1.13.0", + "version": "1.14.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea" + "reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea", - "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e", + "reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e", "shasum": "" }, "require": { "doctrine/instantiator": "^1.2", - "php": "^7.2 || ~8.0, <8.1", + "php": "^7.2 || ~8.0, <8.2", "phpdocumentor/reflection-docblock": "^5.2", "sebastian/comparator": "^3.0 || ^4.0", "sebastian/recursion-context": "^3.0 || ^4.0" }, "require-dev": { - "phpspec/phpspec": "^6.0", + "phpspec/phpspec": "^6.0 || ^7.0", "phpunit/phpunit": "^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.11.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -3982,9 +4711,9 @@ ], "support": { "issues": "https://github.com/phpspec/prophecy/issues", - "source": "https://github.com/phpspec/prophecy/tree/1.13.0" + "source": "https://github.com/phpspec/prophecy/tree/1.14.0" }, - "time": "2021-03-17T13:42:18+00:00" + "time": "2021-09-10T09:02:12+00:00" }, { "name": "phpunit/php-code-coverage", @@ -4367,22 +5096,27 @@ }, { "name": "psr/container", - "version": "1.1.1", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + "reference": "2ae37329ee82f91efadc282cc2d527fd6065a5ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", + "url": "https://api.github.com/repos/php-fig/container/zipball/2ae37329ee82f91efadc282cc2d527fd6065a5ef", + "reference": "2ae37329ee82f91efadc282cc2d527fd6065a5ef", "shasum": "" }, "require": { "php": ">=7.2.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" @@ -4409,9 +5143,9 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.1" + "source": "https://github.com/php-fig/container/tree/2.0.1" }, - "time": "2021-03-05T17:36:06+00:00" + "time": "2021-03-24T13:40:57+00:00" }, { "name": "psr/http-message", @@ -5248,16 +5982,16 @@ }, { "name": "symfony/console", - "version": "v4.4.29", + "version": "v4.4.30", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "8baf0bbcfddfde7d7225ae8e04705cfd1081cd7b" + "reference": "a3f7189a0665ee33b50e9e228c46f50f5acbed22" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/8baf0bbcfddfde7d7225ae8e04705cfd1081cd7b", - "reference": "8baf0bbcfddfde7d7225ae8e04705cfd1081cd7b", + "url": "https://api.github.com/repos/symfony/console/zipball/a3f7189a0665ee33b50e9e228c46f50f5acbed22", + "reference": "a3f7189a0665ee33b50e9e228c46f50f5acbed22", "shasum": "" }, "require": { @@ -5318,7 +6052,7 @@ "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/console/tree/v4.4.29" + "source": "https://github.com/symfony/console/tree/v4.4.30" }, "funding": [ { @@ -5334,7 +6068,7 @@ "type": "tidelift" } ], - "time": "2021-07-27T19:04:53+00:00" + "time": "2021-08-25T19:27:26+00:00" }, { "name": "symfony/css-selector", @@ -5471,16 +6205,16 @@ }, { "name": "symfony/dom-crawler", - "version": "v4.4.27", + "version": "v4.4.30", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "86aa075c9e0b13ac7db8d73d1f9d8b656143881a" + "reference": "4632ae3567746c7e915c33c67a2fb6ab746090c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/86aa075c9e0b13ac7db8d73d1f9d8b656143881a", - "reference": "86aa075c9e0b13ac7db8d73d1f9d8b656143881a", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4632ae3567746c7e915c33c67a2fb6ab746090c4", + "reference": "4632ae3567746c7e915c33c67a2fb6ab746090c4", "shasum": "" }, "require": { @@ -5525,7 +6259,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v4.4.27" + "source": "https://github.com/symfony/dom-crawler/tree/v4.4.30" }, "funding": [ { @@ -5541,20 +6275,20 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:41:52+00:00" + "time": "2021-08-28T15:40:01+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v4.4.27", + "version": "v4.4.30", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "958a128b184fcf0ba45ec90c0e88554c9327c2e9" + "reference": "2fe81680070043c4c80e7cedceb797e34f377bac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/958a128b184fcf0ba45ec90c0e88554c9327c2e9", - "reference": "958a128b184fcf0ba45ec90c0e88554c9327c2e9", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2fe81680070043c4c80e7cedceb797e34f377bac", + "reference": "2fe81680070043c4c80e7cedceb797e34f377bac", "shasum": "" }, "require": { @@ -5609,7 +6343,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.27" + "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.30" }, "funding": [ { @@ -5625,7 +6359,7 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:41:52+00:00" + "time": "2021-08-04T20:31:23+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -5708,16 +6442,16 @@ }, { "name": "symfony/finder", - "version": "v4.4.27", + "version": "v4.4.30", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "42414d7ac96fc2880a783b872185789dea0d4262" + "reference": "70362f1e112280d75b30087c7598b837c1b468b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/42414d7ac96fc2880a783b872185789dea0d4262", - "reference": "42414d7ac96fc2880a783b872185789dea0d4262", + "url": "https://api.github.com/repos/symfony/finder/zipball/70362f1e112280d75b30087c7598b837c1b468b6", + "reference": "70362f1e112280d75b30087c7598b837c1b468b6", "shasum": "" }, "require": { @@ -5750,7 +6484,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v4.4.27" + "source": "https://github.com/symfony/finder/tree/v4.4.30" }, "funding": [ { @@ -5766,86 +6500,7 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:41:52+00:00" - }, - { - "name": "symfony/polyfill-ctype", - "version": "v1.23.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", - "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.23-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], - "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2021-08-04T20:31:23+00:00" }, { "name": "symfony/polyfill-php73", @@ -5926,118 +6581,31 @@ ], "time": "2021-02-19T12:13:01+00:00" }, - { - "name": "symfony/polyfill-php80", - "version": "v1.23.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", - "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.23-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, - "files": [ - "bootstrap.php" - ], - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2021-07-28T13:41:28+00:00" - }, { "name": "symfony/service-contracts", - "version": "v2.4.0", + "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb" + "reference": "191afdcb5804db960d26d8566b7e9a2843cab3a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb", - "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/191afdcb5804db960d26d8566b7e9a2843cab3a0", + "reference": "191afdcb5804db960d26d8566b7e9a2843cab3a0", "shasum": "" }, "require": { - "php": ">=7.2.5", - "psr/container": "^1.1" + "php": "^7.1.3" }, "suggest": { + "psr/container": "", "symfony/service-implementation": "" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "dev-master": "1.1-dev" } }, "autoload": { @@ -6070,23 +6638,9 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v2.4.0" + "source": "https://github.com/symfony/service-contracts/tree/v1.1.2" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2021-04-01T10:43:52+00:00" + "time": "2019-05-28T07:50:59+00:00" }, { "name": "symfony/yaml", @@ -6467,7 +7021,8 @@ "kavalar/hhapi": 20, "kartik-v/yii2-widget-datepicker": 20, "kartik-v/yii2-grid": 20, - "kartik-v/yii2-widget-datetimepicker": 20 + "kartik-v/yii2-widget-datetimepicker": 20, + "kartik-v/yii2-widget-depdrop": 20 }, "prefer-stable": false, "prefer-lowest": false, diff --git a/console/controllers/RbacController.php b/console/controllers/RbacController.php old mode 100644 new mode 100755 diff --git a/console/controllers/SqlController.php b/console/controllers/SqlController.php old mode 100644 new mode 100755 diff --git a/console/migrations/m200121_115737_drop_access_column_from_accesses_table.php b/console/migrations/m200121_115737_drop_access_column_from_accesses_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m200121_120006_add_login_column_to_accesses_table.php b/console/migrations/m200121_120006_add_login_column_to_accesses_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m200121_120121_add_password_column_to_accesses_table.php b/console/migrations/m200121_120121_add_password_column_to_accesses_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m200204_125649_create_reports_table.php b/console/migrations/m200204_125649_create_reports_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m200729_104128_create_change_history_table.php b/console/migrations/m200729_104128_create_change_history_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m200803_135837_add_table_options_to_company_table.php b/console/migrations/m200803_135837_add_table_options_to_company_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m200805_113316_add_columns_links_to_user_card_table.php b/console/migrations/m200805_113316_add_columns_links_to_user_card_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m210607_102350_create_reports_task_table.php b/console/migrations/m210607_102350_create_reports_task_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m210608_131432_create_skill_category_table.php b/console/migrations/m210608_131432_create_skill_category_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m210609_102606_create_options_table.php b/console/migrations/m210609_102606_create_options_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m210625_094710_add_vc_text_column_to_user_card_table.php b/console/migrations/m210625_094710_add_vc_text_column_to_user_card_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m210625_101825_alter_columns_in_change_history_table.php b/console/migrations/m210625_101825_alter_columns_in_change_history_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m210630_140410_add_level_column_to_user_card_table.php b/console/migrations/m210630_140410_add_level_column_to_user_card_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m210703_114553_create_interview_request_table.php b/console/migrations/m210703_114553_create_interview_request_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m210708_141557_add_access_columns_to_user_table.php b/console/migrations/m210708_141557_add_access_columns_to_user_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m210713_103749_add_vc_text_short_column_to_user_card_table.php b/console/migrations/m210713_103749_add_vc_text_short_column_to_user_card_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m210811_140738_add_columns_years_of_exp_to_user_card_table.php b/console/migrations/m210811_140738_add_columns_years_of_exp_to_user_card_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m210816_100534_add_new_column_to_interview_request_table.php b/console/migrations/m210816_100534_add_new_column_to_interview_request_table.php old mode 100644 new mode 100755 diff --git a/console/migrations/m210908_110644_create_achievement_table_and_link_table_to_user_card.php b/console/migrations/m210908_110644_create_achievement_table_and_link_table_to_user_card.php old mode 100644 new mode 100755 diff --git a/docs/api/main.md b/docs/api/main.md old mode 100644 new mode 100755 diff --git a/frontend/modules/access/controllers/AccessController.php b/frontend/modules/access/controllers/AccessController.php old mode 100644 new mode 100755 diff --git a/frontend/modules/access/models/Access.php b/frontend/modules/access/models/Access.php old mode 100644 new mode 100755 diff --git a/frontend/modules/access/models/AccessSearch.php b/frontend/modules/access/models/AccessSearch.php old mode 100644 new mode 100755 diff --git a/frontend/modules/access/views/access/_form.php b/frontend/modules/access/views/access/_form.php old mode 100644 new mode 100755 diff --git a/frontend/modules/access/views/access/_search.php b/frontend/modules/access/views/access/_search.php old mode 100644 new mode 100755 diff --git a/frontend/modules/access/views/access/create.php b/frontend/modules/access/views/access/create.php old mode 100644 new mode 100755 diff --git a/frontend/modules/access/views/access/index.php b/frontend/modules/access/views/access/index.php old mode 100644 new mode 100755 diff --git a/frontend/modules/access/views/access/update.php b/frontend/modules/access/views/access/update.php old mode 100644 new mode 100755 diff --git a/frontend/modules/access/views/access/view.php b/frontend/modules/access/views/access/view.php old mode 100644 new mode 100755 diff --git a/frontend/modules/api/Api.php b/frontend/modules/api/Api.php old mode 100644 new mode 100755 diff --git a/frontend/modules/api/controllers/DefaultController.php b/frontend/modules/api/controllers/DefaultController.php old mode 100644 new mode 100755 diff --git a/frontend/modules/api/controllers/ProfileController.php b/frontend/modules/api/controllers/ProfileController.php old mode 100644 new mode 100755 diff --git a/frontend/modules/api/controllers/ReportsController.php b/frontend/modules/api/controllers/ReportsController.php old mode 100644 new mode 100755 diff --git a/frontend/modules/api/controllers/SkillsController.php b/frontend/modules/api/controllers/SkillsController.php old mode 100644 new mode 100755 diff --git a/frontend/modules/api/controllers/UserController.php b/frontend/modules/api/controllers/UserController.php old mode 100644 new mode 100755 diff --git a/frontend/modules/api/models/AddToInterviewForm.php b/frontend/modules/api/models/AddToInterviewForm.php old mode 100644 new mode 100755 diff --git a/frontend/modules/api/models/LoginForm.php b/frontend/modules/api/models/LoginForm.php old mode 100644 new mode 100755 diff --git a/frontend/modules/api/models/ProfileSearchForm.php b/frontend/modules/api/models/ProfileSearchForm.php old mode 100644 new mode 100755 diff --git a/frontend/modules/api/models/ReportSearchForm.php b/frontend/modules/api/models/ReportSearchForm.php old mode 100644 new mode 100755 diff --git a/frontend/modules/api/views/default/index.php b/frontend/modules/api/views/default/index.php old mode 100644 new mode 100755 diff --git a/frontend/modules/api/views/skills/index.php b/frontend/modules/api/views/skills/index.php old mode 100644 new mode 100755 diff --git a/frontend/modules/card/views/user-card/password.php b/frontend/modules/card/views/user-card/password.php old mode 100644 new mode 100755 diff --git a/frontend/modules/reports/Reports.php b/frontend/modules/reports/Reports.php old mode 100644 new mode 100755 diff --git a/frontend/modules/reports/controllers/DefaultController.php b/frontend/modules/reports/controllers/DefaultController.php old mode 100644 new mode 100755 diff --git a/frontend/modules/reports/controllers/ReportsController.php b/frontend/modules/reports/controllers/ReportsController.php old mode 100644 new mode 100755 diff --git a/frontend/modules/reports/models/Reports.php b/frontend/modules/reports/models/Reports.php old mode 100644 new mode 100755 diff --git a/frontend/modules/reports/models/ReportsSearch.php b/frontend/modules/reports/models/ReportsSearch.php old mode 100644 new mode 100755 diff --git a/frontend/modules/reports/views/default/index.php b/frontend/modules/reports/views/default/index.php old mode 100644 new mode 100755 diff --git a/frontend/modules/reports/views/reports/_form.php b/frontend/modules/reports/views/reports/_form.php old mode 100644 new mode 100755 diff --git a/frontend/modules/reports/views/reports/_search.php b/frontend/modules/reports/views/reports/_search.php old mode 100644 new mode 100755 diff --git a/frontend/modules/reports/views/reports/create.php b/frontend/modules/reports/views/reports/create.php old mode 100644 new mode 100755 diff --git a/frontend/modules/reports/views/reports/index.php b/frontend/modules/reports/views/reports/index.php old mode 100644 new mode 100755 diff --git a/frontend/modules/reports/views/reports/update.php b/frontend/modules/reports/views/reports/update.php old mode 100644 new mode 100755 diff --git a/frontend/modules/reports/views/reports/view.php b/frontend/modules/reports/views/reports/view.php old mode 100644 new mode 100755 diff --git a/frontend/web/js/site.js b/frontend/web/js/site.js old mode 100644 new mode 100755 diff --git a/frontend/web/profileava/f1.png b/frontend/web/profileava/f1.png old mode 100644 new mode 100755 diff --git a/frontend/web/profileava/f2.png b/frontend/web/profileava/f2.png old mode 100644 new mode 100755 diff --git a/frontend/web/profileava/f3.png b/frontend/web/profileava/f3.png old mode 100644 new mode 100755 diff --git a/frontend/web/profileava/f4.png b/frontend/web/profileava/f4.png old mode 100644 new mode 100755 diff --git a/frontend/web/profileava/f5.png b/frontend/web/profileava/f5.png old mode 100644 new mode 100755 diff --git a/frontend/web/profileava/f6.png b/frontend/web/profileava/f6.png old mode 100644 new mode 100755 diff --git a/frontend/web/profileava/m1.png b/frontend/web/profileava/m1.png old mode 100644 new mode 100755 diff --git a/frontend/web/profileava/m10.png b/frontend/web/profileava/m10.png old mode 100644 new mode 100755 diff --git a/frontend/web/profileava/m2.png b/frontend/web/profileava/m2.png old mode 100644 new mode 100755 diff --git a/frontend/web/profileava/m3.png b/frontend/web/profileava/m3.png old mode 100644 new mode 100755 diff --git a/frontend/web/profileava/m4.png b/frontend/web/profileava/m4.png old mode 100644 new mode 100755 diff --git a/frontend/web/profileava/m5.png b/frontend/web/profileava/m5.png old mode 100644 new mode 100755 diff --git a/frontend/web/profileava/m6.png b/frontend/web/profileava/m6.png old mode 100644 new mode 100755 diff --git a/frontend/web/profileava/m7.png b/frontend/web/profileava/m7.png old mode 100644 new mode 100755 diff --git a/frontend/web/profileava/m8.png b/frontend/web/profileava/m8.png old mode 100644 new mode 100755 diff --git a/frontend/web/profileava/m9.png b/frontend/web/profileava/m9.png old mode 100644 new mode 100755 diff --git a/log.txt b/log.txt old mode 100644 new mode 100755 diff --git a/package-lock.json b/package-lock.json old mode 100644 new mode 100755