a10575bfc3
fix #5897 - allow SQLite to drop columns, remove deprecated columns, and handle upgrade logic
2025-12-19 09:03:44 -05:00
1682a123b4
login improvements
2025-12-18 16:00:46 -05:00
f74eda274a
enable EnhancedNavigation by default
2025-12-17 15:51:21 -05:00
8113c82da8
module migration issues should not prevent the framework from starting up
2025-12-16 14:33:42 -05:00
0d5bb3f3b3
increase width of login component
2025-12-15 11:28:51 -05:00
c539f41ebf
remove unnecessary comment
2025-12-15 10:47:01 -05:00
87fd9dd000
use EmailConfirmationToken (which is valid for 10 minutes)
2025-12-15 10:43:11 -05:00
a48dff4a85
improve new API method signatures
2025-12-15 10:29:03 -05:00
1958787185
relocate the GetUser() call in App.razor so that it is not included in the Site cache
2025-12-15 09:02:25 -05:00
7938eaf123
refactor new Forgot Username and Login Link methods
2025-12-15 08:23:41 -05:00
6c6b36f3da
use a more complex token for login links
2025-12-14 17:08:19 -05:00
ec2afd5f03
added support for Forgot Username and Use Login Link
2025-12-14 15:13:53 -05:00
d7c0b0aaaf
update to .NET SDK 10.0.1
2025-12-11 15:08:52 -05:00
a51f87d743
move user workload from siterouter to app component to improve performance and 404 handling
2025-12-05 08:40:30 -05:00
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
47f42747cb
clean the usage.
2025-12-03 09:09:43 +08:00
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
6ef6e6aac8
Fix #5839 : do not send confirmation email to deleted users.
2025-11-25 11:21:20 +08:00
0a04035b2f
Fix #5836 : update the setting by check existing first.
2025-11-24 18:14:14 +08:00
1279c30fbb
Fix #5649 : check path by internal api.
2025-11-21 18:34:22 +08:00
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