diff --git a/README.md b/README.md index fb760f8..243e46d 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,6 @@ On nginx use `fastcgi_param` to pass the parameter directly to PHP. fastcgi_param APP_NAME "VirtualHost Two"; } - > **Warning** Do not create a cache of your configuration (using `artisan config:cache`) if you have a multi-environnement setup. > The cache is always having the priority on the variables set in the configuration files. diff --git a/flexiapi/app/Http/Controllers/Admin/ContactsListController.php b/flexiapi/app/Http/Controllers/Admin/ContactsListController.php index c1bb0fe..6c8aee6 100644 --- a/flexiapi/app/Http/Controllers/Admin/ContactsListController.php +++ b/flexiapi/app/Http/Controllers/Admin/ContactsListController.php @@ -91,7 +91,6 @@ class ContactsListController extends Controller return redirect()->route('admin.contacts_lists.index'); } - public function delete(int $id) { return view('admin.contacts_list.delete', [ diff --git a/flexiapi/composer.json b/flexiapi/composer.json index e795baa..ba0956e 100644 --- a/flexiapi/composer.json +++ b/flexiapi/composer.json @@ -14,7 +14,6 @@ "endroid/qr-code": "^4.1", "fakerphp/faker": "^1.21", "laravel/framework": "^9.5", - "laravelcollective/html": "^6.4", "namoshek/laravel-redis-sentinel": "^0.1.2", "ovh/ovh": "^3.0", "parsedown/laravel": "^1.2", diff --git a/flexiapi/composer.lock b/flexiapi/composer.lock index 40d4c9a..1a44f76 100644 --- a/flexiapi/composer.lock +++ b/flexiapi/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": "88c676507ce76ebe1497a823ace9ff24", + "content-hash": "a31eb010c7ab5e6155a75412b6da7e9c", "packages": [ { "name": "anhskohbo/no-captcha", @@ -1142,28 +1142,28 @@ }, { "name": "evenement/evenement", - "version": "v3.0.1", + "version": "v3.0.2", "source": { "type": "git", "url": "https://github.com/igorw/evenement.git", - "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7" + "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7", - "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7", + "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc", + "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "phpunit/phpunit": "^6.0" + "phpunit/phpunit": "^9 || ^6" }, "type": "library", "autoload": { - "psr-0": { - "Evenement": "src" + "psr-4": { + "Evenement\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1183,9 +1183,9 @@ ], "support": { "issues": "https://github.com/igorw/evenement/issues", - "source": "https://github.com/igorw/evenement/tree/master" + "source": "https://github.com/igorw/evenement/tree/v3.0.2" }, - "time": "2017-07-23T21:35:13+00:00" + "time": "2023-08-08T05:53:35+00:00" }, { "name": "fakerphp/faker", @@ -2055,79 +2055,6 @@ }, "time": "2023-07-14T13:56:28+00:00" }, - { - "name": "laravelcollective/html", - "version": "v6.4.1", - "source": { - "type": "git", - "url": "https://github.com/LaravelCollective/html.git", - "reference": "64ddfdcaeeb8d332bd98bef442bef81e39c3910b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/LaravelCollective/html/zipball/64ddfdcaeeb8d332bd98bef442bef81e39c3910b", - "reference": "64ddfdcaeeb8d332bd98bef442bef81e39c3910b", - "shasum": "" - }, - "require": { - "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/view": "^6.0|^7.0|^8.0|^9.0|^10.0", - "php": ">=7.2.5" - }, - "require-dev": { - "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0", - "mockery/mockery": "~1.0", - "phpunit/phpunit": "~8.5|^9.5.10" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "6.x-dev" - }, - "laravel": { - "providers": [ - "Collective\\Html\\HtmlServiceProvider" - ], - "aliases": { - "Form": "Collective\\Html\\FormFacade", - "Html": "Collective\\Html\\HtmlFacade" - } - } - }, - "autoload": { - "files": [ - "src/helpers.php" - ], - "psr-4": { - "Collective\\Html\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Adam Engebretson", - "email": "adam@laravelcollective.com" - }, - { - "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com" - } - ], - "description": "HTML and Form Builders for the Laravel Framework", - "homepage": "https://laravelcollective.com", - "support": { - "issues": "https://github.com/LaravelCollective/html/issues", - "source": "https://github.com/LaravelCollective/html" - }, - "abandoned": "spatie/laravel-html", - "time": "2023-04-25T02:46:11+00:00" - }, { "name": "league/commonmark", "version": "2.4.0", diff --git a/flexiapi/public/css/far.css b/flexiapi/public/css/far.css index 23840f4..e7d9317 100644 --- a/flexiapi/public/css/far.css +++ b/flexiapi/public/css/far.css @@ -602,7 +602,6 @@ table thead { border-bottom: 1px solid var(--second-4); } - table tr:nth-child(2n) { background-color: var(--grey-1); } @@ -647,7 +646,6 @@ table tr.empty td:before { display: inherit !important; } - .on_mobile.material-icons { display: inline !important; } diff --git a/flexiapi/resources/views/account/creation_request_token/check.blade.php b/flexiapi/resources/views/account/creation_request_token/check.blade.php index 99f3500..e9c41d5 100644 --- a/flexiapi/resources/views/account/creation_request_token/check.blade.php +++ b/flexiapi/resources/views/account/creation_request_token/check.blade.php @@ -3,11 +3,13 @@ @section('content')
You can generate an API key and use it to request the different API endpoints, check the related API documentation to know how to use that key.
- {!! Form::open(['route' => 'account.api_key.generate']) !!} + @include('parts.account_variables', ['account' => $account]) diff --git a/flexiapi/resources/views/account/delete.blade.php b/flexiapi/resources/views/account/delete.blade.php index bdc946e..3cf2e47 100644 --- a/flexiapi/resources/views/account/delete.blade.php +++ b/flexiapi/resources/views/account/delete.blade.php @@ -1,22 +1,23 @@ @extends('layouts.main') @section('content') +No email yet
@endif -{!! Form::open(['route' => 'account.email.request_update']) !!} -