2025
23-Nov-2025
Version 12.2.6
Enhancement
- Enabled single-user assignment for both GPO and Application in BCD.
- Status for non-existent users in BCD
03-Nov-2025
Version 12.2.5
Enhancement
- Stability improvements and minor bug fixes implemented to ensure system resilience.
18-Jul-2025
Version 12.2.3
Enhancement
- Group creation transaction logic fixed.
- API to fetch unique user locations for image assignment.
- getUser and getDevice API restructuring.
- Enhanced campaign creation with bstVersion, diagrams.
Bug Fixes
- Resolved black screen on user edit.
- Fixed SOD app dropdown issue in campaign creation.
- Corrected device group assignment behavior.
03-Jul-2025
Version 12.2.2
Enhancement
Enhanced getDevices API to support osType filtering.
Implemented:
- Device-to-group and GPO mapping logic.
- Auto-fetch for groups in the device section.
- API for fetching user locations for customGroupAdd configurations.
Added validations:
- Disable group status update if mappings exist.
- Min/max limits on number input fields.
Group creation enhancements:
- Improved transaction handling.
- UI support for user-password reset mapping.
Modified UI for bcd_device for clarity.
Bug Fixes
- Fixed group not unassigning from UI properly.
- Resolved missing group in auto-selected list due to paginated API.
- Fixed loadingState undefined bug on user assignment UI.
- Addressed group creation transaction failure.
- Cleaned up device modal form and fixed attribute inconsistencies.
11-Jun-2025
Version 12.2.1
Enhancement
- Added uniqueness check during group creation to prevent duplicate entries.
- Integrated group_id, groupdn, and userdn into API requests for accurate mapping.
- Introduced group lookup utility using samAccountName.
- Improved GETGPO API response structure; added FileUpload support in GPOConfiguration.
- Enhanced GPO and user mapping for better sync and upsert logic.
- Added employee type attribute; fixed mail count issue.
- Refactored group assignment/removal flow for UI/backend consistency.
- Integrated assignGroupToUser API with UI.
- Implemented single-session login in browsers.
Bug Fixes
- Fixed bugs in group/user/org setup after DB schema updates.
- Resolved SQL syntax errors in dynamic queries.
- Fixed issues in syncUserToGroup and group-GPO assignment logic.
- Fixed user pagination and image preview issue in desktop wallpaper policy.
- Resolved frontend UI alignment and dynamic group state handling bugs.
24-May-2025
Version 12.2.0
Enhancement
Authentication & Session Management
- Implemented Access & Refresh Token–based login flow
- Enabled User-Specific Session Validation
- API Key support for Service User Integration with endpoint-level restrictions
- Support for Dynamic Login Key selection per tenant (from HRMS)
Group & User Management (BCD)
- Dynamic Group Creation based on user attribute matching via groupRules
- Mail Resend functionality added with UI tooltip and improved accessibility
- Enhanced getGroup API with dynamic query support
- Prevented duplicate group creation via group name validation
- Mapped LDAP and DB groups for consistent syncing
- Set default group type as "User" during creation
Bug Fixes
Authentication & Session
- Fixed frequent logout issues & enhanced token security
- Prevented login by manipulating localStorage values
User Management (BCD)
- Corrected group & GPO mappings during user create/edit
- Fixed issue with null group IDs in manual selection
- Addressed user edit CN issue
07-May-2025
Version 12.1.9
Enhancement
Edit & Create User Enhancements
- Dynamic form pre-fill from LDAP.
- Only changed attributes are submitted.
- displayName and cn consistently lowercased.
- Password expiry handled based on config.
- user_group auto-assigned based on LOB.
- Full name construction includes secondary_last_name
Device Page Enhancements
- Implemented search functionality by device name.
- Resolved toast message display issues for smoother UX.
Device API Enhancements
- Sorting and filtering support added.
- Supports fields such as device name, created date, and status for efficient data querying.
Bug Fixes
- filter is not a function issue resolved by Array.isArray() check.
- Fixed userName, sAMAccountName, and cn casing/spacing.
- Password binding and LDAP connection logic improved for STARTTLS and LDAPS.
- Edit form now correctly prepopulates userName.