hop
4
.env
Normal file → Executable file
@ -17,7 +17,7 @@
|
|||||||
APP_ENV=dev
|
APP_ENV=dev
|
||||||
APP_SECRET=597b0529ac702d27dcb9089f7e69c362
|
APP_SECRET=597b0529ac702d27dcb9089f7e69c362
|
||||||
# Base website url, should contain https:// and having no trailing slash. example: BASE_URL=https://framadate.org
|
# Base website url, should contain https:// and having no trailing slash. example: BASE_URL=https://framadate.org
|
||||||
BASE_URL=http://localhost/
|
BASE_URL=https://framadate-api.cipherbliss.com
|
||||||
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
|
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
|
||||||
#TRUSTED_HOSTS='^localhost|example\.com$'
|
#TRUSTED_HOSTS='^localhost|example\.com$'
|
||||||
###< symfony/framework-bundle ###
|
###< symfony/framework-bundle ###
|
||||||
@ -27,7 +27,7 @@ BASE_URL=http://localhost/
|
|||||||
# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
|
# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
|
||||||
# For a PostgreSQL database, use: "postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11"
|
# For a PostgreSQL database, use: "postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11"
|
||||||
# IMPORTANT: You MUST also configure your db driver and server_version in config/packages/doctrine.yaml
|
# IMPORTANT: You MUST also configure your db driver and server_version in config/packages/doctrine.yaml
|
||||||
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name
|
DATABASE_URL=mysql://root:plopplop01@127.0.0.1:5432/symfony
|
||||||
###< doctrine/doctrine-bundle ###
|
###< doctrine/doctrine-bundle ###
|
||||||
|
|
||||||
###> nelmio/cors-bundle ###
|
###> nelmio/cors-bundle ###
|
||||||
|
4
.env.production
Normal file → Executable file
@ -17,7 +17,7 @@
|
|||||||
APP_ENV=prod
|
APP_ENV=prod
|
||||||
APP_SECRET=597b0529ac702d27dcb9089f7e69c362
|
APP_SECRET=597b0529ac702d27dcb9089f7e69c362
|
||||||
# Base website url, should contain https:// and having no trailing slash. example: BASE_URL=https://framadate.org
|
# Base website url, should contain https:// and having no trailing slash. example: BASE_URL=https://framadate.org
|
||||||
BASE_URL=https://framadate.org
|
BASE_URL=https://framadate-api.cipherbliss.com
|
||||||
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
|
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
|
||||||
#TRUSTED_HOSTS='^localhost|example\.com$'
|
#TRUSTED_HOSTS='^localhost|example\.com$'
|
||||||
###< symfony/framework-bundle ###
|
###< symfony/framework-bundle ###
|
||||||
@ -28,6 +28,6 @@ BASE_URL=https://framadate.org
|
|||||||
# For a PostgreSQL database, use: "postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11"
|
# For a PostgreSQL database, use: "postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11"
|
||||||
# IMPORTANT: You MUST also configure your db driver and server_version in config/packages/doctrine.yaml
|
# IMPORTANT: You MUST also configure your db driver and server_version in config/packages/doctrine.yaml
|
||||||
# CHANGE THIS TO SUIT YOUR PRODUCTION ENV
|
# CHANGE THIS TO SUIT YOUR PRODUCTION ENV
|
||||||
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:5432/db_name
|
DATABASE_URL=mysql://root:plopplop01@127.0.0.1:5432/symfony
|
||||||
|
|
||||||
###< doctrine/doctrine-bundle ###
|
###< doctrine/doctrine-bundle ###
|
||||||
|
0
.gitignore
vendored
Normal file → Executable file
0
.gitmodules
vendored
Normal file → Executable file
0
composer.json
Normal file → Executable file
23
composer.lock
generated
Normal file → Executable file
@ -2594,35 +2594,34 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ocramius/package-versions",
|
"name": "ocramius/package-versions",
|
||||||
"version": "1.5.1",
|
"version": "1.4.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Ocramius/PackageVersions.git",
|
"url": "https://github.com/Ocramius/PackageVersions.git",
|
||||||
"reference": "1d32342b8c1eb27353c8887c366147b4c2da673c"
|
"reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/1d32342b8c1eb27353c8887c366147b4c2da673c",
|
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
|
||||||
"reference": "1d32342b8c1eb27353c8887c366147b4c2da673c",
|
"reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"composer-plugin-api": "^1.0.0",
|
"composer-plugin-api": "^1.0.0",
|
||||||
"php": "^7.3.0"
|
"php": "^7.1.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"composer/composer": "^1.8.6",
|
"composer/composer": "^1.6.3",
|
||||||
"doctrine/coding-standard": "^6.0.0",
|
"doctrine/coding-standard": "^5.0.1",
|
||||||
"ext-zip": "*",
|
"ext-zip": "*",
|
||||||
"infection/infection": "^0.13.4",
|
"infection/infection": "^0.7.1",
|
||||||
"phpunit/phpunit": "^8.2.5",
|
"phpunit/phpunit": "^7.5.17"
|
||||||
"vimeo/psalm": "^3.4.9"
|
|
||||||
},
|
},
|
||||||
"type": "composer-plugin",
|
"type": "composer-plugin",
|
||||||
"extra": {
|
"extra": {
|
||||||
"class": "PackageVersions\\Installer",
|
"class": "PackageVersions\\Installer",
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.6.x-dev"
|
"dev-master": "2.0.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -2641,7 +2640,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
|
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
|
||||||
"time": "2019-07-17T15:49:50+00:00"
|
"time": "2019-11-15T16:17:10+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ocramius/proxy-manager",
|
"name": "ocramius/proxy-manager",
|
||||||
|
0
config/bootstrap.php
Normal file → Executable file
0
config/bundles.php
Normal file → Executable file
0
config/packages/cache.yaml
Normal file → Executable file
0
config/packages/dev/jms_serializer.yaml
Normal file → Executable file
0
config/packages/dev/swiftmailer.yaml
Normal file → Executable file
0
config/packages/doctrine.yaml
Normal file → Executable file
0
config/packages/doctrine_migrations.yaml
Normal file → Executable file
0
config/packages/fos_rest.yaml
Normal file → Executable file
0
config/packages/framework.yaml
Normal file → Executable file
0
config/packages/jms_serializer.yaml
Normal file → Executable file
0
config/packages/nelmio_api_doc.yaml
Normal file → Executable file
0
config/packages/nelmio_cors.yaml
Normal file → Executable file
0
config/packages/nelmio_cors.yaml~
Normal file → Executable file
0
config/packages/prod/doctrine.yaml
Normal file → Executable file
0
config/packages/prod/jms_serializer.yaml
Normal file → Executable file
0
config/packages/prod/routing.yaml
Normal file → Executable file
0
config/packages/routing.yaml
Normal file → Executable file
0
config/packages/sensio_framework_extra.yaml
Normal file → Executable file
0
config/packages/swiftmailer.yaml
Normal file → Executable file
0
config/packages/test/framework.yaml
Normal file → Executable file
0
config/packages/test/swiftmailer.yaml
Normal file → Executable file
0
config/packages/test/twig.yaml
Normal file → Executable file
0
config/packages/test/validator.yaml
Normal file → Executable file
0
config/packages/twig.yaml
Normal file → Executable file
0
config/packages/validator.yaml
Normal file → Executable file
0
config/routes.yaml
Normal file → Executable file
0
config/routes/annotations.yaml
Normal file → Executable file
0
config/routes/dev/twig.yaml
Normal file → Executable file
0
config/routes/nelmio_api_doc.yaml
Normal file → Executable file
0
config/services.yaml
Normal file → Executable file
0
doc/examples.md
Normal file → Executable file
0
doc/nginx.md
Normal file → Executable file
0
doc/nginx/base-framadate-api.conf
Normal file → Executable file
0
doc/nginx/base-symfony.conf
Normal file → Executable file
0
doc/nginx/framadate-api.conf
Normal file → Executable file
0
doc/nginx/setup.sh
Normal file → Executable file
@ -1 +0,0 @@
|
|||||||
Subproject commit 47adf12bc89e48914c8b801e34b261c23b827fd2
|
|
56
public/3rdpartylicenses.txt
Normal file → Executable file
@ -162,34 +162,6 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|||||||
ngx-clipboard
|
ngx-clipboard
|
||||||
MIT
|
MIT
|
||||||
|
|
||||||
ngx-markdown
|
|
||||||
MIT
|
|
||||||
MIT License
|
|
||||||
|
|
||||||
Copyright (c) 2017-2019 Jean-Francois Cere
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
||||||
|
|
||||||
|
|
||||||
ngx-window-token
|
|
||||||
MIT
|
|
||||||
|
|
||||||
primeicons
|
primeicons
|
||||||
MIT
|
MIT
|
||||||
MIT License
|
MIT License
|
||||||
@ -220,6 +192,34 @@ MIT
|
|||||||
|
|
||||||
undefined
|
undefined
|
||||||
|
|
||||||
|
ngx-markdown
|
||||||
|
MIT
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2017-2019 Jean-Francois Cere
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|
||||||
|
|
||||||
|
ngx-window-token
|
||||||
|
MIT
|
||||||
|
|
||||||
primeng/api
|
primeng/api
|
||||||
|
|
||||||
primeng/confirmdialog
|
primeng/confirmdialog
|
||||||
|
0
public/assets/css/bootstrap-reboot-4.3.1.css
vendored
Normal file → Executable file
0
public/assets/fonts/proza_libre/prozalibre-bold-webfont.woff
Normal file → Executable file
0
public/assets/fonts/proza_libre/prozalibre-bold-webfont.woff2
Normal file → Executable file
0
public/assets/fonts/proza_libre/prozalibre-medium-webfont.woff
Normal file → Executable file
0
public/assets/fonts/proza_libre/prozalibre-medium-webfont.woff2
Normal file → Executable file
0
public/assets/fonts/proza_libre/prozalibre-regular-webfont.woff
Normal file → Executable file
0
public/assets/fonts/proza_libre/prozalibre-regular-webfont.woff2
Normal file → Executable file
0
public/assets/fonts/proza_libre/prozalibre-semibold-webfont.woff
Normal file → Executable file
0
public/assets/fonts/proza_libre/prozalibre-semibold-webfont.woff2
Normal file → Executable file
0
public/assets/fonts/pt_sans/pt_sans_bold-webfont.woff
Normal file → Executable file
0
public/assets/fonts/pt_sans/pt_sans_bold-webfont.woff2
Normal file → Executable file
0
public/assets/fonts/pt_sans/pt_sans_regular-webfont.woff
Normal file → Executable file
0
public/assets/fonts/pt_sans/pt_sans_regular-webfont.woff2
Normal file → Executable file
0
public/assets/i18n/en.json
Normal file → Executable file
0
public/assets/i18n/fr.json
Normal file → Executable file
0
public/assets/img/check-2.svg
Normal file → Executable file
Before Width: | Height: | Size: 656 B After Width: | Height: | Size: 656 B |
0
public/assets/img/check.svg
Normal file → Executable file
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 308 B |
0
public/assets/img/croix.svg
Normal file → Executable file
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 344 B |
0
public/assets/img/fleche_bas.png
Normal file → Executable file
Before Width: | Height: | Size: 158 B After Width: | Height: | Size: 158 B |
0
public/assets/img/fleche_bas.svg
Normal file → Executable file
Before Width: | Height: | Size: 426 B After Width: | Height: | Size: 426 B |
0
public/assets/img/icone-langue.svg
Normal file → Executable file
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
0
public/assets/img/icone-menu.svg
Normal file → Executable file
Before Width: | Height: | Size: 417 B After Width: | Height: | Size: 417 B |
0
public/assets/img/votant-pas-sur.svg
Normal file → Executable file
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
0
public/assets/img/votant-sur.svg
Normal file → Executable file
Before Width: | Height: | Size: 933 B After Width: | Height: | Size: 933 B |
0
public/assets/scss/atoms/_buttons.scss
Normal file → Executable file
0
public/assets/scss/atoms/_fonts.scss
Normal file → Executable file
0
public/assets/scss/atoms/_forms.scss
Normal file → Executable file
0
public/assets/scss/atoms/_headings.scss
Normal file → Executable file
0
public/assets/scss/atoms/_images.scss
Normal file → Executable file
0
public/assets/scss/atoms/_links.scss
Normal file → Executable file
0
public/assets/scss/atoms/_lists.scss
Normal file → Executable file
0
public/assets/scss/atoms/_main.scss
Normal file → Executable file
0
public/assets/scss/atoms/_section.scss
Normal file → Executable file
0
public/assets/scss/default.scss
Normal file → Executable file
0
public/assets/scss/molecules/_debug.scss
Normal file → Executable file
0
public/assets/scss/molecules/_flex-line.scss
Normal file → Executable file
0
public/assets/scss/molecules/_logo.scss
Normal file → Executable file
0
public/assets/scss/useful_classes.scss
Normal file → Executable file
0
public/assets/scss/variables.scss
Normal file → Executable file
0
public/color.png
Normal file → Executable file
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
0
public/favicon.ico
Normal file → Executable file
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
0
public/fleche_bas.svg
Normal file → Executable file
Before Width: | Height: | Size: 426 B After Width: | Height: | Size: 426 B |
0
public/fontawesome-webfont.eot
Normal file → Executable file
0
public/fontawesome-webfont.svg
Normal file → Executable file
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 434 KiB |
0
public/fontawesome-webfont.ttf
Normal file → Executable file
0
public/fontawesome-webfont.woff
Normal file → Executable file
0
public/fontawesome-webfont.woff2
Normal file → Executable file
2
public/framadate-scripts-bundled.js
Normal file → Executable file
0
public/hue.png
Normal file → Executable file
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 293 B |
0
public/index.html
Normal file → Executable file
0
public/index.php
Normal file → Executable file
0
public/line.gif
Normal file → Executable file
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
0
public/loading.gif
Normal file → Executable file
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |