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

#226 - Migration from .NET 7.0 to .NET 8.0 #236

Open
wants to merge 30 commits into
base: main
Choose a base branch
from

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    b9448a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94f4348 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d48fa34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e8f28a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Do not filter the plugin's entities (#234)

    Co-authored-by: Koryakov Alexey <[email protected]>
    AlexInSriLanka and Koryakov Alexey committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    203cd39 View commit details
    Browse the repository at this point in the history
  2. Login with user name and password. (#233)

    * IdentityController.Login
    
    * Login tests.
    
    * Fix IdentityLoginTests
    SerEgoroff committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    a245d6f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Tests use real authentication (#237)

    * IdentityController.Login
    
    * Login tests.
    
    * Fix IdentityLoginTests
    
    * Tests use real authentication
    
    * Fix authorization when a role is specified.
    SerEgoroff committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ad63339 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Support for two letter language codes in email templates and groups

    peterliapin authored and peterliapin committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    67a85c4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:peterliapin/onlinesales.core int…

    …o develop
    peterliapin authored and peterliapin committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f696f9a View commit details
    Browse the repository at this point in the history
  3. Login improvement after review. (#238)

    * IdentityController.Login
    
    * Login tests.
    
    * Fix IdentityLoginTests
    
    * Tests use real authentication
    
    * Fix authorization when a role is specified.
    
    * Login improvement after review.
    SerEgoroff committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    720d171 View commit details
    Browse the repository at this point in the history
  4. Version 1.2.17-pre - JWT login + two letter culture support

    peterliapin authored and peterliapin committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    fd950e4 View commit details
    Browse the repository at this point in the history
  5. Nuget packages upgrade

    peterliapin authored and peterliapin committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e89da38 View commit details
    Browse the repository at this point in the history
  6. Version 1.2.18-pre

    peterliapin authored and peterliapin committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    fa54f66 View commit details
    Browse the repository at this point in the history
  7. Media controller for all authenticated users + identity configuration…

    … refactoring
    peterliapin authored and peterliapin committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    55a0970 View commit details
    Browse the repository at this point in the history
  8. Helper files location and namespaces refactoring

    peterliapin authored and peterliapin committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e8b4739 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Small authentication logic refactoring + cookies settings moved to co…

    …nfiguration.
    peterliapin authored and peterliapin committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5463609 View commit details
    Browse the repository at this point in the history
  2. Wrongly commited plugin reference has been removed

    peterliapin authored and peterliapin committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ef5f39b View commit details
    Browse the repository at this point in the history
  3. Some redundant changes rolled back

    peterliapin authored and peterliapin committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f0ec065 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Attempt to support multi Auth (unsuccessfull yet)

    peterliapin authored and peterliapin committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    7f9ad4f View commit details
    Browse the repository at this point in the history
  2. User logged in via AzureAd now have Admin role if they included in sp…

    …ecific group in Azure
    peterliapin authored and peterliapin committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    da19f68 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #242 from peterliapin/development/multi-auth-support

    User logged in via AzureAd now have Admin role if they included in specific group in Azure
    peterliapin committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    3dd283d View commit details
    Browse the repository at this point in the history
  4. testreporter.yml -> test_reporter.yml in sln file

    peterliapin authored and peterliapin committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    41b3f2e View commit details
    Browse the repository at this point in the history
  5. Version 1.2.19-pre

    peterliapin authored and peterliapin committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    1b1cba3 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Fix of the problem with multiple email being sent in case contact was…

    … registered long time ago but did not get any emails before
    peterliapin authored and peterliapin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d061445 View commit details
    Browse the repository at this point in the history
  2. Version 1.2.20-pre - emails scheduling improved

    peterliapin authored and peterliapin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f9ddc72 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Open AI based code review pipeline

    peterliapin authored and peterliapin committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    bbc8b65 View commit details
    Browse the repository at this point in the history
  2. AI pipeline moved to an appropriate folder

    peterliapin authored and peterliapin committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    8ef3118 View commit details
    Browse the repository at this point in the history
  3. Minor code refactoring

    peterliapin authored and peterliapin committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    85f0604 View commit details
    Browse the repository at this point in the history
  4. Merge with develop branch

    peterliapin authored and peterliapin committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    89a9f3e View commit details
    Browse the repository at this point in the history
  5. Obsolete exception constructor type removed

    peterliapin authored and peterliapin committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f072ce6 View commit details
    Browse the repository at this point in the history