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

Cleanup Identity #443

Merged
merged 18 commits into from
Feb 9, 2022
Merged

Cleanup Identity #443

merged 18 commits into from
Feb 9, 2022

Commits on Feb 6, 2022

  1. Cleanup Identity

    * re-design permissions
    * consistency
    * rename IIdentityService to IProfileService
    * rename StatsController to DashboardController
    * remove roleclaimscontroller
    * add personalController and move myauditlogs and mypermissions there
    * move FSHRoles to shared project
    * remove isdefault from roledto
    fretje committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    ece953b View commit details
    Browse the repository at this point in the history
  2. HasPermissionAsync: move to userservice and fix caching

    * clear cache from RoleService.UpdatePermissions
    * also remove roleclaimservice and further cleanup
    fretje committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    a353fa5 View commit details
    Browse the repository at this point in the history
  3. profile restructure

    fretje committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    11fbbab View commit details
    Browse the repository at this point in the history
  4. fix RoleService.DeleteAsync and UserService.AssignRolesAsync

    also clear permissioncahe on assignroles
    fretje committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    763983c View commit details
    Browse the repository at this point in the history
  5. small fix

    fretje committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    a7c599a View commit details
    Browse the repository at this point in the history
  6. getname => namefor

    fretje committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    9cd8818 View commit details
    Browse the repository at this point in the history
  7. add identityresultextension geterrors

    profile service cleanup
    fretje committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    4c7b257 View commit details
    Browse the repository at this point in the history
  8. add applicationroleupdated and applicationuserupdated events

    and clearuserpemissioncachehandler which handles those events
    fretje committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    92b4303 View commit details
    Browse the repository at this point in the history
  9. Move events to domain

    fretje committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    947d9fa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    393934f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cf21614 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    282ced6 View commit details
    Browse the repository at this point in the history
  13. update postman

    fretje committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    e84acc7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cab1759 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    a6ba845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d703a7 View commit details
    Browse the repository at this point in the history
  3. update postman

    fretje committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    709e82a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

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