Skip to content

Releases: AppsDevTeam/fancyadmin

v1.0.45: Refactors profile form processing

06 Feb 13:54

Choose a tag to compare

Simplifies profile form processing by removing unnecessary parameter.

Ensures a new Identity entity is created using the configured
entity class from the EntityManager, allowing for customization.

v1.0.44: Ensures token does not include prefix

06 Feb 13:24

Choose a tag to compare

Updates the getToken method to remove any prefix
that might be present in the token string, ensuring
only the token value is returned.

v1.0.43: Enhances onetime token generation

06 Feb 12:17

Choose a tag to compare

Refactors onetime token generation to include an identifier prefix.
This allows for easier identification and grouping of tokens based
on their purpose or the entity they are associated with.
The identifier defaults to an empty string if not provided, maintaining
backward compatibility. It also defaults to email in account creation and password recovery

This change also modifies the random token generation to use only uppercase letters and numbers.

v1.0.42

06 Feb 11:11

Choose a tag to compare

Merge remote-tracking branch 'origin/main'

v1.0.41

05 Feb 20:55

Choose a tag to compare

fix: dummernote upload url

v1.0.40

05 Feb 20:21

Choose a tag to compare

fix: dummernote upload url

v1.0.39: Merge pull request #20 from AppsDevTeam/f-fix-favicon

05 Feb 18:35
366ff08

Choose a tag to compare

v1.0.38

05 Feb 15:49

Choose a tag to compare

Merge remote-tracking branch 'origin/main'

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.