Commit Graph

7302 Commits

Author SHA1 Message Date
efcbdee869 improve help text for Owner field 2025-11-14 13:43:25 -05:00
2acd5799d9 improve module/theme creation UI to support internal/external scenarios 2025-11-14 13:35:21 -05:00
c9590247eb resolve naming issue for module/theme created from internal template 2025-11-14 13:23:55 -05:00
4daaaa8dbf fix typo in resource file 2025-11-14 13:01:37 -05:00
05993ab462 resolve UI issue in module/theme creation 2025-11-14 12:53:10 -05:00
7a7508c4ca rename Application Template internal module/theme template manifests 2025-11-14 12:47:01 -05:00
b9497cbb56 allow module/theme template manifests to have custom names so that they do not conflict with .NET template.json 2025-11-14 12:43:40 -05:00
545096a753 remove upgrade logic which removes Internal module/theme templates 2025-11-14 12:29:24 -05:00
bff00832fc resolved issues in Oqtane Application Template in .NET 10 2025-11-14 12:22:02 -05:00
c5fbb5b61b rolling back change to include _framework assets as it resolves the run-time issue but creates a build issue 2025-11-13 11:13:56 -05:00
49ef0d7464 added _framework JS files to application template to resolve issue in .NET 10 2025-11-13 10:59:01 -05:00
b786faa6a1 fix compilation error caused by Microsoft.OpenApi 2025-11-12 10:59:52 -05:00
ebbf39c360 Merge pull request #5799 from sbwalker/dev
removed System.Net.Http.Json depemdency based on pruning message during compilation
2025-11-12 08:41:53 -05:00
92dc46a81e removed System.Net.Http.Json depemdency based on pruning message during compilation 2025-11-12 08:41:28 -05:00
63494bc7ee Merge pull request #5796 from leigh-pointer/swsa
update Swashbuckle to 10.0.0
2025-11-12 08:04:25 -05:00
e6ee13784f update Swashbuckle to 10.0.0
update Swashbuckle to 10.0.0 in csproj and nuspec
2025-11-12 12:12:03 +01:00
0b2ade4b01 Merge pull request #5795 from sbwalker/dev
upgrade to final .NET 10 SDK
2025-11-11 14:15:49 -05:00
f687c09adc upgrade to final .NET 10 SDK 2025-11-11 14:15:24 -05:00
20fdd211be Merge pull request #5794 from sbwalker/dev
upgrade to final .NET 10 SDK
2025-11-11 14:11:06 -05:00
21fcd653b8 upgrade to final .NET 10 SDK 2025-11-11 14:10:41 -05:00
62db107d90 Merge pull request #5792 from tvatavuk/patch-4 2025-11-10 11:17:13 -05:00
f6c1d65c89 Refactor includeScript to initialize script as null
fixes #5791
2025-11-10 14:00:02 +01:00
8f3c5f5768 Merge pull request #5786 from sbwalker/dev
update nuspec to match csproj
2025-11-07 18:22:44 -05:00
eb8cfa28ed update nuspec to match csproj 2025-11-07 18:22:27 -05:00
b4789dff3e Merge pull request #5783 from leigh-pointer/Refs
Update NuGet package versions for dependencies
2025-11-07 18:17:47 -05:00
ee25c46ee1 Update NuGet package versions for dependencies
Update NuGet package versions for dependencies
Upgraded the following NuGet packages to newer versions:
- `SixLabors.ImageSharp` from `3.1.11` to `3.1.12`
- `HtmlAgilityPack` from `1.12.3` to `1.12.4`
- `Swashbuckle.AspNetCore` from `9.0.5` to `9.0.6`
- `MailKit` from `4.14.0` to `4.14.1`
- `EFCore.NamingConventions` from `9.0.0` to `10.0.0-rc.2`
- `Npgsql.EntityFrameworkCore.PostgreSQL` from `9.0.4` to `10.0.0-rc.2`
2025-11-07 13:15:29 +01:00
3c5d839e9d Merge pull request #5777 from sbwalker/dev
update application template config
2025-11-04 20:24:40 -05:00
590901bf6e update application template config 2025-11-04 20:24:21 -05:00
76938503b6 Merge pull request #5776 from sbwalker/dev
remove unused references
2025-11-04 20:15:44 -05:00
9ffd4f39e9 remove unused references 2025-11-04 20:15:25 -05:00
a707ae7da9 Merge pull request #5775 from zyhfish/task/fix-5774
Fix #5774: remove duplicated radzen dialog delegate handlers.
2025-11-04 11:13:30 -05:00
Ben
0e717c8f57 Fix #5774: remove duplicated radzen dialog delegate handlers. 2025-11-04 17:06:11 +08:00
78853173db Merge pull request #5771 from leigh-pointer/resizeEditors
Added Resizable css to text editors
2025-11-03 19:22:15 -05:00
20005797e5 Merge pull request #5773 from sbwalker/dev
Workaround for a .NET 10 RC2 publishing issue for Wasm projects
2025-11-03 19:21:58 -05:00
206806d01a Workaround for a .NET 10 RC2 publishing issue for Wasm projects 2025-11-03 19:21:37 -05:00
2def6ad854 Added Resizable css to text editors
updated the app.css with resizable and applied the class to Radzen and Quilll text editors
2025-11-01 09:53:25 +01:00
afbe6c7054 Merge pull request #5769 from sbwalker/dev
fix solution file references
2025-10-31 15:57:04 -04:00
2914749253 fix solution file references 2025-10-31 15:56:48 -04:00
54902051ce Merge pull request #5767 from sbwalker/dev
fix #5735 - logout redirect on action components
2025-10-31 12:10:00 -04:00
01ee9650ff fix #5735 - logout redirect on action components 2025-10-31 12:09:37 -04:00
2f6b9a2fc7 Merge pull request #5765 from sbwalker/dev
remove MyModule and MyTheme from Application Template - solution can now be extended using Internal module/theme templates
2025-10-31 10:03:02 -04:00
20e270c040 remove MyModule and MyTheme from Application Template - solution can now nbe extended using Internal module/theme templates 2025-10-31 10:02:34 -04:00
afb2613f67 Merge pull request #5763 from sbwalker/dev
use new solution file format in module/theme template
2025-10-31 08:24:38 -04:00
b917a7bbf6 use new solution file format in module/theme template 2025-10-31 08:24:22 -04:00
7d01aa449e Merge pull request #5762 from sbwalker/dev
use new solution file in app template
2025-10-31 08:17:15 -04:00
fe16594885 use new solution file in app template 2025-10-31 08:16:59 -04:00
29f74131d1 Merge pull request #5761 from sbwalker/dev
use new solution file format
2025-10-31 08:13:03 -04:00
b0e861e985 use new solution file format 2025-10-31 08:09:39 -04:00
ed8df61143 Merge pull request #5759 from sbwalker/dev
migrate to new Visual Studio solution file
2025-10-30 16:57:43 -04:00
6374314d3c migrate to new Visual Studio solution file 2025-10-30 16:57:25 -04:00