sbwalker
0f2aa4d2e1
update to official .NET 9 release
2024-11-12 15:40:54 -05:00
sbwalker
422bf8da59
use HttpClient rather than IHttpClientFactory as IHttpClientFactory does not pass cookies in .NET MAUI
2024-11-11 08:14:53 -05:00
sbwalker
b0c8203b24
remove Microsoft.AspNetCore.Localization from default module template
2024-10-24 15:20:07 -04:00
Cody
8a9651dc50
Adds logic for .modal class ScrollTo function
2024-10-21 12:22:01 -07:00
sbwalker
73ea17ae0f
changes to migrate Oqtane to .NET 9 and version 6.0.0
2024-10-21 14:51:20 -04:00
sbwalker
93bc1cd5af
fix #4714 as well as breaking change in #4712
2024-10-14 15:05:46 -04:00
Shaun Walker
0e5b370ee8
Merge pull request #4712 from thabaum/language-switcher-cookie
...
Fix #4710 - Adds language switcher component cookie set options for secure, httpOnly, sameSite + interop.cs/interop.js methods samesite and secure options
2024-10-14 14:41:18 -04:00
Leigh Pointer
4c4255be6b
Updated Template files with new component version 8.0.10
2024-10-09 14:42:07 +02:00
Cody
ce7570dae2
Remove Unnecessary httpOnly setting setCookie Option
2024-10-05 13:58:55 -07:00
Cody
b5ea0dfbc7
Update Cleanup "setCookie" function notes options: secure, httpOnly, Samesite
2024-10-05 13:57:36 -07:00
Cody
e526deac20
Update Cookie Settings Secure, httpOnly, sameSite
2024-10-05 13:19:52 -07:00
Ben
67743c7597
Fix #4610 : wait for js loaded.
2024-09-19 23:34:59 +08:00
sbwalker
c74065ff26
further modifications for #4604 - support for site name in logo component
2024-09-15 09:30:04 -04:00
sbwalker
1c1c26948a
fix #4606 - allow logo to show site name as fallback (credit @JanOlsmar)
2024-09-13 16:13:01 -04:00
sbwalker
69bc06685f
fix #4598 - user experience improvements for file upload
2024-09-12 14:04:35 -04:00
Ben
229aed306e
update bootstrap reference.
2024-08-29 19:41:27 +08:00
Ben
7917cc3eb5
display the upgrade progress.
2024-08-28 21:48:40 +08:00
sbwalker
e096af320f
provide better support for AllowTextInput on Search component
2024-08-27 12:16:36 -04:00
sbwalker
592255284f
fix #4562 - module template issue caused by gitignore
2024-08-26 09:38:10 -04:00
sbwalker
3cb875d139
fix issues in default template for Interactive Client (WebAssembly) scenarios
2024-08-20 15:33:46 -04:00
sbwalker
e3f099441c
ensure form name is unique in ActionDialog
2024-08-19 16:58:33 -04:00
sbwalker
2f4aa98c3c
fix CSS
2024-08-19 09:04:46 -04:00
Cody
32dc12912a
Update dependencies
2024-08-13 15:51:49 -07:00
Cody
671d21adf4
Update dependencies
2024-08-13 15:50:56 -07:00
Cody
4e3f8e4b67
Update dependencies
2024-08-13 15:49:15 -07:00
Leigh Pointer
d3b3d46fc1
Return to standard Bootstrap
2024-08-07 20:01:41 +02:00
Leigh Pointer
7e7dd8efa9
Update Theme Template to Bootstrap 5.3.3
2024-08-07 10:34:40 +02:00
sbwalker
40999c3ff4
remove Settings button logic from QuillJS text editor interop
2024-07-25 11:12:58 -04:00
sbwalker
ab52251116
resolve issue with default Blazor theme
2024-07-24 12:59:40 -04:00
sbwalker
b0e121a53f
fix ISearchable implementation in default module template
2024-07-18 11:10:24 -04:00
sbwalker
efbe4d697c
update theme template to .NET 8.0.7
2024-07-17 16:23:15 -04:00
sbwalker
5a2af6d0f9
update module template to .NET 8.0.7
2024-07-17 16:17:10 -04:00
sbwalker
71e472f330
search optimizations
2024-07-17 13:57:47 -04:00
sbwalker
d4c473d7b3
fix #4384 - app_offline https link
2024-07-06 08:38:33 -04:00
Ben
2bacee919d
update the settings UI.
2024-07-03 12:26:36 +08:00
Ben
e00c261777
Fix #4358 : RichTextEditor Provider Abstraction.
2024-07-01 17:11:26 +08:00
sbwalker
1d7fcfdaa1
fix ISearchable method name in module template
2024-06-11 07:37:02 -04:00
Leigh Pointer
0e0d404997
Update [Module]Manager.cs
2024-06-11 09:11:25 +02:00
Leigh Pointer
f013ee64a2
Updated Module Template with ISearchable implementation
2024-06-10 22:10:39 +02:00
Leigh Pointer
af3da7ca6e
update to template.json files to align with Oqtane version
2024-06-10 21:54:44 +02:00
Leigh Pointer
cb728f65b3
Update Project Templates from 8.0.5 - 8.0.6
2024-06-10 21:50:30 +02:00
Ben
842b7b1402
Fix #4309 : make searchbox responsive.
2024-06-05 10:27:38 +08:00
Ben
7f970d489f
refactoring the code.
2024-06-04 17:32:31 +08:00
Ben
9d85ca07f4
#4303 : add search function.
2024-06-03 21:19:42 +08:00
sbwalker
6c4e1d1c41
update theme and module templates to .NET SDK 8.0.5
2024-05-20 16:59:44 -04:00
sbwalker
71d220e7a4
improve scroll position navigation behavior
2024-05-17 15:42:13 -04:00
sbwalker
0ba94f3bc9
set browser scroll position on navigation in Static Rendering
2024-05-17 13:01:03 -04:00
Ben
09293f7d9a
Fix #4158 : insert image into correct position.
2024-04-20 16:56:32 +08:00
sbwalker
0b31709aee
update theme and module templates to .NEt SDK 8.0.4
2024-04-10 16:29:16 -04:00
David Montesinos
1f0b369a15
Disable Accelerate Builds for Package project in Module template
2024-04-06 08:37:48 +02:00