Commit Graph

266 Commits

Author SHA1 Message Date
5b4db0de3b allow page and module settings to be included in site templates, improve terms and privacy default content, add Settings for HtmlText module 2025-03-06 14:46:17 -05:00
c40a483ffa add another constructor for Script class 2025-02-14 09:09:00 -05:00
534353ce13 add additional Script class constructors 2025-02-03 10:35:17 -05:00
24cd090c61 use fingerprint term consistently 2025-01-29 10:42:19 -05:00
2a06304a2c add caching support for folders 2025-01-28 12:47:23 -05:00
a996a88fc4 improve terminology consistency 2025-01-28 08:56:05 -05:00
153a689bdb fix #5005 - adds versioning (ie. fingerprinting) for static assets - core, modules, and themes. 2025-01-27 16:34:47 -05:00
0204ff8dd5 script reload improvements 2025-01-16 14:06:13 -05:00
ca0fb05baa Improvements to add support for script type and data-* attributes. Also added Script and Stylesheet classes to simplify Resource declarations. 2024-12-18 15:15:54 -05:00
ffea9e3210 prevent notifications from being accessed by other users 2024-11-26 14:30:41 -05:00
7d94e4a53a fix #4855 - dropping required column causes issue on SQLite 2024-11-22 11:55:43 -05:00
a967332f89 remove Microsoft.AspNetCore.Localization 2024-10-24 12:24:46 -04:00
Ben
4f74962ce2 Fix #4752: validate the username and email. 2024-10-21 23:11:57 +08:00
bcf7866fe2 fix #4733 - remove Name column from Language table and populate value dynamically 2024-10-15 15:58:17 -04:00
be0754f568 simplify configuration of external login providers 2024-09-27 16:21:06 -04:00
e1ada78c1f fix #4667 - installation issues when running on IIS 2024-09-26 13:33:16 -04:00
b6508764d8 fix RoleId missing from Permission Clone method 2024-09-23 15:38:35 -04:00
78177f7890 use deep cloning to not muttate cache 2024-09-19 09:41:11 -04:00
f2c854b53a include SecurityStamp in User object 2024-09-16 13:03:21 -04:00
35f873a342 add search reindex capability 2024-08-10 10:01:52 -04:00
44a3db417b replace dynamic query with linq 2024-08-09 17:16:17 -04:00
340ef46469 improve search result performance and relevancy 2024-08-08 14:11:27 -04:00
7350c79113 include "://" on default Alias Protocol for consistency 2024-08-05 07:50:54 -04:00
8ca2f0a49f fix #4284 - handle user role effective and expiry date 2024-07-22 21:09:35 -04:00
85e7ac7cd7 remove unecessary using 2024-07-20 19:39:45 -04:00
497f9ca0b1 improve validation of seach content 2024-07-20 19:17:47 -04:00
59bba83b1d add ability to manage search results settings 2024-07-19 12:55:59 -04:00
71e472f330 search optimizations 2024-07-17 13:57:47 -04:00
5610a14e49 add missing properties to Clone method 2024-07-17 11:34:01 -04:00
17fec7d6e1 resolve security issue in Search 2024-07-15 10:07:48 -04:00
6275ab23ff fix #4401 - avoid mutating Site object in cache 2024-07-15 08:37:23 -04:00
5b46dd7293 search refactoring 2024-07-06 07:58:04 -04:00
aaf3cdfdac ensure UniqueKey is unique by including TenantId and SiteId 2024-07-01 16:19:58 -04:00
3a9885abd8 modify query property names 2024-06-28 16:15:28 -04:00
0178e015e3 breaking search modifications into smaller PRs 2024-06-28 15:43:54 -04:00
532890674e eager load Page associated to PageModule 2024-06-27 17:05:22 -04:00
03f081f3f4 fix #4353 - add defensive logic when sending notifications and improve performance 2024-06-26 09:09:06 -04:00
27356ef747 use List instead of IList, remove "List" from method names. remove unnecessary using statements 2024-06-11 10:38:44 -04:00
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
06f0cc70b8 scalability improvements 2024-05-31 16:23:36 -04:00
9a7a534051 introduce Clone method in Permission model 2024-05-28 07:55:45 -04:00
e86ce8fc38 add defensive logic to route parsing 2024-05-13 08:45:03 -04:00
d910cfa919 [ENH] - #4178 modifications after review 2024-04-24 09:46:07 +10:00
cfb128acb8 [ENH] - Add Prerender IModuleControl property (similar to RenderMode) #4178 2024-04-23 15:22:02 +10:00
d3e6177a2b refactoring of #4027 2024-03-21 18:44:16 -04:00
Ben
fb3a27c02f update the code by following the review suggestions. 2024-03-21 08:38:59 +08:00
Ben
7b67c9aa8d Fix #4025: add user setting to keep the view mode. 2024-03-20 15:46:32 +08:00
8e287da7b5 consolidate Clone logic for Resource objects 2024-03-08 19:33:09 -05:00