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

v0.2 #3

Merged
merged 4 commits into from Nov 30, 2020
Merged

v0.2 #3

merged 4 commits into from Nov 30, 2020

Conversation

tg666
Copy link
Contributor

@tg666 tg666 commented Nov 25, 2020

  • nette 3 support
  • removed dependencies on Kdyby packages
  • added dependencies on 68publishers doctrine and translation packages
  • refactored CompilerExtension pass structure (DI)
  • applied new coding standards (interfaces, traits, FQN use imports, methods ordering)
  • dropped Translator Aware feature (the functionality has been moved into the 68/translation-bridge package)

@tg666 tg666 self-assigned this Nov 25, 2020
- nette 3 support
- removed dependencies on Kdyby packages
- added dependencies on `68publishers` doctrine and translation packages
- refactored CompilerExtension pass structure (DI)
- applied new coding standards (interfaces, traits, FQN use imports, methods ordering)
- dropped Translator Aware feature (the functionality has been moved into the `68/translation-bridge` package)
- added custom DBAL type `PasswordType`
- added interface `PasswordInterface` and implementor `Password`
- renamed User's entity field `login` to `username`
- renamed all usages of `login` to `username` in the context of User's credentials
- added method `ResetPasswordControl::setAutoLogin()`
- an interface `UserInterface` from `ForgotPassword` namespace now extends from the interface `UsernameAccessorInterface`
- the user is automatically logged in when a password is reset if autologi is enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant