.. |
Alias.cs
|
update models to use new ModelBase
|
2022-10-26 17:26:46 -04:00 |
Culture.cs
|
More documentation - almost all Models done
|
2021-05-26 00:01:22 +02:00 |
Database.cs
|
fixed invalid XML comment
|
2021-09-15 17:07:40 +02:00 |
File.cs
|
allow system log to be cleared
|
2023-02-08 14:45:20 -05:00 |
Folder.cs
|
Fix #2687 - add Setters to Permissions property to provide improved backward compatibility
|
2023-03-16 13:26:18 -04:00 |
Installation.cs
|
refactoring, enhancements, and some fixes
|
2021-06-10 08:16:02 -04:00 |
Job.cs
|
update models to use new ModelBase
|
2022-10-26 17:26:46 -04:00 |
JobLog.cs
|
More documentation - almost all Models done
|
2021-05-26 00:01:22 +02:00 |
Language.cs
|
update models to use new ModelBase
|
2022-10-26 17:26:46 -04:00 |
Log.cs
|
Document most models
|
2021-05-21 18:28:21 +02:00 |
MigrationHistoryTable.cs
|
Merge AppVersions information into EFMigrationsHistory table
|
2021-05-25 12:17:44 -07:00 |
ModelBase.cs
|
introduced a ModelBase to move the IAuditable properties to a base class
|
2022-10-26 17:12:03 -04:00 |
Module.cs
|
Fix #2687 - add Setters to Permissions property to provide improved backward compatibility
|
2023-03-16 13:26:18 -04:00 |
ModuleContent.cs
|
More documentation - almost all Models done
|
2021-05-26 00:01:22 +02:00 |
ModuleDefinition.cs
|
ability to specify if a module definition is enabled for a site
|
2023-05-24 09:40:05 -04:00 |
Notification.cs
|
Added more constructors for convenience in creating Notification objects. Refactored to use the new constructors where applicable. Fixed localization key issue in Site Settings and added scroll to top when testing SMTP.
|
2022-02-24 09:01:44 -05:00 |
Package.cs
|
Added support for File descriptions, Folder capacity and image sizes. Added image resizing capability using ImageSharp - implemented in user profile. Added parameter to disable image preview in FileManager component. Overhauled Pager component and added Columns parameter for Grid mode. Populated PageState.User.IsAuthenticated in SiteRouter. Added support for zero price commercial extentions.
|
2021-09-15 08:02:55 -04:00 |
Page.cs
|
add support for body content
|
2023-05-22 15:02:36 -04:00 |
PageModule.cs
|
fix IDeletable code documentation
|
2022-10-26 17:33:17 -04:00 |
Permission.cs
|
further optimization of permissions - removed reference to Role to reduce API payload and minimize information disclosure
|
2023-03-10 08:28:37 -05:00 |
Profile.cs
|
update models to use new ModelBase
|
2022-10-26 17:26:46 -04:00 |
Resource.cs
|
ability to specify Resources in IModule and ITheme interfaces,, fixed module settings for personalized pages
|
2023-05-19 18:08:15 -04:00 |
Role.cs
|
update models to use new ModelBase
|
2022-10-26 17:26:46 -04:00 |
Route.cs
|
fix #2578 - error notification sent via email includes direct link to specific log item, however redirect was causing an infinite loop. This resolves the problem and also preserves url querystring parameters during login/logout.
|
2023-02-06 16:44:25 -05:00 |
Setting.cs
|
update models to use new ModelBase
|
2022-10-26 17:26:46 -04:00 |
Site.cs
|
add support for body content
|
2023-05-22 15:02:36 -04:00 |
Sitemap.cs
|
add sitemap generator which outputs all public pages and also includes an ISitemap interface for modules
|
2023-02-20 08:35:46 -05:00 |
SiteTemplate.cs
|
Fix #2687 - add Setters to Permissions property to provide improved backward compatibility
|
2023-03-16 13:26:18 -04:00 |
SqlQuery.cs
|
fix #2567 - migrate tenant connection string details from database to appsettings.json
|
2023-02-23 16:29:15 -05:00 |
Sync.cs
|
Enhance SyncManager to raise events which can be handled on the server within hosted services. Raise create, update, delete events for all major entities. Include support for refresh and reload events to synchronize client state. Move client state cache invalidation to a hosted service to separate concerns and demonstrate events.
|
2022-10-04 19:20:02 -04:00 |
Template.cs
|
fix issue in theme creator
|
2021-06-01 15:49:06 -04:00 |
Tenant.cs
|
update models to use new ModelBase
|
2022-10-26 17:26:46 -04:00 |
Theme.cs
|
ability to specify if a theme is enabled for a site
|
2023-05-24 13:09:10 -04:00 |
ThemeControl.cs
|
Added support for friendly names and thumbnails in theme, layout, and container components. Added fallback support during loading for themes, layout, and containers.
|
2020-06-01 14:58:46 -04:00 |
UrlMapping.cs
|
added support for url mapping and viitors
|
2021-12-09 08:48:56 -05:00 |
User.cs
|
fix IDeletable code documentation
|
2022-10-26 17:33:17 -04:00 |
UserRole.cs
|
update models to use new ModelBase
|
2022-10-26 17:26:46 -04:00 |
Visitor.cs
|
visitor improvements
|
2021-12-11 09:30:05 -05:00 |