aspnetboilerplate

ASP.NET Boilerplate - Web Application Framework

MIT License

Stars
11.8K

Bot releases are hidden (Show)

aspnetboilerplate - v0.9.0.1

Published by hikalkan over 8 years ago

Fixed #1013: multiple dbcontext issue.

aspnetboilerplate - ABP v0.9.0.0

Published by hikalkan over 8 years ago

  • #1005: SUPPORT FOR DATABASE PER TENANT ARCHITECTURE.*
  • #936: Improvements to support multiple time zone and UTC DateTime.
  • #1008: Added DisableDynamicWebApi attribute to simply ignore a service/method while creating dynamic web api.
  • #646: Hide/mask some properties of inputs on audit logs
  • #983: Added configuration to easily replace an existing service with a custom implementation.
  • #1006: Added SimpleStringCipher class to simple encrypt/decrypt strings.
  • A few minor bug fixes and improvements.

*NOTE: THIS RELEASE HAS SOME MINOR BREAKING CHANGES SINCE DATABASE PER TENANT ARCHITECTURE HAD A BIG IMPACT ON CODE BASE. SEE BLOG POST WHILE UPGRADING TO v0.9:

http://volosoft.com/aspnet-boilerplate-v0-9-and-aspnet-zero-v1-10-have-been-released/

aspnetboilerplate - ABP v0.8.4.0

Published by hikalkan over 8 years ago

A few bugfix and enhancements.

  • #956: abp.ajax not wrapping exception response.
  • #955: hangfire module add delay job support.
  • #950: Replace SequentialGuidGenerator algorithm to support other RDMS.
  • #940: Add French translations.
aspnetboilerplate - ABP v0.8.3.0

Published by hikalkan over 8 years ago

  • #922: Tested, documented and published Abp.RedisCache package.
  • #919: Added MultiSourceAssemblyFinder and FolderAssemblyFinder classes to load PLUG-IN modules easier.
  • #915: Add the Spanis, Ukrainian and Russian language/culture translation files.
  • #896: Should override user audit properties only if there is a user in the session.
  • #885: Delete abandoned jobs for in-memory job store.
  • #917: Bugfix: AbpDbContext should use SequentialGuidGenerator.Instance if GuidGenerator is not set.
  • Other minor improvement, refactor, documentation and fixes.
aspnetboilerplate - ABP v0.8.2.0

Published by hikalkan over 8 years ago

  • #891: Downgrade to .Net Framework 4.5.2 (since some hosting companies do not support 4.6.1 yet). This change does not effect 4.6.1 projects.
  • #887: Localize exception string in AuthorizeAttributeHelper
  • #884: Add Italian Language for Abo.Web and update Abp
  • Documentation and minor improvements.
aspnetboilerplate - ABP v0.8.1.0

Published by hikalkan over 8 years ago

  • #881: BUG: Should not force to define notifications
  • #870: UserFriendlyException should have an optional log severity.
  • #871: To extension method should use InvariantCulture formatting.
  • #866: EntityFrameworkGenericRepositoryRegistrar fails when non-IEntity entities exists.
  • #864: Maximum index key length on notifications should be smaller than 900 bytes.
aspnetboilerplate - ABP v0.8.0.1

Published by hikalkan over 8 years ago

aspnetboilerplate - ABP v0.8.0.0

Published by hikalkan over 8 years ago

Features

  • #792: BREAKING CHANGE - Moved to .NET Framework 4.6.1
  • #799: Real Time Push Notification System
  • #809 #41: Background Job Management System.
  • #829: SignalR Integration.
  • #851: Abp.Owin package.
  • #842: Introduce a Guid generator.
  • #808: Create an AbpTimer class.

Bug Fixes

  • #850: Abp.WebApi.OData isn't compatitible with AbpWebMvcModule
  • #849: Need a workaround for VS 2015 debug problem.
  • #845: Shows "null" as error message in ajax requests if no network connection.
  • #826: Odata routing should be done in Initialize
  • #717: CORS problem with AbpDynamicWebapi

Enhancements

  • #693: BREAKING CHANGE - Replace Microsoft.Bcl.Immutable to System.Collections.Immutable.
  • #862: Create generic version of NameValue and NameValueDto
  • #859: Added options for UI notification.
  • #855: Add abp.event.off method for client side
  • #852: Abp.WebApi.OData should use ODataConventionModelBuilder
  • #848: Add Code to UserFriendlyException
  • #841: Should wrap result web api actions if return type is AjaxResponse and there is an exception.
  • #839: Add Italian and Lithuanian translations for ABP package.
  • #832: Add DatabaseId configuration support for AbpRedisCache.
  • #817: Add a localization context to ILocalizableString.Localize methods to reduce usage of LocalizationHelper.
  • #705: EventBus.TriggerAsync should not use execution context flow.

See release article: http://halilibrahimkalkan.com/asp-net-boilerplate-v0-8-and-asp-net-zero-v1-8-have-been-released/

aspnetboilerplate - ABP v0.7.8.0

