Update
Showing
aka.test-access_log
0 → 100644
aka.test-error_log
0 → 100644
assets/.gitignore
0 → 100644
assets/css/app.css
0 → 100644
assets/js/app.js
0 → 100644
bin/console
0 → 100755
bin/phpunit
0 → 100755
composer.json
0 → 100644
{ | ||
"type": "project", | ||
"license": "proprietary", | ||
"require": { | ||
"php": "^7.1.3", | ||
"ext-ctype": "*", | ||
"ext-iconv": "*", | ||
"friendsofsymfony/rest-bundle": "^2.4", | ||
"friendsofsymfony/user-bundle": "^2.1", | ||
"knplabs/knp-paginator-bundle": "^2.8", | ||
"liip/imagine-bundle": "^2.1", | ||
"nelmio/api-doc-bundle": "^3.3", | ||
"pixassociates/sortable-behavior-bundle": "^1.5", | ||
"sensio/framework-extra-bundle": "^5.1", | ||
"sonata-project/admin-bundle": "^3.40", | ||
"sonata-project/block-bundle": "^3.12", | ||
"sonata-project/doctrine-orm-admin-bundle": "^3.6", | ||
"sonata-project/user-bundle": "^4.2", | ||
"stof/doctrine-extensions-bundle": "^1.3", | ||
"symfony/asset": "4.1.*", | ||
"symfony/console": "4.1.*", | ||
"symfony/expression-language": "4.1.*", | ||
"symfony/flex": "^1.1", | ||
"symfony/form": "4.1.*", | ||
"symfony/framework-bundle": "4.1.*", | ||
"symfony/monolog-bundle": "^3.1", | ||
"symfony/orm-pack": "*", | ||
"symfony/process": "4.1.*", | ||
"symfony/security-bundle": "4.1.*", | ||
"symfony/serializer-pack": "*", | ||
"symfony/swiftmailer-bundle": "^3.1", | ||
"symfony/translation": "4.1.*", | ||
"symfony/twig-bundle": "4.1.*", | ||
"symfony/validator": "4.1.*", | ||
"symfony/web-link": "4.1.*", | ||
"symfony/webpack-encore-bundle": "^1.0", | ||
"symfony/yaml": "4.1.*", | ||
"vich/uploader-bundle": "^1.8" | ||
}, | ||
"require-dev": { | ||
"doctrine/doctrine-fixtures-bundle": "^3.0", | ||
"hautelook/alice-bundle": "^2.3", | ||
"sensiolabs/security-checker": "^5.0", | ||
"symfony/debug-pack": "*", | ||
"symfony/dotenv": "4.1.*", | ||
"symfony/maker-bundle": "^1.0", | ||
"symfony/profiler-pack": "*", | ||
"symfony/test-pack": "*", | ||
"symfony/var-dumper": "4.1.*", | ||
"symfony/web-server-bundle": "4.1.*" | ||
}, | ||
"config": { | ||
"preferred-install": { | ||
"*": "dist" | ||
}, | ||
"sort-packages": true | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"App\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"App\\Tests\\": "tests/" | ||
} | ||
}, | ||
"replace": { | ||
"paragonie/random_compat": "2.*", | ||
"symfony/polyfill-ctype": "*", | ||
"symfony/polyfill-iconv": "*", | ||
"symfony/polyfill-php71": "*", | ||
"symfony/polyfill-php70": "*", | ||
"symfony/polyfill-php56": "*" | ||
}, | ||
"scripts": { | ||
"auto-scripts": { | ||
"cache:clear": "symfony-cmd", | ||
"assets:install %PUBLIC_DIR%": "symfony-cmd", | ||
"security-checker security:check": "script" | ||
}, | ||
"post-install-cmd": [ | ||
"@auto-scripts" | ||
], | ||
"post-update-cmd": [ | ||
"@auto-scripts" | ||
] | ||
}, | ||
"conflict": { | ||
"symfony/symfony": "*" | ||
}, | ||
"extra": { | ||
"symfony": { | ||
"allow-contrib": false, | ||
"require": "4.1.*" | ||
} | ||
} | ||
} |
composer.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
config/bundles.php
0 → 100644
config/packages/assets.yaml
0 → 100644
config/packages/dev/debug.yaml
0 → 100644
config/packages/dev/easy_log_handler.yaml
0 → 100644
config/packages/dev/hautelook_alice.yaml
0 → 100644
config/packages/dev/monolog.yaml
0 → 100644
config/packages/dev/nelmio_alice.yaml
0 → 100644
config/packages/dev/routing.yaml
0 → 100644
config/packages/dev/swiftmailer.yaml
0 → 100644
config/packages/dev/web_profiler.yaml
0 → 100644
config/packages/doctrine.yaml
0 → 100644
config/packages/doctrine_migrations.yaml
0 → 100644
config/packages/fos_rest.yaml
0 → 100644
config/packages/fos_user.yaml
0 → 100644
config/packages/framework.yaml
0 → 100644
config/packages/liip_imagine.yaml
0 → 100644
config/packages/nelmio_api_doc.yaml
0 → 100644
config/packages/prod/doctrine.yaml
0 → 100644
config/packages/prod/monolog.yaml
0 → 100644
config/packages/routing.yaml
0 → 100644
config/packages/security.yaml
0 → 100644
config/packages/security_checker.yaml
0 → 100644
config/packages/sensio_framework_extra.yaml
0 → 100644
config/packages/sonata.yaml
0 → 100644
config/packages/sonata_admin.yaml
0 → 100644
config/packages/sonata_core.yaml
0 → 100644
config/packages/swiftmailer.yaml
0 → 100644
config/packages/test/framework.yaml
0 → 100644
config/packages/test/hautelook_alice.yaml
0 → 100644
config/packages/test/monolog.yaml
0 → 100644
config/packages/test/nelmio_alice.yaml
0 → 100644
config/packages/test/routing.yaml
0 → 100644
config/packages/test/swiftmailer.yaml
0 → 100644
config/packages/test/web_profiler.yaml
0 → 100644
config/packages/translation.yaml
0 → 100644
config/packages/twig.yaml
0 → 100644
config/packages/twig_extensions.yaml
0 → 100644
config/packages/validator.yaml
0 → 100644
config/packages/vich_uploader.yaml
0 → 100644
config/packages/webpack_encore.yaml
0 → 100644
config/routes.yaml
0 → 100644
config/routes/annotations.yaml
0 → 100644
config/routes/dev/twig.yaml
0 → 100644
config/routes/dev/web_profiler.yaml
0 → 100644
config/routes/liip_imagine.yaml
0 → 100644
config/routes/nelmio_api_doc.yaml
0 → 100644
config/routes/sonata_admin.yaml
0 → 100644
config/services.yaml
0 → 100644
fixtures/0-base.yaml
0 → 100644
fixtures/1-adherent.yaml
0 → 100644
fixtures/2-prestataire.yaml
0 → 100644
fixtures/3-partenaire.yaml
0 → 100644
package.json
0 → 100644
{ | ||
"devDependencies": { | ||
"@symfony/webpack-encore": "^0.21.0", | ||
"node-sass": "^4.10.0", | ||
"sass-loader": "^7.1.0", | ||
"webpack-notifier": "^1.6.0" | ||
}, | ||
"license": "UNLICENSED", | ||
"private": true, | ||
"scripts": { | ||
"dev-server": "encore dev-server", | ||
"dev": "encore dev", | ||
"watch": "encore dev --watch", | ||
"build": "encore production --progress" | ||
} | ||
} |
phpunit.xml.dist
0 → 100644
public/index.php
0 → 100644
src/Admin/.gitignore
0 → 100644
src/Admin/AdherentAdmin.php
0 → 100644
src/Admin/ComptoirAdmin.php
0 → 100644
src/Admin/CotisationAdherentAdmin.php
0 → 100644
src/Admin/CotisationAdmin.php
0 → 100644
src/Admin/CotisationPrestataireAdmin.php
0 → 100644
src/Admin/DocumentAdmin.php
0 → 100644
src/Admin/GroupeAdmin.php
0 → 100644
src/Admin/GroupeprestataireAdmin.php
0 → 100644
src/Admin/PrestataireAdmin.php
0 → 100644
src/Admin/UserAdmin.php
0 → 100644
src/Controller/.gitignore
0 → 100644
src/Controller/AdminController.php
0 → 100644
src/Controller/IndexController.php
0 → 100644
src/Controller/RegistrationController.php
0 → 100644
src/DQL/StrToDate.php
0 → 100644
src/DataFixtures/AppFixtures.php
0 → 100644
src/DataFixtures/ORM/AppFixtures.php
0 → 100644
src/DataFixtures/ORM/user.yaml
0 → 100644
src/Entity/.gitignore
0 → 100644
src/Entity/Adherent.php
0 → 100644
src/Entity/Charte.php
0 → 100644
src/Entity/Comptoir.php
0 → 100644
src/Entity/Cotisation.php
0 → 100644
src/Entity/Document.php
0 → 100644
src/Entity/EntityTrait/FileEntityTrait.php
0 → 100644
src/Entity/EntityTrait/GeolocEntityTrait.php
0 → 100644
src/Entity/EntityTrait/HasCompteEntity.php
0 → 100644
src/Entity/Faq.php
0 → 100644
src/Entity/Fichier.php
0 → 100644
src/Entity/Geoloc.php
0 → 100644
src/Entity/Groupe.php
0 → 100644
src/Entity/Groupeprestataire.php
0 → 100644
src/Entity/Image.php
0 → 100644
src/Entity/Lien.php
0 → 100644
src/Entity/Message.php
0 → 100644
src/Entity/News.php
0 → 100644
src/Entity/Page.php
0 → 100644
src/Entity/Prestataire.php
0 → 100644
src/Entity/Rubrique.php
0 → 100644
src/Entity/Siege.php
0 → 100644
src/Entity/Transaction.php
0 → 100644
src/Entity/Transfert.php
0 → 100644
src/Entity/TypePrestataire.php
0 → 100644
src/Entity/User.php
0 → 100644
src/Entity/Usergroup.php
0 → 100644
src/Form/Type/RegistrationFormType.php
0 → 100644
src/Kernel.php
0 → 100644
src/Listener/AfterLoginRedirection.php
0 → 100644
src/Listener/Flash.php
0 → 100644
src/Migrations/.gitignore
0 → 100644
src/Migrations/Version20181123175337.php
0 → 100644
src/Migrations/Version20181129171623.php
0 → 100644
src/Migrations/Version20181129181408.php
0 → 100644
src/Migrations/Version20181129191410.php
0 → 100644
src/Migrations/Version20181130153058.php
0 → 100644
src/Migrations/Version20181130153652.php
0 → 100644
src/Migrations/Version20181130153737.php
0 → 100644
src/Migrations/Version20181130154132.php
0 → 100644
src/Migrations/Version20181130155357.php
0 → 100644
src/Migrations/Version20181130164939.php
0 → 100644
src/Migrations/Version20181130165204.php
0 → 100644
src/Migrations/Version20181130165246.php
0 → 100644
src/Migrations/Version20181130175453.php
0 → 100644
src/Migrations/Version20181130183926.php
0 → 100644
src/Repository/.gitignore
0 → 100644
src/Repository/AdherentRepository.php
0 → 100644
src/Repository/HoraireRepository.php
0 → 100644
src/Repository/UserRepository.php
0 → 100644
src/Security/UserVoter.php
0 → 100644
symfony.lock
0 → 100644
templates/admin/settings.html.twig
0 → 100644
templates/base.html.twig
0 → 100644
templates/index/index.html.twig
0 → 100644
tests/.gitignore
0 → 100644
translations/.gitignore
0 → 100644
translations/FOSUserBundle.fr.yml
0 → 100644
translations/SonataAdminBundle.fr.yaml
0 → 100644
translations/SonataUserBundle.fr.yaml
0 → 100644
translations/messages.fr.yaml
0 → 100644
webpack.config.js
0 → 100644
yarn.lock
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