sbwalker
|
0d4d51448e
|
allow LanguageSwitcher to support culture and ui culture
|
2026-02-20 15:11:54 -05:00 |
|
sbwalker
|
5c2bd8093a
|
remove unecessary using statements
|
2026-02-19 12:42:04 -05:00 |
|
sbwalker
|
060eaa7aff
|
change JobTask to SiteTask
|
2026-02-19 10:47:30 -05:00 |
|
sbwalker
|
0fd97d34d9
|
add Job Tasks to enable the execution of adhoc asynchronous site-based workloads
|
2026-02-19 08:23:11 -05:00 |
|
sbwalker
|
6f2e676c00
|
improvements to site groups
|
2026-02-10 08:55:11 -05:00 |
|
sbwalker
|
ddd6dfc475
|
refactoring of site groups
|
2026-02-09 13:58:38 -05:00 |
|
sbwalker
|
ce905499b0
|
refactor Site Groups
|
2026-01-28 19:06:18 -05:00 |
|
sbwalker
|
912c01cdf8
|
refactorimg Site Groups
|
2026-01-28 10:47:39 -05:00 |
|
sbwalker
|
3be2b9c720
|
introducing Site Groups
|
2026-01-27 16:51:30 -05:00 |
|
sbwalker
|
e84170b8ea
|
fix migrations
|
2025-12-24 20:37:25 -05:00 |
|
sbwalker
|
a8f87ea572
|
fix upgrade issue and increment version to 10.0.3
|
2025-12-24 19:34:24 -05:00 |
|
sbwalker
|
8120db84f4
|
add url mapping referrer
|
2025-12-19 15:06:06 -05:00 |
|
sbwalker
|
417a6bf226
|
expand size of page name
|
2025-12-19 14:25:44 -05:00 |
|
sbwalker
|
a10575bfc3
|
fix #5897 - allow SQLite to drop columns, remove deprecated columns, and handle upgrade logic
|
2025-12-19 09:03:44 -05:00 |
|
sbwalker
|
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 |
|
sbwalker
|
fb6e8bb233
|
add Enhanced Navigation option in Site Settings
|
2025-11-25 14:43:51 -05:00 |
|
sbwalker
|
e548c21c94
|
add passkey infrastructure
|
2025-10-23 12:46:34 -04:00 |
|
sbwalker
|
a4c2989062
|
passkey changes
|
2025-10-21 16:40:59 -04:00 |
|
sbwalker
|
970f6b400f
|
add AspNetUserPasskeys migration
|
2025-10-20 12:19:17 -04:00 |
|
sbwalker
|
b5a9c32c3e
|
migrate database providers to core framework
|
2025-08-14 15:19:52 -04:00 |
|
sbwalker
|
9a57cae4bd
|
fix compatibility issue
|
2025-08-13 14:55:18 -04:00 |
|
sbwalker
|
6142bfc5db
|
add InsertData(), UpdateData(), DeleteData() migration methods and improve RewriteValue() abstraction
|
2025-08-12 14:59:51 -04:00 |
|
sbwalker
|
b0dee4a60c
|
fix #5414 - add DelimitName database provider method to better support MigrationBuilder.Sql() operations
|
2025-07-25 15:22:26 -04:00 |
|
sbwalker
|
97116b4e0c
|
fix #5410 - allow duplicate email addresses
|
2025-07-23 16:40:12 -04:00 |
|
sbwalker
|
57d443be8d
|
support for module header and footer content
|
2025-05-14 12:18:37 -04:00 |
|
sbwalker
|
9f18c460d8
|
add time zone support for sites and users
|
2025-05-13 09:24:17 -04:00 |
|
sbwalker
|
0fbae8d7da
|
fix #5067 - add support for Guid data types
|
2025-02-06 14:16:53 -05:00 |
|
sbwalker
|
5a77c83e68
|
update version to 6.1.0
|
2025-01-30 08:08:16 -05:00 |
|
sbwalker
|
2a06304a2c
|
add caching support for folders
|
2025-01-28 12:47:23 -05:00 |
|
sbwalker
|
153a689bdb
|
fix #5005 - adds versioning (ie. fingerprinting) for static assets - core, modules, and themes.
|
2025-01-27 16:34:47 -05:00 |
|
sbwalker
|
7d94e4a53a
|
fix #4855 - dropping required column causes issue on SQLite
|
2024-11-22 11:55:43 -05:00 |
|
sbwalker
|
7deb0b06af
|
fix #4770 - set a default value for PrincipalSchema to ensure backward compatibility
|
2024-10-24 17:08:25 -04:00 |
|
sbwalker
|
bcf7866fe2
|
fix #4733 - remove Name column from Language table and populate value dynamically
|
2024-10-15 15:58:17 -04:00 |
|
sbwalker
|
04b38444ce
|
fix #4722 - support PrincipalSchema when creating foreign keys (credit @Hypnodude)
|
2024-10-14 15:36:32 -04:00 |
|
sbwalker
|
1cf36e2156
|
fix #4575 - add support for DateOnly and TimeOnly columns in migrations
|
2024-09-08 11:43:36 -04:00 |
|
sbwalker
|
2fc6dbc222
|
fix #4517 - index error due to duplicate records on upgrade
|
2024-08-14 08:19:14 -04:00 |
|
sbwalker
|
ef791aa22a
|
add missing indexes
|
2024-08-07 16:55:35 -04:00 |
|
sbwalker
|
b6fa0f1ff6
|
change EntityId to string
|
2024-06-28 16:24:56 -04:00 |
|
sbwalker
|
0178e015e3
|
breaking search modifications into smaller PRs
|
2024-06-28 15:43:54 -04:00 |
|
sbwalker
|
0d493b3250
|
fix issue with primary key on SearchContentWord table
|
2024-06-10 16:47:32 -04:00 |
|
sbwalker
|
bc0573918f
|
search refactoring
|
2024-06-08 16:14:56 -04:00 |
|
Ben
|
7f970d489f
|
refactoring the code.
|
2024-06-04 17:32:31 +08:00 |
|
Ben
|
9d85ca07f4
|
#4303: add search function.
|
2024-06-03 21:19:42 +08:00 |
|
sbwalker
|
1e332ed075
|
split RenderMode and Runtime configuration
|
2024-02-01 09:08:39 -05:00 |
|
sbwalker
|
8e499d164a
|
render mode integration
|
2024-01-31 15:22:21 -05:00 |
|
sbwalker
|
bf13f06e68
|
fix incorrect migration id
|
2024-01-25 14:40:32 -05:00 |
|
sbwalker
|
de2c56560e
|
resolve regression installation issue with PostgreSQL
|
2024-01-25 13:39:23 -05:00 |
|
sbwalker
|
7c6424e05c
|
fix #3653 - mySQL installation failing on Rows reserved word
|
2024-01-25 10:59:18 -05:00 |
|
Cody
|
4f23ad37f5
|
Sets Profile Autocomplete Property 50 Character Limit
|
2024-01-17 09:07:03 -08:00 |
|
Cody
|
a1b0731665
|
profile autocomplete migration
|
2024-01-15 08:24:06 -08:00 |
|