|
282a0b0c44
|
Fix #2382 - Admin pane improvements
|
2022-09-02 18:10:13 -04:00 |
|
|
13b9982461
|
added public Refresh method to FileManager
|
2022-09-02 09:11:00 -04:00 |
|
|
075748d697
|
made folder paths cross platform, introduced file handler for abstracting the serving of files, enabled url mapping for broken file links, resolved public folder deletion issue
|
2022-08-30 07:21:52 -04:00 |
|
|
4084b352de
|
added ability to specify a site home page, updated default template content to include .NET MAUI
|
2022-08-15 17:01:20 -04:00 |
|
|
3c6ebd7742
|
performance improvements to reduce http and database interactions
|
2022-08-12 16:47:51 -04:00 |
|
|
f96129fa37
|
Blazor Hybrid / .NET MAUI support
|
2022-08-11 17:09:32 -04:00 |
|
|
cf2adc7f6a
|
Fix satellite assembly loading issue when running on WebAssembly
|
2022-08-08 10:47:33 -04:00 |
|
|
d8b4267668
|
Fix #2339 - refactor module upgrade logic to remove requirement on ServerManagerType for modules which have no backend
|
2022-08-06 16:13:28 -04:00 |
|
|
6bfab696ad
|
optimize satellite assembly loading based on the new model where all cultures are available
|
2022-07-21 16:02:23 -04:00 |
|
|
ded6c9c199
|
Merge pull request #2299 from chlupac/InstallManFix
Fix - InstallationManager crash when package folders are missing
|
2022-07-19 13:12:43 -04:00 |
|
|
7ef8e2c8b8
|
Fix - InstallationManager crash when package folders are missing
|
2022-07-19 09:42:12 +02:00 |
|
|
f97a6a2bee
|
Added version to Language Management, improved framework performance by loading languages into PageState, include all supported cultures and allow Administrator to add any language to a site regardless of translation availability, fix translation upgrade issue
|
2022-07-16 09:59:47 -04:00 |
|
|
d6258409fc
|
fixed issue in default site template where MIT License module was being created in invalid pane
|
2022-07-14 09:10:51 -04:00 |
|
|
9ef63ae60e
|
Fix #2280 - add 404 page on upgrade, Fix #2279 add message indicating a restart is required to activate scheduled jobs after installation, add Package Name to Module and Theme management
|
2022-07-13 15:18:41 -04:00 |
|
|
0da88398b4
|
fix #2239 - email notification encoding to support all cultures
|
2022-06-20 19:42:32 -04:00 |
|
|
6d3a556d34
|
additional changes for #2228
|
2022-06-13 09:10:01 -04:00 |
|
|
53f3320492
|
Merge pull request #2228 from chlupac/Log_notification_improvement
Log notification improvement
|
2022-06-08 15:48:17 -04:00 |
|
|
79c8126c4a
|
Fix #2230 - add support for an Unauthenticated User global role
|
2022-06-07 15:25:44 -04:00 |
|
|
f06cb0dfbb
|
Log notification improvement
|
2022-05-31 11:33:42 +02:00 |
|
|
a3ff9373a2
|
enhance UserRole service with filtering and moved workload to server for better performance, improve error message details during installation
|
2022-04-29 21:39:11 -04:00 |
|
|
e4c648ee92
|
completed antiforgery implementation, improved external login claim mapping, principal construction, and user experience
|
2022-04-22 17:54:20 -04:00 |
|
|
355d0405f4
|
minor improvements to security features, use ActivatorUtilities.CreateInstance with SiteMigration to enable simpler DI
|
2022-04-12 07:46:43 -04:00 |
|
|
412b139796
|
adopt more of the migrations conventions
|
2022-04-02 11:24:41 -04:00 |
|
|
644ddfd5e1
|
replace startswith with equality to handle site subfolders
|
2022-04-02 11:08:38 -04:00 |
|
|
268e0e72a3
|
refactored IUpgradeable to use the migration attribute approach
|
2022-04-02 09:19:30 -04:00 |
|
|
2ba1a95c8d
|
allow for multiple upgrade classes
|
2022-04-01 18:06:59 -04:00 |
|
|
fc12903cfd
|
include theme resources on server page load, add IUpgradeable interface to provide site-based versioning support
|
2022-04-01 17:57:30 -04:00 |
|
|
1c8debd894
|
better seperation of concerns
|
2022-03-31 08:35:11 -04:00 |
|
|
a70f1ee1e0
|
cleanup
|
2022-03-30 22:08:32 -04:00 |
|
|
b7675a21eb
|
jwt changes
|
2022-03-29 08:38:46 -04:00 |
|
|
b7a1d2df75
|
jwt improvements
|
2022-03-29 08:15:13 -04:00 |
|
|
a97af42e4b
|
add Jwt authorization support for for API
|
2022-03-28 21:51:55 -04:00 |
|
|
c8129607e8
|
cleanly separate SiteState service for client and server use cases
|
2022-03-27 21:05:44 -04:00 |
|
|
f9432acf1b
|
remove SiteSettings from Alias for better separation of concerns
|
2022-03-27 19:47:52 -04:00 |
|
|
b92a888583
|
factor out auth constants, remove TAlias is Alias is not an extensible type, improve SiteOptions cache clearing, improve principal validation, localization improvements
|
2022-03-26 17:30:06 -04:00 |
|
|
79f427e10a
|
consolidate user creation
|
2022-03-24 12:32:41 -04:00 |
|
|
4b19059df1
|
OIDC improvements
|
2022-03-21 09:12:18 -04:00 |
|
|
1a86b80c61
|
More improvements to OIDC support
|
2022-03-19 13:42:19 -04:00 |
|
|
39dfc00693
|
OIDC improvements
|
2022-03-16 17:28:32 -04:00 |
|
|
5901365e0e
|
Resolved issue in TenantManager resulting in "No database provider has been configured for this DbContext" error being logged during startup. Added logic to update email address in AspNetUsers when updating a User.
|
2022-03-16 09:53:59 -04:00 |
|
|
9bbbff31f8
|
Added support for per site options and OpenID Connect
|
2022-03-13 22:55:52 -04:00 |
|
|
fd89254d5a
|
fix #2041 - Server restart post module install fails with null exception
|
2022-03-07 12:19:00 -05:00 |
|
|
5adecc307f
|
Allow user identity password and lockout configuration to be customized. Included additional environment information in System Info.
|
2022-03-04 10:41:45 -05:00 |
|
|
0fba385b9e
|
Enhanced Purge Job to include retention policy for Notifications
|
2022-02-24 12:37:06 -05:00 |
|
|
938bcb2b62
|
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 |
|
|
ac45f67a21
|
enhancement to send log notifications to host users
|
2022-02-23 16:10:24 -05:00 |
|
|
48e7a41af6
|
fix #1987 Nuspec to include 'content'
|
2022-02-08 19:38:31 +01:00 |
|
|
5dedfe9295
|
fix oqtane#1987 Nuspec to include 'content' ('contentFiles')
|
2022-02-07 14:09:14 +01:00 |
|
|
aa3d2a5289
|
Merge pull request #1969 from 2sic-forks/dev
fix #1272 - add support for refs folder in package installation
|
2022-02-06 12:11:29 -05:00 |
|
|
c635351a12
|
resolved UI error when closing Event Log and Visitor Management, made button class consistent in Recycle Bin, refactored RichTextEditor, made use of ConfigManager consistently throughout framework, added support for deleted Sites, removed reference to Runtime in Startup as it is now set per Site, added versioning to Html/Text, added Meta tag support to Page Management
|
2022-02-06 12:19:42 -05:00 |
|