Skip to content

Releases: AppsDevTeam/fancyadmin

v1.0.148: feat: Allow mailer methods to bypass one-time token creation limits

01 Jun 14:05

Choose a tag to compare

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

01 Jun 12:04
67743e5

Choose a tag to compare

v1.0.146: refactor: rename CreatedByNullInterface to CreatedByNullableInterface

26 May 14:56

Choose a tag to compare

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

26 May 14:16

Choose a tag to compare

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

18 May 10:54

Choose a tag to compare

Merge remote-tracking branch 'origin/main'

v1.0.143: Merge pull request #51 from AppsDevTeam/f-keycloak

12 May 17:33
cce9903

Choose a tag to compare

v1.0.142

12 May 05:05

Choose a tag to compare

summernote dialogs in body

v1.0.141: refactor(changelog): improve entity rendering and label attribute scope

11 May 12:12

Choose a tag to compare

- 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

11 May 11:40
ac63be8

Choose a tag to compare

feat(changelog): add changelog management functionality

v1.0.139: feat: add Slovak translations for fcadmin

30 Apr 06:11

Choose a tag to compare

Introduces the Slovak localization file containing translations for UI components, forms, presenters, and system messages.