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

Release/2.0.0 🚀 #830

Merged
merged 85 commits into from Apr 26, 2021
Merged

Release/2.0.0 🚀 #830

merged 85 commits into from Apr 26, 2021

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    6c73e33 View commit details
    Browse the repository at this point in the history
  2. Fix unit tests

    skoruba committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    ddae7a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dd12a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Fix tests

    skoruba committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    538523b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Add initial db migrations

    skoruba committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    dedb7f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53d1f94 View commit details
    Browse the repository at this point in the history
  3. Fix Api Scope on UI

    skoruba committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    5dcb80b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e178695 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    skoruba committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    26420f9 View commit details
    Browse the repository at this point in the history
  6. Clean up ApiScopes method

    skoruba committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    cd9c044 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Merge remote-tracking branch 'origin/master' into feature/633-update-…

    …is4-to-v4
    
    # Conflicts:
    #	src/Skoruba.IdentityServer4.Admin.EntityFramework.Shared/Skoruba.IdentityServer4.Admin.EntityFramework.Shared.csproj
    #	src/Skoruba.IdentityServer4.Admin.EntityFramework/Skoruba.IdentityServer4.Admin.EntityFramework.csproj
    skoruba committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    332ce3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80d38ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52866c0 View commit details
    Browse the repository at this point in the history
  4. Add search for Api Scope

    skoruba committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    dfa2d41 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Configuration menu
    Copy the full SHA
    b587ae0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85bc6fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfaa11c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e7b9d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    374fca1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7d2497 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2ca1c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96f48c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b88db5 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Update README.md

    skoruba committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    283d6b3 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    skoruba committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    e38ff3d View commit details
    Browse the repository at this point in the history
  3. Update to 2.0.0-beta1

    skoruba committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    a007ed3 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    skoruba committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    62a96fa View commit details
    Browse the repository at this point in the history
  5. Update README.md

    skoruba committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    703818e View commit details
    Browse the repository at this point in the history
  6. Update README.md

    skoruba committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    f61dbc5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d97af7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    047a2c4 View commit details
    Browse the repository at this point in the history
  9. Update dotnet new template

    skoruba committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    e2a5968 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Extract UI project for use in existing setups (v2) (#779)

    * Update README
    
    * Moved UI folders and files to new Admin.UI project
    
    * Fixed application version page can no longer refer to Startup type for detecting assembly version
    
    * Fixed build of Admin project that now depends on UI project
    
    * Extracted UI-specific startup helpers and classes into UI project
    
    * Removed bogus project dependency
    
    * Removed now unused namespace imports in map app startup helpers
    
    * Moved styles and scripts and more helpers to UI project
    
    * Moved back root configuration to Admin app because database migration and seeding is probably out of scope of UI
    
    * Moved startup service configuration to UI project through dependency injection helpers
    
    * Moved back one constant unrelated to UI into main project
    
    * Refactored UI project namespaces for consistency
    
    * Fixed some build issues
    
    * Stub for app builder extensions for UI project
    
    * Fixed test project build
    
    * Moved security headers feature to UI project
    
    * Moved startup app building to UI project
    
    * Fixed authorization middleware setup
    
    * Fixed UI view build
    
    * Fixed views cannot be resolved
    
    * Fixed static assets not accessible from root URL (e.g. ~/)
    
    * Cleaned up startup
    
    * Added convenience DI extensions for setting up UI
    
    * Cleaned up startup test
    
    * Moved migration helpers to UI project
    
    * Support for custom migration assemblies
    
    * Moved migration helpers and config down to EntityFramework.Shared
    
    * Fixed build and tests
    
    * Fixed DI UI helper not using custom entity types completely
    
    * Moved UI config json files to UI project
    
    * Disabled unused code in startup
    
    * Minor code style
    
    * Fixed view localization of UI failing when used in custom web app project
    
    * Refactored middleware configuration to simplify usage of Use* methods in Startup
    
    * Added configuration of health checks middleware
    
    * Options to further configure the auth pipelines, and better separation of endpoint routing
    
    * Ported UI to area
    
    * Fixed test build
    
    * Fixed seeding not working due to missing configuration bind
    
    * Fixed missing new views after merge
    
    * Fixed missing areas in new views
    
    * Fixed test build
    
    Co-authored-by: janskoruba <jan@skoruba.com>
    Brice-xCIT and skoruba committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    7d8f493 View commit details
    Browse the repository at this point in the history
  2. IAdminConfigurationDbContext.ApiScopes hides inherited member IConfig…

    …urationDbContext.ApiScopes warning has been fixed. (#775)
    cognitive-arch committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    4f7f666 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee329a3 View commit details
    Browse the repository at this point in the history
  4. Auto focus 2fa inputs (#773)

    * Update README
    
    * Auto focus 2fa inputs
    
    Co-authored-by: janskoruba <jan@skoruba.com>
    vbjay and skoruba committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    e82c678 View commit details
    Browse the repository at this point in the history
  5. Manually aplied PR: #757

    skoruba committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    aadc1a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d6e874 View commit details
    Browse the repository at this point in the history
  7. Sync PRs 772, 759 (#798)

    * Update README
    
    * Dutch translations added to resource (resx) files. (#759)
    
    * QR code white frame (#772)
    
    * Make gulp default task
    
    Fonts are needed in the styles so make them a dependency
    Also make gulp command run gulp build
    
    * Makes sure QR code can be scanned on a dark background
    
    Co-authored-by: timmytimeless <timmytimeless@hotmail.com>
    Co-authored-by: Jay Asbury <vbjay.net@gmail.com>
    3 people committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    91f1011 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    bdcdd1e View commit details
    Browse the repository at this point in the history
  2. Update UI to version 2.0.0

    skoruba committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    f43b152 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Update README.md

    skoruba committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    0c97c0c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    skoruba committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    35f0bf4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Feature/themes (#802)

    * Add theme for Admin UI part
    
    * Fixed #783; Add combo for selection of theme;
    
    * Modify gulp watch; rebuild webs styles
    skoruba committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    3789262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43b4014 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

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

Commits on Feb 26, 2021

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

Commits on Feb 27, 2021

  1. Configuration menu
    Copy the full SHA
    13bd8f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a2ab48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b17456 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Restructured project because of new UI package which has to used nuge…

    …t packages not shared projects
    skoruba committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    f915c4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd3e390 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03efb89 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Clean up project references

    skoruba committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    302e46a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b757034 View commit details
    Browse the repository at this point in the history
  3. Add new packages to publish

    skoruba committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    2ae0df8 View commit details
    Browse the repository at this point in the history
  4. Update docker images

    skoruba committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    55efde6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fc599f View commit details
    Browse the repository at this point in the history
  6. Update to 2.0.0-rc3

    skoruba committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    e92b79c View commit details
    Browse the repository at this point in the history
  7. Update template to 2.0.0-rc3

    skoruba committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    be3ac1d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Update README.md

    skoruba committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    4874afb View commit details
    Browse the repository at this point in the history
  2. Update README.md

    skoruba committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    c94d708 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Feature/update to net5 (#827)

    * Update to .NET 5
    
    * Update nuget packages to latest versions
    
    * Update client-scripts to latest version, run npm audit;
    
    * update to 2.0.0-rc4
    
    * Remove secrets from UI (#828)
    skoruba committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    c51815f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    skoruba committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    e45674b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Update README.md

    skoruba committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    405bb7c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    skoruba committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    9688fd0 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    skoruba committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    2e260c3 View commit details
    Browse the repository at this point in the history
  4. Update app screens

    skoruba committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    3f7d527 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    skoruba committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    c5ec47c View commit details
    Browse the repository at this point in the history
  6. Update README.md

    skoruba committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    5e7a337 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    skoruba committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    d25894f View commit details
    Browse the repository at this point in the history
  8. Update screen of dark mode

    skoruba committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    a53c1bb View commit details
    Browse the repository at this point in the history
  9. Update README.md

    skoruba committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    5640e0e View commit details
    Browse the repository at this point in the history
  10. Update template to 2.0.0-rc4

    skoruba committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    213d32b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    96acbbe View commit details
    Browse the repository at this point in the history
  12. Update to 2.0.0-rc5

    skoruba committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    f9600ce View commit details
    Browse the repository at this point in the history
  13. Remove unused references

    skoruba committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    d3d28aa View commit details
    Browse the repository at this point in the history
  14. update to rc5 template

    skoruba committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    f96672b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Merge branch 'master' into release/2.0.0

    # Conflicts:
    #	README.md
    skoruba committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    3de0d83 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    skoruba committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    710ed27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4a93ed View commit details
    Browse the repository at this point in the history
  4. Update to 2.0.0

    skoruba committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    a5f7276 View commit details
    Browse the repository at this point in the history
  5. Update template to 2.0.0

    skoruba committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    a6a802b View commit details
    Browse the repository at this point in the history
  6. Update README.md

    skoruba committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    bd3bf4c View commit details
    Browse the repository at this point in the history
  7. Update README.md

    skoruba committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    8b1d79c View commit details
    Browse the repository at this point in the history