elsa-core/src/modules
jdevillard bcdd25f980
Feature HTTP Activity : Allow adding Authorization Header without validation (#4721)
* Add capability to add Authorization Header without validation

* Refactor authorization header handling in HTTP requests

This commit simplifies the syntax for input attributes in the SendHttpRequestBase.cs module. It also renames the boolean value `AddAuthorizatonHeaderWithoutValidation` to `DisableAuthorizationHeaderValidation` for more clarity. This change improves code readability and understanding in relation to handling authorization headers in HTTP requests.

---------

Co-authored-by: Jérémie DEVILLARD <jdevillard@users.noreply.github.com>
Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2023-12-26 11:13:01 +01:00
..
Elsa.Alterations Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Alterations.Core Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Alterations.MassTransit Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.AzureServiceBus Refactor code for readability and improved logging 2023-12-18 20:20:20 +01:00
Elsa.Common Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.CSharp Refactor expression descriptors and remove unnecessary async calls 2023-12-10 21:43:24 +01:00
Elsa.Dapper Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Dapper.Migrations Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Dsl Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Elasticsearch Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Email Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.EntityFrameworkCore Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.EntityFrameworkCore.Common Fix BulkUpsert for EF Core 8 2023-11-27 19:25:44 +01:00
Elsa.EntityFrameworkCore.MySql Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.EntityFrameworkCore.PostgreSql Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.EntityFrameworkCore.Sqlite Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.EntityFrameworkCore.SqlServer Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Environments Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Expressions Add conversion support for long type in ObjectConverter 2023-12-18 16:12:01 +01:00
Elsa.FileStorage Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Hangfire Update workflow handling and simplify codebase 2023-12-18 16:11:48 +01:00
Elsa.Http Feature HTTP Activity : Allow adding Authorization Header without validation (#4721) 2023-12-26 11:13:01 +01:00
Elsa.Identity Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.JavaScript Add ExpressionEvaluatorOptions to JavaScriptEvaluator 2023-12-14 10:45:37 +01:00
Elsa.Labels Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Liquid Refactor expression descriptors and remove unnecessary async calls 2023-12-10 21:43:24 +01:00
Elsa.MassTransit Enhance configuration options for MassTransit 2023-12-11 20:49:59 +01:00
Elsa.MassTransit.AzureServiceBus Refactor MassTransit & AzureServiceBus configuration and delete unnecessary options 2023-12-11 19:59:13 +01:00
Elsa.MassTransit.RabbitMq Refactor MassTransit & AzureServiceBus configuration and delete unnecessary options 2023-12-11 19:59:13 +01:00
Elsa.MongoDb Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.ProtoActor Add AutoComplete option to workflow bookmarks 2023-12-18 20:19:37 +01:00
Elsa.ProtoActor.Cluster.AzureContainerApps Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Python Refactor expression descriptors and remove unnecessary async calls 2023-12-10 21:43:24 +01:00
Elsa.Quartz Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Quartz.EntityFrameworkCore.MySql Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Quartz.EntityFrameworkCore.PostgreSql Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Quartz.EntityFrameworkCore.Sqlite Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Quartz.EntityFrameworkCore.SqlServer Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.SasTokens Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Scheduling Remove unnecessary project reference in Elsa.Scheduling 2023-12-10 22:11:01 +01:00
Elsa.Telnyx Refactor code for readability and improved logging 2023-12-18 20:20:20 +01:00
Elsa.Webhooks Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.WorkflowContexts Refactor background activities scheduling 2023-12-17 21:19:15 +01:00
Elsa.WorkflowProviders.BlobStorage Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Workflows.Api Add Bulk Dispatch Workflow activity (#4683) 2023-12-06 22:32:08 +01:00
Elsa.Workflows.Core Refactor ExpressionExecutionContextExtensions module 2023-12-25 22:40:24 +01:00
Elsa.Workflows.Management Implement pagination for activity descriptor fetching 2023-12-25 22:00:25 +01:00
Elsa.Workflows.Runtime Add AutoComplete option to workflow bookmarks 2023-12-18 20:19:37 +01:00