hop up script

This commit is contained in:
Tykayn 2022-02-10 10:32:13 +01:00 committed by tykayn
parent 38fdbf8e85
commit 110ef9fc7a
107 changed files with 4 additions and 1 deletions

0
.env.test Normal file → Executable file
View File

3
.gitignore vendored
View File

@ -40,4 +40,5 @@ public/*
###< symfony/phpunit-bridge ### ###< symfony/phpunit-bridge ###
node_modules node_modules
funky-framadate-front funky-framadate-front/*
funky-framadate-front

0
.gitlab-ci.yml Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
assets/styles/app.scss Normal file → Executable file
View File

0
assets/styles/pages/_global.scss Normal file → Executable file
View File

0
assets/styles/pages/_home.scss Normal file → Executable file
View File

0
assets/styles/pages/libs.scss Normal file → Executable file
View File

0
composer-setup.php Normal file → Executable file
View File

0
composer.json Normal file → Executable file
View File

0
composer.lock generated Normal file → Executable file
View File

0
config/bundles.php Normal file → Executable file
View File

0
config/graphql/types/Apartment.types.yaml Normal file → Executable file
View File

0
config/graphql/types/Query.types.yaml Normal file → Executable file
View File

0
config/packages/cache.yaml Normal file → Executable file
View File

0
config/packages/dev/debug.yaml Normal file → Executable file
View File

0
config/packages/dev/jms_serializer.yaml Normal file → Executable file
View File

0
config/packages/dev/mailer.yaml Normal file → Executable file
View File

0
config/packages/dev/swiftmailer.yaml Normal file → Executable file
View File

0
config/packages/dev/web_profiler.yaml Normal file → Executable file
View File

0
config/packages/doctrine.yaml Normal file → Executable file
View File

0
config/packages/doctrine_migrations.yaml Normal file → Executable file
View File

0
config/packages/fos_rest.yaml Normal file → Executable file
View File

0
config/packages/framework.yaml Normal file → Executable file
View File

0
config/packages/jms_serializer.yaml Normal file → Executable file
View File

0
config/packages/mailer.yaml Normal file → Executable file
View File

0
config/packages/nelmio_api_doc.yaml Normal file → Executable file
View File

0
config/packages/nelmio_cors.yaml Normal file → Executable file
View File

0
config/packages/prod/doctrine.yaml Normal file → Executable file
View File

0
config/packages/prod/jms_serializer.yaml Normal file → Executable file
View File

0
config/packages/prod/mailer.yml Normal file → Executable file
View File

0
config/packages/prod/monolog.yaml Normal file → Executable file
View File

0
config/packages/prod/routing.yaml Normal file → Executable file
View File

0
config/packages/routing.yaml Normal file → Executable file
View File

0
config/packages/sensio_framework_extra.yaml Normal file → Executable file
View File

0
config/packages/swiftmailer.yaml Normal file → Executable file
View File

0
config/packages/test/doctrine.yaml Normal file → Executable file
View File

0
config/packages/test/framework.yaml Normal file → Executable file
View File

0
config/packages/test/swiftmailer.yaml Normal file → Executable file
View File

0
config/packages/test/twig.yaml Normal file → Executable file
View File

0
config/packages/test/web_profiler.yaml Normal file → Executable file
View File

0
config/packages/twig.yaml Normal file → Executable file
View File

0
config/preload.php Normal file → Executable file
View File

0
config/routes.yaml Normal file → Executable file
View File

0
config/routes/annotations.yaml Normal file → Executable file
View File

0
config/routes/dev/framework.yaml Normal file → Executable file
View File

0
config/routes/dev/web_profiler.yaml Normal file → Executable file
View File

0
config/routes/nelmio_api_doc.yaml Normal file → Executable file
View File

0
config/services.yaml Normal file → Executable file
View File

0
doc/SCHEMA:framadate_api.uml Normal file → Executable file
View File

0
doc/apache2/dev.conf Normal file → Executable file
View File

0
doc/apache2/dev_php_fpm.conf Normal file → Executable file
View File

0
doc/database_creation.md Normal file → Executable file
View File

0
doc/framadate_api.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 192 KiB

0
doc/framadate_api.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

0
doc/migration.md Normal file → Executable file
View File

0
doc/php-8-install.md Normal file → Executable file
View File

0
front_update.sh Normal file → Executable file
View File

0
migrations/.gitignore vendored Normal file → Executable file
View File

0
migrations/Version20210419202522.php Normal file → Executable file
View File

0
migrations/Version20210518212646.php Normal file → Executable file
View File

0
phpunit.xml.dist Normal file → Executable file
View File

0
public/index.php Normal file → Executable file
View File

0
src/Controller/.gitignore vendored Normal file → Executable file
View File

0
src/Controller/EmailsController.php Normal file → Executable file
View File

0
src/Controller/PollController.php Normal file → Executable file
View File

0
src/Controller/api/v1/CommentController.php Normal file → Executable file
View File

0
src/Controller/api/v1/PollController.php Normal file → Executable file
View File

0
src/Controller/api/v1/VoteController.php Normal file → Executable file
View File

0
src/DataFixtures/CommentFixtures.php Normal file → Executable file
View File

0
src/DataFixtures/VotesStacksFixtures.php Normal file → Executable file
View File

0
src/Entity/.gitignore vendored Normal file → Executable file
View File

0
src/Form/PollType.php Normal file → Executable file
View File

0
src/GraphQL/Resolver/ApartmentResolver.php Normal file → Executable file
View File

0
src/Kernel.php Normal file → Executable file
View File

0
src/Repository/.gitignore vendored Normal file → Executable file
View File

0
src/Service/MailService.php Normal file → Executable file
View File

0
symfony.lock Normal file → Executable file
View File

0
templates/admin/index.html.twig Normal file → Executable file
View File

0
templates/default/index.html.twig Normal file → Executable file
View File

0
templates/email-base-plaintext.html.twig Normal file → Executable file
View File

0
templates/email-base.html.twig Normal file → Executable file
View File

0
templates/emails/comment-notification.html.twig Normal file → Executable file
View File

0
templates/emails/partial/admin_link.html.twig Normal file → Executable file
View File

0
templates/emails/partial/poll.html.twig Normal file → Executable file
View File

0
templates/emails/partial/public_link.html.twig Normal file → Executable file
View File

0
templates/emails/vote-notification.html.twig Normal file → Executable file
View File

0
templates/migration/index.html.twig Normal file → Executable file
View File

0
templates/owner/index.html.twig Normal file → Executable file
View File

0
templates/pages/funky.html.twig Normal file → Executable file
View File

0
templates/pages/home.html.twig Normal file → Executable file
View File

0
templates/pages/migration.html.twig Normal file → Executable file
View File

0
templates/poll/_delete_form.html.twig Normal file → Executable file
View File

0
templates/poll/_form.html.twig Normal file → Executable file
View File

0
templates/poll/edit.html.twig Normal file → Executable file
View File

0
templates/poll/index.html.twig Normal file → Executable file
View File

0
templates/poll/new.html.twig Normal file → Executable file
View File

0
templates/poll/show.html.twig Normal file → Executable file
View File

0
templates/split/footer.html.twig Normal file → Executable file
View File

0
templates/split/header.html.twig Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More