Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symfony insight #48

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,022 changes: 501 additions & 521 deletions composer.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions config/packages/monolog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ when@prod:
type: stream
channels: [deprecation]
path: php://stderr
formatter: monolog.formatter.json
Binary file added public/favicon.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow:
19 changes: 19 additions & 0 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// <root-dir>/site.webmanifest
{
// the primary locale of the app as a valid HTML language attribute
// (see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang)
"lang": "fr-FR",

// the name of the web application as it is usually displayed to the user
"name": "SnowTricks",
// a shorter variant of the app name to be displayed when there is not
// enough space (e.g. as a label for an icon on the phone home screen).
"short_name": "snowtricks",

// use it to explain what the application does
"description": "The snowboard community blog to show and share tricks",

// the preferred URL to be loaded when the user launches the web app
// (this is just a hint, so user agents can ignore this value)
"start_url": "https://snowtricks.com"
}
2 changes: 0 additions & 2 deletions src/Entity/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ public function setPassword(string $password): static
*/
public function eraseCredentials(): void
{
// If you store any temporary, sensitive data on the user, clear it here
// $this->plainPassword = null;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "3.7",
"ref": "213676c4ec929f046dfde5ea8e97625b81bc0578"
"ref": "aff23899c4440dd995907613c1dd709b6f59503f"
},
"files": [
"config/packages/monolog.yaml"
Expand Down