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

Implement password policy #9634

Merged
merged 29 commits into from
Sep 5, 2023
Merged

Implement password policy #9634

merged 29 commits into from
Sep 5, 2023

Commits on Aug 31, 2023

  1. init

    Jan committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    da23fd1 View commit details
    Browse the repository at this point in the history
  2. Fix description fuck up

    Jan committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fbba5bf View commit details
    Browse the repository at this point in the history
  3. implemented a lot

    Jan committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f017992 View commit details
    Browse the repository at this point in the history
  4. Implement a lot of stuff

    Jan committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5be6a82 View commit details
    Browse the repository at this point in the history
  5. Lint

    Jan committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8f78935 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Add more rules

    Jan committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a5a8023 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Add description

    Jan committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    63198a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Export for testing purposes

    Jan committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b491528 View commit details
    Browse the repository at this point in the history
  2. Implement mustContainRule

    Jan committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    d71409b View commit details
    Browse the repository at this point in the history
  3. Fix string interpolation

    Jan committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    e611648 View commit details
    Browse the repository at this point in the history
  4. Emit events

    Jan committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3b4b088 View commit details
    Browse the repository at this point in the history
  5. Emit events

    Jan committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    05b92fa View commit details
    Browse the repository at this point in the history
  6. React to events

    Jan committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    94d05ce View commit details
    Browse the repository at this point in the history
  7. Add logic to rule

    Jan committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    de42163 View commit details
    Browse the repository at this point in the history
  8. Lint

    Jan committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6b3554e View commit details
    Browse the repository at this point in the history
  9. add portal vue dependicy to ods

    Jan committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    f8be36c View commit details
    Browse the repository at this point in the history
  10. make use of singleton pattern

    Jan committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    d388ddf View commit details
    Browse the repository at this point in the history
  11. Add comment

    Jan committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    bb0366d View commit details
    Browse the repository at this point in the history
  12. Bring back default rule

    Jan committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    888de32 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Add typing

    Jan committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    331e6ab View commit details
    Browse the repository at this point in the history
  2. removed unused

    Jan committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    edc7bdc View commit details
    Browse the repository at this point in the history
  3. Change to only get one policy, add types

    Jan committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4c2d173 View commit details
    Browse the repository at this point in the history
  4. Fix types

    Jan committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    995606d View commit details
    Browse the repository at this point in the history
  5. Fix unit tests

    Jan committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b57d0f2 View commit details
    Browse the repository at this point in the history
  6. React on code review

    Jan committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f742b1c View commit details
    Browse the repository at this point in the history
  7. Delete mock data

    Jan committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    bec1142 View commit details
    Browse the repository at this point in the history
  8. Fix types

    Jan committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    70af602 View commit details
    Browse the repository at this point in the history
  9. Fix unit tests

    Jan committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7120c72 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    342101e View commit details
    Browse the repository at this point in the history