DEV V1.1
- #145 - Pouvoir gérer plusieurs prestataires, groupes ou comptoirs - #107 - A l'installation - rajout - #104 - Modification du centre de la carte des prestataires/comptoirs possible via l'administration - #113 - Améliorer la géolocalisation - avec le service de géoloc - #110 - utilisateur avec plusieurs rôles - améliorer l'identification liés aux actions - #130 - Exports filtrés de mails - #120 - Prestataires et adhérents : Solde en billet à enlever + amélioration administration : filtres + corrections diverses flux + droits suivant rôle + ajout d'un hash pour vérifier l'intégrité d'un flux + ajout du role utilisé par l'utilisateur lors de l'ajout d'un flux + différentes corrections de typo + manuel d'installation mis à jour
Showing
| ... | @@ -6,6 +6,7 @@ | ... | @@ -6,6 +6,7 @@ |
| "ext-ctype": "*", | "ext-ctype": "*", | ||
| "ext-iconv": "*", | "ext-iconv": "*", | ||
| "api-platform/api-pack": "^1.2", | "api-platform/api-pack": "^1.2", | ||
| "doctrine/annotations": "^1.8", | |||
| "friendsofsymfony/rest-bundle": "^2.4", | "friendsofsymfony/rest-bundle": "^2.4", | ||
| "friendsofsymfony/user-bundle": "^2.1", | "friendsofsymfony/user-bundle": "^2.1", | ||
| "geocoder-php/cache-provider": "^4.1", | "geocoder-php/cache-provider": "^4.1", | ||
| ... | @@ -48,7 +49,7 @@ | ... | @@ -48,7 +49,7 @@ |
| "symfony/twig-bundle": "4.3.*", | "symfony/twig-bundle": "4.3.*", | ||
| "symfony/validator": "4.3.*", | "symfony/validator": "4.3.*", | ||
| "symfony/web-link": "4.3.*", | "symfony/web-link": "4.3.*", | ||
| "symfony/webpack-encore-bundle": "^1.0", | "symfony/webpack-encore-bundle": "^1.7", | ||
| "symfony/yaml": "4.3.*", | "symfony/yaml": "4.3.*", | ||
| "vich/uploader-bundle": "^1.8", | "vich/uploader-bundle": "^1.8", | ||
| "willdurand/geocoder-bundle": "^5.0" | "willdurand/geocoder-bundle": "^5.0" | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package-lockold.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| { | { | ||
| "devDependencies": { | "devDependencies": { | ||
| "@symfony/webpack-encore": "^0.21.0", | "@symfony/webpack-encore": "^0.28.2", | ||
| "node-sass": "^4.10.0", | "node-sass": "^4.13.1", | ||
| "sass-loader": "^7.1.0", | "sass-loader": "^7.1.0", | ||
| "webpack-notifier": "^1.6.0" | "webpack-notifier": "^1.6.0" | ||
| }, | }, | ||
| ... | @@ -14,9 +14,10 @@ | ... | @@ -14,9 +14,10 @@ |
| "build": "encore production --progress" | "build": "encore production --progress" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "bootstrap": "^4.2.1", | "bootstrap": "^4.4.1", | ||
| "bootswatch": "^4.3.1", | "bootswatch": "^4.3.1", | ||
| "ckeditor": "^4.0.0", | |||
| "jquery": "^3.3.1", | "jquery": "^3.3.1", | ||
| "popper.js": "^1.14.7" | "popper.js": "@^1.16.0" | ||
| } | } | ||
| } | } |
public/build/admin.b715fcc4.js
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/build/admin.df5d17d8.css
deleted
100644 → 0
public/build/app.8fae770e.css
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/build/app.cb3451b9.js
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/build/runtime.d41d8cd9.js
deleted
100644 → 0
src/Admin/GlobalParameterAdmin.php
0 → 100644
src/Entity/GlobalParameter.php
0 → 100644
src/Form/Type/AdherentCotiserFormType.php
0 → 100644
src/Form/Type/CotiserFormType.php
0 → 100644
src/Form/Type/FirstComptoirFormType.php
0 → 100644
src/Form/Type/FirstGroupeFormType.php
0 → 100644
src/Form/Type/GlobalParameterType.php
0 → 100644
src/Form/Type/UserFormType.php
0 → 100644
src/Listener/UnitOfWorkListener.php
0 → 100644
src/Migrations/.gitignore
deleted
100644 → 0
src/Migrations/Version20200309152747.php
0 → 100644
src/Repository/GlobalParameterRepository.php
0 → 100644
src/Repository/UserRepository.php
0 → 100644
src/Tools/RoleCheck.php
0 → 100644
src/Twig/MlcGlobalsExtension.php
0 → 100644
translations/FOSUserBundle.en.xlf
0 → 100644
translations/FOSUserBundle.fr.xlf
0 → 100644
translations/LexikTranslationBundle.en.xlf
0 → 100644
translations/LexikTranslationBundle.fr.xlf
0 → 100644
translations/SonataAdminBundle.en.xlf
0 → 100644
translations/SonataAdminBundle.fr.xlf
0 → 100644
translations/SonataMediaBundle.en.xlf
0 → 100644
translations/SonataMediaBundle.fr.xlf
0 → 100644
translations/SonataTranslationBundle.en.xlf
0 → 100644
translations/SonataTranslationBundle.fr.xlf
0 → 100644
translations/SonataUserBundle.en.xlf
0 → 100644
translations/SonataUserBundle.fr.xlf
0 → 100644
translations/messages.en.xlf
0 → 100644
translations/messages.fr.xlf
0 → 100644
translations/security.en.xlf
0 → 100644
translations/security.fr.xlf
0 → 100644
translations/validators.en.xlf
0 → 100644
translations/validators.fr.xlf
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment