.. |
Context
|
search refactoring
|
2024-06-08 16:14:56 -04:00 |
Interfaces
|
Added defensive logic to File Indexer for scenarios where file does not exist on disk. Added ability to reset the search index prior to reindexing.
|
2024-11-07 17:05:28 -05:00 |
AliasRepository.cs
|
|
|
FileRepository.cs
|
update to load the data in scope.
|
2024-03-19 09:19:56 +08:00 |
FolderRepository.cs
|
update to load the data in scope.
|
2024-03-19 09:19:56 +08:00 |
JobLogRepository.cs
|
|
|
JobRepository.cs
|
|
|
LanguageRepository.cs
|
fix #4855 - dropping required column causes issue on SQLite
|
2024-11-22 11:55:43 -05:00 |
LogRepository.cs
|
fix #4559 - prevednt Log fields from exceeding column length
|
2024-08-26 12:04:50 -04:00 |
ModuleDefinitionRepository.cs
|
improve terminology consistency
|
2025-01-28 08:56:05 -05:00 |
ModuleRepository.cs
|
remove hardcoded names when using GetInterface()
|
2024-07-17 19:52:44 -04:00 |
NotificationRepository.cs
|
|
|
PageModuleRepository.cs
|
eager load Page associated to PageModule
|
2024-06-27 17:05:22 -04:00 |
PageRepository.cs
|
ensure Pages collection is always returned in the same order by moving GetPagesHierarchy method to the repository.
|
2024-12-19 14:45:12 -05:00 |
PermissionRepository.cs
|
fix #4017 - SiteState being lost in server rendered scenarios
|
2024-03-19 13:53:05 -04:00 |
ProfileRepository.cs
|
update to load the data in scope.
|
2024-03-19 09:19:56 +08:00 |
RoleRepository.cs
|
update to load the data in scope.
|
2024-03-19 09:19:56 +08:00 |
SearchContentRepository.cs
|
Added defensive logic to File Indexer for scenarios where file does not exist on disk. Added ability to reset the search index prior to reindexing.
|
2024-11-07 17:05:28 -05:00 |
SettingRepository.cs
|
fix trimming of site, page, and module settings
|
2024-09-18 18:31:40 -04:00 |
SiteRepository.cs
|
use deep cloning to not muttate cache
|
2024-09-19 09:41:11 -04:00 |
SiteTemplateRepository.cs
|
refactored to move AdminSiteTemplate out of SiteRepository
|
2024-06-10 14:55:06 -04:00 |
SqlRepository.cs
|
|
|
TenantRepository.cs
|
|
|
TenantResolver.cs
|
|
|
ThemeRepository.cs
|
improve terminology consistency
|
2025-01-28 08:56:05 -05:00 |
UrlMappingRepository.cs
|
update to load the data in scope.
|
2024-03-19 09:19:56 +08:00 |
UserRepository.cs
|
fix #4667 - installation issues when running on IIS
|
2024-09-26 13:33:16 -04:00 |
UserRoleRepository.cs
|
fix #4667 - installation issues when running on IIS
|
2024-09-26 13:33:16 -04:00 |
VisitorRepository.cs
|
update to load the data in scope.
|
2024-03-19 09:19:56 +08:00 |