Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/epic 12881 self reset password #13096

Open
wants to merge 123 commits into
base: development
Choose a base branch
from

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    8a8eba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b0c7ed View commit details
    Browse the repository at this point in the history
  3. #21-Added methods to

     updatePassword validate current password,
     check password strength and generate password
    Anthony4m authored and daveotengo committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7b2a25a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a679d47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9e5afb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    056ec34 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68916e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0634c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9709c86 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1810d6c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cb98944 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e884e2a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1c5b453 View commit details
    Browse the repository at this point in the history
  14. #21-Added curved edges to button

    Anthony4m authored and daveotengo committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    1839224 View commit details
    Browse the repository at this point in the history
  15. #21-created a check icon

    Anthony4m authored and daveotengo committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    ab14391 View commit details
    Browse the repository at this point in the history
  16. #21-Added change password button

    Anthony4m authored and daveotengo committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c8a9021 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    02e91b2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5036d4f View commit details
    Browse the repository at this point in the history
  19. #21-Added a change password layout

    Anthony4m authored and daveotengo committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0ee7ee2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Added a pop up component that contains update password form for chang…

    …ing password and generating password#12881
    Anthony4m authored and daveotengo committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    a5f44ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1079ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c8caf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be22664 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9da21b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bbae90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    330c333 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c474f8d View commit details
    Browse the repository at this point in the history
  9. Added a method to generate password

         Added a method to validate password
         Added a method to check password strength#12881
    Anthony4m authored and daveotengo committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    e501765 View commit details
    Browse the repository at this point in the history
  10. #21-Added a default screen magin to position change password layout a…

    …ccording to different screen sizes
    Anthony4m authored and daveotengo committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    826a0d2 View commit details
    Browse the repository at this point in the history
  11. #21

    Anthony4m authored and daveotengo committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    792355d View commit details
    Browse the repository at this point in the history
  12. #21-removed duplicate entries

    Anthony4m authored and daveotengo committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    6372d68 View commit details
    Browse the repository at this point in the history
  13. Rephrased the error message

    Anthony4m authored and daveotengo committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    d55f94c View commit details
    Browse the repository at this point in the history
  14. Changed the name of the method makeUpdatePassword to showUpdatePassword

    Changed the implementation of the password strength error
    Anthony4m authored and daveotengo committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    5d7b532 View commit details
    Browse the repository at this point in the history
  15. Removed redundant code#12881

    Anthony4m authored and daveotengo committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    3a018a7 View commit details
    Browse the repository at this point in the history
  16. Removed redundant code

    Anthony4m authored and daveotengo committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    9c61bd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. added sormas linces info on top of new classes and enhanced password …

    …change to close window after it's changed#12881
    daveotengo committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    88ecf92 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    3eb3a39 View commit details
    Browse the repository at this point in the history
  2. removed user edit from validate password to enable all users to be ab…

    …le to reset their password#12881
    daveotengo committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    08a5b6b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12947 from ePareto-Information-System/feature/EPI…

    …C-142-Self_reset_password
    
    Feature/epic 142 self reset password
    daveotengo authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9bbb51a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Added @Audited Annotations to classes that require them and rearrange…

    …d key value pairs in strings and captions class#12881
    daveotengo committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    47b3dc9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12960 from ePareto-Information-System/feature/EPI…

    …C-142-Self_reset_password
    
    Added @Audited Annotations to classes that require them and rearrange…
    daveotengo authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5152dac View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    32cb5da View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' of https://github.com/SORMAS-Foundation/SO…

    …RMAS-Project.git into feature/EPIC-12881-Self_reset_password
    daveotengo committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4117122 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Merge branch 'development' of https://github.com/SORMAS-Foundation/SO…

    …RMAS-Project.git into feature/EPIC-142-Self_reset_password
    daveotengo committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a8d7889 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Merge branch 'development' of https://github.com/SORMAS-Foundation/SO…

    …RMAS-Project.git into feature/EPIC-12881-Self_reset_password
    daveotengo committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    ba27681 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' of https://github.com/SORMAS-Foundation/SO…

    …RMAS-Project.git into feature/EPIC-142-Self_reset_password
    daveotengo committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c24c987 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Merge branch 'development' of https://github.com/SORMAS-Foundation/SO…

    …RMAS-Project.git into feature/EPIC-142-Self_reset_password
    daveotengo committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    1d9ba9a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' of https://github.com/SORMAS-Foundation/SO…

    …RMAS-Project.git into feature/EPIC-12881-Self_reset_password
    daveotengo committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    9da71bc View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    340eb6f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/EPIC-12881-Self_reset_password' into feature/EP…

    …IC-142-Self_reset_password
    daveotengo authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    a0b6547 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12978 from ePareto-Information-System/feature/EPI…

    …C-142-Self_reset_password
    
    Feature/epic 142 self reset password
    daveotengo authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    50f83d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2d955d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d320b8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #12979 from ePareto-Information-System/feature/EPI…

    …C-142-Self_reset_password
    
    user facade update to fix double methods#12881
    daveotengo authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    6aa6a3d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    2729b1c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Merge branch 'development' of https://github.com/SORMAS-Foundation/SO…

    …RMAS-Project.git into feature/EPIC-142-Self_reset_password
    daveotengo committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    47dc514 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' of https://github.com/SORMAS-Foundation/SO…

    …RMAS-Project.git into feature/EPIC-12881-Self_reset_password
    daveotengo committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e001af2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/EPIC-12881-Self_reset_password' into feature/EP…

    …IC-142-Self_reset_password
    daveotengo authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    36636f0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13048 from ePareto-Information-System/feature/EPI…

    …C-142-Self_reset_password
    
    Feature/epic 142 self reset password
    daveotengo authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    99bfd39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bef4e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    597ffea View commit details
    Browse the repository at this point in the history
  7. Merge pull request #13050 from ePareto-Information-System/feature/EPI…

    …C-142-Self_reset_password
    
    Feature/epic 142 self reset password
    daveotengo authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9f29d98 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. updated notification

    daveotengo committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    851aa45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5b9952 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Merge branch 'development' of https://github.com/SORMAS-Foundation/SO…

    …RMAS-Project.git into feature/EPIC-12881-Self_reset_password
    daveotengo committed May 3, 2024
    Configuration menu
    Copy the full SHA
    9ea3165 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Merge branch 'development' of https://github.com/SORMAS-Foundation/SO…

    …RMAS-Project.git into feature/EPIC-12881-Self_reset_password
    daveotengo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7c89ae7 View commit details
    Browse the repository at this point in the history
  2. fix for sonarqube errors

    daveotengo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    99f7597 View commit details
    Browse the repository at this point in the history
  3. two sonarqube errors fixed

    daveotengo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    971f573 View commit details
    Browse the repository at this point in the history
  4. cleared unnecessay comment

    daveotengo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3c824f5 View commit details
    Browse the repository at this point in the history
  5. security error sonarqube

    daveotengo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3de56b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a25a037 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    1765ca4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge branch 'development' of https://github.com/SORMAS-Foundation/SO…

    …RMAS-Project.git into feature/EPIC-12881-Self_reset_password
    daveotengo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6248f6f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    9aa2e5b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. update after review

    daveotengo committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    17c2c48 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    003c8e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afb411a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    484bde5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ff346d View commit details
    Browse the repository at this point in the history
  5. clean up on build.gradle

    daveotengo committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4c26528 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. clean up after review

    daveotengo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3c71a90 View commit details
    Browse the repository at this point in the history
  2. clean up after review

    daveotengo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5bcb629 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39f066e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    752fd92 View commit details
    Browse the repository at this point in the history
  5. clean up after review

    daveotengo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a18eec4 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'development' of https://github.com/SORMAS-Foundation/SO…

    …RMAS-Project.git into feature/EPIC-12881-Self_reset_password
    daveotengo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    fc1fcb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b90d09e View commit details
    Browse the repository at this point in the history
  8. clean up after review

    daveotengo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8100344 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. clean up after review

    daveotengo committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a1c76ae View commit details
    Browse the repository at this point in the history
  2. clean up after review

    daveotengo committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0f9bda0 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Merge branch 'development' of https://github.com/SORMAS-Foundation/SO…

    …RMAS-Project.git into feature/EPIC-12881-Self_reset_password
    daveotengo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8ddbb26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    836968e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e93bc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dd5372 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a02305 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20e51a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0028314 View commit details
    Browse the repository at this point in the history
  8. cleaning white space

    daveotengo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    57541fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f176e59 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c47d032 View commit details
    Browse the repository at this point in the history
  11. trimmed white spaces

    daveotengo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    58c2a0f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    3768d09 View commit details
    Browse the repository at this point in the history
  2. reordering imports

    daveotengo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7fa7d6b View commit details
    Browse the repository at this point in the history
  3. reordering imports

    daveotengo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d63163b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    db570ed View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    9e0d17c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' of https://github.com/SORMAS-Foundation/SO…

    …RMAS-Project.git into feature/EPIC-12881-Self_reset_password
    daveotengo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    359378d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. cleanup whitespace

    daveotengo committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    efef942 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. cleaned white space

    daveotengo committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d350825 View commit details
    Browse the repository at this point in the history
  2. feature property FeatureTypeProperty.AUTHENTICATION_PROVIDER added to…

    … FeatureType.SELF_PASSWORD_RESET
    daveotengo committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a2e5b05 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    f46d5ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e393aad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a58443b View commit details
    Browse the repository at this point in the history
  4. final clean up

    daveotengo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    45dfae4 View commit details
    Browse the repository at this point in the history
  5. organizing imports

    daveotengo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e3c456e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. caption updated on mobile

    daveotengo committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    ed2ce98 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Merge branch 'development' of https://github.com/SORMAS-Foundation/SO…

    …RMAS-Project.git into feature/EPIC-12881-Self_reset_password
    daveotengo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3da2860 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. applying method guidlines

    daveotengo committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    fb03f99 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    6e629b5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' of https://github.com/SORMAS-Foundation/SO…

    …RMAS-Project.git into feature/EPIC-12881-Self_reset_password
    daveotengo committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    76c6e6e View commit details
    Browse the repository at this point in the history
  3. organizing imports

    daveotengo committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9f832ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01d8072 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21f1125 View commit details
    Browse the repository at this point in the history