Commit Graph

31 Commits (d4292cdefe9c2362a99f52900a4140b1177698db)

Author SHA1 Message Date
Naeem Ullah 6e4f1c3c58 Enhance transaction logs UI and fix translations
Improved the transaction logs component with better table UI, pagination, loading/error states, and date filtering. Updated SCSS for responsive design and visual enhancements. Fixed translation keys and placeholders in user management and constants. Adjusted login direction logic and commented out duplicate login check in authentication service.
6 days ago
Naeem Ullah df9258b77c Merge branch 'dev-pending-20-01-2026' into osho-marka 6 days ago
Naeem Ullah 0b54f82063 added 6 days ago
Mazdak Gibran 60435ce48d Improve log form validation and mask passwords in export
Added validation error messages for required date fields and invalid date ranges in the logging search form. Updated the export to Excel functionality to mask passwords in request bodies. Adjusted date validator to only flag errors when fromDate is strictly after toDate.
6 days ago
Naeem Ullah 1ddb35bbac Add SuperAdmin role support to user management
Introduces the SUPER_ADMIN role in enums, updates admin check logic to include SuperAdmin, and adds SuperAdmin to the role options in the setup user component.
1 week ago
Mazdak Gibran 05c8508d30 arabic right to left alignment
arabic right to left alignment,
2 weeks ago
Naeem Ullah fadc5990f6 Merge branch 'dev-pending-20-01-2026' of https://ct.mfsys.com.pk/aConnect/aConnect-UX into dev-pending-20-01-2026 2 weeks ago
Naeem Ullah 0329da50a3 Merge pull request 'user permission fix' (#45) from mazdak/UX-2123 into dev-pending-20-01-2026
Reviewed-on: https://ct.mfsys.com.pk/aConnect/aConnect-UX/pulls/45
2 weeks ago
Naeem Ullah 6df0195ed8 Refactor logging component UI and logic
Simplified and modernized the logging.component.html layout, replacing nested cards and redundant markup with a cleaner structure. Refactored logging.component.ts to improve data flow: search, filtering, and pagination are now handled in the component instead of the template pipe. Updated page size options in app.constants.ts for better usability. Minor cleanup in setup-user.component.ts.
2 weeks ago
Mazdak Gibran 67b7341f50 user permission fix
user permission fix internal server error
2 weeks ago
Naeem Ullah efbf56adbc Update password change flow and date validator logic
Changed the change password API endpoint to use FIRST_LOGIN_URI instead of CHANGE_PASSWORD_URI. Added FIRST_LOGIN_URI to URI enums and app.uri.json. Improved the toDateAfterFromDateValidator to normalize dates, enforce fromDate < toDate, and disallow future dates.
2 weeks ago
Mazdak Gibran f3685ba942 user management bugs fixed
bugs resolved:
Setup User: No validation applied; the form saves with empty inputs. User ID length validation is not implemented. The role column is not displayed in the table.

Reset Password: No success message is shown after password update. Strong password validation is not applied.

Change Password: No success message is shown after password update. Strong password validation is not applied. Validation to prevent using the same value for old and new passwords is not implemented.
2 weeks ago
Mazdak Gibran 150fb0f88b add success message
add success message to change password and reset password, and fixed the routing in change password.
2 weeks ago
atif118-mfsys 2dd260fc51 added export to excel functionality in transaction logs 3 weeks ago
atif118-mfsys 58cc256169 added export data in excel and added som validations in logger manager screen 3 weeks ago
atif118-mfsys e3bd2193b8 integrated GET call in logger manager to get logging details 3 weeks ago
Mazdak Gibran 921b28f27b transaction log Api integration
transaction log Api integration and showing the data in tabular form.
4 weeks ago
Mazdak Gibran 0efdedca6e third part registration
third part registration reactive form with validations and send payload
4 weeks ago
atif118-mfsys db1eba9c54 Merge branch 'dev-pending-09-12-2025' into aconnect-UX/1765 1 month ago
atif118-mfsys c278b0f89c implemented permissions checks to prevent users accessing the content they do not have permission for. 1 month ago
Mazdak Gibran 61df1a4ac2 creating payload for reset and change password
creating payload for reset and change password before the apis are ready
1 month ago
Mazdak Gibran 207e55cfe3 Merge branch 'dev-pending-09-12-2025' of https://ct.mfsys.com.pk/aConnect/aConnect-UX into mazdak/UX-1709 1 month ago
Mazdak Gibran 1976648c08 Integrate deleteUser Api
Integrate deleteUser Api
1 month ago
Mazdak Gibran d703494c3a Implemented getUser Api
implemented getUser Api to show the view and edit of the selected Id in the form. later removed the edit function
1 month ago
Mazdak Gibran bc18bcf946 Setup User API Integration
createUser and getAllUsers API Integration
1 month ago
atif118-mfsys db1e57a008 completed design for permission management screen. 1 month ago
atif118-mfsys 1c0b19e33c added activity guard and added some translations 1 month ago
atif118-mfsys 8340f14035 working on setting up http services as per standard 1 month ago
Mazdak Gibran a6a38d068e sms gateway screen
sms gateway screen dynamically renders different forms
2 months ago
atif118-mfsys 383772db87 added design for third party registration screen 2 months ago
atif118-mfsys d59d64987c initial aConnect commit. 2 months ago