c889e78153
Updated CHANGELOG
efc/v3.0.0
asp/v3.0.0
2023-12-29 01:58:58 +01:00
99d3f7758a
Adding support for .NET 8.0 LTS, renaming private fields to start with underscore
2023-12-29 01:58:40 +01:00
8bd511a936
Bumping to asp/v2.2.0
asp/v2.2.0
2023-12-05 20:29:58 +01:00
29534e7a2a
Changing GetRemoteIpAddress() to resolve clean IPv4 or IPv6 addresses from headers
2023-12-05 20:26:22 +01:00
dcffa13cfa
Return the application builder after applying proxy hosting
2023-11-30 23:02:09 +01:00
db9ddecff3
Removing BackgroundServiceStarter from AddSingletonHostedService
2023-11-30 21:43:28 +01:00
94c02c2a89
Bumping to release
test/v2.1.1
efc/v2.0.1
asp/v2.1.0
v2.0.1
2023-11-24 06:34:05 +01:00
3610f720ed
Added localhost to known networks on UseProxyHosting()
2023-11-23 18:52:49 +01:00
1576e78686
Enhanced HttpContext.GetRemoteIpAddress() extension
2023-11-22 21:55:12 +01:00
ca76966827
Optimizing async tasks (ConfigureAwait(false))
2023-11-03 10:59:45 +01:00
18b9627ea4
Fixing CI build
2023-10-17 07:32:47 +02:00
5bd5e4b802
Small changes to Snapshot docs
test/v2.1.0
2023-10-13 19:39:28 +02:00
e3f7682ee2
Fixing CI build
2023-10-13 19:36:06 +02:00
e35d86c1ad
Adding SnapshotAssert
2023-10-13 19:13:07 +02:00
105080ef09
Some cleanup and fixes; removed DebugLocal
2023-10-13 18:33:21 +02:00
0fab447292
Added custom tagging, moved AMWD.Common.Moq to AMWD.Common.Test
2023-10-13 13:06:06 +02:00
885fc3f1a5
Merge branch 'main' into cmd
test/v2.0.0
efc/v2.0.0
v2.0.0
asp/v2.0.0
2023-08-09 06:54:32 +02:00
0d7e5912b8
Added CommandLineParser to AMWD.Common collection
2023-08-09 06:51:47 +02:00
7469583ed4
Removing .NET Core 3.1 support
2023-08-01 08:00:45 +02:00
28377a89eb
Added new middleware to protect paths by authorization (also static files)
v1.13.0
2023-06-27 11:05:00 +02:00
371283e653
Changed behaviour of remote ip address detection, renamed ip allow/block lists
v1.12.0
2023-06-01 20:01:19 +02:00
d755754198
Fixing Json.GetValue()
v1.11.1
2023-05-11 18:12:45 +02:00
cb133aea0c
Updating Changelog
v1.11.0
2023-03-29 18:11:36 +02:00
5c4165dfd0
Added DbExtensions for database transactions
2023-03-29 18:11:09 +02:00
f2d07dcf1f
Updated CI
2023-03-29 18:10:28 +02:00
9d7becbdaf
Added FileLogger to collection, some CI changes
...
- Building within one container
- Updated UnitTest references
- Extending DebugLocal
2023-03-18 12:36:21 +01:00
9c26ced721
Add GetDisplayName to enum extensions
2023-03-13 10:18:50 +01:00
e8a1378f60
Added Directory.Build.(props|targets)
2022-09-30 00:37:47 +02:00
36ddaf02ad
Removed DNS dependency, added ReflectionExtensions.
v1.10.0
2022-09-18 22:54:32 +02:00
ba8dd516e6
Fixing readme
2022-08-21 12:32:46 +02:00
c4870ad799
Small async fixes for AsyncQueue and over-/underflow for IPAddress
2022-08-17 23:38:51 +02:00
18c9bb7cee
Bumping to v1.9.0
v1.9.0
2022-08-14 01:32:34 +02:00
3d7d5f8b7b
Changed from "master" to "main" as default branch
2022-08-14 01:23:55 +02:00
6e6e9d975a
Added AsyncQueue
2022-08-13 15:22:49 +02:00
d233bf6b0a
Fixing UnitTests
v1.8.1
2022-08-07 20:57:11 +02:00
6460142a65
Bumping to version 1.8.0
v1.8.0
2022-08-07 20:40:58 +02:00
e6c9f19f7d
Added cancellation token to BasicAuthenticationValidator
2022-08-07 20:37:10 +02:00
7ee10e4a6d
Adding IPNetwork to Converter/Formatters
2022-08-05 17:22:14 +02:00
1522c0cbc9
Added Converters/Formatters for Serialization of Json/MessagePack
2022-08-04 22:34:14 +02:00
aeaeeb16c1
Making package deterministic
2022-07-26 21:20:42 +02:00
2732250451
Bump to version 1.7.0
v1.7.0
2022-07-24 07:06:12 +02:00
e449176682
Added IPAddress.Increment/Decrement; Added ParseNetwork, ExpandNetwork
2022-07-24 01:56:44 +02:00
4938becdd7
Fixing broken UnitTest
2022-07-24 01:22:04 +02:00
90cb20bf87
Updating References
2022-07-24 01:08:41 +02:00
a26d6a0036
Moved all UnitTests to a single project. Implemented parts of AspNetCore UnitTests.
2022-07-17 12:21:05 +02:00
73038bbe5a
Updated CI build for new version of code coverage definition
2022-07-04 19:31:09 +02:00
8754e40c91
BasicAuthenticationAttribute now respects the IBasicAuthenticationValidator.Realm when the own Realm property is not set. IBasicAuthenticationValidator.Realm is now a read-only property (removed public set).
2022-07-04 19:30:40 +02:00
bfe500dfa1
BasicAuthentication attribute and TimeSpan.ToShortString()
...
- BasicAuthenticationAttribute sets the HttpContext.User property when successfully validated.
- Moved BasicAuthenticationAttribute from ActionFilter to IAsyncAuthorizationFilter.
- TimeSpan.ToShortString() is now capable of negative values.
v1.6.1
2022-06-23 22:51:16 +02:00
97c3c303ce
- Fixed BasicAuthenticationAttribute.
...
- All attributes now reside in Microsoft.AspNetCore.Mvc.Filters namespace.
v1.6.0
2022-06-22 23:47:47 +02:00
33c2b9336f
- Fixed problem with ForbidResult without having an authentication schema defined.
...
Now only HTTP Status 403 (Forbid) is returned.
- BasicAuthenticationAttribute is now in namespace AMWD.Common.AspNetCore.Attributes.
v1.5.3
2022-06-22 22:53:34 +02:00