147 Commits (af9f6a66a2edcf0078aaadb015ea4a8f87cf0198)

Author SHA1 Message Date
Kévin Chalet 7222d95025 React to the removal of the !! operator in C# 11 5 years ago
Kévin Chalet 5fb23d5779 Use <see langword="*"/> instead of <c>*</c> 5 years ago
Kévin Chalet 255fc64caf Fix incorrect error messages in the client stack and use ?? for null checks where appropriate 5 years ago
Kévin Chalet 62f3e6ff85 Bump the .NET SDK to 7.0.100-preview.2.22153.17 and modernize the code base 5 years ago
Kévin Chalet 0a8b416311 Remove the .NET Core 2.1 TFMs 5 years ago
Kévin Chalet 23fd89e9eb Add .NET 6.0 TFMs and bump the .NET SDK/packages to 6.0 6 years ago
Kévin Chalet fdba933332 Update the package description of OpenIddict.AspNetCore and tweak nullable references 5 years ago
Kévin Chalet deee5e5b92 Update the code base to use implicit global usings 5 years ago
Kévin Chalet 148a987a23 Update the code base to use file-scoped namespaces 5 years ago
Kévin Chalet a6985d6029 Add notnull constraints to the TKey argument used in the EF 6/EF Core entities/stores 5 years ago
Kévin Chalet 7b58f758fe Update GetAsync()'s nullability context to declare TResult as nullable 6 years ago
Kévin Chalet fb90db89f6 Convert DateTimeOffset to DateTime outside EF queries to work around a limitation in the Oracle MySQL provider 6 years ago
Kévin Chalet 61ea06e598 Fix the authorizations/tokens pruning logic and allow more entries to be removed in a single PruneAsync() call 6 years ago
Kévin Chalet e4c6fb7496 Fix the authorizations/tokens pruning logic and allow more entries to be removed in a single PruneAsync() call 6 years ago
Kévin Chalet 78aeb991de Update SetApplicationIdAsync()/SetAuthorizationIdAsync() to be compatible with QueryTrackingBehavior.NoTracking 6 years ago
Kévin Chalet b19fdffea4 React to nullable annotations changes in .NET 5.0 and update OpenIddictParameter.ToString() to use the invariant culture 6 years ago
Kévin Chalet bff6ed027b Add .NET 5.0 TFMs and bump the .NET SDK to 5.0.100 6 years ago
Kévin Chalet a6dd8cf031 Revamp refresh tokens 6 years ago
Kévin Chalet 45fcfbedaa Bump the .NET SDK, the .NET/ASP.NET packages and the third-party dependencies 6 years ago
Kévin Chalet 94ad1b8279 Use DateTime instances in the EF Core/EF 6 queries 6 years ago
Kévin Chalet 750f842273 Replace DateTimeOffset by DateTime in the EF Core/EF 6 models 6 years ago
Kévin Chalet 92c4848c0c Ensure cached JsonElement instances are always cloned 6 years ago
Kévin Chalet 3bd87668da Tweak the maximum column lengths used in the EF 6/EF Core stores 6 years ago
Kévin Chalet 1e87e917a6 Use static OpenIddict.Abstractions.OpenIddictConstants where appropriate 6 years ago
Kévin Chalet 29f88f4b43 Change the resource identifiers naming scheme 6 years ago
Kévin Chalet 0b629b3dbd Replace JsonSerializer.Serialize() by Utf8JsonWriter and JsonSerializer.Deserialize() by JsonDocument 6 years ago
Kévin Chalet 3841f32f17 Update the entire codebase to use is null/is not null 6 years ago
Kévin Chalet a993f8273d Use T? on unconstrained type parameters 6 years ago
Kévin Chalet f84a10270e Revamp the authorizations/tokens pruning mechanism 6 years ago
Kévin Chalet c277fbabda Add nullable annotations to OpenIddict.EntityFrameworkCore 6 years ago
Kévin Chalet 5da84ff95a Move OpenIddictResources to the OpenIddict.Abstractions root namespace 6 years ago
Kévin Chalet 8feeb8698d Update the entire codebase to use IStringLocalizer/ResourceManager 6 years ago
Kévin Chalet 493fa86c0b Implement localized descriptions/display names support 6 years ago
Kévin Chalet 87c7eec852 Change the action level of the CA1725 rule and update affected methods 6 years ago
Kévin Chalet c93023b193 Cross-compile more projects for .NET Core 2.1/3.1 to avoid the Portable.BouncyCastle reference in ASP.NET Core 2.1 applications 6 years ago
Kévin Chalet 767dfe61e9 Cross-compile more projects for .NET Framework 4.6.1 to reduce the dependencies graph 6 years ago
Kévin Chalet ed0dc56487 Reunify the custom and built-in handlers collections to avoid computing the collections per-request 6 years ago
Kévin Chalet 2be6d808cf Enable central package versions management 6 years ago
Kévin Chalet 5738ba0e6f Update the documentation to indicate the default OpenIddict entities must be replaced using ReplaceDefaultEntities() 6 years ago
Kévin Chalet 4a2dedfd8c Remove the System.Linq.Async dependency from OpenIddict.Core 6 years ago
Kévin Chalet 7a104c816a Update the Mongo DB helpers to use [EnumeratorCancellation] 6 years ago
Kévin Chalet d87803c4ec Rename the default entities 7 years ago
Kévin Chalet 90b1426305 Decorate local functions returning IAsyncEnumerable<T> with [EnumeratorCancellation] 6 years ago
Kévin Chalet f81f8fc7dd Introduce introspection support and revamp the events model used by the validation handler 7 years ago
Kévin Chalet 2008ce59ed Update the Entity Framework stores to reset the entity states when failing to update/delete an entity 7 years ago
Kévin Chalet f0c7a9420a Update the EF Core entity configurations to generate primary keys on add 7 years ago
Kévin Chalet 09fe3f0955 Replace ImmutableDictionary<string, object> by ImmutableDictionary<string, JsonElement> 7 years ago
Kévin Chalet bef913d002 Replace JSON.NET by System.Text.Json, store cached requests as JWE/JWS payloads and set the typ header of JWT tokens 7 years ago
Kévin Chalet 552ac02176 Introduce application requirements and add per-application PKCE enforcement support 7 years ago
Kévin Chalet 225b8ad9f5 Add device code flow support 7 years ago