Skip to content

Releases: AppsDevTeam/fancyadmin

v1.0.37

03 Feb 19:34

Choose a tag to compare

feat: add account and profiles

v1.0.36: Refactors profile form processing

03 Feb 08:47

Choose a tag to compare

Simplifies profile form processing by removing unnecessary parameter.

Improves identity creation logic by using the entity manager to find the
correct identity class, allowing for greater flexibility and compatibility
with different identity implementations.

v1.0.35

02 Feb 20:03

Choose a tag to compare

fix: navbar

v1.0.34: Improves authentication logic

02 Feb 08:50

Choose a tag to compare

Allows authentication using either email or phone number individually.
Also, updates onetime token verification to include the username.

This change enhances the user authentication process by allowing users
to authenticate using either their email or phone number.
Additionally, it fixes an issue with one-time token verification by
including the username in the token lookup, enhancing security.

v1.0.33: Fixes onetime token authentication

01 Feb 09:01

Choose a tag to compare

Updates onetime token authentication to check only for token existence.

v1.0.32: Updates token retrieval logic

01 Feb 08:56

Choose a tag to compare

Updates the token retrieval process to set and persist the 'usedAt' timestamp only when the token is found.
This prevents unnecessary database updates when invalid tokens are checked.

v1.0.31: Uses enum for onetime token type

01 Feb 08:50

Choose a tag to compare

Updates the onetime token service to use the `OnetimeTokenTypeEnum`
instead of a string for the login type.
This change improves type safety and code maintainability.

v1.0.30: Refactors onetime token generation and usage

01 Feb 08:40

Choose a tag to compare

Changes `generateToken` to `saveToken` to handle entity association directly,
simplifying the token creation process and enhancing code readability.

Updates the token finding process to set `usedAt` when the token is retrieved,
invalidating the token upon retrieval for security.

v1.0.29: Corrects password reset error message

31 Jan 19:17

Choose a tag to compare

Updates the password reset error message to be more accurate.
The previous message incorrectly stated that the email
failed to send, when in reality the account was not found.

v1.0.28

31 Jan 15:31

Choose a tag to compare

Merge remote-tracking branch 'origin/main'