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

v6.11.0 Release #1961

Merged
merged 198 commits into from
Oct 9, 2024
Merged

v6.11.0 Release #1961

merged 198 commits into from
Oct 9, 2024

Conversation

Cyberboss
Copy link
Member

Merging with [TGSDeploy].

- Introduce the concept of `IAuthority`s to handle business logic for both REST and GraphQL.
- Add new authorize attributes so roles can be defined on `IAuthority`s and inherited on REST/GraphQL API surface.
- Implement `ILoginAuthority`, converting REST methods to use it.
- Partially implement `IUserAuthority`, converting REST methods to use it.
- Setup `ErrorMessageResponse` filtering for GraphQL fields.
- Setup query structure for the potential for `RemoteGateway`s.
  - Add new `ErrorCode` indicating they are not implemented.
- Rename `ServerInformationBase` to `GatewayInformationBase`.
- Fix `TgsRestAuthorizeAttribute` lacking an `IAuthorizationFilter`.
This means tokens will be valid accross servers
Cyberboss and others added 23 commits October 6, 2024 13:24
…LDeploy]

Initial GraphQL API release. Also releasing REST API v10.10
…loy]

More GraphQL stuff + Webpanel version bump
Bumps [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.1.0...8.1.1)

---
updated-dependencies:
- dependency-name: Microsoft.IdentityModel.JsonWebTokens
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…entityModel.JsonWebTokens-8.1.1

Bump Microsoft.IdentityModel.JsonWebTokens from 8.1.0 to 8.1.1
Bumps [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) from 8.0.8 to 8.0.10.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.8...v8.0.10)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…tityFrameworkCore.InMemory-8.0.10

Bump Microsoft.EntityFrameworkCore.InMemory from 8.0.8 to 8.0.10
@Cyberboss Cyberboss added the Release This is a release pull request label Oct 9, 2024
@Cyberboss Cyberboss added this to the v6.11.0 milestone Oct 9, 2024
@Cyberboss Cyberboss enabled auto-merge October 9, 2024 18:49
@Cyberboss Cyberboss merged commit 8373ea1 into master Oct 9, 2024
158 of 161 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release This is a release pull request size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants