Releases: AppsDevTeam/fancyadmin
Releases · AppsDevTeam/fancyadmin
v1.0.148: feat: Allow mailer methods to bypass one-time token creation limits
Introduces a `checkLimit` parameter to `sendAccountCreationEmail` and `sendPasswordRecoveryMail`. This parameter is passed to the `onetimeTokenService` to control whether token creation rate limits are enforced. This ensures that critical workflows, such as initial password setup when an identity is created or updated through a profile form, can reliably send the necessary emails without being blocked by token generation limits.
v1.0.147: Merge pull request #52 from AppsDevTeam/f-fix-sidemenu
v1.0.146: refactor: rename CreatedByNullInterface to CreatedByNullableInterface
The new name more accurately reflects that the interface marks an entity with a nullable 'createdBy' field.
v1.0.145: fix: filter identity lookup by context in profile forms
Ensures that existing identities are searched within the current administrative context during profile management, preventing unintended linking of identities across different contexts. Also removes a redundant semicolon in the AclRole form processing.
v1.0.144
v1.0.143: Merge pull request #51 from AppsDevTeam/f-keycloak
Keycloak integration
v1.0.142
v1.0.141: refactor(changelog): improve entity rendering and label attribute scope
- Use resolveEntityLabel method for object class rendering instead of manual class name extraction - Reorganize grid column definitions for better readability - Expand Label attribute scope to support both properties and classes
v1.0.140: Merge pull request #50 from AppsDevTeam/change-logy
feat(changelog): add changelog management functionality
v1.0.139: feat: add Slovak translations for fcadmin
Introduces the Slovak localization file containing translations for UI components, forms, presenters, and system messages.