oqtane.framework/Oqtane.Shared/Models
2025-03-06 14:46:17 -05:00
..
Alias.cs include "://" on default Alias Protocol for consistency 2024-08-05 07:50:54 -04:00
Culture.cs
Database.cs
ExternalLoginProvider.cs simplify configuration of external login providers 2024-09-27 16:21:06 -04:00
File.cs fix #4855 - dropping required column causes issue on SQLite 2024-11-22 11:55:43 -05:00
Folder.cs add caching support for folders 2025-01-28 12:47:23 -05:00
Installation.cs
Job.cs
JobLog.cs
Language.cs fix #4855 - dropping required column causes issue on SQLite 2024-11-22 11:55:43 -05:00
Log.cs
MigrationHistoryTable.cs
ModelBase.cs
Module.cs use deep cloning to not muttate cache 2024-09-19 09:41:11 -04:00
ModuleContent.cs
ModuleDefinition.cs improve terminology consistency 2025-01-28 08:56:05 -05:00
Notification.cs prevent notifications from being accessed by other users 2024-11-26 14:30:41 -05:00
Package.cs
Page.cs use deep cloning to not muttate cache 2024-09-19 09:41:11 -04:00
PageModule.cs eager load Page associated to PageModule 2024-06-27 17:05:22 -04:00
Permission.cs fix RoleId missing from Permission Clone method 2024-09-23 15:38:35 -04:00
Profile.cs adds Autocomplete property 2024-01-15 09:30:37 -08:00
RequestCulture.cs remove Microsoft.AspNetCore.Localization 2024-10-24 12:24:46 -04:00
Resource.cs improve terminology consistency 2025-01-28 08:56:05 -05:00
Result.cs
Role.cs
Route.cs add defensive logic to route parsing 2024-05-13 08:45:03 -04:00
Script.cs add another constructor for Script class 2025-02-14 09:09:00 -05:00
SearchContent.cs add search reindex capability 2024-08-10 10:01:52 -04:00
SearchContentProperty.cs refactoring the code. 2024-06-04 17:32:31 +08:00
SearchContentWord.cs replace dynamic query with linq 2024-08-09 17:16:17 -04:00
SearchQuery.cs add ability to manage search results settings 2024-07-19 12:55:59 -04:00
SearchResult.cs refactoring the code. 2024-06-04 17:32:31 +08:00
SearchResults.cs use List instead of IList, remove "List" from method names. remove unnecessary using statements 2024-06-11 10:38:44 -04:00
SearchWord.cs search refactoring 2024-06-08 16:14:56 -04:00
Setting.cs
Site.cs use fingerprint term consistently 2025-01-29 10:42:19 -05:00
Sitemap.cs
SiteTemplate.cs 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
SqlQuery.cs
Stylesheet.cs 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
Sync.cs include SiteId in SyncEvent 2024-02-26 14:48:26 -05:00
Template.cs
Tenant.cs
Theme.cs improve terminology consistency 2025-01-28 08:56:05 -05:00
ThemeControl.cs
UrlMapping.cs
User.cs include SecurityStamp in User object 2024-09-16 13:03:21 -04:00
UserRole.cs fix #4667 - installation issues when running on IIS 2024-09-26 13:33:16 -04:00
UserValidateResult.cs Fix #4752: validate the username and email. 2024-10-21 23:11:57 +08:00
Visitor.cs