Commit Graph

1693 Commits (ecfd34e5953433c7c0f56de5f48883ba5a521ad7)

Author SHA1 Message Date
Halil ibrahim Kalkan e36eeeb1dd Added AppUrlOptions
6 years ago
Halil ibrahim Kalkan a53d36d7fa Implemented a simple email templating system.
6 years ago
Halil ibrahim Kalkan aaaa97f61d Created initial email template system
6 years ago
Halil ibrahim Kalkan 9a61e13ce4 Added localizations
6 years ago
Halil ibrahim Kalkan 2a25dcd159 Added order to toolbar item.
6 years ago
Halil ibrahim Kalkan aace4f6931 Add phoneNumber to ISmsSender.SendAsync
6 years ago
Alper Ebicoglu 81af95d16c Package updates. HighlightJs is made custom and downloaded from https://highlightjs.org/ because of languages cannot be retrieved from npm. Also lodash changed the folder structure and I fixed due that change. Others are just version increments
6 years ago
Halil ibrahim Kalkan a885a08215 Merge branch 'master' of https://github.com/volosoft/abp
7 years ago
Halil ibrahim Kalkan 6cb17bd083 AbpDictionaryBasedStringLocalizer handle exceptions
7 years ago
Yunus Emre Kalkan 321c0620be Resolved https://github.com/volosoft/abp/issues/398
7 years ago
Halil ibrahim Kalkan 2fa6679fc5 Remove unnecessary Display properties.
7 years ago
Halil ibrahim Kalkan fc40d2f79b Refactored AbpDataAnnotationAutoLocalizationMetadataDetailsProvider
7 years ago
Halil ibrahim Kalkan 1913ced92e Automatically localize display name for model properties (without Display attribute).
7 years ago
Halil ibrahim Kalkan 118e674342 Added test for MVC data annotation localization
7 years ago
Halil ibrahim Kalkan 4c04931b63 Fixed #364: Interceptor problems for controllers derived from Controller class.
7 years ago
Halil ibrahim Kalkan 6a8dbaf348 Add Items to the ServiceConfigurationContext.
7 years ago
Yunus Emre Kalkan d2ed21d60d textarea example
7 years ago
Yunus Emre Kalkan 809a866776 Tag helper service revert
7 years ago
Yunus Emre Kalkan cb7b7bf797 taghelpers SelectItem attribute constructor
7 years ago
Yunus Emre Kalkan d34f7e7441 Text Area Tag helper added
7 years ago
Yunus Emre Kalkan 9c83d49acd input tag helper checkbox bug fix
7 years ago
Halil ibrahim Kalkan e342d64559 Updates sample.
7 years ago
Halil ibrahim Kalkan 75efc234dd Refactor languages.
7 years ago
Halil ibrahim Kalkan f99aa44687 Refactor rabbitmq module.
7 years ago
Halil ibrahim Kalkan c024a33a97 Refactored channel pool and configuration.
7 years ago
Halil ibrahim Kalkan 8260b3fd13 Refactored background job options.
7 years ago
Halil ibrahim Kalkan c3ab1ba789 Refactor RabbitMq module
7 years ago
Halil ibrahim Kalkan 816b078fa1 Measure and log channel pool dispose
7 years ago
Halil ibrahim Kalkan d70875311f Dispose channel pool on application shutdown.
7 years ago
Halil ibrahim Kalkan ce444f8734 Implemented channel pooling.
7 years ago
Halil ibrahim Kalkan 3c87b72d75 Implemented rabbitmq background jobs.
7 years ago
Halil ibrahim Kalkan 8b1a9e4ebb Introcude JobQueue
7 years ago
Halil ibrahim Kalkan c9335c568a RabbitMQ integration.
7 years ago
Halil ibrahim Kalkan 1245a3e390 Created RabbitMq connection and channel pooling draft.
7 years ago
Halil ibrahim Kalkan d33459a7bc Created Volo.Abp.RabbitMQ package.
7 years ago
Halil ibrahim Kalkan c0f9ff7f74 Refactor background jobs.
7 years ago
Halil ibrahim Kalkan 9927b17d83 Implemented hangfire background jobs.
7 years ago
Halil ibrahim Kalkan d2dbb4035c Added Volo.Abp.Hangfire project.
7 years ago
Halil ibrahim Kalkan d963f7cd48 Introduce BackgroundJobWorkerOptions
7 years ago
Halil ibrahim Kalkan 761fa1d59a Created Hangfire module
7 years ago
Halil ibrahim Kalkan f4d4f78d12 Introduced Volo.Abp.BackgroundJobs.Abstractions package.
7 years ago
Halil ibrahim Kalkan 73fb92f436 Refactored background job executer.
7 years ago
Halil ibrahim Kalkan 14e55acd15 Move static values to configurable options.
7 years ago
Halil ibrahim Kalkan b4212f2861 Background job sample application and refactor.
7 years ago
Halil ibrahim Kalkan a7187dcf57 Implemented IBackgroundJobStore
7 years ago
Halil ibrahim Kalkan c6cee2fc66 Auto register background jobs. Make the job name optional.
7 years ago
Halil ibrahim Kalkan e2e39caea4 Refactored and added tests for the background job system.
7 years ago
Halil ibrahim Kalkan 6b5ee29f74 Refactored background jobs.
7 years ago
Halil ibrahim Kalkan 045fd70763 Remove NullBackgroundJobStore
7 years ago
Halil ibrahim Kalkan a925d52a40 Start/stop background jobs on application initialization/shutdown
7 years ago
Halil ibrahim Kalkan 3e4798a7e2 Moved background manager from the old solution.
7 years ago
Halil ibrahim Kalkan 5021428119 Added BackgroundWorkers project.
7 years ago
Halil ibrahim Kalkan 8769aa08ac Added background jobs module as an empty project.
7 years ago
Halil ibrahim Kalkan bcf445928b Added GetCount to the repository.
7 years ago
Halil ibrahim Kalkan 250f2d1f8a Add GetOrAddAsync to DistributedCache.
7 years ago
Halil ibrahim Kalkan 2d8d2075cd Introduce ILanguageProvider, UseAbpRequestLocalization
7 years ago
Yunus Emre Kalkan d6c3ae2fce Merge branch 'master' of https://github.com/volosoft/abp
7 years ago
Yunus Emre Kalkan b92b6272c2 Resolved #368
7 years ago
Halil ibrahim Kalkan db21469b35 Added PathUtils.PathNavigatesAboveRoot
7 years ago
Halil ibrahim Kalkan b955beb952 Merge branch 'master' of https://github.com/volosoft/abp
7 years ago
Halil ibrahim Kalkan 3234d8115d Rename IHybridWebRootFileProvider to IWebContentFileProvider
7 years ago
Yunus Emre Kalkan 3b59a95a57 added comment to tocamelcase regex
7 years ago
Halil ibrahim Kalkan 3f13a7baec Merge branch 'master' of https://github.com/volosoft/abp
7 years ago
Halil ibrahim Kalkan 242875a3b8 Handle changes in razor bundles on development time.
7 years ago
Yunus Emre Kalkan 28662dbed3 Form serializeobject now can convert field names to camelcase
7 years ago
Halil ibrahim Kalkan 9bf4e0c412 Refactor bundling
7 years ago
Halil ibrahim Kalkan c625561b95 Resolved #306: Allow to add js/css files to Pages/Views folders on development.
7 years ago
Halil ibrahim Kalkan 1660372ec5 AspNet Core virtual file provider refactored.
7 years ago
Halil ibrahim Kalkan b01d0d259a Fixed test: AuditingInterceptor_Tests
7 years ago
Halil ibrahim Kalkan 773e3c042b Merge branch 'master' of https://github.com/volosoft/abp
7 years ago
Halil ibrahim Kalkan f1db01331f Language management redesigned.
7 years ago
Yunus Emre Kalkan 3436176367 AuditLogging module Username added to audit logs
7 years ago
Halil ibrahim Kalkan 415ea939ff Refactored localization dictionaries.
7 years ago
Halil ibrahim Kalkan 6b61aeaf4b Remove unused method.
7 years ago
Halil ibrahim Kalkan 006ebdbb0e Merge branch 'master' of https://github.com/volosoft/abp
7 years ago
Halil ibrahim Kalkan 74b7a43330 Localization improvements.
7 years ago
Yunus Emre Kalkan 89f57cb738 Added TruncateFromBeginning extension and used in audit loggng module
7 years ago
Yunus Emre Kalkan b3ccf2c11f Added TypeHelper_Tests
7 years ago
Yunus Emre Kalkan 1bbaefa34b Added GetFirstGenericArgumentIfNullable extension method
7 years ago
Halil ibrahim Kalkan f8f0f2e6ec Remove BOM from layout.css
7 years ago
Halil ibrahim Kalkan d73edcb098 EntityChangeInfo.Merge improvements
7 years ago
Halil ibrahim Kalkan 2927debb53 Resolved #366: Audit Logging Improvements
7 years ago
Halil ibrahim Kalkan a41f1a51a4 Add DI tests
7 years ago
Halil ibrahim Kalkan 7483d495e7 Minor refacot on AbpStringLocalizerFactory.cs
7 years ago
Halil ibrahim Kalkan a1577656b5 Localization improvements.
7 years ago
Halil ibrahim Kalkan e770e4ff7e Implemented PreContribute and PostContribute for audit contributors. Added HttpStatusCode to the audit log info.
7 years ago
Halil ibrahim Kalkan 1fec81094e Instantiate AuditLogInfo.Comments in the ctor.
7 years ago
Halil ibrahim Kalkan 00a0fce9e3 Disable audit logging for Get requests by default.
7 years ago
Halil ibrahim Kalkan 6492fdd158 Added HttpMethod & Url to audit log
7 years ago
Halil ibrahim Kalkan 22e7c85d38 Refactored and fixed audit logging module
7 years ago
Halil ibrahim Kalkan 036df4e837 Auditing enhancements.
7 years ago
Halil ibrahim Kalkan f715ad6520 Implemented entity history
7 years ago
Halil ibrahim Kalkan a1af5081aa Resolved #354: Add object[] GetKeys() to IEntity.
7 years ago
Halil ibrahim Kalkan 9e8b8f21f5 Audit middleware revised.
7 years ago
Halil ibrahim Kalkan 858f57f7f4 Redesigned audit logging.
7 years ago
Halil ibrahim Kalkan abbefbb139 Introduce IAuditInfoContributor.
7 years ago
Halil ibrahim Kalkan 61b2baf671 Refactor auditing.
7 years ago
Halil ibrahim Kalkan fd3091b38d Added audit action filter
7 years ago
Halil ibrahim Kalkan c845a612b5 #28 Migrated old Auditing infrastructure.
7 years ago
Halil İbrahim Kalkan e73041911b
Merge pull request #344 from hitaspdotnet/master
7 years ago
Yunus Emre Kalkan 9f053e0ef8 ServiceConfigurationContext
7 years ago
Halil ibrahim Kalkan 5325870dc9 Added ServiceConfigurationContext
7 years ago
HitaspDotNet c5ecbd9a82 Moved UserFriendlyException to Volo.Abp namespace
7 years ago
Halil ibrahim Kalkan 98bd86b88d Remove unused test project
7 years ago
Halil ibrahim Kalkan 2bec3c6438 Added account layout for the basic theme.
7 years ago
Halil ibrahim Kalkan fddcbd1ca8 Include missing libraries for the bootstrap demo
7 years ago
Halil ibrahim Kalkan 7b4c0bc23e Create IdentityResult localization system. Introduce ILocalizeErrorMessage interface.
7 years ago
Halil ibrahim Kalkan f0481824c4 Cleanup.
7 years ago
Halil İbrahim Kalkan 89571a0930
Merge pull request #329 from jinghongbo/master
7 years ago
Alper Ebicoglu 831dd93749 closes #283
7 years ago
Alper Ebicoglu a7ff2b05d9 Merge branch 'master' of https://github.com/volosoft/abp
7 years ago
Alper Ebicoglu 98d53dfebf Reduced repeating same fields #283
7 years ago
Yunus Emre Kalkan 103455a5ec Tag helper demo css
7 years ago
Alper Ebicoglu 7ff1d809c8 Added text & icon support #283
7 years ago
Yunus Emre Kalkan 478b4752d0 modal tag helper minor refactor
7 years ago
Yunus Emre Kalkan 5968995231 Modal tag helper improvements
7 years ago
Yunus Emre Kalkan 0e8c0a95a5 badge tag helper demo broken link fixed
7 years ago
Yunus Emre Kalkan d77901f8cd cards tag helper demo link fix
7 years ago
Yunus Emre Kalkan e2c708259f button tag helper demo improvements
7 years ago
Alper Ebicoglu 1ddf196316 Visibility now supports both function and boolean value #283
7 years ago
Halil ibrahim Kalkan 45dc228dd8 Remove embedded resources from content.
7 years ago
Halil ibrahim Kalkan 6c224b1aa3 Merge branch 'master' of https://github.com/volosoft/abp
7 years ago
Halil ibrahim Kalkan 51c4967721 Add datatables styles to global bundle of the shared theme.
7 years ago
Alper Ebicoglu 5acbc64499 Supports items field to have only 1 item #283
7 years ago
Halil ibrahim Kalkan d075a14e43 Added edit & delete actions for the books table.
7 years ago
Yunus Emre Kalkan 548a316c9e Tooltip Tag helper bug fix
7 years ago
jinghongbo dc97a96cca
Update Volo.Abp.EntityFrameworkCore.MySQL.csproj
7 years ago
jinghongbo bc28c4e84a
Rename AbpDbContextOptionsMySqlExtensions.cs to AbpDbContextOptionsMySQLExtensions.cs
7 years ago
敬洪波 6cfb52dd4b Change MySql To MySQL
7 years ago
敬洪波 903fc294b4 add Volo.Abp.EntityFrameworkCore.MySQL
7 years ago
Halil ibrahim Kalkan d3f4dbbdd4 Merge branch 'bookstore-redesign'
7 years ago
Yunus Emre Kalkan 7b8d134c54 Removed redundant hidden attributes in edit post page
7 years ago
Halil ibrahim Kalkan abc950a3ab Accept multiple assemblies on AbpMvcDataAnnotationsLocalizationOptions..AddAssemblyResource
7 years ago
Yunus Emre Kalkan 14ab005c6e Tag helpers hidden input bug fix
7 years ago
Halil ibrahim Kalkan 6774feccd6 Set update input's id from entity before the mapping
7 years ago
Halil ibrahim Kalkan 50b10aca61 Render font-awesome icons on the menu.
7 years ago
Halil ibrahim Kalkan a7cd9379a8 Resolved #311: Don't show Login if account module is not available
7 years ago
Halil ibrahim Kalkan 74a34ea95c Resolved #312: Add language switch only if there are multiple languages.
7 years ago
Halil ibrahim Kalkan f520c7e541 Resolved #302: Use unified common.props.
7 years ago
Halil ibrahim Kalkan 661b801f6e Delete old Volo.Abp.Permissions.csproj
7 years ago
Halil ibrahim Kalkan f2010f405f Define IMayHaveCreator and IMustHaveCreator interfaces.
7 years ago
Halil ibrahim Kalkan 6a406cbf5d Move the solution file to the framework folder
7 years ago
Halil ibrahim Kalkan 218a59489a Moved ABP to the framework folder.
7 years ago