.. |
Context
|
Create new DbContextUtils class and move common SaveChanges code to this class. While MasterDbContext has no entities that support IDeletable it does not hurt to check and minimizes duplication
|
2021-03-06 16:06:29 -08:00 |
Interfaces
|
refactor user deletion
|
2021-03-29 12:58:40 -04:00 |
AliasRepository.cs
|
Localization fixes - table definition, SQL script naming, SQL script not marked as Embedded Resource, changed column name from IsCurrrent to IsDefault to reflect intent, set default language for site in _Host
|
2021-01-21 17:09:34 -05:00 |
FileRepository.cs
|
Introduce GetFolderPath and GetFilePath repository methods
|
2021-01-11 16:32:13 +01:00 |
FolderRepository.cs
|
refactor user deletion
|
2021-03-29 12:58:40 -04:00 |
JobLogRepository.cs
|
Namespace Fix undo (#340)
|
2020-04-04 14:06:24 -04:00 |
JobRepository.cs
|
Namespace Fix undo (#340)
|
2020-04-04 14:06:24 -04:00 |
LanguageRepository.cs
|
Reset IsDefault per site Id for new language
|
2021-01-23 23:48:10 +03:00 |
LogRepository.cs
|
Namespace Fix undo (#340)
|
2020-04-04 14:06:24 -04:00 |
ModuleDefinitionRepository.cs
|
performance and user experience improvements
|
2021-02-04 08:54:59 -05:00 |
ModuleRepository.cs
|
remove line feeds from content during import
|
2020-07-09 08:45:23 -04:00 |
NotificationRepository.cs
|
notification improvements
|
2021-01-18 14:39:56 -05:00 |
PageModuleRepository.cs
|
Permission Optimalization
|
2020-04-26 16:19:20 +02:00 |
PageRepository.cs
|
Permission Optimalization
|
2020-04-26 16:19:20 +02:00 |
PermissionRepository.cs
|
Permission Optimalization
|
2020-04-26 16:19:20 +02:00 |
ProfileRepository.cs
|
Namespace Fix undo (#340)
|
2020-04-04 14:06:24 -04:00 |
RoleRepository.cs
|
fix #618
|
2020-06-15 15:47:35 -04:00 |
SettingRepository.cs
|
load module settings automatically so that they are part of the ModuleState and can be easily accessed by developers
|
2020-11-04 15:40:57 -05:00 |
SiteRepository.cs
|
User experience improvements
|
2021-04-17 19:18:24 -04:00 |
SiteTemplateRepository.cs
|
implementation of [OqtaneIgnore] class attribute in controls
|
2020-05-07 21:02:43 +02:00 |
SqlRepository.cs
|
install/upgrade refactoring to consolidate all use cases and implement IInstallable interface for modules, moved tenant creation to site management UI, fixed z-order issues in Blazor theme, enhanced JS Interop methods to support integrity and crossorigin
|
2020-04-30 13:58:04 -04:00 |
TenantRepository.cs
|
Refactor TenantNames.Master
|
2020-10-16 10:45:13 -05:00 |
TenantResolver.cs
|
Localization fixes - table definition, SQL script naming, SQL script not marked as Embedded Resource, changed column name from IsCurrrent to IsDefault to reflect intent, set default language for site in _Host
|
2021-01-21 17:09:34 -05:00 |
ThemeRepository.cs
|
User experience improvements
|
2021-04-17 19:18:24 -04:00 |
UserRepository.cs
|
Namespace Fix undo (#340)
|
2020-04-04 14:06:24 -04:00 |
UserRoleRepository.cs
|
refactor user deletion
|
2021-03-29 12:58:40 -04:00 |