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

make Provisioning API aware of multiple mails #27474

Merged
merged 15 commits into from
Jun 30, 2021
Merged

Commits on Jun 29, 2021

  1. prov api reports additional emails on getUser

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    1381800 View commit details
    Browse the repository at this point in the history
  2. prov api reports multiple mail as editable field

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    3da9064 View commit details
    Browse the repository at this point in the history
  3. prov api to be able to edit multivalue properties

    - adding as usual
    - deleting and scope setting via additional endpoint
    
    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    d109d4f View commit details
    Browse the repository at this point in the history
  4. accounts event handler to use eventdispatcher, DI and Accounts API

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    638c04d View commit details
    Browse the repository at this point in the history
  5. make AccountManager actually write multi value properties

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    af3fdbe View commit details
    Browse the repository at this point in the history
  6. adjust verification state updater method

    - also fixes scope of internal methods
    
    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    3d6ffd3 View commit details
    Browse the repository at this point in the history
  7. fix code style

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    d64411e View commit details
    Browse the repository at this point in the history
  8. adjust email verification checker

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    c7bf429 View commit details
    Browse the repository at this point in the history
  9. create a property on editUser when it was not set before

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    02808e3 View commit details
    Browse the repository at this point in the history
  10. adjust internal data handling logic to fix store and load

    - format as stored previously in oc_accounts table is kept
    
    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    506227b View commit details
    Browse the repository at this point in the history
  11. fix provisioning test check

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    285a56b View commit details
    Browse the repository at this point in the history
  12. fix regex

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    6eda6af View commit details
    Browse the repository at this point in the history
  13. adjust access permissions of new controller method

    - fixes wrong veriable usage also
    
    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    00ffad3 View commit details
    Browse the repository at this point in the history
  14. fix small issues in UsersController handling

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    a075254 View commit details
    Browse the repository at this point in the history
  15. cleanup

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    ad0a11b View commit details
    Browse the repository at this point in the history