This commit is contained in:
Kayn Ty 2020-01-23 15:19:07 +00:00
parent c2b53a488a
commit e98ac442c8
172 changed files with 48 additions and 50 deletions

4
.env Normal file → Executable file
View File

@ -17,7 +17,7 @@
APP_ENV=dev
APP_SECRET=597b0529ac702d27dcb9089f7e69c362
# 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_HOSTS='^localhost|example\.com$'
###< symfony/framework-bundle ###
@ -27,7 +27,7 @@ BASE_URL=http://localhost/
# 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"
# 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 ###
###> nelmio/cors-bundle ###

4
.env.production Normal file → Executable file
View File

@ -17,7 +17,7 @@
APP_ENV=prod
APP_SECRET=597b0529ac702d27dcb9089f7e69c362
# 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_HOSTS='^localhost|example\.com$'
###< 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"
# IMPORTANT: You MUST also configure your db driver and server_version in config/packages/doctrine.yaml
# 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 ###

0
.gitignore vendored Normal file → Executable file
View File

0
.gitmodules vendored Normal file → Executable file
View File

0
.htaccess Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
composer.json Normal file → Executable file
View File

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

@ -2594,35 +2594,34 @@
},
{
"name": "ocramius/package-versions",
"version": "1.5.1",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/Ocramius/PackageVersions.git",
"reference": "1d32342b8c1eb27353c8887c366147b4c2da673c"
"reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/1d32342b8c1eb27353c8887c366147b4c2da673c",
"reference": "1d32342b8c1eb27353c8887c366147b4c2da673c",
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
"reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0.0",
"php": "^7.3.0"
"php": "^7.1.0"
},
"require-dev": {
"composer/composer": "^1.8.6",
"doctrine/coding-standard": "^6.0.0",
"composer/composer": "^1.6.3",
"doctrine/coding-standard": "^5.0.1",
"ext-zip": "*",
"infection/infection": "^0.13.4",
"phpunit/phpunit": "^8.2.5",
"vimeo/psalm": "^3.4.9"
"infection/infection": "^0.7.1",
"phpunit/phpunit": "^7.5.17"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.6.x-dev"
"dev-master": "2.0.x-dev"
}
},
"autoload": {
@ -2641,7 +2640,7 @@
}
],
"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",

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

0
doc/nginx/base-framadate-api.conf Normal file → Executable file
View File

0
doc/nginx/base-symfony.conf Normal file → Executable file
View File

0
doc/nginx/framadate-api.conf Normal file → Executable file
View File

0
doc/nginx/setup.sh Normal file → Executable file
View File

@ -1 +0,0 @@
Subproject commit 47adf12bc89e48914c8b801e34b261c23b827fd2

56
public/3rdpartylicenses.txt Normal file → Executable file
View File

@ -162,34 +162,6 @@ OTHER DEALINGS IN THE SOFTWARE.
ngx-clipboard
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
MIT
MIT License
@ -220,6 +192,34 @@ MIT
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/confirmdialog

0
public/assets/css/bootstrap-reboot-4.3.1.css vendored Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

0
public/assets/fonts/pt_sans/pt_sans_bold-webfont.woff Normal file → Executable file
View File

0
public/assets/fonts/pt_sans/pt_sans_bold-webfont.woff2 Normal file → Executable file
View File

View File

View File

0
public/assets/i18n/en.json Normal file → Executable file
View File

0
public/assets/i18n/fr.json Normal file → Executable file
View File

0
public/assets/img/check-2.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 656 B

After

Width:  |  Height:  |  Size: 656 B

0
public/assets/img/check.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 308 B

After

Width:  |  Height:  |  Size: 308 B

0
public/assets/img/croix.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 344 B

After

Width:  |  Height:  |  Size: 344 B

0
public/assets/img/fleche_bas.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 158 B

After

Width:  |  Height:  |  Size: 158 B

0
public/assets/img/fleche_bas.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 426 B

After

Width:  |  Height:  |  Size: 426 B

0
public/assets/img/icone-langue.svg Normal file → Executable file
View 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
View 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
View 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
View File

Before

Width:  |  Height:  |  Size: 933 B

After

Width:  |  Height:  |  Size: 933 B

0
public/assets/scss/atoms/_buttons.scss Normal file → Executable file
View File

0
public/assets/scss/atoms/_fonts.scss Normal file → Executable file
View File

0
public/assets/scss/atoms/_forms.scss Normal file → Executable file
View File

0
public/assets/scss/atoms/_headings.scss Normal file → Executable file
View File

0
public/assets/scss/atoms/_images.scss Normal file → Executable file
View File

0
public/assets/scss/atoms/_links.scss Normal file → Executable file
View File

0
public/assets/scss/atoms/_lists.scss Normal file → Executable file
View File

0
public/assets/scss/atoms/_main.scss Normal file → Executable file
View File

0
public/assets/scss/atoms/_section.scss Normal file → Executable file
View File

0
public/assets/scss/default.scss Normal file → Executable file
View File

0
public/assets/scss/molecules/_debug.scss Normal file → Executable file
View File

0
public/assets/scss/molecules/_flex-line.scss Normal file → Executable file
View File

0
public/assets/scss/molecules/_logo.scss Normal file → Executable file
View File

0
public/assets/scss/useful_classes.scss Normal file → Executable file
View File

0
public/assets/scss/variables.scss Normal file → Executable file
View File

0
public/color.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

0
public/favicon.ico Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

0
public/fleche_bas.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 426 B

After

Width:  |  Height:  |  Size: 426 B

0
public/fontawesome-webfont.eot Normal file → Executable file
View File

0
public/fontawesome-webfont.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 434 KiB

After

Width:  |  Height:  |  Size: 434 KiB

0
public/fontawesome-webfont.ttf Normal file → Executable file
View File

0
public/fontawesome-webfont.woff Normal file → Executable file
View File

0
public/fontawesome-webfont.woff2 Normal file → Executable file
View File

2
public/framadate-scripts-bundled.js Normal file → Executable file

File diff suppressed because one or more lines are too long

0
public/hue.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 293 B

After

Width:  |  Height:  |  Size: 293 B

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

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

0
public/line.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

0
public/loading.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

2
public/main-es2018.js Normal file → Executable file

File diff suppressed because one or more lines are too long

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