├── .gcloudignore ├── .gitignore ├── CONTRIBUTING.md ├── LICENCE ├── Makefile ├── README.md ├── codestyle.xml ├── deploy ├── clean.sh ├── deploy.sh ├── migrate.sh ├── preprod │ ├── app.yaml │ ├── cron.yaml │ ├── dotenv-migrate.dist │ ├── dotenv.dist │ └── google-service-account.json.dist ├── prod │ ├── app.yaml │ ├── cron.yaml │ ├── dotenv-migrate.dist │ ├── dotenv.dist │ └── google-service-account.json.dist ├── start_sql.sh └── stop_sql.sh ├── dev └── database │ ├── fixtures.sql │ └── reset.sh ├── docker-compose.yml ├── docs ├── api │ └── twilio-to-cloud-function-to-task-to-appEngine.yml ├── tech │ ├── 10 │ │ └── 01.png │ ├── 13 │ │ ├── 13-1.png │ │ ├── 13-2.png │ │ ├── 13-3.png │ │ ├── 13-4.png │ │ ├── 13-5.png │ │ ├── 13-6.png │ │ └── 13-7.png │ ├── 15 │ │ ├── 01.png │ │ ├── 02.png │ │ └── 03.png │ ├── 00-development.md │ ├── 01-gcp.md │ ├── 01 │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ ├── 04.png │ │ ├── 05.png │ │ ├── 06.png │ │ ├── 07.png │ │ ├── 08.png │ │ ├── 09.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 17.png │ │ ├── 18.png │ │ ├── 19.png │ │ ├── 20.png │ │ ├── 21.png │ │ ├── 22.png │ │ ├── 23.png │ │ ├── 24.png │ │ ├── 25.png │ │ ├── 26.png │ │ ├── 27.png │ │ ├── 28.png │ │ ├── 29.png │ │ ├── 30.png │ │ ├── 31.png │ │ ├── 32.png │ │ ├── 33.png │ │ ├── 34.png │ │ ├── 35.png │ │ ├── 36.png │ │ ├── 37.png │ │ ├── 38.png │ │ ├── 39.png │ │ ├── 40.png │ │ ├── 41.png │ │ ├── 42.png │ │ ├── 43.png │ │ ├── 44.png │ │ ├── 45.png │ │ ├── 46.png │ │ ├── 47.png │ │ ├── 48.png │ │ ├── 49.png │ │ ├── 50.png │ │ ├── 51.png │ │ ├── 52.png │ │ ├── 53.png │ │ ├── 54.png │ │ ├── 55.png │ │ ├── 56.png │ │ ├── 57.png │ │ ├── 58.png │ │ ├── 59.png │ │ ├── 60.png │ │ ├── 61.png │ │ ├── 62.png │ │ ├── 63.png │ │ ├── 64.png │ │ ├── 65.png │ │ ├── 66.png │ │ ├── 67.png │ │ ├── 68.png │ │ ├── 69.png │ │ ├── 70.png │ │ ├── 71.png │ │ ├── 72.png │ │ ├── 73.png │ │ ├── 74.png │ │ ├── 75.png │ │ ├── 76.png │ │ ├── 77.png │ │ ├── 78.png │ │ ├── 79.png │ │ └── 80.png │ ├── 05-configure-symfony.md │ ├── 06-google-recaptcha.md │ ├── 06 │ │ ├── 01.png │ │ ├── 02.png │ │ └── 03.png │ ├── 09-configure-mapbox.md │ ├── 09 │ │ ├── 01.png │ │ ├── 02.png │ │ └── 03.png │ ├── 10-configure-sendgrid.md │ ├── 10-configure-twilio.md │ ├── 11-configure-pegass.md │ ├── 12-first-deployment.md │ ├── 13-configure-slack.md │ ├── 14-configure-mjml.md │ ├── 15-phraseapp.md │ ├── whitelabel.md │ └── whitelabel │ │ ├── croix-rouge.png │ │ └── protection-civile.png └── user │ └── fr │ ├── 00-connexion.png │ ├── 01-contact.png │ ├── 02-accueil.png │ ├── 03-a-global.png │ ├── 03-a-type.png │ ├── 03-b-audience-2.png │ ├── 03-b-audience.png │ ├── 03-c-message-email.png │ ├── 03-c-message-sms.png │ ├── 03-d-reponses.png │ ├── 03-e-autres.png │ ├── 03-f-prevsualiser.png │ ├── 04-liste.png │ ├── 05-a-global.png │ ├── 05-b-changer-nom.png │ ├── 05-c-changer-couleur.png │ ├── 05-d-changement-com.png │ ├── 05-e-barre.png │ ├── 05-f-onglets.png │ ├── 05-g-reponse-connue.png │ ├── 05-h-reponse-inconnue.png │ ├── 05-i-pas-de-tel.png │ ├── 05-j-pas-repondu.png │ ├── 05-k-ambigue.png │ ├── 05-l-filtrer-reponse.png │ ├── 05-m-filtrer-competences.png │ ├── 05-n-filtrer-reponse.png │ ├── 05-o-nouveau-msg.png │ ├── 05-p-pdf.png │ ├── 06-a-effectifs.png │ ├── 06-b-structures.png │ ├── 06-c-volontaires.png │ ├── 06-d-actions.png │ ├── 06-e-ajouter.png │ ├── 10-android-settings-1.jpg │ ├── 10-android-settings-2.jpg │ ├── 10-android-settings-3.jpg │ ├── 10-android-settings-4.jpg │ ├── 10-email-multi.png │ ├── 10-fiche-contact-redcall.jpg │ ├── 10-iphone-add-favorite-sms.jpg │ ├── 10-iphone-add-favorite.jpg │ ├── 10-iphone-settings-1.jpg │ ├── 10-iphone-settings-2.jpg │ ├── 10-sms-info.png │ ├── 10-sms-multi.png │ ├── 10-sms-ouvert.png │ ├── 10-sms-simple.png │ ├── README.md │ └── benevole.md ├── gcp ├── cloudFunctions │ └── twilioWebhooks │ │ ├── .gcloudignore │ │ ├── index.js │ │ ├── package-lock.json │ │ └── package.json ├── deploy │ ├── deploy.sh │ └── init │ │ └── init_api.sh └── test │ └── cloudFunctions │ └── twilioWebhooks │ ├── data-response.json │ ├── data-status.json │ └── sendPost.sh ├── logs └── .gitkeep ├── symfony ├── .editorconfig ├── .env.dist ├── .env.test ├── .gcloudignore ├── .gitignore ├── Makefile ├── assets │ ├── .gitignore │ ├── css │ │ ├── app.css │ │ ├── bootstrap.min.css │ │ ├── images │ │ │ ├── layers-2x.png │ │ │ ├── layers.png │ │ │ ├── marker-icon-2x.png │ │ │ ├── marker-icon.png │ │ │ └── marker-shadow.png │ │ ├── jquery.flexdatalist.min.css │ │ ├── leaflet.css │ │ └── main.css │ ├── db │ │ ├── CREDITS.md │ │ ├── firstnames.txt.gz │ │ └── lastnames.txt.gz │ ├── images │ │ ├── corner_bottomright.png │ │ ├── corner_topleft.png │ │ ├── croix_rouge.jpg │ │ ├── croix_rouge_2.png │ │ ├── marker-icon.png │ │ ├── marker-shadow.png │ │ ├── redcall-full.png │ │ ├── redcall-round.png │ │ └── statusdogs │ │ │ ├── 100.jpg │ │ │ ├── 200.jpg │ │ │ ├── 201.jpg │ │ │ ├── 202.jpg │ │ │ ├── 203.jpg │ │ │ ├── 204.jpg │ │ │ ├── 206.jpg │ │ │ ├── 207.jpg │ │ │ ├── 208.jpg │ │ │ ├── 226.jpg │ │ │ ├── 300.jpg │ │ │ ├── 301.jpg │ │ │ ├── 302.jpg │ │ │ ├── 303.jpg │ │ │ ├── 304.jpg │ │ │ ├── 305.jpg │ │ │ ├── 306.jpg │ │ │ ├── 307.jpg │ │ │ ├── 308.jpg │ │ │ ├── 400.jpg │ │ │ ├── 401.jpg │ │ │ ├── 402.jpg │ │ │ ├── 403.jpg │ │ │ ├── 404.jpg │ │ │ ├── 405.jpg │ │ │ ├── 406.jpg │ │ │ ├── 407.jpg │ │ │ ├── 408.jpg │ │ │ ├── 409.jpg │ │ │ ├── 410.jpg │ │ │ ├── 411.jpg │ │ │ ├── 412.jpg │ │ │ ├── 413.jpg │ │ │ ├── 414.jpg │ │ │ ├── 416.jpg │ │ │ ├── 417.jpg │ │ │ ├── 418.jpg │ │ │ ├── 420.jpg │ │ │ ├── 422.jpg │ │ │ ├── 423.jpg │ │ │ ├── 424.jpg │ │ │ ├── 425.jpg │ │ │ ├── 426.jpg │ │ │ ├── 429.jpg │ │ │ ├── 431.jpg │ │ │ ├── 444.jpg │ │ │ ├── 450.jpg │ │ │ ├── 451.jpg │ │ │ ├── 494.jpg │ │ │ ├── 500.jpg │ │ │ ├── 501.jpg │ │ │ ├── 502.jpg │ │ │ ├── 503.jpg │ │ │ ├── 504.jpg │ │ │ ├── 506.jpg │ │ │ ├── 507.jpg │ │ │ ├── 508.jpg │ │ │ ├── 509.jpg │ │ │ └── 510.jpg │ └── js │ │ ├── app.js │ │ ├── bootstrap.min.js │ │ ├── buttons-timeout.js │ │ ├── compass.js │ │ ├── jquery.flexdatalist.min.js │ │ ├── jquery.mansory.min.js │ │ ├── leaflet.js │ │ ├── main.js │ │ └── quill.js ├── bin │ ├── console │ └── phpunit ├── bundles │ ├── api-bundle │ │ ├── Annotation │ │ │ ├── Endpoint.php │ │ │ ├── Facade.php │ │ │ ├── Placeholder.php │ │ │ └── StatusCode.php │ │ ├── ApiBundle.php │ │ ├── Base │ │ │ ├── BaseController.php │ │ │ ├── BaseService.php │ │ │ └── BaseTransformer.php │ │ ├── Contracts │ │ │ ├── ApiExceptionInterface.php │ │ │ ├── ErrorInterface.php │ │ │ ├── FacadeInterface.php │ │ │ └── TransformerInterface.php │ │ ├── Controller │ │ │ ├── DemoController.php │ │ │ └── TokenController.php │ │ ├── DependencyInjection │ │ │ └── ApiExtension.php │ │ ├── Entity │ │ │ ├── Token.php │ │ │ └── Webhook.php │ │ ├── Error │ │ │ ├── AuthenticationError.php │ │ │ ├── HttpError.php │ │ │ ├── ThrowableError.php │ │ │ └── ViolationError.php │ │ ├── Exception │ │ │ ├── ApiAuthenticationException.php │ │ │ └── ApiException.php │ │ ├── Listener │ │ │ ├── ExceptionListener.php │ │ │ ├── RequestListener.php │ │ │ └── ViewListener.php │ │ ├── Manager │ │ │ ├── TokenManager.php │ │ │ └── WebhookManager.php │ │ ├── Model │ │ │ ├── Documentation │ │ │ │ ├── CategoryCollectionDescription.php │ │ │ │ ├── CategoryDescription.php │ │ │ │ ├── ConstraintDescription.php │ │ │ │ ├── ControllerDescription.php │ │ │ │ ├── EndpointCollectionDescription.php │ │ │ │ ├── EndpointDescription.php │ │ │ │ ├── ErrorDescription.php │ │ │ │ ├── FacadeDescription.php │ │ │ │ ├── PropertyCollectionDescription.php │ │ │ │ ├── PropertyDescription.php │ │ │ │ ├── RoleDescription.php │ │ │ │ └── TypeDescription.php │ │ │ └── Facade │ │ │ │ ├── CollectionFacade.php │ │ │ │ ├── EmptyFacade.php │ │ │ │ ├── ErrorFacade.php │ │ │ │ ├── HelloRequestFacade.php │ │ │ │ ├── HelloResponseFacade.php │ │ │ │ ├── Http │ │ │ │ ├── HttpAcceptedFacade.php │ │ │ │ ├── HttpAlreadyReportedFacade.php │ │ │ │ ├── HttpBadGatewayFacade.php │ │ │ │ ├── HttpBadRequestFacade.php │ │ │ │ ├── HttpConflictFacade.php │ │ │ │ ├── HttpContinueFacade.php │ │ │ │ ├── HttpCreatedFacade.php │ │ │ │ ├── HttpEarlyHintsFacade.php │ │ │ │ ├── HttpExpectationFailedFacade.php │ │ │ │ ├── HttpFailedDependencyFacade.php │ │ │ │ ├── HttpForbiddenFacade.php │ │ │ │ ├── HttpFoundFacade.php │ │ │ │ ├── HttpGatewayTimeoutFacade.php │ │ │ │ ├── HttpGoneFacade.php │ │ │ │ ├── HttpIAmATeapotFacade.php │ │ │ │ ├── HttpImUsedFacade.php │ │ │ │ ├── HttpInsufficientStorageFacade.php │ │ │ │ ├── HttpInternalServerErrorFacade.php │ │ │ │ ├── HttpLengthRequiredFacade.php │ │ │ │ ├── HttpLockedFacade.php │ │ │ │ ├── HttpLoopDetectedFacade.php │ │ │ │ ├── HttpMethodNotAllowedFacade.php │ │ │ │ ├── HttpMisdirectedRequestFacade.php │ │ │ │ ├── HttpMovedPermanentlyFacade.php │ │ │ │ ├── HttpMultiStatusFacade.php │ │ │ │ ├── HttpMultipleChoicesFacade.php │ │ │ │ ├── HttpNetworkAuthenticationRequiredFacade.php │ │ │ │ ├── HttpNoContentFacade.php │ │ │ │ ├── HttpNonAuthoritativeInformationFacade.php │ │ │ │ ├── HttpNotAcceptableFacade.php │ │ │ │ ├── HttpNotExtendedFacade.php │ │ │ │ ├── HttpNotFoundFacade.php │ │ │ │ ├── HttpNotImplementedFacade.php │ │ │ │ ├── HttpNotModifiedFacade.php │ │ │ │ ├── HttpOkFacade.php │ │ │ │ ├── HttpPartialContentFacade.php │ │ │ │ ├── HttpPaymentRequiredFacade.php │ │ │ │ ├── HttpPermanentlyRedirectFacade.php │ │ │ │ ├── HttpPreconditionFailedFacade.php │ │ │ │ ├── HttpPreconditionRequiredFacade.php │ │ │ │ ├── HttpProcessingFacade.php │ │ │ │ ├── HttpProxyAuthenticationRequiredFacade.php │ │ │ │ ├── HttpRequestEntityTooLargeFacade.php │ │ │ │ ├── HttpRequestHeaderFieldsTooLargeFacade.php │ │ │ │ ├── HttpRequestTimeoutFacade.php │ │ │ │ ├── HttpRequestUriTooLongFacade.php │ │ │ │ ├── HttpRequestedRangeNotSatisfiableFacade.php │ │ │ │ ├── HttpReservedFacade.php │ │ │ │ ├── HttpResetContentFacade.php │ │ │ │ ├── HttpSeeOtherFacade.php │ │ │ │ ├── HttpServiceUnavailableFacade.php │ │ │ │ ├── HttpSwitchingProtocolsFacade.php │ │ │ │ ├── HttpTemporaryRedirectFacade.php │ │ │ │ ├── HttpTooEarlyFacade.php │ │ │ │ ├── HttpTooManyRequestsFacade.php │ │ │ │ ├── HttpUnauthorizedFacade.php │ │ │ │ ├── HttpUnavailableForLegalReasonsFacade.php │ │ │ │ ├── HttpUnprocessableEntityFacade.php │ │ │ │ ├── HttpUnsupportedMediaTypeFacade.php │ │ │ │ ├── HttpUpgradeRequiredFacade.php │ │ │ │ ├── HttpUseProxyFacade.php │ │ │ │ ├── HttpVariantAlsoNegotiatesExperimentalFacade.php │ │ │ │ └── HttpVersionNotSupportedFacade.php │ │ │ │ ├── PaginedFacade.php │ │ │ │ ├── QueryBuilderFacade.php │ │ │ │ ├── SuccessFacade.php │ │ │ │ ├── ThrowableFacade.php │ │ │ │ └── ViolationFacade.php │ │ ├── ParamConverter │ │ │ └── FacadeParamConverter.php │ │ ├── README.md │ │ ├── Reader │ │ │ ├── CategoryCollectionReader.php │ │ │ ├── ConstraintReader.php │ │ │ ├── DocblockReader.php │ │ │ ├── EndpointReader.php │ │ │ ├── FacadeReader.php │ │ │ ├── PropertyCollectionReader.php │ │ │ ├── PropertyReader.php │ │ │ ├── RolesReader.php │ │ │ └── StatusCodeReader.php │ │ ├── Repository │ │ │ ├── BaseRepository.php │ │ │ ├── TokenRepository.php │ │ │ └── WebhookRepository.php │ │ ├── Resources │ │ │ ├── config │ │ │ │ ├── controller.yaml │ │ │ │ ├── listener.yaml │ │ │ │ ├── manager.yaml │ │ │ │ ├── param_converter.yaml │ │ │ │ ├── reader.yaml │ │ │ │ ├── repository.yaml │ │ │ │ ├── security.yaml │ │ │ │ └── twig.yaml │ │ │ └── views │ │ │ │ ├── base.html.twig │ │ │ │ ├── documentation │ │ │ │ ├── category_collection.html.twig │ │ │ │ ├── console.html.twig │ │ │ │ ├── demo.html.twig │ │ │ │ ├── endpoint.html.twig │ │ │ │ ├── endpoint_collection.html.twig │ │ │ │ ├── facade.html.twig │ │ │ │ └── property_collection.html.twig │ │ │ │ ├── export │ │ │ │ ├── body.html.twig │ │ │ │ ├── facade.html.twig │ │ │ │ ├── footer.html.twig │ │ │ │ ├── header.html.twig │ │ │ │ └── properties.html.twig │ │ │ │ ├── links.html.twig │ │ │ │ ├── macros.html.twig │ │ │ │ └── token │ │ │ │ ├── documentation.html.twig │ │ │ │ ├── endpoint.html.twig │ │ │ │ └── index.html.twig │ │ ├── Security │ │ │ ├── Authenticator │ │ │ │ └── ApiAuthenticator.php │ │ │ └── Voter │ │ │ │ ├── TokenVoter.php │ │ │ │ └── WebhookVoter.php │ │ ├── Twig │ │ │ └── Extension │ │ │ │ └── ApiExtension.php │ │ └── Util.php │ ├── chart-bundle │ │ ├── ChartBundle.php │ │ ├── Context │ │ │ ├── Bag │ │ │ │ └── FormatBag.php │ │ │ ├── Format │ │ │ │ ├── AbsoluteDateFormat.php │ │ │ │ ├── AbstractFormat.php │ │ │ │ ├── FormatInterface.php │ │ │ │ ├── IntegerFormat.php │ │ │ │ ├── RelativeDateFormat.php │ │ │ │ └── StringFormat.php │ │ │ ├── Type │ │ │ │ ├── AbsoluteDateType.php │ │ │ │ ├── IntegerType.php │ │ │ │ ├── RelativeDateType.php │ │ │ │ └── StringType.php │ │ │ └── Value │ │ │ │ ├── AbsoluteDateValue.php │ │ │ │ ├── IntegerValue.php │ │ │ │ ├── RelativeDateValue.php │ │ │ │ ├── StringValue.php │ │ │ │ └── ValueInterface.php │ │ ├── Controller │ │ │ ├── HomeController.php │ │ │ └── QueryController.php │ │ ├── DependencyInjection │ │ │ ├── ChartExtension.php │ │ │ ├── Compiler │ │ │ │ └── FormatCompilerPass.php │ │ │ └── Configuration.php │ │ ├── Entity │ │ │ ├── StatPage.php │ │ │ ├── StatQuery.php │ │ │ └── StatVisualization.php │ │ ├── Form │ │ │ └── Type │ │ │ │ ├── ContextType.php │ │ │ │ └── QueryType.php │ │ ├── Manager │ │ │ ├── ChartManager.php │ │ │ ├── PageManager.php │ │ │ └── QueryManager.php │ │ ├── README.md │ │ ├── Repository │ │ │ ├── BaseRepository.php │ │ │ ├── PageRepository.php │ │ │ ├── QueryRepository.php │ │ │ └── VisualizationRepository.php │ │ └── Resources │ │ │ ├── config │ │ │ ├── context_format.yaml │ │ │ ├── controller.yaml │ │ │ ├── form.yaml │ │ │ ├── manager.yaml │ │ │ └── repository.yaml │ │ │ ├── translations │ │ │ ├── messages.ca.yml │ │ │ ├── messages.en.yml │ │ │ ├── messages.es.yml │ │ │ ├── messages.fr.yml │ │ │ ├── messages.pt.yml │ │ │ ├── validators.ca.yml │ │ │ ├── validators.en.yml │ │ │ ├── validators.es.yml │ │ │ ├── validators.fr.yml │ │ │ └── validators.pt.yml │ │ │ └── views │ │ │ ├── base.html.twig │ │ │ ├── home │ │ │ └── index.html.twig │ │ │ └── query │ │ │ ├── edit.html.twig │ │ │ ├── edit_theme.html.twig │ │ │ └── index.html.twig │ ├── google-task-bundle │ │ ├── Bag │ │ │ └── TaskBag.php │ │ ├── Contracts │ │ │ └── TaskInterface.php │ │ ├── Controller │ │ │ └── TaskController.php │ │ ├── DependencyInjection │ │ │ ├── Compiler │ │ │ │ └── TaskCompilerPass.php │ │ │ ├── Configuration.php │ │ │ └── GoogleTaskExtension.php │ │ ├── Enum │ │ │ └── Process.php │ │ ├── GoogleTaskBundle.php │ │ ├── LICENSE │ │ ├── README.md │ │ ├── Resources │ │ │ └── services │ │ │ │ ├── bag.yaml │ │ │ │ ├── controller.yaml │ │ │ │ └── service.yaml │ │ ├── Security │ │ │ └── Signer.php │ │ └── Service │ │ │ ├── TaskReceiver.php │ │ │ └── TaskSender.php │ ├── pagination-bundle │ │ ├── DependencyInjection │ │ │ ├── Configuration.php │ │ │ └── PaginationExtension.php │ │ ├── LICENSE │ │ ├── Manager │ │ │ └── PaginationManager.php │ │ ├── Pagerfanta │ │ │ ├── Template │ │ │ │ └── BootstrapLightTemplate.php │ │ │ └── View │ │ │ │ └── BootstrapLightView.php │ │ ├── PaginationBundle.php │ │ ├── README.md │ │ ├── Resources │ │ │ ├── config │ │ │ │ ├── manager.yaml │ │ │ │ ├── pagerfanta.yaml │ │ │ │ └── twig.yaml │ │ │ ├── translations │ │ │ │ ├── .gitkeep │ │ │ │ ├── messages.ca.yml │ │ │ │ ├── messages.en.yml │ │ │ │ ├── messages.es.yml │ │ │ │ ├── messages.fr.yml │ │ │ │ └── messages.pt.yml │ │ │ └── views │ │ │ │ └── macros.html.twig │ │ └── Twig │ │ │ └── Extension │ │ │ └── PaginationExtension.php │ ├── password-login-bundle │ │ ├── .gitignore │ │ ├── Base │ │ │ └── BaseRepository.php │ │ ├── Command │ │ │ ├── UserAdminCommand.php │ │ │ ├── UserCronCommand.php │ │ │ ├── UserListCommand.php │ │ │ ├── UserPasswordCommand.php │ │ │ ├── UserTrustCommand.php │ │ │ └── UserVerifyCommand.php │ │ ├── Controller │ │ │ ├── AdminController.php │ │ │ └── SecurityController.php │ │ ├── DependencyInjection │ │ │ ├── Configuration.php │ │ │ └── PasswordLoginExtension.php │ │ ├── Entity │ │ │ ├── AbstractUser.php │ │ │ ├── Captcha.php │ │ │ ├── EmailVerification.php │ │ │ └── PasswordRecovery.php │ │ ├── Event │ │ │ ├── AbstractEvent.php │ │ │ ├── PasswordLoginEvents.php │ │ │ ├── PostChangePasswordEvent.php │ │ │ ├── PostEditProfileEvent.php │ │ │ ├── PostRegisterEvent.php │ │ │ ├── PostVerifyEmailEvent.php │ │ │ ├── PreChangePasswordEvent.php │ │ │ ├── PreEditProfileEvent.php │ │ │ ├── PreRegisterEvent.php │ │ │ └── PreVerifyEmailEvent.php │ │ ├── EventListener │ │ │ └── CsrfExceptionListener.php │ │ ├── Form │ │ │ └── Type │ │ │ │ ├── ChangePasswordType.php │ │ │ │ ├── ConnectType.php │ │ │ │ ├── ForgotPasswordType.php │ │ │ │ ├── ProfileType.php │ │ │ │ └── RegistrationType.php │ │ ├── LICENSE │ │ ├── Manager │ │ │ ├── CaptchaManager.php │ │ │ ├── EmailVerificationManager.php │ │ │ ├── PasswordRecoveryManager.php │ │ │ └── UserManager.php │ │ ├── PasswordLoginBundle.php │ │ ├── README.md │ │ ├── Repository │ │ │ ├── AbstractUserRepository.php │ │ │ ├── CaptchaRepository.php │ │ │ ├── EmailVerificationRepository.php │ │ │ ├── PasswordRecoveryRepository.php │ │ │ └── UserRepositoryInterface.php │ │ ├── Resources │ │ │ ├── config │ │ │ │ ├── command.yml │ │ │ │ ├── controller.yml │ │ │ │ ├── forms.yml │ │ │ │ ├── listener.yml │ │ │ │ ├── manager.yml │ │ │ │ ├── repository.yml │ │ │ │ └── service.yml │ │ │ ├── translations │ │ │ │ ├── messages.ca.yml │ │ │ │ ├── messages.en.yml │ │ │ │ ├── messages.es.yml │ │ │ │ ├── messages.fr.yml │ │ │ │ └── messages.pt.yml │ │ │ └── views │ │ │ │ ├── admin │ │ │ │ ├── list.html.twig │ │ │ │ └── profile.html.twig │ │ │ │ ├── base.html.twig │ │ │ │ ├── error │ │ │ │ └── csrf.html.twig │ │ │ │ ├── menu.html.twig │ │ │ │ └── security │ │ │ │ ├── change_password.html.twig │ │ │ │ ├── connect.html.twig │ │ │ │ ├── forgot_password.html.twig │ │ │ │ ├── forgot_password_mail.txt.twig │ │ │ │ ├── not_trusted.html.twig │ │ │ │ ├── notice_administrators_mail.txt.twig │ │ │ │ ├── profile.html.twig │ │ │ │ ├── register.html.twig │ │ │ │ └── verify_email_mail.txt.twig │ │ ├── Security │ │ │ └── Authenticator │ │ │ │ └── FormLoginAuthenticator.php │ │ └── Services │ │ │ └── Mail.php │ ├── sandbox-bundle │ │ ├── .gitignore │ │ ├── Base │ │ │ ├── BaseController.php │ │ │ └── BaseRepository.php │ │ ├── Command │ │ │ └── AnonymizeCommand.php │ │ ├── Controller │ │ │ ├── AnonymizeController.php │ │ │ ├── FakeCallController.php │ │ │ ├── FakeEmailController.php │ │ │ ├── FakeMinutisController.php │ │ │ ├── FakeSmsController.php │ │ │ ├── FakeStorageController.php │ │ │ ├── FixturesController.php │ │ │ ├── HomeController.php │ │ │ └── SpinnerController.php │ │ ├── DependencyInjection │ │ │ ├── Configuration.php │ │ │ └── SandboxExtension.php │ │ ├── Entity │ │ │ ├── FakeCall.php │ │ │ ├── FakeEmail.php │ │ │ ├── FakeOperation.php │ │ │ ├── FakeOperationResource.php │ │ │ └── FakeSms.php │ │ ├── LICENSE │ │ ├── Manager │ │ │ ├── AnonymizeManager.php │ │ │ ├── FakeCallManager.php │ │ │ ├── FakeEmailManager.php │ │ │ ├── FakeOperationManager.php │ │ │ ├── FakeOperationResourceManager.php │ │ │ ├── FakeSmsManager.php │ │ │ └── FixturesManager.php │ │ ├── Provider │ │ │ ├── FakeCallProvider.php │ │ │ ├── FakeEmailProvider.php │ │ │ ├── FakeMinutisProvider.php │ │ │ ├── FakeSmsProvider.php │ │ │ └── FakeStorageProvider.php │ │ ├── README.md │ │ ├── Repository │ │ │ ├── FakeCallRepository.php │ │ │ ├── FakeEmailRepository.php │ │ │ ├── FakeOperationRepository.php │ │ │ ├── FakeOperationResourceRepository.php │ │ │ └── FakeSmsRepository.php │ │ ├── Resources │ │ │ ├── config │ │ │ │ ├── command.yaml │ │ │ │ ├── controller.yaml │ │ │ │ ├── manager.yaml │ │ │ │ └── repository.yaml │ │ │ ├── public │ │ │ │ ├── iphone │ │ │ │ │ ├── iphone.css │ │ │ │ │ ├── iphone.png │ │ │ │ │ ├── received.mp3 │ │ │ │ │ └── sent.mp3 │ │ │ │ ├── sandbox.css │ │ │ │ └── sandbox.js │ │ │ ├── translations │ │ │ │ ├── messages.ca.yml │ │ │ │ ├── messages.en.yml │ │ │ │ ├── messages.es.yml │ │ │ │ ├── messages.fr.yml │ │ │ │ └── messages.pt.yml │ │ │ └── views │ │ │ │ ├── fake_call │ │ │ │ ├── list.html.twig │ │ │ │ └── read.html.twig │ │ │ │ ├── fake_email │ │ │ │ ├── list.html.twig │ │ │ │ └── read.html.twig │ │ │ │ ├── fake_minutis │ │ │ │ └── list.html.twig │ │ │ │ ├── fake_sms │ │ │ │ ├── list.html.twig │ │ │ │ └── thread.html.twig │ │ │ │ ├── fixtures │ │ │ │ └── index.html.twig │ │ │ │ ├── home │ │ │ │ └── index.html.twig │ │ │ │ └── spinner │ │ │ │ └── index.html.twig │ │ ├── SandboxBundle.php │ │ └── Services │ │ │ └── AnimGif.php │ ├── settings-bundle │ │ ├── DependencyInjection │ │ │ ├── Configuration.php │ │ │ └── SettingsExtension.php │ │ ├── Entity │ │ │ └── Setting.php │ │ ├── LICENSE │ │ ├── Manager │ │ │ └── SettingManager.php │ │ ├── README.md │ │ ├── Repository │ │ │ └── SettingRepository.php │ │ ├── Resources │ │ │ └── config │ │ │ │ ├── manager.yaml │ │ │ │ ├── repository.yaml │ │ │ │ └── twig.yaml │ │ ├── SettingsBundle.php │ │ └── Twig │ │ │ └── Extension │ │ │ └── SettingExtension.php │ └── twilio-bundle │ │ ├── Command │ │ ├── PriceCommand.php │ │ └── SmsCommand.php │ │ ├── Component │ │ └── HttpFoundation │ │ │ └── XmlResponse.php │ │ ├── Controller │ │ ├── BaseController.php │ │ ├── CallController.php │ │ ├── MessageController.php │ │ └── StatusController.php │ │ ├── DependencyInjection │ │ ├── Configuration.php │ │ └── TwilioExtension.php │ │ ├── Entity │ │ ├── BaseTwilio.php │ │ ├── TwilioCall.php │ │ ├── TwilioMessage.php │ │ └── TwilioStatus.php │ │ ├── Event │ │ ├── TwilioCallEvent.php │ │ └── TwilioMessageEvent.php │ │ ├── LICENSE │ │ ├── Manager │ │ ├── TwilioCallManager.php │ │ ├── TwilioMessageManager.php │ │ └── TwilioStatusManager.php │ │ ├── README.md │ │ ├── Repository │ │ ├── BaseRepository.php │ │ ├── BaseTwilioRepository.php │ │ ├── TwilioCallRepository.php │ │ ├── TwilioMessageRepository.php │ │ └── TwilioStatusRepository.php │ │ ├── Resources │ │ └── config │ │ │ ├── command.yml │ │ │ ├── controller.yml │ │ │ ├── manager.yml │ │ │ ├── repository.yml │ │ │ └── service.yml │ │ ├── Service │ │ └── Twilio.php │ │ ├── TwilioBundle.php │ │ └── TwilioEvents.php ├── composer.json ├── composer.lock ├── config │ ├── bundles.php │ ├── international │ │ ├── languages.yaml │ │ ├── phones.yaml │ │ └── platforms.yaml │ ├── keys │ │ └── .gitkeep │ ├── packages │ │ ├── assets.yaml │ │ ├── dev │ │ │ ├── debug.yaml │ │ │ ├── doctrine.yaml │ │ │ ├── easy_log_handler.yaml │ │ │ ├── google_recaptcha.yaml │ │ │ ├── monolog.yaml │ │ │ ├── routing.yaml │ │ │ ├── swiftmailer.yaml │ │ │ └── web_profiler.yaml │ │ ├── doctrine.yaml │ │ ├── doctrine_migrations.yaml │ │ ├── exercise_html_purifier.yaml │ │ ├── framework.yaml │ │ ├── google_apiclient.yaml │ │ ├── google_recaptcha.yaml │ │ ├── mailer.yaml │ │ ├── monolog.yaml │ │ ├── prod │ │ │ ├── doctrine.yaml │ │ │ ├── monolog.yaml │ │ │ ├── services.yaml │ │ │ └── webpack_encore.yaml │ │ ├── routing.yaml │ │ ├── security.yaml │ │ ├── swiftmailer.yaml │ │ ├── test │ │ │ ├── framework.yaml │ │ │ ├── google_recaptcha.yaml │ │ │ ├── monolog.yaml │ │ │ ├── swiftmailer.yaml │ │ │ └── web_profiler.yaml │ │ ├── translation.yaml │ │ ├── twig.yaml │ │ └── webpack_encore.yaml │ ├── routes.yaml │ ├── routes │ │ ├── annotations.yaml │ │ └── dev │ │ │ ├── sandbox.yaml │ │ │ └── web_profiler.yaml │ ├── services.yaml │ ├── services_dev.yaml │ └── services_test.yaml ├── nginx-app.conf ├── package-lock.json ├── package.json ├── php.ini ├── phpunit.xml.dist ├── public │ ├── .htaccess │ ├── apple-touch-icon.png │ ├── email.png │ ├── favicon.ico │ ├── google.png │ ├── index.php │ ├── message.png │ ├── minutis.png │ ├── redcall-full-smaller.png │ ├── redcall-full.png │ ├── reponses.png │ ├── spinner-heavy.gif │ ├── spinner-medium.gif │ ├── spinner-redcall.gif │ └── spinner.gif ├── src │ ├── Base │ │ ├── BaseCommand.php │ │ ├── BaseController.php │ │ ├── BaseRepository.php │ │ └── BaseService.php │ ├── Command │ │ ├── AnnuaireNationalCommand.php │ │ ├── ClearCampaignCommand.php │ │ ├── ClearExpirableCommand.php │ │ ├── ClearMediaCommand.php │ │ ├── ClearSpaceCommand.php │ │ ├── ClearVolunteerCommand.php │ │ ├── CreateUserCommand.php │ │ ├── GenerateMjmlCommand.php │ │ ├── PegassFilesCommand.php │ │ ├── PegassSearchCommand.php │ │ ├── PhraseCommand.php │ │ ├── RecoverCostsCommand.php │ │ ├── RefreshCommand.php │ │ ├── ReportCommunicationCommand.php │ │ ├── SendCommunicationCommand.php │ │ ├── UserDeveloperCommand.php │ │ └── UserRootCommand.php │ ├── Communication │ │ ├── Processor │ │ │ ├── ExecProcessor.php │ │ │ ├── ProcessorInterface.php │ │ │ ├── SimpleProcessor.php │ │ │ └── TaskProcessor.php │ │ └── Sender.php │ ├── Component │ │ └── HttpFoundation │ │ │ ├── ArrayToCsvResponse.php │ │ │ ├── DownloadResponse.php │ │ │ ├── MpdfResponse.php │ │ │ └── NoContentResponse.php │ ├── Contract │ │ ├── LockableInterface.php │ │ └── PhoneInterface.php │ ├── Controller │ │ ├── Admin │ │ │ ├── AnswerAnalysisController.php │ │ │ ├── BadgeController.php │ │ │ ├── CampaignController.php │ │ │ ├── CategoryController.php │ │ │ ├── GdprController.php │ │ │ ├── HomeController.php │ │ │ ├── MaintenanceController.php │ │ │ ├── PegassController.php │ │ │ ├── PlatformController.php │ │ │ ├── PrefilledAnswersController.php │ │ │ └── StatsController.php │ │ ├── Api │ │ │ ├── Admin │ │ │ │ ├── BadgeController.php │ │ │ │ ├── CategoryController.php │ │ │ │ ├── PlatformController.php │ │ │ │ └── UserController.php │ │ │ ├── CampaignController.php │ │ │ ├── StructureController.php │ │ │ └── VolunteerController.php │ │ ├── AudienceController.php │ │ ├── CampaignController.php │ │ ├── CommunicationController.php │ │ ├── CronController.php │ │ ├── DeployController.php │ │ ├── DeveloperController.php │ │ ├── ExportController.php │ │ ├── FavoriteBadgeController.php │ │ ├── GoogleController.php │ │ ├── HomeController.php │ │ ├── Management │ │ │ ├── HomeController.php │ │ │ ├── Structure │ │ │ │ ├── PrefilledAnswersController.php │ │ │ │ ├── StructuresController.php │ │ │ │ ├── TemplateController.php │ │ │ │ └── VolunteerListController.php │ │ │ └── Volunteer │ │ │ │ └── VolunteersController.php │ │ ├── MessageController.php │ │ ├── NivolController.php │ │ ├── OAuth │ │ │ └── GoogleConnectController.php │ │ ├── SpaceController.php │ │ ├── SynthesisController.php │ │ ├── TaskController.php │ │ └── WidgetController.php │ ├── Entity │ │ ├── AbstractReport.php │ │ ├── Answer.php │ │ ├── Badge.php │ │ ├── Campaign.php │ │ ├── Category.php │ │ ├── Choice.php │ │ ├── Communication.php │ │ ├── Cost.php │ │ ├── DeletedVolunteer.php │ │ ├── Expirable.php │ │ ├── Media.php │ │ ├── Message.php │ │ ├── Operation.php │ │ ├── Pegass.php │ │ ├── Phone.php │ │ ├── PrefilledAnswers.php │ │ ├── RememberMe.php │ │ ├── Report.php │ │ ├── ReportRepartition.php │ │ ├── Session.php │ │ ├── Structure.php │ │ ├── Template.php │ │ ├── TemplateImage.php │ │ ├── User.php │ │ ├── Volunteer.php │ │ ├── VolunteerList.php │ │ └── VolunteerSession.php │ ├── Enum │ │ ├── Crud.php │ │ ├── Platform.php │ │ ├── Resource.php │ │ ├── ResourceOwnership.php │ │ ├── Stop.php │ │ └── Type.php │ ├── Event │ │ └── PegassEvent.php │ ├── EventSubscriber │ │ ├── CommunicationActivitySubscriber.php │ │ ├── ExceptionSubscriber.php │ │ ├── LocaleSubscriber.php │ │ ├── PegassSubscriber.php │ │ ├── TimezoneSubscriber.php │ │ └── TwilioSubscriber.php │ ├── Exception │ │ ├── ImportErrorException.php │ │ └── ImportWarningException.php │ ├── Facade │ │ ├── Badge │ │ │ ├── BadgeFacade.php │ │ │ ├── BadgeFiltersFacade.php │ │ │ ├── BadgeReadFacade.php │ │ │ ├── BadgeReferenceCollectionFacade.php │ │ │ └── BadgeReferenceFacade.php │ │ ├── Category │ │ │ ├── CategoryFacade.php │ │ │ ├── CategoryFiltersFacade.php │ │ │ └── CategoryReadFacade.php │ │ ├── Generic │ │ │ ├── PageFilterFacade.php │ │ │ ├── PlatformFacade.php │ │ │ └── UpdateStatusFacade.php │ │ ├── Phone │ │ │ ├── PhoneFacade.php │ │ │ └── PhoneReadFacade.php │ │ ├── Resource │ │ │ ├── BadgeResourceFacade.php │ │ │ ├── CategoryResourceFacade.php │ │ │ ├── ResourceFacade.php │ │ │ ├── ResourceReferenceCollectionFacadeInterface.php │ │ │ ├── ResourceReferenceFacadeInterface.php │ │ │ ├── StructureResourceFacade.php │ │ │ ├── UserResourceFacade.php │ │ │ └── VolunteerResourceFacade.php │ │ ├── Structure │ │ │ ├── StructureFacade.php │ │ │ ├── StructureFiltersFacade.php │ │ │ ├── StructureReadFacade.php │ │ │ ├── StructureReferenceCollectionFacade.php │ │ │ ├── StructureReferenceFacade.php │ │ │ ├── StructureTreeFacade.php │ │ │ └── VolunteerFiltersFacade.php │ │ ├── Trigger │ │ │ ├── SimpleMessageRequestFacade.php │ │ │ └── SimpleMessageResponseFacade.php │ │ ├── User │ │ │ ├── UserFacade.php │ │ │ ├── UserFiltersFacade.php │ │ │ ├── UserReadFacade.php │ │ │ ├── UserReferenceCollectionFacade.php │ │ │ └── UserReferenceFacade.php │ │ └── Volunteer │ │ │ ├── VolunteerFacade.php │ │ │ ├── VolunteerFiltersFacade.php │ │ │ ├── VolunteerReadFacade.php │ │ │ ├── VolunteerReferenceCollectionFacade.php │ │ │ └── VolunteerReferenceFacade.php │ ├── Form │ │ ├── Extension │ │ │ └── RegistrationTypeExtension.php │ │ ├── Flow │ │ │ ├── CallTriggerFlow.php │ │ │ ├── CampaignFlow.php │ │ │ ├── EmailTriggerFlow.php │ │ │ └── SmsTriggerFlow.php │ │ ├── Model │ │ │ ├── BaseTrigger.php │ │ │ ├── CallTrigger.php │ │ │ ├── Campaign.php │ │ │ ├── EmailTrigger.php │ │ │ ├── Operation.php │ │ │ └── SmsTrigger.php │ │ └── Type │ │ │ ├── AnswerType.php │ │ │ ├── AudienceType.php │ │ │ ├── BadgeSelectionType.php │ │ │ ├── BadgeWidgetType.php │ │ │ ├── CallTriggerType.php │ │ │ ├── CampaignType.php │ │ │ ├── CategoryWigetType.php │ │ │ ├── ChooseCampaignOperationChoicesType.php │ │ │ ├── ChooseOperationChoicesType.php │ │ │ ├── CodeType.php │ │ │ ├── CreateCampaignOperationType.php │ │ │ ├── CreateOperationType.php │ │ │ ├── CreateOrUseOperationType.php │ │ │ ├── EmailTriggerType.php │ │ │ ├── LanguageType.php │ │ │ ├── ManageUserStructuresType.php │ │ │ ├── NivolType.php │ │ │ ├── PhoneCardType.php │ │ │ ├── PhoneCardsType.php │ │ │ ├── PlatformType.php │ │ │ ├── PrefilledAnswersType.php │ │ │ ├── SmsTriggerType.php │ │ │ ├── StructureType.php │ │ │ ├── StructureWidgetType.php │ │ │ ├── TemplateType.php │ │ │ ├── TypesType.php │ │ │ ├── UseCampaignOperationType.php │ │ │ ├── UseOperationType.php │ │ │ ├── UserStructuresType.php │ │ │ ├── VolunteerListType.php │ │ │ ├── VolunteerType.php │ │ │ └── VolunteerWidgetType.php │ ├── Kernel.php │ ├── Logger │ │ └── ContextProcessor.php │ ├── Manager │ │ ├── AnswerManager.php │ │ ├── AudienceManager.php │ │ ├── BadgeManager.php │ │ ├── CampaignManager.php │ │ ├── CategoryManager.php │ │ ├── CommunicationManager.php │ │ ├── CostManager.php │ │ ├── DeletedVolunteerManager.php │ │ ├── ExpirableManager.php │ │ ├── GdprManager.php │ │ ├── LanguageConfigManager.php │ │ ├── LocaleManager.php │ │ ├── MailManager.php │ │ ├── MaintenanceManager.php │ │ ├── MediaManager.php │ │ ├── MessageManager.php │ │ ├── NivolManager.php │ │ ├── OperationManager.php │ │ ├── PegassManager.php │ │ ├── PhoneConfigManager.php │ │ ├── PhoneManager.php │ │ ├── PlatformConfigManager.php │ │ ├── PrefilledAnswersManager.php │ │ ├── RefreshManager.php │ │ ├── ReportManager.php │ │ ├── StatisticsManager.php │ │ ├── StructureManager.php │ │ ├── TemplateImageManager.php │ │ ├── TemplateManager.php │ │ ├── UserManager.php │ │ ├── VolunteerListManager.php │ │ ├── VolunteerManager.php │ │ └── VolunteerSessionManager.php │ ├── Migrations │ │ ├── Version20180601012202.php │ │ ├── Version20180601012415.php │ │ ├── Version20180601015010.php │ │ ├── Version20180601024432.php │ │ ├── Version20180601043546.php │ │ ├── Version20180601045706.php │ │ ├── Version20180601095423.php │ │ ├── Version20180601102916.php │ │ ├── Version20180601104121.php │ │ ├── Version20180619050127.php │ │ ├── Version20180620104405.php │ │ ├── Version20180704074706.php │ │ ├── Version20181017173229.php │ │ ├── Version20181020174749.php │ │ ├── Version20181020185815.php │ │ ├── Version20181021055802.php │ │ ├── Version20181021095938.php │ │ ├── Version20181022201757.php │ │ ├── Version20181029184924.php │ │ ├── Version20181101111314.php │ │ ├── Version20181101204113.php │ │ ├── Version20181104181856.php │ │ ├── Version20181104213106.php │ │ ├── Version20181105010112.php │ │ ├── Version20181112081945.php │ │ ├── Version20181117073658.php │ │ ├── Version20181118002352.php │ │ ├── Version20181201120519.php │ │ ├── Version20181204224408.php │ │ ├── Version20181205040812.php │ │ ├── Version20181207060010.php │ │ ├── Version20181208230712.php │ │ ├── Version20181209155253.php │ │ ├── Version20181211052232.php │ │ ├── Version20181211104821.php │ │ ├── Version20181214040811.php │ │ ├── Version20181215044102.php │ │ ├── Version20181215172240.php │ │ ├── Version20181219224228.php │ │ ├── Version20190210153234.php │ │ ├── Version20190210202443.php │ │ ├── Version20190210202601.php │ │ ├── Version20190212222617.php │ │ ├── Version20190217162028.php │ │ ├── Version20190217171815.php │ │ ├── Version20190218062513.php │ │ ├── Version20190218074701.php │ │ ├── Version20190218205119.php │ │ ├── Version20190219082754.php │ │ ├── Version20190219210833.php │ │ ├── Version20190219220114.php │ │ ├── Version20190512202331.php │ │ ├── Version20190531060443.php │ │ ├── Version20190602090147.php │ │ ├── Version20190602090241.php │ │ ├── Version20190602091834.php │ │ ├── Version20190602092319.php │ │ ├── Version20190602115344.php │ │ ├── Version20190602172404.php │ │ ├── Version20190616024339.php │ │ ├── Version20190630193327.php │ │ ├── Version20191015202822.php │ │ ├── Version20191117143204.php │ │ ├── Version20191117183244.php │ │ ├── Version20191117192502.php │ │ ├── Version20191209201711.php │ │ ├── Version20200113222634.php │ │ ├── Version20200115184617.php │ │ ├── Version20200115185746.php │ │ ├── Version20200115190940.php │ │ ├── Version20200115212536.php │ │ ├── Version20200115222124.php │ │ ├── Version20200115231058.php │ │ ├── Version20200116063827.php │ │ ├── Version20200116212033.php │ │ ├── Version20200118085307.php │ │ ├── Version20200118143413.php │ │ ├── Version20200119100058.php │ │ ├── Version20200119111411.php │ │ ├── Version20200119115341.php │ │ ├── Version20200119151614.php │ │ ├── Version20200119203745.php │ │ ├── Version20200120194246.php │ │ ├── Version20200121005516.php │ │ ├── Version20200121005727.php │ │ ├── Version20200121012046.php │ │ ├── Version20200121073522.php │ │ ├── Version20200121125101.php │ │ ├── Version20200121194516.php │ │ ├── Version20200123222900.php │ │ ├── Version20200123223558.php │ │ ├── Version20200125141018.php │ │ ├── Version20200126141334.php │ │ ├── Version20200126171710.php │ │ ├── Version20200126191651.php │ │ ├── Version20200126204334.php │ │ ├── Version20200127190654.php │ │ ├── Version20200127191854.php │ │ ├── Version20200128061613.php │ │ ├── Version20200301184438.php │ │ ├── Version20200302214843.php │ │ ├── Version20200302223611.php │ │ ├── Version20200303081955.php │ │ ├── Version20200311085015.php │ │ ├── Version20200321140144.php │ │ ├── Version20200322164033.php │ │ ├── Version20200328102824.php │ │ ├── Version20200329161557.php │ │ ├── Version20200329205246.php │ │ ├── Version20200404063952.php │ │ ├── Version20200407064717.php │ │ ├── Version20200408210136.php │ │ ├── Version20200408212938.php │ │ ├── Version20200409094527.php │ │ ├── Version20200409102645.php │ │ ├── Version20200409160145.php │ │ ├── Version20200409163539.php │ │ ├── Version20200411125416.php │ │ ├── Version20200418141013.php │ │ ├── Version20200418141610.php │ │ ├── Version20200421205922.php │ │ ├── Version20200423194535.php │ │ ├── Version20200427121151.php │ │ ├── Version20200510074524.php │ │ ├── Version20200510080137.php │ │ ├── Version20200510160632.php │ │ ├── Version20200515163227.php │ │ ├── Version20200518110631.php │ │ ├── Version20200521081759.php │ │ ├── Version20200526073912.php │ │ ├── Version20200529052525.php │ │ ├── Version20200606061042.php │ │ ├── Version20200816134720.php │ │ ├── Version20201011081835.php │ │ ├── Version20201014055357.php │ │ ├── Version20201018154114.php │ │ ├── Version20201018235315.php │ │ ├── Version20201126110518.php │ │ ├── Version20201126112109.php │ │ ├── Version20201126161739.php │ │ ├── Version20201203204620.php │ │ ├── Version20201205145217.php │ │ ├── Version20201205165719.php │ │ ├── Version20201211104604.php │ │ ├── Version20201211133008.php │ │ ├── Version20201211143852.php │ │ ├── Version20201211143954.php │ │ ├── Version20201213164108.php │ │ ├── Version20201219084752.php │ │ ├── Version20201231151339.php │ │ ├── Version20210103150513.php │ │ ├── Version20210109190749.php │ │ ├── Version20210109191432.php │ │ ├── Version20210109192332.php │ │ ├── Version20210113065807.php │ │ ├── Version20210113112928.php │ │ ├── Version20210114073207.php │ │ ├── Version20210114111403.php │ │ ├── Version20210114172044.php │ │ ├── Version20210115155124.php │ │ ├── Version20210118134458.php │ │ ├── Version20210124150700.php │ │ ├── Version20210125205913.php │ │ ├── Version20210128140335.php │ │ ├── Version20210129164333.php │ │ ├── Version20210130101155.php │ │ ├── Version20210131115206.php │ │ ├── Version20210201133301.php │ │ ├── Version20210206160108.php │ │ ├── Version20210207073024.php │ │ ├── Version20210208062138.php │ │ ├── Version20210213075503.php │ │ ├── Version20210218070916.php │ │ ├── Version20210307163830.php │ │ ├── Version20210308205237.php │ │ ├── Version20210311204917.php │ │ ├── Version20210313153151.php │ │ ├── Version20210313165040.php │ │ ├── Version20210318052545.php │ │ ├── Version20210323215553.php │ │ ├── Version20210324003504.php │ │ ├── Version20210330200956.php │ │ ├── Version20210330203058.php │ │ ├── Version20210404171924.php │ │ ├── Version20210404174638.php │ │ ├── Version20210405093544.php │ │ ├── Version20210409055155.php │ │ ├── Version20210409064654.php │ │ ├── Version20210418095237.php │ │ ├── Version20210418172237.php │ │ ├── Version20210418175758.php │ │ ├── Version20210419023037.php │ │ ├── Version20210425144849.php │ │ ├── Version20210501071615.php │ │ ├── Version20210509095247.php │ │ ├── Version20210509165318.php │ │ ├── Version20210509165629.php │ │ ├── Version20210510175942.php │ │ ├── Version20210511225138.php │ │ ├── Version20210511234520.php │ │ ├── Version20210519160755.php │ │ ├── Version20210822170605.php │ │ ├── Version20210909142132.php │ │ ├── Version20210926090057.php │ │ ├── Version20220102203833.php │ │ ├── Version20220108150655.php │ │ ├── Version20220109064157.php │ │ ├── Version20220211174017.php │ │ ├── Version20220313145033.php │ │ ├── Version20220314124716.php │ │ ├── Version20220328155417.php │ │ ├── Version20220328170259.php │ │ ├── Version20220328192118.php │ │ ├── Version20220415090149.php │ │ ├── Version20220829202019.php │ │ ├── Version20220830094928.php │ │ ├── Version20220830112340.php │ │ ├── Version20220831051631.php │ │ ├── Version20221004165314.php │ │ ├── Version20221020060704.php │ │ ├── Version20221020062327.php │ │ ├── Version20221108073729.php │ │ ├── Version20230301074129.php │ │ ├── Version20231019132511.php │ │ └── Version20231019143514.php │ ├── Model │ │ ├── Classification.php │ │ ├── Csrf.php │ │ ├── InstancesNationales │ │ │ ├── SheetExtract.php │ │ │ ├── SheetsExtract.php │ │ │ ├── UserExtract.php │ │ │ ├── UsersExtract.php │ │ │ ├── VolunteerExtract.php │ │ │ └── VolunteersExtract.php │ │ ├── LanguageConfig.php │ │ ├── MinutisToken.php │ │ ├── OAuthUser.php │ │ ├── PhoneConfig.php │ │ ├── PlatformConfig.php │ │ └── TextToSpeechConfig.php │ ├── ParamConverter │ │ ├── CsrfParamConverter.php │ │ ├── EnumParamConverter.php │ │ └── PlatformParamConverter.php │ ├── PegassEvents.php │ ├── Provider │ │ ├── Call │ │ │ ├── CallProvider.php │ │ │ └── Twilio.php │ │ ├── Email │ │ │ ├── EmailProvider.php │ │ │ ├── Sendgrid.php │ │ │ └── Symfony.php │ │ ├── Minutis │ │ │ ├── Minutis.php │ │ │ └── MinutisProvider.php │ │ ├── OAuth │ │ │ ├── GoogleConnect │ │ │ │ ├── GoogleConnect.php │ │ │ │ └── GoogleConnectInterface.php │ │ │ └── OAuthConnectInterface.php │ │ ├── SMS │ │ │ ├── SMSProvider.php │ │ │ ├── Twilio.php │ │ │ └── TwilioWithStatusAsTask.php │ │ └── Storage │ │ │ ├── GoogleCloudStorage.php │ │ │ └── StorageProvider.php │ ├── Queues.php │ ├── Repository │ │ ├── AnswerRepository.php │ │ ├── BadgeRepository.php │ │ ├── CampaignRepository.php │ │ ├── CategoryRepository.php │ │ ├── ChoiceRepository.php │ │ ├── CommunicationRepository.php │ │ ├── CostRepository.php │ │ ├── DeletedVolunteerRepository.php │ │ ├── ExpirableRepository.php │ │ ├── MediaRepository.php │ │ ├── MessageRepository.php │ │ ├── OperationRepository.php │ │ ├── PegassRepository.php │ │ ├── PhoneRepository.php │ │ ├── PrefilledAnswersRepository.php │ │ ├── RememberMeRepository.php │ │ ├── ReportRepartitionRepository.php │ │ ├── ReportRepository.php │ │ ├── StatisticsRepository.php │ │ ├── StructureRepository.php │ │ ├── TemplateImageRepository.php │ │ ├── TemplateRepository.php │ │ ├── UserRepository.php │ │ ├── VolunteerListRepository.php │ │ ├── VolunteerRepository.php │ │ └── VolunteerSessionRepository.php │ ├── Security │ │ ├── Authenticator │ │ │ ├── GoogleConnectAuthenticator.php │ │ │ ├── MinutisAuthenticator.php │ │ │ └── NivolAuthenticator.php │ │ ├── Helper │ │ │ └── Security.php │ │ └── Voter │ │ │ ├── BadgeVoter.php │ │ │ ├── CampaignVoter.php │ │ │ ├── CategoryVoter.php │ │ │ ├── CommunicationVoter.php │ │ │ ├── StructureVoter.php │ │ │ ├── UserVoter.php │ │ │ ├── VolunteerSessionVoter.php │ │ │ └── VolunteerVoter.php │ ├── Services │ │ ├── InstancesNationales │ │ │ ├── LogService.php │ │ │ ├── UserService.php │ │ │ └── VolunteerService.php │ │ ├── Mail.php │ │ ├── MessageFormatter.php │ │ ├── Mjml.php │ │ ├── Phrase.php │ │ ├── TextToSpeech.php │ │ └── VoiceCalls.php │ ├── Settings.php │ ├── Task │ │ ├── AbstractSendMessageTask.php │ │ ├── PegassCreateChunks.php │ │ ├── PegassUpdateChunk.php │ │ ├── SendCallTask.php │ │ ├── SendCommunicationTask.php │ │ ├── SendEmailTask.php │ │ ├── SendSmsTask.php │ │ ├── SyncAnnuaire.php │ │ ├── SyncOneWithPegass.php │ │ └── SyncWithPegassTask.php │ ├── Tools │ │ ├── Encryption.php │ │ ├── EscapedArray.php │ │ ├── GSM.php │ │ ├── Hash.php │ │ ├── Random.php │ │ └── Url.php │ ├── Transformer │ │ ├── BadgeTransformer.php │ │ ├── CategoryTransformer.php │ │ ├── PhoneTransformer.php │ │ ├── ResourceTransformer.php │ │ ├── StructureTransformer.php │ │ ├── UserTransformer.php │ │ └── VolunteerTransformer.php │ ├── Twig │ │ └── Extension │ │ │ ├── AppExtension.php │ │ │ └── CommunicationExtension.php │ └── Validator │ │ └── Constraints │ │ ├── Phone.php │ │ ├── PhoneValidator.php │ │ ├── Unlocked.php │ │ ├── UnlockedValidator.php │ │ ├── WhitelistedRedirectUrl.php │ │ └── WhitelistedRedirectUrlValidator.php ├── symfony.lock ├── templates │ ├── admin │ │ ├── answer_analysis │ │ │ └── index.html.twig │ │ ├── badge │ │ │ ├── badge.html.twig │ │ │ ├── badges.html.twig │ │ │ └── manage.html.twig │ │ ├── campaign │ │ │ └── list.html.twig │ │ ├── category │ │ │ ├── badges_in_category.html.twig │ │ │ ├── categories.html.twig │ │ │ └── category.html.twig │ │ ├── gdpr │ │ │ └── index.html.twig │ │ ├── home.html.twig │ │ ├── maintenance │ │ │ ├── index.html.twig │ │ │ ├── message.html.twig │ │ │ └── search.html.twig │ │ ├── pegass │ │ │ ├── create_user.html.twig │ │ │ ├── index.html.twig │ │ │ ├── structures.html.twig │ │ │ └── user_list.html.twig │ │ ├── platform │ │ │ └── render_switch.html.twig │ │ ├── prefilled_answers │ │ │ ├── editor.html.twig │ │ │ └── list.html.twig │ │ └── stats │ │ │ ├── general.html.twig │ │ │ ├── index.html.twig │ │ │ └── structure.html.twig │ ├── audience │ │ ├── audience_theme.html.twig │ │ ├── classification.html.twig │ │ ├── home.html.twig │ │ ├── pre_selection.html.twig │ │ ├── pre_selection_summary.html.twig │ │ ├── problems.html.twig │ │ ├── resolve.html.twig │ │ ├── selection.html.twig │ │ └── small_selection.html.twig │ ├── base.html.twig │ ├── bundles │ │ ├── ApiBundle │ │ │ ├── token │ │ │ │ ├── console.html.twig │ │ │ │ ├── documentation.html.twig │ │ │ │ ├── endpoint.html.twig │ │ │ │ └── index.html.twig │ │ │ └── webhook │ │ │ │ └── index.html.twig │ │ ├── ChartBundle │ │ │ ├── home │ │ │ │ └── index.html.twig │ │ │ └── query │ │ │ │ ├── edit.html.twig │ │ │ │ └── index.html.twig │ │ ├── PasswordLoginBundle │ │ │ ├── admin │ │ │ │ └── profile.html.twig │ │ │ └── security │ │ │ │ ├── change_password.html.twig │ │ │ │ ├── connect.html.twig │ │ │ │ ├── forgot_password.html.twig │ │ │ │ ├── not_trusted.html.twig │ │ │ │ ├── profile.html.twig │ │ │ │ └── register.html.twig │ │ └── TwigBundle │ │ │ └── Exception │ │ │ └── error.html.twig │ ├── campaign │ │ ├── common.js.twig │ │ ├── list.html.twig │ │ ├── report.html.twig │ │ └── table.html.twig │ ├── developer │ │ └── home.html.twig │ ├── export │ │ └── pdf │ │ │ ├── body.html.twig │ │ │ ├── footer.html.twig │ │ │ └── header.html.twig │ ├── favorite_badge │ │ └── index.html.twig │ ├── form_theme.html.twig │ ├── home.html.twig │ ├── macros.html.twig │ ├── management │ │ ├── home.html.twig │ │ ├── structures │ │ │ ├── form.html.twig │ │ │ ├── list.html.twig │ │ │ ├── pegass.html.twig │ │ │ ├── prefilled_answers │ │ │ │ ├── editor.html.twig │ │ │ │ └── list.html.twig │ │ │ ├── structure.html.twig │ │ │ ├── template │ │ │ │ ├── editor.html.twig │ │ │ │ └── list.html.twig │ │ │ ├── users.html.twig │ │ │ └── volunteer_list │ │ │ │ ├── card.html.twig │ │ │ │ ├── cards.html.twig │ │ │ │ ├── create.html.twig │ │ │ │ ├── home.html.twig │ │ │ │ └── index.html.twig │ │ └── volunteers │ │ │ ├── delete.html.twig │ │ │ ├── delete_email.html.twig │ │ │ ├── form.html.twig │ │ │ ├── list.html.twig │ │ │ ├── pegass.html.twig │ │ │ ├── structures.html.twig │ │ │ ├── user_structures.html.twig │ │ │ └── volunteer.html.twig │ ├── message │ │ ├── base.html.twig │ │ ├── email.html.twig │ │ ├── email.html.twig.mjml │ │ ├── email.html.twig.mjml.sha1 │ │ ├── email_simple.html.twig │ │ ├── email_simple.html.twig.mjml │ │ ├── email_simple.html.twig.mjml.sha1 │ │ ├── image.html.twig │ │ ├── image.html.twig.mjml │ │ ├── image.html.twig.mjml.sha1 │ │ ├── index.html.twig │ │ └── optout.html.twig │ ├── new_communication │ │ ├── add.html.twig │ │ ├── answers.html.twig │ │ ├── common.html.twig │ │ ├── form_call.html.twig │ │ ├── form_email.html.twig │ │ ├── form_sms.html.twig │ │ ├── new.html.twig │ │ ├── player.html.twig │ │ ├── preview.html.twig │ │ ├── spinner.html.twig │ │ └── templates.html.twig │ ├── nivol │ │ ├── code.html.twig │ │ └── login.html.twig │ ├── pegass │ │ ├── structure.json.twig │ │ └── volunteer.json.twig │ ├── space │ │ ├── consult_data.html.twig │ │ ├── data.html.twig │ │ ├── delete_data.html.twig │ │ ├── email.html.twig │ │ ├── enabled.html.twig │ │ ├── index.html.twig │ │ ├── infos.html.twig │ │ └── phone.html.twig │ ├── status_communication │ │ ├── answers.html.twig │ │ ├── index.html.twig │ │ ├── macros.html.twig │ │ └── provider.html.twig │ ├── synthesis │ │ ├── base.html.twig │ │ ├── communication.html.twig │ │ ├── communications.html.twig │ │ └── index.html.twig │ └── widget │ │ ├── form.html.twig │ │ ├── prefilled_answers_dropdown.html.twig │ │ ├── prefilled_answers_editor.html.twig │ │ ├── quill.html.twig │ │ └── template_dropdown.html.twig ├── tests │ ├── .gitignore │ └── bootstrap.php ├── translations │ ├── .gitignore │ ├── .gitkeep │ ├── messages.ca.yml │ ├── messages.en.yml │ ├── messages.es.yml │ ├── messages.fr.yml │ ├── messages.pt.yml │ ├── validators.ca.yml │ ├── validators.en.yml │ ├── validators.es.yml │ ├── validators.fr.yml │ └── validators.pt.yml ├── webpack.config.js └── yarn.lock └── var └── .gitkeep /.gcloudignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/.gcloudignore -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/LICENCE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/README.md -------------------------------------------------------------------------------- /codestyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/codestyle.xml -------------------------------------------------------------------------------- /deploy/clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/deploy/clean.sh -------------------------------------------------------------------------------- /deploy/deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/deploy/deploy.sh -------------------------------------------------------------------------------- /deploy/migrate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/deploy/migrate.sh -------------------------------------------------------------------------------- /deploy/preprod/app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/deploy/preprod/app.yaml -------------------------------------------------------------------------------- /deploy/preprod/cron.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/deploy/preprod/cron.yaml -------------------------------------------------------------------------------- /deploy/preprod/dotenv-migrate.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/deploy/preprod/dotenv-migrate.dist -------------------------------------------------------------------------------- /deploy/preprod/dotenv.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/deploy/preprod/dotenv.dist -------------------------------------------------------------------------------- /deploy/preprod/google-service-account.json.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/deploy/preprod/google-service-account.json.dist -------------------------------------------------------------------------------- /deploy/prod/app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/deploy/prod/app.yaml -------------------------------------------------------------------------------- /deploy/prod/cron.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/deploy/prod/cron.yaml -------------------------------------------------------------------------------- /deploy/prod/dotenv-migrate.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/deploy/prod/dotenv-migrate.dist -------------------------------------------------------------------------------- /deploy/prod/dotenv.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/deploy/prod/dotenv.dist -------------------------------------------------------------------------------- /deploy/prod/google-service-account.json.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/deploy/prod/google-service-account.json.dist -------------------------------------------------------------------------------- /deploy/start_sql.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/deploy/start_sql.sh -------------------------------------------------------------------------------- /deploy/stop_sql.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/deploy/stop_sql.sh -------------------------------------------------------------------------------- /dev/database/fixtures.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/dev/database/fixtures.sql -------------------------------------------------------------------------------- /dev/database/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/dev/database/reset.sh -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /docs/tech/00-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/00-development.md -------------------------------------------------------------------------------- /docs/tech/01-gcp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01-gcp.md -------------------------------------------------------------------------------- /docs/tech/01/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/01.png -------------------------------------------------------------------------------- /docs/tech/01/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/02.png -------------------------------------------------------------------------------- /docs/tech/01/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/03.png -------------------------------------------------------------------------------- /docs/tech/01/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/04.png -------------------------------------------------------------------------------- /docs/tech/01/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/05.png -------------------------------------------------------------------------------- /docs/tech/01/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/06.png -------------------------------------------------------------------------------- /docs/tech/01/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/07.png -------------------------------------------------------------------------------- /docs/tech/01/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/08.png -------------------------------------------------------------------------------- /docs/tech/01/09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/09.png -------------------------------------------------------------------------------- /docs/tech/01/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/10.png -------------------------------------------------------------------------------- /docs/tech/01/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/11.png -------------------------------------------------------------------------------- /docs/tech/01/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/12.png -------------------------------------------------------------------------------- /docs/tech/01/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/13.png -------------------------------------------------------------------------------- /docs/tech/01/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/14.png -------------------------------------------------------------------------------- /docs/tech/01/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/15.png -------------------------------------------------------------------------------- /docs/tech/01/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/16.png -------------------------------------------------------------------------------- /docs/tech/01/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/17.png -------------------------------------------------------------------------------- /docs/tech/01/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/18.png -------------------------------------------------------------------------------- /docs/tech/01/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/19.png -------------------------------------------------------------------------------- /docs/tech/01/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/20.png -------------------------------------------------------------------------------- /docs/tech/01/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/21.png -------------------------------------------------------------------------------- /docs/tech/01/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/22.png -------------------------------------------------------------------------------- /docs/tech/01/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/23.png -------------------------------------------------------------------------------- /docs/tech/01/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/24.png -------------------------------------------------------------------------------- /docs/tech/01/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/25.png -------------------------------------------------------------------------------- /docs/tech/01/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/26.png -------------------------------------------------------------------------------- /docs/tech/01/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/27.png -------------------------------------------------------------------------------- /docs/tech/01/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/28.png -------------------------------------------------------------------------------- /docs/tech/01/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/29.png -------------------------------------------------------------------------------- /docs/tech/01/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/30.png -------------------------------------------------------------------------------- /docs/tech/01/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/31.png -------------------------------------------------------------------------------- /docs/tech/01/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/32.png -------------------------------------------------------------------------------- /docs/tech/01/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/33.png -------------------------------------------------------------------------------- /docs/tech/01/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/34.png -------------------------------------------------------------------------------- /docs/tech/01/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/35.png -------------------------------------------------------------------------------- /docs/tech/01/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/36.png -------------------------------------------------------------------------------- /docs/tech/01/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/37.png -------------------------------------------------------------------------------- /docs/tech/01/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/38.png -------------------------------------------------------------------------------- /docs/tech/01/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/39.png -------------------------------------------------------------------------------- /docs/tech/01/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/40.png -------------------------------------------------------------------------------- /docs/tech/01/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/41.png -------------------------------------------------------------------------------- /docs/tech/01/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/42.png -------------------------------------------------------------------------------- /docs/tech/01/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/43.png -------------------------------------------------------------------------------- /docs/tech/01/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/44.png -------------------------------------------------------------------------------- /docs/tech/01/45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/45.png -------------------------------------------------------------------------------- /docs/tech/01/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/46.png -------------------------------------------------------------------------------- /docs/tech/01/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/47.png -------------------------------------------------------------------------------- /docs/tech/01/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/48.png -------------------------------------------------------------------------------- /docs/tech/01/49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/49.png -------------------------------------------------------------------------------- /docs/tech/01/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/50.png -------------------------------------------------------------------------------- /docs/tech/01/51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/51.png -------------------------------------------------------------------------------- /docs/tech/01/52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/52.png -------------------------------------------------------------------------------- /docs/tech/01/53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/53.png -------------------------------------------------------------------------------- /docs/tech/01/54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/54.png -------------------------------------------------------------------------------- /docs/tech/01/55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/55.png -------------------------------------------------------------------------------- /docs/tech/01/56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/56.png -------------------------------------------------------------------------------- /docs/tech/01/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/57.png -------------------------------------------------------------------------------- /docs/tech/01/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/58.png -------------------------------------------------------------------------------- /docs/tech/01/59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/59.png -------------------------------------------------------------------------------- /docs/tech/01/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/60.png -------------------------------------------------------------------------------- /docs/tech/01/61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/61.png -------------------------------------------------------------------------------- /docs/tech/01/62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/62.png -------------------------------------------------------------------------------- /docs/tech/01/63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/63.png -------------------------------------------------------------------------------- /docs/tech/01/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/64.png -------------------------------------------------------------------------------- /docs/tech/01/65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/65.png -------------------------------------------------------------------------------- /docs/tech/01/66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/66.png -------------------------------------------------------------------------------- /docs/tech/01/67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/67.png -------------------------------------------------------------------------------- /docs/tech/01/68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/68.png -------------------------------------------------------------------------------- /docs/tech/01/69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/69.png -------------------------------------------------------------------------------- /docs/tech/01/70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/70.png -------------------------------------------------------------------------------- /docs/tech/01/71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/71.png -------------------------------------------------------------------------------- /docs/tech/01/72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/72.png -------------------------------------------------------------------------------- /docs/tech/01/73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/73.png -------------------------------------------------------------------------------- /docs/tech/01/74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/74.png -------------------------------------------------------------------------------- /docs/tech/01/75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/75.png -------------------------------------------------------------------------------- /docs/tech/01/76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/76.png -------------------------------------------------------------------------------- /docs/tech/01/77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/77.png -------------------------------------------------------------------------------- /docs/tech/01/78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/78.png -------------------------------------------------------------------------------- /docs/tech/01/79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/79.png -------------------------------------------------------------------------------- /docs/tech/01/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/01/80.png -------------------------------------------------------------------------------- /docs/tech/05-configure-symfony.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/05-configure-symfony.md -------------------------------------------------------------------------------- /docs/tech/06-google-recaptcha.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/06-google-recaptcha.md -------------------------------------------------------------------------------- /docs/tech/06/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/06/01.png -------------------------------------------------------------------------------- /docs/tech/06/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/06/02.png -------------------------------------------------------------------------------- /docs/tech/06/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/06/03.png -------------------------------------------------------------------------------- /docs/tech/09-configure-mapbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/09-configure-mapbox.md -------------------------------------------------------------------------------- /docs/tech/09/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/09/01.png -------------------------------------------------------------------------------- /docs/tech/09/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/09/02.png -------------------------------------------------------------------------------- /docs/tech/09/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/09/03.png -------------------------------------------------------------------------------- /docs/tech/10-configure-sendgrid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/10-configure-sendgrid.md -------------------------------------------------------------------------------- /docs/tech/10-configure-twilio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/10-configure-twilio.md -------------------------------------------------------------------------------- /docs/tech/10/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/10/01.png -------------------------------------------------------------------------------- /docs/tech/11-configure-pegass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/11-configure-pegass.md -------------------------------------------------------------------------------- /docs/tech/12-first-deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/12-first-deployment.md -------------------------------------------------------------------------------- /docs/tech/13-configure-slack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/13-configure-slack.md -------------------------------------------------------------------------------- /docs/tech/13/13-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/13/13-1.png -------------------------------------------------------------------------------- /docs/tech/13/13-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/13/13-2.png -------------------------------------------------------------------------------- /docs/tech/13/13-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/13/13-3.png -------------------------------------------------------------------------------- /docs/tech/13/13-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/13/13-4.png -------------------------------------------------------------------------------- /docs/tech/13/13-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/13/13-5.png -------------------------------------------------------------------------------- /docs/tech/13/13-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/13/13-6.png -------------------------------------------------------------------------------- /docs/tech/13/13-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/13/13-7.png -------------------------------------------------------------------------------- /docs/tech/14-configure-mjml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/14-configure-mjml.md -------------------------------------------------------------------------------- /docs/tech/15-phraseapp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/15-phraseapp.md -------------------------------------------------------------------------------- /docs/tech/15/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/15/01.png -------------------------------------------------------------------------------- /docs/tech/15/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/15/02.png -------------------------------------------------------------------------------- /docs/tech/15/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/15/03.png -------------------------------------------------------------------------------- /docs/tech/whitelabel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/whitelabel.md -------------------------------------------------------------------------------- /docs/tech/whitelabel/croix-rouge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/whitelabel/croix-rouge.png -------------------------------------------------------------------------------- /docs/tech/whitelabel/protection-civile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/tech/whitelabel/protection-civile.png -------------------------------------------------------------------------------- /docs/user/fr/00-connexion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/00-connexion.png -------------------------------------------------------------------------------- /docs/user/fr/01-contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/01-contact.png -------------------------------------------------------------------------------- /docs/user/fr/02-accueil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/02-accueil.png -------------------------------------------------------------------------------- /docs/user/fr/03-a-global.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/03-a-global.png -------------------------------------------------------------------------------- /docs/user/fr/03-a-type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/03-a-type.png -------------------------------------------------------------------------------- /docs/user/fr/03-b-audience-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/03-b-audience-2.png -------------------------------------------------------------------------------- /docs/user/fr/03-b-audience.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/03-b-audience.png -------------------------------------------------------------------------------- /docs/user/fr/03-c-message-email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/03-c-message-email.png -------------------------------------------------------------------------------- /docs/user/fr/03-c-message-sms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/03-c-message-sms.png -------------------------------------------------------------------------------- /docs/user/fr/03-d-reponses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/03-d-reponses.png -------------------------------------------------------------------------------- /docs/user/fr/03-e-autres.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/03-e-autres.png -------------------------------------------------------------------------------- /docs/user/fr/03-f-prevsualiser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/03-f-prevsualiser.png -------------------------------------------------------------------------------- /docs/user/fr/04-liste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/04-liste.png -------------------------------------------------------------------------------- /docs/user/fr/05-a-global.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/05-a-global.png -------------------------------------------------------------------------------- /docs/user/fr/05-b-changer-nom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/05-b-changer-nom.png -------------------------------------------------------------------------------- /docs/user/fr/05-c-changer-couleur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/05-c-changer-couleur.png -------------------------------------------------------------------------------- /docs/user/fr/05-d-changement-com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/05-d-changement-com.png -------------------------------------------------------------------------------- /docs/user/fr/05-e-barre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/05-e-barre.png -------------------------------------------------------------------------------- /docs/user/fr/05-f-onglets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/05-f-onglets.png -------------------------------------------------------------------------------- /docs/user/fr/05-g-reponse-connue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/05-g-reponse-connue.png -------------------------------------------------------------------------------- /docs/user/fr/05-h-reponse-inconnue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/05-h-reponse-inconnue.png -------------------------------------------------------------------------------- /docs/user/fr/05-i-pas-de-tel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/05-i-pas-de-tel.png -------------------------------------------------------------------------------- /docs/user/fr/05-j-pas-repondu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/05-j-pas-repondu.png -------------------------------------------------------------------------------- /docs/user/fr/05-k-ambigue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/05-k-ambigue.png -------------------------------------------------------------------------------- /docs/user/fr/05-l-filtrer-reponse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/05-l-filtrer-reponse.png -------------------------------------------------------------------------------- /docs/user/fr/05-m-filtrer-competences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/05-m-filtrer-competences.png -------------------------------------------------------------------------------- /docs/user/fr/05-n-filtrer-reponse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/05-n-filtrer-reponse.png -------------------------------------------------------------------------------- /docs/user/fr/05-o-nouveau-msg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/05-o-nouveau-msg.png -------------------------------------------------------------------------------- /docs/user/fr/05-p-pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/05-p-pdf.png -------------------------------------------------------------------------------- /docs/user/fr/06-a-effectifs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/06-a-effectifs.png -------------------------------------------------------------------------------- /docs/user/fr/06-b-structures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/06-b-structures.png -------------------------------------------------------------------------------- /docs/user/fr/06-c-volontaires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/06-c-volontaires.png -------------------------------------------------------------------------------- /docs/user/fr/06-d-actions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/06-d-actions.png -------------------------------------------------------------------------------- /docs/user/fr/06-e-ajouter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/06-e-ajouter.png -------------------------------------------------------------------------------- /docs/user/fr/10-android-settings-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/10-android-settings-1.jpg -------------------------------------------------------------------------------- /docs/user/fr/10-android-settings-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/10-android-settings-2.jpg -------------------------------------------------------------------------------- /docs/user/fr/10-android-settings-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/10-android-settings-3.jpg -------------------------------------------------------------------------------- /docs/user/fr/10-android-settings-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/10-android-settings-4.jpg -------------------------------------------------------------------------------- /docs/user/fr/10-email-multi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/10-email-multi.png -------------------------------------------------------------------------------- /docs/user/fr/10-fiche-contact-redcall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/10-fiche-contact-redcall.jpg -------------------------------------------------------------------------------- /docs/user/fr/10-iphone-add-favorite-sms.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/10-iphone-add-favorite-sms.jpg -------------------------------------------------------------------------------- /docs/user/fr/10-iphone-add-favorite.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/10-iphone-add-favorite.jpg -------------------------------------------------------------------------------- /docs/user/fr/10-iphone-settings-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/10-iphone-settings-1.jpg -------------------------------------------------------------------------------- /docs/user/fr/10-iphone-settings-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/10-iphone-settings-2.jpg -------------------------------------------------------------------------------- /docs/user/fr/10-sms-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/10-sms-info.png -------------------------------------------------------------------------------- /docs/user/fr/10-sms-multi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/10-sms-multi.png -------------------------------------------------------------------------------- /docs/user/fr/10-sms-ouvert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/10-sms-ouvert.png -------------------------------------------------------------------------------- /docs/user/fr/10-sms-simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/10-sms-simple.png -------------------------------------------------------------------------------- /docs/user/fr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/README.md -------------------------------------------------------------------------------- /docs/user/fr/benevole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/docs/user/fr/benevole.md -------------------------------------------------------------------------------- /gcp/cloudFunctions/twilioWebhooks/.gcloudignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/gcp/cloudFunctions/twilioWebhooks/.gcloudignore -------------------------------------------------------------------------------- /gcp/cloudFunctions/twilioWebhooks/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/gcp/cloudFunctions/twilioWebhooks/index.js -------------------------------------------------------------------------------- /gcp/cloudFunctions/twilioWebhooks/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/gcp/cloudFunctions/twilioWebhooks/package.json -------------------------------------------------------------------------------- /gcp/deploy/deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/gcp/deploy/deploy.sh -------------------------------------------------------------------------------- /gcp/deploy/init/init_api.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/gcp/deploy/init/init_api.sh -------------------------------------------------------------------------------- /logs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /symfony/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/.editorconfig -------------------------------------------------------------------------------- /symfony/.env.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/.env.dist -------------------------------------------------------------------------------- /symfony/.env.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/.env.test -------------------------------------------------------------------------------- /symfony/.gcloudignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/.gcloudignore -------------------------------------------------------------------------------- /symfony/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/.gitignore -------------------------------------------------------------------------------- /symfony/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/Makefile -------------------------------------------------------------------------------- /symfony/assets/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /symfony/assets/css/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/css/app.css -------------------------------------------------------------------------------- /symfony/assets/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/css/bootstrap.min.css -------------------------------------------------------------------------------- /symfony/assets/css/images/layers-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/css/images/layers-2x.png -------------------------------------------------------------------------------- /symfony/assets/css/images/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/css/images/layers.png -------------------------------------------------------------------------------- /symfony/assets/css/images/marker-icon-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/css/images/marker-icon-2x.png -------------------------------------------------------------------------------- /symfony/assets/css/images/marker-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/css/images/marker-icon.png -------------------------------------------------------------------------------- /symfony/assets/css/images/marker-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/css/images/marker-shadow.png -------------------------------------------------------------------------------- /symfony/assets/css/jquery.flexdatalist.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/css/jquery.flexdatalist.min.css -------------------------------------------------------------------------------- /symfony/assets/css/leaflet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/css/leaflet.css -------------------------------------------------------------------------------- /symfony/assets/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/css/main.css -------------------------------------------------------------------------------- /symfony/assets/db/CREDITS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/db/CREDITS.md -------------------------------------------------------------------------------- /symfony/assets/db/firstnames.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/db/firstnames.txt.gz -------------------------------------------------------------------------------- /symfony/assets/db/lastnames.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/db/lastnames.txt.gz -------------------------------------------------------------------------------- /symfony/assets/images/corner_bottomright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/corner_bottomright.png -------------------------------------------------------------------------------- /symfony/assets/images/corner_topleft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/corner_topleft.png -------------------------------------------------------------------------------- /symfony/assets/images/croix_rouge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/croix_rouge.jpg -------------------------------------------------------------------------------- /symfony/assets/images/croix_rouge_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/croix_rouge_2.png -------------------------------------------------------------------------------- /symfony/assets/images/marker-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/marker-icon.png -------------------------------------------------------------------------------- /symfony/assets/images/marker-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/marker-shadow.png -------------------------------------------------------------------------------- /symfony/assets/images/redcall-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/redcall-full.png -------------------------------------------------------------------------------- /symfony/assets/images/redcall-round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/redcall-round.png -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/100.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/200.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/201.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/201.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/202.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/202.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/203.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/203.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/204.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/204.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/206.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/206.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/207.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/207.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/208.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/208.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/226.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/226.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/300.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/300.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/301.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/301.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/302.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/302.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/303.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/303.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/304.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/304.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/305.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/305.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/306.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/306.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/307.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/307.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/308.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/308.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/400.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/400.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/401.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/401.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/402.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/402.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/403.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/403.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/404.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/404.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/405.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/405.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/406.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/406.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/407.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/407.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/408.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/408.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/409.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/409.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/410.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/410.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/411.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/411.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/412.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/412.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/413.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/413.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/414.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/414.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/416.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/416.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/417.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/417.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/418.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/418.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/420.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/420.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/422.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/422.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/423.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/423.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/424.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/424.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/425.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/425.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/426.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/426.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/429.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/429.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/431.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/431.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/444.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/444.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/450.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/450.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/451.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/451.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/494.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/494.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/500.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/501.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/501.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/502.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/502.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/503.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/503.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/504.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/504.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/506.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/506.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/507.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/507.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/508.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/508.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/509.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/509.jpg -------------------------------------------------------------------------------- /symfony/assets/images/statusdogs/510.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/images/statusdogs/510.jpg -------------------------------------------------------------------------------- /symfony/assets/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/js/app.js -------------------------------------------------------------------------------- /symfony/assets/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/js/bootstrap.min.js -------------------------------------------------------------------------------- /symfony/assets/js/buttons-timeout.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/js/buttons-timeout.js -------------------------------------------------------------------------------- /symfony/assets/js/compass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/js/compass.js -------------------------------------------------------------------------------- /symfony/assets/js/jquery.flexdatalist.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/js/jquery.flexdatalist.min.js -------------------------------------------------------------------------------- /symfony/assets/js/jquery.mansory.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/js/jquery.mansory.min.js -------------------------------------------------------------------------------- /symfony/assets/js/leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/js/leaflet.js -------------------------------------------------------------------------------- /symfony/assets/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/js/main.js -------------------------------------------------------------------------------- /symfony/assets/js/quill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/assets/js/quill.js -------------------------------------------------------------------------------- /symfony/bin/console: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bin/console -------------------------------------------------------------------------------- /symfony/bin/phpunit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bin/phpunit -------------------------------------------------------------------------------- /symfony/bundles/api-bundle/Annotation/Facade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/api-bundle/Annotation/Facade.php -------------------------------------------------------------------------------- /symfony/bundles/api-bundle/ApiBundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/api-bundle/ApiBundle.php -------------------------------------------------------------------------------- /symfony/bundles/api-bundle/Base/BaseService.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/api-bundle/Base/BaseService.php -------------------------------------------------------------------------------- /symfony/bundles/api-bundle/Entity/Token.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/api-bundle/Entity/Token.php -------------------------------------------------------------------------------- /symfony/bundles/api-bundle/Entity/Webhook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/api-bundle/Entity/Webhook.php -------------------------------------------------------------------------------- /symfony/bundles/api-bundle/Error/HttpError.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/api-bundle/Error/HttpError.php -------------------------------------------------------------------------------- /symfony/bundles/api-bundle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/api-bundle/README.md -------------------------------------------------------------------------------- /symfony/bundles/api-bundle/Reader/RolesReader.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/api-bundle/Reader/RolesReader.php -------------------------------------------------------------------------------- /symfony/bundles/api-bundle/Resources/views/export/header.html.twig: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /symfony/bundles/api-bundle/Util.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/api-bundle/Util.php -------------------------------------------------------------------------------- /symfony/bundles/chart-bundle/ChartBundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/chart-bundle/ChartBundle.php -------------------------------------------------------------------------------- /symfony/bundles/chart-bundle/Entity/StatPage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/chart-bundle/Entity/StatPage.php -------------------------------------------------------------------------------- /symfony/bundles/chart-bundle/Entity/StatQuery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/chart-bundle/Entity/StatQuery.php -------------------------------------------------------------------------------- /symfony/bundles/chart-bundle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/chart-bundle/README.md -------------------------------------------------------------------------------- /symfony/bundles/chart-bundle/Resources/translations/messages.ca.yml: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /symfony/bundles/chart-bundle/Resources/translations/messages.pt.yml: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /symfony/bundles/chart-bundle/Resources/translations/validators.ca.yml: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /symfony/bundles/chart-bundle/Resources/translations/validators.pt.yml: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /symfony/bundles/google-task-bundle/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/google-task-bundle/LICENSE -------------------------------------------------------------------------------- /symfony/bundles/google-task-bundle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/google-task-bundle/README.md -------------------------------------------------------------------------------- /symfony/bundles/pagination-bundle/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/pagination-bundle/LICENSE -------------------------------------------------------------------------------- /symfony/bundles/pagination-bundle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/pagination-bundle/README.md -------------------------------------------------------------------------------- /symfony/bundles/pagination-bundle/Resources/translations/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /symfony/bundles/pagination-bundle/Resources/translations/messages.ca.yml: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /symfony/bundles/pagination-bundle/Resources/translations/messages.pt.yml: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /symfony/bundles/password-login-bundle/.gitignore: -------------------------------------------------------------------------------- 1 | vendor 2 | -------------------------------------------------------------------------------- /symfony/bundles/password-login-bundle/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/password-login-bundle/LICENSE -------------------------------------------------------------------------------- /symfony/bundles/password-login-bundle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/password-login-bundle/README.md -------------------------------------------------------------------------------- /symfony/bundles/password-login-bundle/Resources/translations/messages.ca.yml: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /symfony/bundles/password-login-bundle/Resources/translations/messages.pt.yml: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /symfony/bundles/sandbox-bundle/.gitignore: -------------------------------------------------------------------------------- 1 | vendor 2 | -------------------------------------------------------------------------------- /symfony/bundles/sandbox-bundle/Entity/FakeSms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/sandbox-bundle/Entity/FakeSms.php -------------------------------------------------------------------------------- /symfony/bundles/sandbox-bundle/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/sandbox-bundle/LICENSE -------------------------------------------------------------------------------- /symfony/bundles/sandbox-bundle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/sandbox-bundle/README.md -------------------------------------------------------------------------------- /symfony/bundles/sandbox-bundle/Resources/public/sandbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /symfony/bundles/sandbox-bundle/Resources/public/sandbox.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /symfony/bundles/sandbox-bundle/Resources/translations/messages.ca.yml: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /symfony/bundles/sandbox-bundle/Resources/translations/messages.pt.yml: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /symfony/bundles/sandbox-bundle/SandboxBundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/sandbox-bundle/SandboxBundle.php -------------------------------------------------------------------------------- /symfony/bundles/settings-bundle/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/settings-bundle/LICENSE -------------------------------------------------------------------------------- /symfony/bundles/settings-bundle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/settings-bundle/README.md -------------------------------------------------------------------------------- /symfony/bundles/twilio-bundle/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/twilio-bundle/LICENSE -------------------------------------------------------------------------------- /symfony/bundles/twilio-bundle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/twilio-bundle/README.md -------------------------------------------------------------------------------- /symfony/bundles/twilio-bundle/Service/Twilio.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/twilio-bundle/Service/Twilio.php -------------------------------------------------------------------------------- /symfony/bundles/twilio-bundle/TwilioBundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/twilio-bundle/TwilioBundle.php -------------------------------------------------------------------------------- /symfony/bundles/twilio-bundle/TwilioEvents.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/bundles/twilio-bundle/TwilioEvents.php -------------------------------------------------------------------------------- /symfony/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/composer.json -------------------------------------------------------------------------------- /symfony/composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/composer.lock -------------------------------------------------------------------------------- /symfony/config/bundles.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/bundles.php -------------------------------------------------------------------------------- /symfony/config/international/languages.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/international/languages.yaml -------------------------------------------------------------------------------- /symfony/config/international/phones.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/international/phones.yaml -------------------------------------------------------------------------------- /symfony/config/international/platforms.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/international/platforms.yaml -------------------------------------------------------------------------------- /symfony/config/keys/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /symfony/config/packages/assets.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/assets.yaml -------------------------------------------------------------------------------- /symfony/config/packages/dev/debug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/dev/debug.yaml -------------------------------------------------------------------------------- /symfony/config/packages/dev/doctrine.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/dev/doctrine.yaml -------------------------------------------------------------------------------- /symfony/config/packages/dev/easy_log_handler.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/dev/easy_log_handler.yaml -------------------------------------------------------------------------------- /symfony/config/packages/dev/google_recaptcha.yaml: -------------------------------------------------------------------------------- 1 | ewz_recaptcha: 2 | enabled: false 3 | -------------------------------------------------------------------------------- /symfony/config/packages/dev/monolog.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/dev/monolog.yaml -------------------------------------------------------------------------------- /symfony/config/packages/dev/routing.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/dev/routing.yaml -------------------------------------------------------------------------------- /symfony/config/packages/dev/swiftmailer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/dev/swiftmailer.yaml -------------------------------------------------------------------------------- /symfony/config/packages/dev/web_profiler.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/dev/web_profiler.yaml -------------------------------------------------------------------------------- /symfony/config/packages/doctrine.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/doctrine.yaml -------------------------------------------------------------------------------- /symfony/config/packages/doctrine_migrations.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/doctrine_migrations.yaml -------------------------------------------------------------------------------- /symfony/config/packages/framework.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/framework.yaml -------------------------------------------------------------------------------- /symfony/config/packages/google_apiclient.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/google_apiclient.yaml -------------------------------------------------------------------------------- /symfony/config/packages/google_recaptcha.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/google_recaptcha.yaml -------------------------------------------------------------------------------- /symfony/config/packages/mailer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/mailer.yaml -------------------------------------------------------------------------------- /symfony/config/packages/monolog.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/monolog.yaml -------------------------------------------------------------------------------- /symfony/config/packages/prod/doctrine.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/prod/doctrine.yaml -------------------------------------------------------------------------------- /symfony/config/packages/prod/monolog.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/prod/monolog.yaml -------------------------------------------------------------------------------- /symfony/config/packages/prod/services.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/prod/services.yaml -------------------------------------------------------------------------------- /symfony/config/packages/prod/webpack_encore.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/prod/webpack_encore.yaml -------------------------------------------------------------------------------- /symfony/config/packages/routing.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/routing.yaml -------------------------------------------------------------------------------- /symfony/config/packages/security.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/security.yaml -------------------------------------------------------------------------------- /symfony/config/packages/swiftmailer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/swiftmailer.yaml -------------------------------------------------------------------------------- /symfony/config/packages/test/framework.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/test/framework.yaml -------------------------------------------------------------------------------- /symfony/config/packages/test/google_recaptcha.yaml: -------------------------------------------------------------------------------- 1 | ewz_recaptcha: 2 | enabled: false 3 | -------------------------------------------------------------------------------- /symfony/config/packages/test/monolog.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/test/monolog.yaml -------------------------------------------------------------------------------- /symfony/config/packages/test/swiftmailer.yaml: -------------------------------------------------------------------------------- 1 | swiftmailer: 2 | disable_delivery: true 3 | -------------------------------------------------------------------------------- /symfony/config/packages/test/web_profiler.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/test/web_profiler.yaml -------------------------------------------------------------------------------- /symfony/config/packages/translation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/translation.yaml -------------------------------------------------------------------------------- /symfony/config/packages/twig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/twig.yaml -------------------------------------------------------------------------------- /symfony/config/packages/webpack_encore.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/packages/webpack_encore.yaml -------------------------------------------------------------------------------- /symfony/config/routes.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/routes.yaml -------------------------------------------------------------------------------- /symfony/config/routes/annotations.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/routes/annotations.yaml -------------------------------------------------------------------------------- /symfony/config/routes/dev/sandbox.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/routes/dev/sandbox.yaml -------------------------------------------------------------------------------- /symfony/config/routes/dev/web_profiler.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/routes/dev/web_profiler.yaml -------------------------------------------------------------------------------- /symfony/config/services.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/services.yaml -------------------------------------------------------------------------------- /symfony/config/services_dev.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/services_dev.yaml -------------------------------------------------------------------------------- /symfony/config/services_test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/config/services_test.yaml -------------------------------------------------------------------------------- /symfony/nginx-app.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/nginx-app.conf -------------------------------------------------------------------------------- /symfony/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/package-lock.json -------------------------------------------------------------------------------- /symfony/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/package.json -------------------------------------------------------------------------------- /symfony/php.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/php.ini -------------------------------------------------------------------------------- /symfony/phpunit.xml.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/phpunit.xml.dist -------------------------------------------------------------------------------- /symfony/public/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/public/.htaccess -------------------------------------------------------------------------------- /symfony/public/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/public/apple-touch-icon.png -------------------------------------------------------------------------------- /symfony/public/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/public/email.png -------------------------------------------------------------------------------- /symfony/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/public/favicon.ico -------------------------------------------------------------------------------- /symfony/public/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/public/google.png -------------------------------------------------------------------------------- /symfony/public/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/public/index.php -------------------------------------------------------------------------------- /symfony/public/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/public/message.png -------------------------------------------------------------------------------- /symfony/public/minutis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/public/minutis.png -------------------------------------------------------------------------------- /symfony/public/redcall-full-smaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/public/redcall-full-smaller.png -------------------------------------------------------------------------------- /symfony/public/redcall-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/public/redcall-full.png -------------------------------------------------------------------------------- /symfony/public/reponses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/public/reponses.png -------------------------------------------------------------------------------- /symfony/public/spinner-heavy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/public/spinner-heavy.gif -------------------------------------------------------------------------------- /symfony/public/spinner-medium.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/public/spinner-medium.gif -------------------------------------------------------------------------------- /symfony/public/spinner-redcall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/public/spinner-redcall.gif -------------------------------------------------------------------------------- /symfony/public/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/public/spinner.gif -------------------------------------------------------------------------------- /symfony/src/Base/BaseCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Base/BaseCommand.php -------------------------------------------------------------------------------- /symfony/src/Base/BaseController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Base/BaseController.php -------------------------------------------------------------------------------- /symfony/src/Base/BaseRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Base/BaseRepository.php -------------------------------------------------------------------------------- /symfony/src/Base/BaseService.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Base/BaseService.php -------------------------------------------------------------------------------- /symfony/src/Command/AnnuaireNationalCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Command/AnnuaireNationalCommand.php -------------------------------------------------------------------------------- /symfony/src/Command/ClearCampaignCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Command/ClearCampaignCommand.php -------------------------------------------------------------------------------- /symfony/src/Command/ClearExpirableCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Command/ClearExpirableCommand.php -------------------------------------------------------------------------------- /symfony/src/Command/ClearMediaCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Command/ClearMediaCommand.php -------------------------------------------------------------------------------- /symfony/src/Command/ClearSpaceCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Command/ClearSpaceCommand.php -------------------------------------------------------------------------------- /symfony/src/Command/ClearVolunteerCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Command/ClearVolunteerCommand.php -------------------------------------------------------------------------------- /symfony/src/Command/CreateUserCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Command/CreateUserCommand.php -------------------------------------------------------------------------------- /symfony/src/Command/GenerateMjmlCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Command/GenerateMjmlCommand.php -------------------------------------------------------------------------------- /symfony/src/Command/PegassFilesCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Command/PegassFilesCommand.php -------------------------------------------------------------------------------- /symfony/src/Command/PegassSearchCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Command/PegassSearchCommand.php -------------------------------------------------------------------------------- /symfony/src/Command/PhraseCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Command/PhraseCommand.php -------------------------------------------------------------------------------- /symfony/src/Command/RecoverCostsCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Command/RecoverCostsCommand.php -------------------------------------------------------------------------------- /symfony/src/Command/RefreshCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Command/RefreshCommand.php -------------------------------------------------------------------------------- /symfony/src/Command/SendCommunicationCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Command/SendCommunicationCommand.php -------------------------------------------------------------------------------- /symfony/src/Command/UserDeveloperCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Command/UserDeveloperCommand.php -------------------------------------------------------------------------------- /symfony/src/Command/UserRootCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Command/UserRootCommand.php -------------------------------------------------------------------------------- /symfony/src/Communication/Sender.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Communication/Sender.php -------------------------------------------------------------------------------- /symfony/src/Contract/LockableInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Contract/LockableInterface.php -------------------------------------------------------------------------------- /symfony/src/Contract/PhoneInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Contract/PhoneInterface.php -------------------------------------------------------------------------------- /symfony/src/Controller/Admin/BadgeController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/Admin/BadgeController.php -------------------------------------------------------------------------------- /symfony/src/Controller/Admin/GdprController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/Admin/GdprController.php -------------------------------------------------------------------------------- /symfony/src/Controller/Admin/HomeController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/Admin/HomeController.php -------------------------------------------------------------------------------- /symfony/src/Controller/Admin/PegassController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/Admin/PegassController.php -------------------------------------------------------------------------------- /symfony/src/Controller/Admin/StatsController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/Admin/StatsController.php -------------------------------------------------------------------------------- /symfony/src/Controller/Api/CampaignController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/Api/CampaignController.php -------------------------------------------------------------------------------- /symfony/src/Controller/AudienceController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/AudienceController.php -------------------------------------------------------------------------------- /symfony/src/Controller/CampaignController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/CampaignController.php -------------------------------------------------------------------------------- /symfony/src/Controller/CronController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/CronController.php -------------------------------------------------------------------------------- /symfony/src/Controller/DeployController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/DeployController.php -------------------------------------------------------------------------------- /symfony/src/Controller/DeveloperController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/DeveloperController.php -------------------------------------------------------------------------------- /symfony/src/Controller/ExportController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/ExportController.php -------------------------------------------------------------------------------- /symfony/src/Controller/GoogleController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/GoogleController.php -------------------------------------------------------------------------------- /symfony/src/Controller/HomeController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/HomeController.php -------------------------------------------------------------------------------- /symfony/src/Controller/MessageController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/MessageController.php -------------------------------------------------------------------------------- /symfony/src/Controller/NivolController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/NivolController.php -------------------------------------------------------------------------------- /symfony/src/Controller/SpaceController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/SpaceController.php -------------------------------------------------------------------------------- /symfony/src/Controller/SynthesisController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/SynthesisController.php -------------------------------------------------------------------------------- /symfony/src/Controller/TaskController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/TaskController.php -------------------------------------------------------------------------------- /symfony/src/Controller/WidgetController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Controller/WidgetController.php -------------------------------------------------------------------------------- /symfony/src/Entity/AbstractReport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/AbstractReport.php -------------------------------------------------------------------------------- /symfony/src/Entity/Answer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Answer.php -------------------------------------------------------------------------------- /symfony/src/Entity/Badge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Badge.php -------------------------------------------------------------------------------- /symfony/src/Entity/Campaign.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Campaign.php -------------------------------------------------------------------------------- /symfony/src/Entity/Category.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Category.php -------------------------------------------------------------------------------- /symfony/src/Entity/Choice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Choice.php -------------------------------------------------------------------------------- /symfony/src/Entity/Communication.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Communication.php -------------------------------------------------------------------------------- /symfony/src/Entity/Cost.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Cost.php -------------------------------------------------------------------------------- /symfony/src/Entity/DeletedVolunteer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/DeletedVolunteer.php -------------------------------------------------------------------------------- /symfony/src/Entity/Expirable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Expirable.php -------------------------------------------------------------------------------- /symfony/src/Entity/Media.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Media.php -------------------------------------------------------------------------------- /symfony/src/Entity/Message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Message.php -------------------------------------------------------------------------------- /symfony/src/Entity/Operation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Operation.php -------------------------------------------------------------------------------- /symfony/src/Entity/Pegass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Pegass.php -------------------------------------------------------------------------------- /symfony/src/Entity/Phone.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Phone.php -------------------------------------------------------------------------------- /symfony/src/Entity/PrefilledAnswers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/PrefilledAnswers.php -------------------------------------------------------------------------------- /symfony/src/Entity/RememberMe.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/RememberMe.php -------------------------------------------------------------------------------- /symfony/src/Entity/Report.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Report.php -------------------------------------------------------------------------------- /symfony/src/Entity/ReportRepartition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/ReportRepartition.php -------------------------------------------------------------------------------- /symfony/src/Entity/Session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Session.php -------------------------------------------------------------------------------- /symfony/src/Entity/Structure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Structure.php -------------------------------------------------------------------------------- /symfony/src/Entity/Template.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Template.php -------------------------------------------------------------------------------- /symfony/src/Entity/TemplateImage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/TemplateImage.php -------------------------------------------------------------------------------- /symfony/src/Entity/User.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/User.php -------------------------------------------------------------------------------- /symfony/src/Entity/Volunteer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/Volunteer.php -------------------------------------------------------------------------------- /symfony/src/Entity/VolunteerList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/VolunteerList.php -------------------------------------------------------------------------------- /symfony/src/Entity/VolunteerSession.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Entity/VolunteerSession.php -------------------------------------------------------------------------------- /symfony/src/Enum/Crud.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Enum/Crud.php -------------------------------------------------------------------------------- /symfony/src/Enum/Platform.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Enum/Platform.php -------------------------------------------------------------------------------- /symfony/src/Enum/Resource.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Enum/Resource.php -------------------------------------------------------------------------------- /symfony/src/Enum/ResourceOwnership.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Enum/ResourceOwnership.php -------------------------------------------------------------------------------- /symfony/src/Enum/Stop.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Enum/Stop.php -------------------------------------------------------------------------------- /symfony/src/Enum/Type.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Enum/Type.php -------------------------------------------------------------------------------- /symfony/src/Event/PegassEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Event/PegassEvent.php -------------------------------------------------------------------------------- /symfony/src/EventSubscriber/LocaleSubscriber.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/EventSubscriber/LocaleSubscriber.php -------------------------------------------------------------------------------- /symfony/src/EventSubscriber/PegassSubscriber.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/EventSubscriber/PegassSubscriber.php -------------------------------------------------------------------------------- /symfony/src/EventSubscriber/TwilioSubscriber.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/EventSubscriber/TwilioSubscriber.php -------------------------------------------------------------------------------- /symfony/src/Exception/ImportErrorException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Exception/ImportErrorException.php -------------------------------------------------------------------------------- /symfony/src/Exception/ImportWarningException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Exception/ImportWarningException.php -------------------------------------------------------------------------------- /symfony/src/Facade/Badge/BadgeFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Facade/Badge/BadgeFacade.php -------------------------------------------------------------------------------- /symfony/src/Facade/Badge/BadgeFiltersFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Facade/Badge/BadgeFiltersFacade.php -------------------------------------------------------------------------------- /symfony/src/Facade/Badge/BadgeReadFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Facade/Badge/BadgeReadFacade.php -------------------------------------------------------------------------------- /symfony/src/Facade/Badge/BadgeReferenceFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Facade/Badge/BadgeReferenceFacade.php -------------------------------------------------------------------------------- /symfony/src/Facade/Category/CategoryFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Facade/Category/CategoryFacade.php -------------------------------------------------------------------------------- /symfony/src/Facade/Generic/PageFilterFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Facade/Generic/PageFilterFacade.php -------------------------------------------------------------------------------- /symfony/src/Facade/Generic/PlatformFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Facade/Generic/PlatformFacade.php -------------------------------------------------------------------------------- /symfony/src/Facade/Generic/UpdateStatusFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Facade/Generic/UpdateStatusFacade.php -------------------------------------------------------------------------------- /symfony/src/Facade/Phone/PhoneFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Facade/Phone/PhoneFacade.php -------------------------------------------------------------------------------- /symfony/src/Facade/Phone/PhoneReadFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Facade/Phone/PhoneReadFacade.php -------------------------------------------------------------------------------- /symfony/src/Facade/Resource/ResourceFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Facade/Resource/ResourceFacade.php -------------------------------------------------------------------------------- /symfony/src/Facade/Structure/StructureFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Facade/Structure/StructureFacade.php -------------------------------------------------------------------------------- /symfony/src/Facade/User/UserFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Facade/User/UserFacade.php -------------------------------------------------------------------------------- /symfony/src/Facade/User/UserFiltersFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Facade/User/UserFiltersFacade.php -------------------------------------------------------------------------------- /symfony/src/Facade/User/UserReadFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Facade/User/UserReadFacade.php -------------------------------------------------------------------------------- /symfony/src/Facade/User/UserReferenceFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Facade/User/UserReferenceFacade.php -------------------------------------------------------------------------------- /symfony/src/Facade/Volunteer/VolunteerFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Facade/Volunteer/VolunteerFacade.php -------------------------------------------------------------------------------- /symfony/src/Form/Flow/CallTriggerFlow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Flow/CallTriggerFlow.php -------------------------------------------------------------------------------- /symfony/src/Form/Flow/CampaignFlow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Flow/CampaignFlow.php -------------------------------------------------------------------------------- /symfony/src/Form/Flow/EmailTriggerFlow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Flow/EmailTriggerFlow.php -------------------------------------------------------------------------------- /symfony/src/Form/Flow/SmsTriggerFlow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Flow/SmsTriggerFlow.php -------------------------------------------------------------------------------- /symfony/src/Form/Model/BaseTrigger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Model/BaseTrigger.php -------------------------------------------------------------------------------- /symfony/src/Form/Model/CallTrigger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Model/CallTrigger.php -------------------------------------------------------------------------------- /symfony/src/Form/Model/Campaign.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Model/Campaign.php -------------------------------------------------------------------------------- /symfony/src/Form/Model/EmailTrigger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Model/EmailTrigger.php -------------------------------------------------------------------------------- /symfony/src/Form/Model/Operation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Model/Operation.php -------------------------------------------------------------------------------- /symfony/src/Form/Model/SmsTrigger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Model/SmsTrigger.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/AnswerType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/AnswerType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/AudienceType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/AudienceType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/BadgeSelectionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/BadgeSelectionType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/BadgeWidgetType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/BadgeWidgetType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/CallTriggerType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/CallTriggerType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/CampaignType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/CampaignType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/CategoryWigetType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/CategoryWigetType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/CodeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/CodeType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/CreateOperationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/CreateOperationType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/EmailTriggerType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/EmailTriggerType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/LanguageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/LanguageType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/NivolType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/NivolType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/PhoneCardType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/PhoneCardType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/PhoneCardsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/PhoneCardsType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/PlatformType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/PlatformType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/PrefilledAnswersType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/PrefilledAnswersType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/SmsTriggerType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/SmsTriggerType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/StructureType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/StructureType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/StructureWidgetType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/StructureWidgetType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/TemplateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/TemplateType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/TypesType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/TypesType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/UseOperationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/UseOperationType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/UserStructuresType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/UserStructuresType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/VolunteerListType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/VolunteerListType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/VolunteerType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/VolunteerType.php -------------------------------------------------------------------------------- /symfony/src/Form/Type/VolunteerWidgetType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Form/Type/VolunteerWidgetType.php -------------------------------------------------------------------------------- /symfony/src/Kernel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Kernel.php -------------------------------------------------------------------------------- /symfony/src/Logger/ContextProcessor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Logger/ContextProcessor.php -------------------------------------------------------------------------------- /symfony/src/Manager/AnswerManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/AnswerManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/AudienceManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/AudienceManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/BadgeManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/BadgeManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/CampaignManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/CampaignManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/CategoryManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/CategoryManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/CommunicationManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/CommunicationManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/CostManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/CostManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/DeletedVolunteerManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/DeletedVolunteerManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/ExpirableManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/ExpirableManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/GdprManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/GdprManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/LanguageConfigManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/LanguageConfigManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/LocaleManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/LocaleManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/MailManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/MailManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/MaintenanceManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/MaintenanceManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/MediaManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/MediaManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/MessageManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/MessageManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/NivolManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/NivolManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/OperationManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/OperationManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/PegassManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/PegassManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/PhoneConfigManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/PhoneConfigManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/PhoneManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/PhoneManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/PlatformConfigManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/PlatformConfigManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/PrefilledAnswersManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/PrefilledAnswersManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/RefreshManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/RefreshManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/ReportManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/ReportManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/StatisticsManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/StatisticsManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/StructureManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/StructureManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/TemplateImageManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/TemplateImageManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/TemplateManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/TemplateManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/UserManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/UserManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/VolunteerListManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/VolunteerListManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/VolunteerManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/VolunteerManager.php -------------------------------------------------------------------------------- /symfony/src/Manager/VolunteerSessionManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Manager/VolunteerSessionManager.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20180601012202.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20180601012202.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20180601012415.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20180601012415.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20180601015010.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20180601015010.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20180601024432.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20180601024432.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20180601043546.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20180601043546.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20180601045706.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20180601045706.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20180601095423.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20180601095423.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20180601102916.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20180601102916.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20180601104121.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20180601104121.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20180619050127.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20180619050127.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20180620104405.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20180620104405.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20180704074706.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20180704074706.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181017173229.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181017173229.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181020174749.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181020174749.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181020185815.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181020185815.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181021055802.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181021055802.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181021095938.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181021095938.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181022201757.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181022201757.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181029184924.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181029184924.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181101111314.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181101111314.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181101204113.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181101204113.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181104181856.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181104181856.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181104213106.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181104213106.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181105010112.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181105010112.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181112081945.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181112081945.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181117073658.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181117073658.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181118002352.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181118002352.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181201120519.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181201120519.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181204224408.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181204224408.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181205040812.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181205040812.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181207060010.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181207060010.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181208230712.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181208230712.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181209155253.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181209155253.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181211052232.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181211052232.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181211104821.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181211104821.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181214040811.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181214040811.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181215044102.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181215044102.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181215172240.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181215172240.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20181219224228.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20181219224228.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190210153234.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190210153234.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190210202443.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190210202443.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190210202601.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190210202601.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190212222617.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190212222617.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190217162028.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190217162028.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190217171815.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190217171815.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190218062513.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190218062513.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190218074701.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190218074701.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190218205119.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190218205119.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190219082754.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190219082754.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190219210833.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190219210833.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190219220114.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190219220114.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190512202331.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190512202331.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190531060443.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190531060443.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190602090147.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190602090147.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190602090241.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190602090241.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190602091834.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190602091834.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190602092319.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190602092319.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190602115344.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190602115344.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190602172404.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190602172404.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190616024339.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190616024339.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20190630193327.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20190630193327.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20191015202822.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20191015202822.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20191117143204.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20191117143204.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20191117183244.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20191117183244.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20191117192502.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20191117192502.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20191209201711.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20191209201711.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200113222634.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200113222634.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200115184617.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200115184617.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200115185746.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200115185746.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200115190940.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200115190940.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200115212536.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200115212536.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200115222124.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200115222124.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200115231058.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200115231058.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200116063827.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200116063827.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200116212033.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200116212033.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200118085307.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200118085307.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200118143413.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200118143413.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200119100058.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200119100058.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200119111411.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200119111411.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200119115341.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200119115341.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200119151614.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200119151614.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200119203745.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200119203745.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200120194246.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200120194246.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200121005516.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200121005516.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200121005727.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200121005727.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200121012046.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200121012046.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200121073522.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200121073522.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200121125101.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200121125101.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200121194516.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200121194516.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200123222900.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200123222900.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200123223558.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200123223558.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200125141018.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200125141018.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200126141334.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200126141334.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200126171710.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200126171710.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200126191651.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200126191651.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200126204334.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200126204334.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200127190654.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200127190654.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200127191854.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200127191854.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200128061613.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200128061613.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200301184438.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200301184438.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200302214843.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200302214843.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200302223611.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200302223611.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200303081955.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200303081955.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200311085015.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200311085015.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200321140144.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200321140144.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200322164033.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200322164033.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200328102824.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200328102824.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200329161557.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200329161557.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200329205246.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200329205246.php -------------------------------------------------------------------------------- /symfony/src/Migrations/Version20200404063952.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Migrations/Version20200404063952.php -------------------------------------------------------------------------------- /symfony/src/Model/Classification.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Model/Classification.php -------------------------------------------------------------------------------- /symfony/src/Model/Csrf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Model/Csrf.php -------------------------------------------------------------------------------- /symfony/src/Model/LanguageConfig.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Model/LanguageConfig.php -------------------------------------------------------------------------------- /symfony/src/Model/MinutisToken.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Model/MinutisToken.php -------------------------------------------------------------------------------- /symfony/src/Model/OAuthUser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Model/OAuthUser.php -------------------------------------------------------------------------------- /symfony/src/Model/PhoneConfig.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Model/PhoneConfig.php -------------------------------------------------------------------------------- /symfony/src/Model/PlatformConfig.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Model/PlatformConfig.php -------------------------------------------------------------------------------- /symfony/src/Model/TextToSpeechConfig.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Model/TextToSpeechConfig.php -------------------------------------------------------------------------------- /symfony/src/PegassEvents.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/PegassEvents.php -------------------------------------------------------------------------------- /symfony/src/Provider/Call/CallProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Provider/Call/CallProvider.php -------------------------------------------------------------------------------- /symfony/src/Provider/Call/Twilio.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Provider/Call/Twilio.php -------------------------------------------------------------------------------- /symfony/src/Provider/Email/EmailProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Provider/Email/EmailProvider.php -------------------------------------------------------------------------------- /symfony/src/Provider/Email/Sendgrid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Provider/Email/Sendgrid.php -------------------------------------------------------------------------------- /symfony/src/Provider/Email/Symfony.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Provider/Email/Symfony.php -------------------------------------------------------------------------------- /symfony/src/Provider/Minutis/Minutis.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Provider/Minutis/Minutis.php -------------------------------------------------------------------------------- /symfony/src/Provider/SMS/SMSProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Provider/SMS/SMSProvider.php -------------------------------------------------------------------------------- /symfony/src/Provider/SMS/Twilio.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Provider/SMS/Twilio.php -------------------------------------------------------------------------------- /symfony/src/Queues.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Queues.php -------------------------------------------------------------------------------- /symfony/src/Repository/AnswerRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/AnswerRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/BadgeRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/BadgeRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/CampaignRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/CampaignRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/CategoryRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/CategoryRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/ChoiceRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/ChoiceRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/CostRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/CostRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/ExpirableRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/ExpirableRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/MediaRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/MediaRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/MessageRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/MessageRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/OperationRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/OperationRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/PegassRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/PegassRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/PhoneRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/PhoneRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/RememberMeRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/RememberMeRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/ReportRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/ReportRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/StatisticsRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/StatisticsRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/StructureRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/StructureRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/TemplateRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/TemplateRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/UserRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/UserRepository.php -------------------------------------------------------------------------------- /symfony/src/Repository/VolunteerRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Repository/VolunteerRepository.php -------------------------------------------------------------------------------- /symfony/src/Security/Helper/Security.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Security/Helper/Security.php -------------------------------------------------------------------------------- /symfony/src/Security/Voter/BadgeVoter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Security/Voter/BadgeVoter.php -------------------------------------------------------------------------------- /symfony/src/Security/Voter/CampaignVoter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Security/Voter/CampaignVoter.php -------------------------------------------------------------------------------- /symfony/src/Security/Voter/CategoryVoter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Security/Voter/CategoryVoter.php -------------------------------------------------------------------------------- /symfony/src/Security/Voter/StructureVoter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Security/Voter/StructureVoter.php -------------------------------------------------------------------------------- /symfony/src/Security/Voter/UserVoter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Security/Voter/UserVoter.php -------------------------------------------------------------------------------- /symfony/src/Security/Voter/VolunteerVoter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Security/Voter/VolunteerVoter.php -------------------------------------------------------------------------------- /symfony/src/Services/Mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Services/Mail.php -------------------------------------------------------------------------------- /symfony/src/Services/MessageFormatter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Services/MessageFormatter.php -------------------------------------------------------------------------------- /symfony/src/Services/Mjml.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Services/Mjml.php -------------------------------------------------------------------------------- /symfony/src/Services/Phrase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Services/Phrase.php -------------------------------------------------------------------------------- /symfony/src/Services/TextToSpeech.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Services/TextToSpeech.php -------------------------------------------------------------------------------- /symfony/src/Services/VoiceCalls.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Services/VoiceCalls.php -------------------------------------------------------------------------------- /symfony/src/Settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Settings.php -------------------------------------------------------------------------------- /symfony/src/Task/AbstractSendMessageTask.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Task/AbstractSendMessageTask.php -------------------------------------------------------------------------------- /symfony/src/Task/PegassCreateChunks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Task/PegassCreateChunks.php -------------------------------------------------------------------------------- /symfony/src/Task/PegassUpdateChunk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Task/PegassUpdateChunk.php -------------------------------------------------------------------------------- /symfony/src/Task/SendCallTask.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Task/SendCallTask.php -------------------------------------------------------------------------------- /symfony/src/Task/SendCommunicationTask.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Task/SendCommunicationTask.php -------------------------------------------------------------------------------- /symfony/src/Task/SendEmailTask.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Task/SendEmailTask.php -------------------------------------------------------------------------------- /symfony/src/Task/SendSmsTask.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Task/SendSmsTask.php -------------------------------------------------------------------------------- /symfony/src/Task/SyncAnnuaire.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Task/SyncAnnuaire.php -------------------------------------------------------------------------------- /symfony/src/Task/SyncOneWithPegass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Task/SyncOneWithPegass.php -------------------------------------------------------------------------------- /symfony/src/Task/SyncWithPegassTask.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Task/SyncWithPegassTask.php -------------------------------------------------------------------------------- /symfony/src/Tools/Encryption.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Tools/Encryption.php -------------------------------------------------------------------------------- /symfony/src/Tools/EscapedArray.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Tools/EscapedArray.php -------------------------------------------------------------------------------- /symfony/src/Tools/GSM.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Tools/GSM.php -------------------------------------------------------------------------------- /symfony/src/Tools/Hash.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Tools/Hash.php -------------------------------------------------------------------------------- /symfony/src/Tools/Random.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Tools/Random.php -------------------------------------------------------------------------------- /symfony/src/Tools/Url.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Tools/Url.php -------------------------------------------------------------------------------- /symfony/src/Transformer/BadgeTransformer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Transformer/BadgeTransformer.php -------------------------------------------------------------------------------- /symfony/src/Transformer/CategoryTransformer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Transformer/CategoryTransformer.php -------------------------------------------------------------------------------- /symfony/src/Transformer/PhoneTransformer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Transformer/PhoneTransformer.php -------------------------------------------------------------------------------- /symfony/src/Transformer/ResourceTransformer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Transformer/ResourceTransformer.php -------------------------------------------------------------------------------- /symfony/src/Transformer/UserTransformer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Transformer/UserTransformer.php -------------------------------------------------------------------------------- /symfony/src/Twig/Extension/AppExtension.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Twig/Extension/AppExtension.php -------------------------------------------------------------------------------- /symfony/src/Validator/Constraints/Phone.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Validator/Constraints/Phone.php -------------------------------------------------------------------------------- /symfony/src/Validator/Constraints/Unlocked.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/src/Validator/Constraints/Unlocked.php -------------------------------------------------------------------------------- /symfony/symfony.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/symfony.lock -------------------------------------------------------------------------------- /symfony/templates/admin/badge/badge.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/admin/badge/badge.html.twig -------------------------------------------------------------------------------- /symfony/templates/admin/badge/badges.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/admin/badge/badges.html.twig -------------------------------------------------------------------------------- /symfony/templates/admin/badge/manage.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/admin/badge/manage.html.twig -------------------------------------------------------------------------------- /symfony/templates/admin/campaign/list.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/admin/campaign/list.html.twig -------------------------------------------------------------------------------- /symfony/templates/admin/gdpr/index.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/admin/gdpr/index.html.twig -------------------------------------------------------------------------------- /symfony/templates/admin/home.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/admin/home.html.twig -------------------------------------------------------------------------------- /symfony/templates/admin/pegass/index.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/admin/pegass/index.html.twig -------------------------------------------------------------------------------- /symfony/templates/admin/stats/general.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/admin/stats/general.html.twig -------------------------------------------------------------------------------- /symfony/templates/admin/stats/index.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/admin/stats/index.html.twig -------------------------------------------------------------------------------- /symfony/templates/audience/home.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/audience/home.html.twig -------------------------------------------------------------------------------- /symfony/templates/audience/problems.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/audience/problems.html.twig -------------------------------------------------------------------------------- /symfony/templates/audience/resolve.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/audience/resolve.html.twig -------------------------------------------------------------------------------- /symfony/templates/audience/selection.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/audience/selection.html.twig -------------------------------------------------------------------------------- /symfony/templates/base.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/base.html.twig -------------------------------------------------------------------------------- /symfony/templates/campaign/common.js.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/campaign/common.js.twig -------------------------------------------------------------------------------- /symfony/templates/campaign/list.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/campaign/list.html.twig -------------------------------------------------------------------------------- /symfony/templates/campaign/report.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/campaign/report.html.twig -------------------------------------------------------------------------------- /symfony/templates/campaign/table.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/campaign/table.html.twig -------------------------------------------------------------------------------- /symfony/templates/developer/home.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/developer/home.html.twig -------------------------------------------------------------------------------- /symfony/templates/export/pdf/body.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/export/pdf/body.html.twig -------------------------------------------------------------------------------- /symfony/templates/export/pdf/footer.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/export/pdf/footer.html.twig -------------------------------------------------------------------------------- /symfony/templates/export/pdf/header.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/export/pdf/header.html.twig -------------------------------------------------------------------------------- /symfony/templates/form_theme.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/form_theme.html.twig -------------------------------------------------------------------------------- /symfony/templates/home.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/home.html.twig -------------------------------------------------------------------------------- /symfony/templates/macros.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/macros.html.twig -------------------------------------------------------------------------------- /symfony/templates/management/home.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/management/home.html.twig -------------------------------------------------------------------------------- /symfony/templates/message/base.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/message/base.html.twig -------------------------------------------------------------------------------- /symfony/templates/message/email.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/message/email.html.twig -------------------------------------------------------------------------------- /symfony/templates/message/email.html.twig.mjml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/message/email.html.twig.mjml -------------------------------------------------------------------------------- /symfony/templates/message/image.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/message/image.html.twig -------------------------------------------------------------------------------- /symfony/templates/message/image.html.twig.mjml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/message/image.html.twig.mjml -------------------------------------------------------------------------------- /symfony/templates/message/index.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/message/index.html.twig -------------------------------------------------------------------------------- /symfony/templates/message/optout.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/message/optout.html.twig -------------------------------------------------------------------------------- /symfony/templates/nivol/code.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/nivol/code.html.twig -------------------------------------------------------------------------------- /symfony/templates/nivol/login.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/nivol/login.html.twig -------------------------------------------------------------------------------- /symfony/templates/pegass/structure.json.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/pegass/structure.json.twig -------------------------------------------------------------------------------- /symfony/templates/pegass/volunteer.json.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/pegass/volunteer.json.twig -------------------------------------------------------------------------------- /symfony/templates/space/consult_data.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/space/consult_data.html.twig -------------------------------------------------------------------------------- /symfony/templates/space/data.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/space/data.html.twig -------------------------------------------------------------------------------- /symfony/templates/space/delete_data.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/space/delete_data.html.twig -------------------------------------------------------------------------------- /symfony/templates/space/email.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/space/email.html.twig -------------------------------------------------------------------------------- /symfony/templates/space/enabled.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/space/enabled.html.twig -------------------------------------------------------------------------------- /symfony/templates/space/index.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/space/index.html.twig -------------------------------------------------------------------------------- /symfony/templates/space/infos.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/space/infos.html.twig -------------------------------------------------------------------------------- /symfony/templates/space/phone.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/space/phone.html.twig -------------------------------------------------------------------------------- /symfony/templates/synthesis/base.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/synthesis/base.html.twig -------------------------------------------------------------------------------- /symfony/templates/synthesis/index.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/synthesis/index.html.twig -------------------------------------------------------------------------------- /symfony/templates/widget/form.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/widget/form.html.twig -------------------------------------------------------------------------------- /symfony/templates/widget/quill.html.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/templates/widget/quill.html.twig -------------------------------------------------------------------------------- /symfony/tests/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /symfony/tests/bootstrap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/tests/bootstrap.php -------------------------------------------------------------------------------- /symfony/translations/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /symfony/translations/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /symfony/translations/messages.ca.yml: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /symfony/translations/messages.en.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/translations/messages.en.yml -------------------------------------------------------------------------------- /symfony/translations/messages.es.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/translations/messages.es.yml -------------------------------------------------------------------------------- /symfony/translations/messages.fr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/translations/messages.fr.yml -------------------------------------------------------------------------------- /symfony/translations/messages.pt.yml: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /symfony/translations/validators.ca.yml: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /symfony/translations/validators.en.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/translations/validators.en.yml -------------------------------------------------------------------------------- /symfony/translations/validators.es.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/translations/validators.es.yml -------------------------------------------------------------------------------- /symfony/translations/validators.fr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/translations/validators.fr.yml -------------------------------------------------------------------------------- /symfony/translations/validators.pt.yml: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /symfony/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/webpack.config.js -------------------------------------------------------------------------------- /symfony/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minutis-redcall/redcall/HEAD/symfony/yarn.lock -------------------------------------------------------------------------------- /var/.gitkeep: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------