Skip to content

Commit

Permalink
merge 11.next-cake4 and fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
steinkel committed Oct 27, 2023
2 parents 491a57f + 0de2fd0 commit 65cdaae
Show file tree
Hide file tree
Showing 13 changed files with 986 additions and 34 deletions.
1 change: 0 additions & 1 deletion Docs/Documentation/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ If you want to use social login features...
composer require league/oauth2-facebook:@stable
composer require league/oauth2-instagram:@stable
composer require league/oauth2-google:@stable
composer require league/oauth2-linkedin:@stable
composer require league/oauth1-client:@stable
```

Expand Down
2 changes: 1 addition & 1 deletion Docs/Documentation/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The plugin itself is already capable of:
* User registration
* Account verification by a token sent via email
* User login (email / password)
* Social login (Twitter, Facebook, Google, Instagram, LinkedIn)
* Social login (Twitter, Facebook, Google, Instagram)
* Password reset based on requesting a token by email and entering a new password
* User management (add / edit / delete)
* Simple roles management
Expand Down
2 changes: 1 addition & 1 deletion Docs/Documentation/SocialAuthentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ We currently support the following providers to perform login as well as to link
* Facebook
* Twitter
* Google
* LinkedIn
* Instagram
* Amazon
* LinkedIn (deprecated, it's not working with the OAuth 2.0 provider. They switched to OpenID-Connect.)

Please [contact us](https://cakedc.com/contact) if you need to support another provider.

Expand Down
1 change: 1 addition & 0 deletions Docs/Documentation/Translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The Plugin is translated into several languages:
* Ukrainian (uk) by @yarkm13
* German (de) by @LordSimal
* Czech (cs_CZ) by @Mapiiik
* Dutch (nl_NL) by @StefanvanR

**Note:** To overwrite the plugin translations, create a file inside your project 'resources/locales//{$lang}/' folder, with the name 'Users.po' and add the strings with the new translations.

Expand Down
5 changes: 5 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ parameters:
count: 1
path: src/Controller/UsersController.php

-
message: "#^Parameter \\#1 \\$object of method Cake\\\\Controller\\\\Controller\\:\\:paginate\\(\\) expects Cake\\\\ORM\\\\Query\\|Cake\\\\ORM\\\\Table\\|string\\|null, Cake\\\\Datasource\\\\RepositoryInterface given\\.$#"
count: 1
path: src/Controller/UsersController.php

-
message: "#^Parameter \\#2 \\$options of method Cake\\\\Controller\\\\Component\\\\FlashComponent\\:\\:error\\(\\) expects array, string given\\.$#"
count: 1
Expand Down
Binary file added resources/locales/nl_NL/users.mo
Binary file not shown.
Loading

0 comments on commit 65cdaae

Please sign in to comment.