Commit Graph

1510 Commits

Author SHA1 Message Date
eb25d9d7af Merge pull request #3722 from sbwalker/dev
add support for Razor Pages
2024-02-01 16:49:42 -05:00
033c85fc4b add support for Razor Pages 2024-02-01 16:49:29 -05:00
1663731489 Merge pull request #3721 from sbwalker/dev
use new Cascading Authentication State Services
2024-02-01 15:47:16 -05:00
1f65d47811 use new Cascading Authentication State Services 2024-02-01 15:47:03 -05:00
a39968868f Update appsettings.release.json 2024-02-01 09:10:13 -05:00
e0587ad17b Update appsettings.json 2024-02-01 09:09:58 -05:00
06106f3831 Merge pull request #3715 from sbwalker/dev
split RenderMode and Runtime configuration
2024-02-01 09:08:57 -05:00
1e332ed075 split RenderMode and Runtime configuration 2024-02-01 09:08:39 -05:00
cef56cb5f1 Merge pull request #3714 from sbwalker/dev
fix site Hybrid behavior
2024-01-31 16:40:09 -05:00
97762712e6 fix site Hybrid behavior 2024-01-31 16:39:46 -05:00
399bec62c2 Merge pull request #3712 from sbwalker/dev
remove app.UseAntiForgery as it is handled by the IAntiforgery service
2024-01-31 16:21:37 -05:00
177d015fc6 remove app.UseAntiForgery as it is handled by the IAntiforgery service 2024-01-31 16:21:23 -05:00
afd62ceeeb Merge pull request #3711 from sbwalker/dev
document CORS policy
2024-01-31 16:16:08 -05:00
44c088c96d document CORS policy 2024-01-31 16:15:57 -05:00
cf65347cd8 Merge pull request #3710 from sbwalker/dev
remove commented code and add SignalR options
2024-01-31 16:13:04 -05:00
9fe54c5d21 remove commented code and add SignalR options 2024-01-31 16:12:53 -05:00
0210ef2764 Merge pull request #3709 from sbwalker/dev
fix .NET MAUI integration
2024-01-31 15:43:28 -05:00
c66982c9bc fix .NET MAUI integration 2024-01-31 15:43:17 -05:00
a88be30c3f Update appsettings.release.json 2024-01-31 15:31:12 -05:00
155cd31ced Update appsettings.json 2024-01-31 15:30:48 -05:00
c5de56790a remove Runtime from System Info 2024-01-31 15:30:07 -05:00
8e499d164a render mode integration 2024-01-31 15:22:21 -05:00
764e1ac35f Merge pull request #3706 from sbwalker/dev
add support for Jwt Token creation
2024-01-31 11:11:51 -05:00
69e4fcfc76 add support for Jwt Token creation 2024-01-31 11:11:40 -05:00
951071e7ba Merge pull request #3705 from sbwalker/dev
remove unnecessary database call to GetSettings()
2024-01-31 10:58:40 -05:00
5e82700871 remove unnecessary database call to GetSettings() 2024-01-31 10:58:28 -05:00
4c706a213a Merge pull request #3704 from sbwalker/dev
add support for visitor tracking
2024-01-31 10:49:38 -05:00
d0da1f43a9 add support for visitor tracking 2024-01-31 10:49:26 -05:00
4afc439169 Merge pull request #3703 from sbwalker/dev
add support for page not found functionality
2024-01-31 10:03:40 -05:00
e47690dd52 add support for page not found functionality 2024-01-31 10:03:25 -05:00
7859aa0ce8 Merge pull request #3699 from thabaum/patch-7
Removed unintended space added from PR #3692.
2024-01-31 09:41:28 -05:00
710c192e39 Merge pull request #3702 from sbwalker/dev
add support for Render Modes and Prerendering
2024-01-31 09:41:00 -05:00
50e179f7a8 add support for Render Modes and Prerendering 2024-01-31 09:40:47 -05:00
980a9d0640 Merge pull request #3701 from sbwalker/dev
implement non-default alias redirect
2024-01-31 08:19:16 -05:00
fdfbf54808 implement non-default alias redirect 2024-01-31 08:18:56 -05:00
fe8b0d99e5 Merge pull request #3700 from sbwalker/dev
resolve antiforgery issue
2024-01-31 07:34:06 -05:00
7e817a5808 resolve antiforgery issue 2024-01-31 07:33:52 -05:00
23b68bd9f9 Removed unnecessary space. 2024-01-30 15:48:40 -08:00
0a8bbc7d3a Merge pull request #3692 from leigh-pointer/MenuWhiteSpace
Menu theme fix #3680
2024-01-30 16:39:00 -05:00
82d7b9cf05 initial changes to migrate to new Blazor approach in .NET 8 2024-01-30 16:03:50 -05:00
7fcfffba6f add IDisposable declaration to accompany existing Dispose() method 2024-01-30 13:13:49 -05:00
ea04c7d5eb bump version to 5.0.3 2024-01-29 12:55:39 -05:00
8bf29528e3 Updated Theme Template
Template updated with white-space: nowrap; and corrected the app-menu class
2024-01-29 07:19:30 +01:00
c6f65debcf Menu theme fix #3680
Added white-space: nowrap; to the .app-menu .nav-item
2024-01-28 11:56:55 +01:00
bf13f06e68 fix incorrect migration id 2024-01-25 14:40:32 -05:00
e62c529c1f update default Module and Theme template to .NET 8.0.1 to match framework 2024-01-25 13:50:13 -05:00
4e1fc9b031 Merge pull request #3681 from zyhfish/task/fix-bug-3648
fix #3648: update the template to correct the entity table name.
2024-01-25 13:41:13 -05:00
de2c56560e resolve regression installation issue with PostgreSQL 2024-01-25 13:39:23 -05:00
7c6424e05c fix #3653 - mySQL installation failing on Rows reserved word 2024-01-25 10:59:18 -05:00
Ben
3c328a00b5 fix #3648: update the template to correct the entity table name. 2024-01-25 23:00:45 +08:00