Commit Graph

2329 Commits

Author SHA1 Message Date
23d14c62a5 remove unique index of TenantId and Name from Site table as site name does not need to be unique. Remove TenantId column from Site table as it is not necessary and should be obtained from the Alias. 2025-12-03 15:28:31 -05:00
ad993c6180 Merge pull request #5854 from leigh-pointer/refs
Package updates
2025-12-03 13:03:23 -05:00
270b447fbd Package updates
Radzen, Swashbuckle
Added the Bold tool to the Radzen editor.
2025-12-03 11:19:10 +01:00
Ben
47f42747cb clean the usage. 2025-12-03 09:09:43 +08:00
Ben
86a3f67871 Fix #5852: clear the cache after import content. 2025-12-03 09:08:01 +08:00
171f9c84a0 Fix SMTPRelay condition for sender email validation
Prior change was leaving sender null and not properly setting "From" address when used in a relay configuration. This caused emails to go to the deleted state and not be delivered.
2025-12-01 16:36:19 -08:00
50c085fe65 update to .NET 10 PostgreSQL provider 2025-11-25 14:49:45 -05:00
fb6e8bb233 add Enhanced Navigation option in Site Settings 2025-11-25 14:43:51 -05:00
44103c1311 Merge pull request #5840 from zyhfish/task/fix-5839
Fix #5839: do not send confirmation email  to deleted users.
2025-11-25 08:52:41 -05:00
Ben
6ef6e6aac8 Fix #5839: do not send confirmation email to deleted users. 2025-11-25 11:21:20 +08:00
Ben
0a04035b2f Fix #5836: update the setting by check existing first. 2025-11-24 18:14:14 +08:00
Ben
1279c30fbb Fix #5649: check path by internal api. 2025-11-21 18:34:22 +08:00
Ben
012b7ba6ed Fix #5649: handle not found request. 2025-11-20 19:03:26 +08:00
c9590247eb resolve naming issue for module/theme created from internal template 2025-11-14 13:23:55 -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
b786faa6a1 fix compilation error caused by Microsoft.OpenApi 2025-11-12 10:59:52 -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
f6c1d65c89 Refactor includeScript to initialize script as null
fixes #5791
2025-11-10 14:00:02 +01: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
9ffd4f39e9 remove unused references 2025-11-04 20:15:25 -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
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
b917a7bbf6 use new solution file format in module/theme template 2025-10-31 08:24:22 -04:00
ab4bc7e678 add passkey and login management to User Management 2025-10-30 11:08:56 -04:00
d774557522 passkey adjustments 2025-10-30 09:15:40 -04:00
d5ad29be34 ensure Logins are site specific 2025-10-29 20:04:35 -04:00
670f3854fa improve documentation 2025-10-29 16:43:46 -04:00
1d3c1c158f fix Settings update 2025-10-29 16:29:21 -04:00
7e69b5193f add passkey functionality 2025-10-29 12:31:50 -04:00
e548c21c94 add passkey infrastructure 2025-10-23 12:46:34 -04:00
cf3a86dc4a hack to get Passkeys working 2025-10-22 16:39:52 -04:00
ac9b7a60fd preserve previous servicelifetime setting 2025-10-22 14:30:47 -04:00
273097d96d refactor TenantDBContext to accomodate AspNetUserPasskeys 2025-10-22 14:06:15 -04:00
39ad5a0638 consolidate interface and concrete class 2025-10-22 11:20:45 -04:00
a4c2989062 passkey changes 2025-10-21 16:40:59 -04:00
19b003ae49 remove unnecessary using 2025-10-21 14:23:35 -04:00
970f6b400f add AspNetUserPasskeys migration 2025-10-20 12:19:17 -04:00
abc4905a14 Merge pull request #5731 from zyhfish/task/fix-5714
Fix #5714: update the default order of profile fields.
2025-10-20 11:58:35 -04:00
5875c1caa7 fix #5671 - copy page and module settings from parent 2025-10-20 11:56:53 -04:00
Ben
ebfcd59c44 Fix #5714: update the default order of profile fields. 2025-10-20 22:09:21 +08:00
e7ae1b26d1 fix #5705 - improve error handling and efficiency in NotificationJob - credit @beolafsen 2025-10-19 14:02:56 -04:00
2be11b52c3 fix #5708 - resolve issue saving settings 2025-10-19 13:34:21 -04:00
7b026c5b14 Merge pull request #5716 from zyhfish/task/fix-5715
Fix #5715: delete role settings.
2025-10-15 10:52:43 -04:00
Ben
9135894053 Fix #5715: delete settings with api. 2025-10-15 22:48:34 +08:00
9a4bfd7009 Merge pull request #5718 from mdmontesinos/fix-5717
fix #5717: add sync events when importing settings
2025-10-15 10:05:36 -04:00