d0e81b7778
Update Oqtane.Server.csproj package references to 8.0.3
2024-03-14 14:42:37 -07:00
5a2b9b60e6
fix #3984 - error when file path not specified
2024-03-13 17:54:25 -04:00
bcad5eda81
Merge pull request #3981 from mdmontesinos/dev
...
Update Module Template IServerStartup to be ServerStartup instead of DbContextFactory
2024-03-12 10:29:47 -04:00
0c8dc63085
improve caching for sites with many registered users
2024-03-12 10:27:32 -04:00
68e3bcba05
Remove previous [Module]DbContextFactory.cs
2024-03-12 11:40:21 +01:00
75a6111a9b
Add [Module]ServerStartup.cs to Module Template
2024-03-12 11:39:45 +01:00
b1446438fb
fix #3947 - module deletion
2024-03-11 12:36:51 -04:00
ace7b4e2af
fix resource processing issue
2024-03-10 09:17:54 -04:00
a2885a90b7
Merge pull request #3971 from sbwalker/dev
...
use IServerStartup rather than class naming convention to register server service class
2024-03-09 07:54:27 -05:00
4457487e2a
use IServerStartup rather than class naming convention to register server service class
2024-03-09 07:53:58 -05:00
830bb5f70d
Merge pull request #3970 from sbwalker/dev
...
remove commented code
2024-03-08 19:34:28 -05:00
9106f9676c
remove commented code
2024-03-08 19:34:15 -05:00
df1690515c
Merge pull request #3969 from sbwalker/dev
...
consolidate Clone logic for Resource objects
2024-03-08 19:33:23 -05:00
8e287da7b5
consolidate Clone logic for Resource objects
2024-03-08 19:33:09 -05:00
128ebe2cb2
Merge pull request #3967 from zyhfish/task/update-template-db-factory
...
add db factory class into the module template.
2024-03-08 14:04:25 -05:00
7f74e79253
add ability to reload JavaScript on page transitions with enhanced navigation
2024-03-08 14:03:22 -05:00
11b5cc83dc
add db factory class into the module template.
2024-03-08 22:44:31 +08:00
32efeee4c7
updating ImageSharp to latest
2024-03-08 08:15:44 -05:00
074fcaaa73
use IServerStartup for registering DbContextFactory
2024-03-08 07:39:34 -05:00
31f1079dfa
fix #3962 - ensure Resource management logic is consistent in App and SiteRouter
2024-03-07 13:01:46 -05:00
1c31c1947c
use DbContextFactory in SiteRepository
2024-03-06 16:56:27 -05:00
06bd964adc
use DBContextFactory
2024-03-06 11:36:56 -05:00
f6c45cd85a
register ServerSiteService as Transient
2024-03-05 12:35:17 -05:00
f2555563a8
optimize to use ITransientService rather than introducing a new IServerService interface which needs to be scanned
2024-03-05 10:59:39 -05:00
43987d844f
change IServerService to use Transient rather than Scoped
2024-03-05 10:49:50 -05:00
74952cf62d
implement client and server service implementations in Html/Text module
2024-03-05 08:44:09 -05:00
25753af331
add support specifying RenderMode for Resources
2024-03-02 08:34:24 -05:00
ca58bf661d
modifications to ExceptionMiddleware
2024-03-01 16:14:33 -05:00
62695d4d9a
Merge pull request #3925 from pyramidsbuilder/add-exception-middleware
...
added exception middleware to server for logging
2024-03-01 15:05:35 -05:00
18160818d5
improvements to IdentityRevalidatingAuthenticationStateProvider
2024-03-01 12:16:24 -05:00
83bfaabd95
added exception middleware to server for logging
2024-02-29 23:38:36 +01:00
0ae739b437
set RevalidationInterval to same as default Blazor Web template
2024-02-29 14:48:14 -05:00
4c92c582d7
add IdentityRevalidatingAuthenticationStateProvider
2024-02-29 14:46:50 -05:00
32b61ac730
Updates Microsoft.Data.SqlClient package reference version to 5.2.0
2024-02-28 20:06:26 -08:00
76680777ff
fix theme fallback to use Oqtane themeinfo resources
2024-02-28 15:53:31 -05:00
3d538d0566
fix #3868 - multiple themes within a site
2024-02-27 17:01:57 -05:00
1d187f525d
reorganize SiteRepository methods
2024-02-27 15:19:25 -05:00
e7157a8528
replace Task.Run() logic in SiteService with async SiteRepository methods
2024-02-27 15:12:48 -05:00
b435f49611
fix #3889 - move JavaScript references to end of body
2024-02-26 16:39:59 -05:00
6fbe459903
refresh cache if user is updated
2024-02-26 14:54:59 -05:00
2ed593c5e0
include SiteId in SyncEvent
2024-02-26 14:48:26 -05:00
aac4d3eefb
improve caching for static rendering
2024-02-26 14:28:38 -05:00
553bbda769
add Platform property to SiteState and populate on both Web and .NET MAUI
2024-02-26 14:12:52 -05:00
c20138c9fc
admin pages url mappings and visitor management isnavigation property should be false for consistency
2024-02-26 11:51:35 -05:00
ed9121a06f
remove data-enhance from Edit Mode button as it prevents the module actions menu from functioning
2024-02-26 10:56:51 -05:00
99e032eeb7
organize server RESX files in folders to be consistent with client project
2024-02-23 15:55:31 -05:00
95460038cf
Merge pull request #3821 from pyramidsbuilder/3794-registration-emails-localization
...
localized usermanager email messages and message formatting to includ…
2024-02-23 15:53:08 -05:00
4402645b37
change name of form class to reflect purpose
2024-02-23 14:05:40 -05:00
dcbf03c355
Added Resource Files to Theme Templates
...
Currently the template uses the Localization Resource functionality but it will always default to the hardcoded text. Leaving it to the developer to add the resources could result in a hit and miss scenario. This PR removes the "mis" side.
2024-02-23 13:46:22 +01:00
25dacccb3b
remove Microsoft.AspNetCore.Components.WebAssembly.DevServer from default module and theme template as it is no longer needed
2024-02-22 16:40:55 -05:00