]> Raphaël G. Git Repositories - airbundle/commit
Initial import
authorRaphaël Gertz <git@rapsys.eu>
Fri, 25 Oct 2019 14:33:24 +0000 (16:33 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Fri, 25 Oct 2019 14:33:24 +0000 (16:33 +0200)
commit58242917a50ec39071529953e77343fd3eb6dda0
tree7deaff0f3c712ae163c99905a2aebb8e77dc2992
Initial import
56 files changed:
Controller/DefaultController.php [new file with mode: 0644]
DataFixtures/AirFixtures.php [new file with mode: 0644]
DependencyInjection/Configuration.php [new file with mode: 0644]
DependencyInjection/RapsysAirExtension.php [new file with mode: 0644]
Entity/Application.php [new file with mode: 0644]
Entity/Group.php [new file with mode: 0644]
Entity/Location.php [new file with mode: 0644]
Entity/Session.php [new file with mode: 0644]
Entity/Slot.php [new file with mode: 0644]
Entity/Title.php [new file with mode: 0644]
Entity/User.php [new file with mode: 0644]
Entity/Vote.php [new file with mode: 0644]
Form/ApplicationType.php [new file with mode: 0644]
Form/ContactType.php [new file with mode: 0644]
RapsysAirBundle.php [new file with mode: 0644]
Repository/ApplicationRepository.php [new file with mode: 0644]
Repository/SessionRepository.php [new file with mode: 0644]
Resources/config/doctrine/Application.orm.yml [new file with mode: 0644]
Resources/config/doctrine/Group.orm.yml [new file with mode: 0644]
Resources/config/doctrine/Location.orm.yml [new file with mode: 0644]
Resources/config/doctrine/Session.orm.yml [new file with mode: 0644]
Resources/config/doctrine/Slot.orm.yml [new file with mode: 0644]
Resources/config/doctrine/Title.orm.yml [new file with mode: 0644]
Resources/config/doctrine/User.orm.yml [new file with mode: 0644]
Resources/config/doctrine/Vote.orm.yml [new file with mode: 0644]
Resources/config/routing.yml [new file with mode: 0644]
Resources/config/services.yml [new file with mode: 0644]
Resources/public/css/reset.css [new file with mode: 0644]
Resources/public/css/screen.css [new file with mode: 0644]
Resources/public/ico/favicon.ico [new file with mode: 0644]
Resources/public/png/apple.png [new file with mode: 0644]
Resources/public/png/favicon.png [new file with mode: 0644]
Resources/public/png/logo.png [new file with mode: 0644]
Resources/public/svg/favicon.svg [new file with mode: 0644]
Resources/public/svg/logo.svg [new file with mode: 0644]
Resources/public/xcf/openair.xcf [new file with mode: 0644]
Resources/translations/messages.fr.yml [new file with mode: 0644]
Resources/translations/validators.fr.yml [new file with mode: 0644]
Resources/views/admin/index.html.twig [new file with mode: 0644]
Resources/views/admin/index.html.twig.toto [new file with mode: 0644]
Resources/views/admin/session.html.twig [new file with mode: 0644]
Resources/views/base.html.twig [new file with mode: 0644]
Resources/views/form/contact.html.twig [new file with mode: 0644]
Resources/views/form/form_div_layout.html.twig [new file with mode: 0644]
Resources/views/form/login.html.twig [new file with mode: 0644]
Resources/views/form/recover.html.twig [new file with mode: 0644]
Resources/views/form/recover_mail.html.twig [new file with mode: 0644]
Resources/views/form/register.html.twig [new file with mode: 0644]
Resources/views/mail/contact.html.twig [new file with mode: 0644]
Resources/views/mail/generic.html.twig [new file with mode: 0644]
Resources/views/mail/register.html.twig [new file with mode: 0644]
Resources/views/page/index.html.twig [new file with mode: 0644]
Tests/Controller/DefaultControllerTest.php [new file with mode: 0644]
Twig/Base64Extension.php [new file with mode: 0644]
Twig/Bb2htmlExtension.php [new file with mode: 0644]
Twig/FileGetContentsExtension.php [new file with mode: 0644]