Published by hikalkan almost 9 years ago

  • #741: Created Abp.Web.Api.OData nuget package for OData integration.
  • #790: Using JSON file as localized sources.
  • #709: Check also Accept-Language to set Thread.CurrentThread.CurrentUICulture.
  • #659: Rename abp.auth.hasPermission to abp.auth.isGranted in javascript. hasPermission is deprecated. Do not use abp.auth.hasPermission in new projects.
  • Minor improvements and documentation.
aspnetboilerplate - ABP v0.7.7.2

Published by hikalkan almost 9 years ago

  • #789: Bugfix: Web API does not wrap response when return value is null or Task.
  • #786: Bugfix: ScriptProxyManager cache control problem.
  • #782: Bugfix: Misnamed method in Abp.Configuration.SettingManagerExtensions.
aspnetboilerplate - ABP v0.7.7.1

Published by hikalkan almost 9 years ago

  • Fixed #779: Can not detect Json return value for async methods.
  • Fixed #778 : Web API WrapResult Error.
aspnetboilerplate - ABP v0.7.7.0

Published by hikalkan almost 9 years ago

  • #627: Regular Web Api results should be wrapped by AjaxResponse.
  • #770: Should not wrap regular web api actions by default (for backward compability)
  • #731: Create an attribute to unwrap ajax request results for MVC and Web API controllers.
  • #766: Use httpConfiguration.Formatters.JsonFormatter instead of clear and add new one.
  • #767: Seperate time properties from audit columns and evaluate seperately.
  • Minor improvements and refactoring.
aspnetboilerplate - ABP v0.7.6.0

Published by hikalkan almost 9 years ago

  • #751: Implemented EntityCreating, EntityUpdating, EntityDeleting and EntityChanging events.
  • #761: Add impersonatorUserId and impersonatorTenantId to abp.session in javascript.
  • #739: pt-BR localization added for default localization sources.
  • Minor improvement and documentations.
aspnetboilerplate - ABP v0.7.5.0

Published by hikalkan almost 9 years ago

  • #682 #713: BREAKING CHANGE: Upgraded to .NET framework 4.5.2 (Since 4.5.1 will not be supported by Microsoft anymore: http://blogs.msdn.com/b/dotnet/archive/2014/08/07/moving-to-the-net-framework-4-5-2.aspx)
  • #706 #724 Typescript generation for dynamic web api layer.
  • #383: Implemented AbpValidationException validation error list narrative to ErrorInfo.Detail.
  • #628: Merged 'using swagger spec to show the dynamic web api' but not tested well yet.
  • #730: German Localization for built-in localized texts.
  • #631 #719 #727 Minor improvements and fixes.

See all closed issues in this release: https://github.com/aspnetboilerplate/aspnetboilerplate/issues?q=milestone%3A%22ABP+v0.7.5%22

In this release, we merged some pull requests. Thanks to all contributors.

aspnetboilerplate - ABP v0.7.4.1

Published by hikalkan almost 9 years ago

  • Fixed #700: Setting script generation problem.
  • Fixed #701:Localization script cache problem.
aspnetboilerplate - ABP v0.7.4.0

Published by hikalkan almost 9 years ago

  • #692: Add a setting to get/set default language.
  • #677: Add feature API to base razor view.
  • #678: BREAKING CHANGE: Rename dependedFeature to featureDependency on Permission.
  • Minor improvements on localization system.
  • Abp.TestBase package's version will be same as Abp package anymore.
  • Documentation and minor fixes.
aspnetboilerplate - ABP v0.7.3.0

Published by hikalkan about 9 years ago

#675: Move AbpSession from module-zero to the framework.
Added TrySetTenantId method to AbpWebApplication class to resolve tenant id and set to current principal claims.

aspnetboilerplate - ABP v0.7.2.0

Published by hikalkan about 9 years ago

  • #658: Created a feature system to enable/disable some application features per edition and per tenant.
  • #660: Create a TenantResolver to get current tenant id.
  • #643: Make RedisCache connection string key configurable.
  • #672: Create AbpCacheNames class and add all internally used cache names here.
  • Fixed some bugs: #655, #670, #666, #662.
  • Some minor enhancements: #668, #632, #652.
aspnetboilerplate - ABP v0.7.1.0

Published by hikalkan about 9 years ago

  • #639: Add CustomData to SettingDefinition.
  • #637: Create Impersonator informations on IAbpSession and add to audit log.
  • #634: ILocalizationDictionaryProvider should dynamically return dictionaries.
  • #633: Create a LanguageManager to dynamically manage application languages.
  • #621: Created and published Abp.RedisCache nuget package (It's not well tested and documented yet).
  • #630 #626 #625 #617 Improved and fixed cache system.
  • #635: BREAKING CHANGE: Move localization dictionary classes to proper namespaces. (Adjust your 'using' statements to import true namespaces).
  • Other minor improvement, refactor and documentations.

See all closed issues: https://github.com/aspnetboilerplate/aspnetboilerplate/issues?q=milestone%3A%22ABP+v0.7.1%22+is%3Aclosed

aspnetboilerplate - ABP v0.7.0.4

Published by hikalkan about 9 years ago

  • #609: Invalid exception "only one complex type allowed as argument to a web api controller action".
Package Rankings
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
Build Status NuGet MyGet (with prereleases) NuGet Download NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version
Related Projects