-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
New release 1.0.0-rc1 #454
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added configuration from json file
Simplified integration tests
Add Spanish (es) Localization
…tpsMetadata into appsettings
…Admin and from IdentityServer4.Admin.Api
…-site, Swagger could not find the swagger endpoint (same type of problem as the logout redirect solved by this PR)
Register without username, only using email
Fix/admin logout redirect
Add validation for API, update API configuration, logging
Fixed writing accesses that bypass manager classes
Minor fix for LoggedOut view
…now. I will add it in the future.
TomasHubelbauer
approved these changes
Jan 13, 2020
* fix defaultscheme in api * resolve copy paste mistake :|
Add @saeedrahimi into section with contributors
nice work! |
* Fixed minor error when cultureSelect is missing because only one culture is available. * Reverted culture configuration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New release 1.0.0-rc1 🚀
Updates:
Update to .NET Core 3.1 #360
Update Identityserver4 and Automapper #324
New features:
Add audit logging #61, #391
Add docker support #121
Add support for multiple DbProviders #408, #376
Add health checks #450
Api improvements:
Add Created HTTP response code for all post methods #381
Add API tests #383
Add logging into API #363
Add validation for API, update API configuration #370
Add CORS support
New translations and localization improvements:
Finnish translation #410
Spanish translation #368
Danish translation #394
French translation #340
Add language support to DatePicker #345
Configurable localization in AppSettings.json #401
Improve localization of ASP.NET Core Identity #423
Configuration improvements:
Add project name and icons into AppSettings.json
Add configurable seeding for IdentityServer4 and Asp.Net Core Identity into AppSettings.json #228
Remove extra configuration interfaces and service provider #416
Fixes:
Fix registration without username, only using email #378
DatePicker's locale doesn't change when switching language #343
Deleting logs fails on .NET Core 3.0 (EF Core 3.0) #426
External login and 2FA or lockout #389
Fix admin logout redirect #374
Fix single quote in PickerTag labels #334
Fix SmtpClient default credentials #328
Disable delete current user #372