-
-
Notifications
You must be signed in to change notification settings - Fork 269
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Finbuckle/Finbuckle.MultiTenant
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Finbuckle/Finbuckle.MultiTenant
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 263 files changed
- 1 contributor
Commits on Oct 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a19ba05 - Browse repository at this point
Copy the full SHA a19ba05View commit details
Commits on Oct 10, 2019
-
Chore/improve samples and tests (#183)
-Updated most samples for AspNetCore3. -Improved service replacement via `DecorateService` extension on `IServiceCollection`. - Working version of some functionality (eg ambient link generator)
Configuration menu - View commit details
-
Copy full SHA for b5b08d1 - Browse repository at this point
Copy the full SHA b5b08d1View commit details
Commits on Oct 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 10ffbe3 - Browse repository at this point
Copy the full SHA 10ffbe3View commit details
Commits on Nov 8, 2019
-
Feat/184 set multitenant onmodelcreating (#191)
- Refactored multi tenant behavior into extension classes - No longer need to derive from `MultiTenantDbContext` or `MultiTenantIdentityDbContext` (although it is supported) - Added `EntityModelBuilder.IsMultiTenant()` extension method that can be used in OnModelCreating to set multitenant behavior at run time in `OnConfiguring(...)`. - Types with [MultiTenant] get work similarly by calling `ModelBuilder.ConfigureMultiTenant()` in `OnConfiguring(...)`. - `DbContext.EnforceMultiTenant` can be called before `SaveChanges(...)` or `SaveChangesAsync(...)` to actually apply multitenant logic. - MultiTenantIdentityDbContext now applies IsMultiTenant() to each of the standard Identity types. - MultiTenantIdentityUser and similar all marked obsolete. - Added unit test for an entity using the extension method - Updated IdentityDataIsolationSample for netcoreapp2.2 and netcoreapp3.0 - Updated DataIsolationSample for netcoreapp3.0 - Updated documentation. Closes #184
Configuration menu - View commit details
-
Copy full SHA for e8f37bb - Browse repository at this point
Copy the full SHA e8f37bbView commit details
Commits on Jan 5, 2020
-
- Adds a new store that uses the app's configuration as the backing store. - Deprecates InMemoryStore configuration functionality.
Configuration menu - View commit details
-
Copy full SHA for fb4c71d - Browse repository at this point
Copy the full SHA fb4c71dView commit details
Commits on Jan 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a5ccdc0 - Browse repository at this point
Copy the full SHA a5ccdc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b78f6 - Browse repository at this point
Copy the full SHA 87b78f6View commit details
Commits on Jan 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 76f8f9c - Browse repository at this point
Copy the full SHA 76f8f9cView commit details -
chore: update for 3.1 and end of 2.2
- Updated all libraries, tests, and samples for netcoreapp3.1 - Removed netcoreapp2.2 from everything, changed samples to netcoreapp2.1
Configuration menu - View commit details
-
Copy full SHA for a4cea0c - Browse repository at this point
Copy the full SHA a4cea0cView commit details
Commits on Jan 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b45d69f - Browse repository at this point
Copy the full SHA b45d69fView commit details -
**5.0.0** * Added support for ASP.NET Core 3.1. * Major refactor of how Entity Framework multitenant data isolation works. No longer need to derive from `MultiTenantDbContext` greatly improving flexibility. `IdentityMultiTenantDbContext` reworked under this new model and no longer requires or recommends use of multitenant support classes, e.g. `MultiTenantIdentityUser`. Attempted to minimize impact, but if using `IdentityMultiTenantDbContext` **this may be a breaking change!** Thanks **@GordonBlahut**! * Simplified `EFCoreStore` to use `TenantInfo` directly. **This is a breaking change!** * Fixed a bug with user id not being set correctly in legacy 'IdentityMultiTenantDbContext'. * Added `ConfigurationStore` to load tenant information from app configuration. The store is read-only in code, but changes in configuration (e.g. appsettings.json) are picked up at runtime. Updated most sample projects to use this store. * Deprecated `InMemoryStore` functionality that reads from configuration. * Added `HttpRemoteStore` which will make an http request to get a `TenantInfo` object. It can be extended with `DelegatingHandler`s (i.e. to add authentication headers). Added sample projects for this store. Thanks to **@colindekker**! * Fixed an exception with OpenIdConnect remote authentication if "state" is not returned from the identity provider. The new behavior will result in no tenant found for the request. * Updated samples. * Updated documentation. * Updated unit tests.
Configuration menu - View commit details
-
Copy full SHA for decda4b - Browse repository at this point
Copy the full SHA decda4bView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.0...v5.0.0