Commit Graph

1900 Commits

Author SHA1 Message Date
sbwalker
a40b49f2ed implement RenderModeBoundary 2024-02-08 15:47:25 -05:00
sbwalker
07bd5c633e add @attribute [StreamRendering] attribute to Routes.razor and remove #3739 2024-02-08 09:25:31 -05:00
sbwalker
c9c8e20511 update project files to make consistent with Blazor template 2024-02-06 11:40:44 -05:00
sbwalker
a7a5fdb7f5 temporary hack to allow Static rendering to (sort of) work - this will need to be removed later 2024-02-06 11:28:37 -05:00
sbwalker
6345335be2 optrimization to eliminate file lookup in Logo control 2024-02-06 11:26:31 -05:00
sbwalker
e7a48f3909 use Runtimes constant 2024-02-02 14:38:37 -05:00
sbwalker
310772d7fe changes for static rendering 2024-02-02 13:08:05 -05:00
sbwalker
21b9b090f9 move root UI components to UI namespace 2024-02-02 10:38:16 -05:00
Shaun Walker
709121b07f
Merge pull request #3728 from sbwalker/dev
Fix #3723 - cancel from login not redirecting properly
2024-02-02 09:07:03 -05:00
sbwalker
bb02a17e44 Fix #3723 - cancel from login not redirecting properly 2024-02-02 09:06:51 -05:00
Shaun Walker
fd40c58b9c
Merge pull request #3724 from thabaum/login-cancel-null-exception
Fixes: #3723 - Fix refresh() unnecessary conditional check for page values
2024-02-02 09:06:08 -05:00
sbwalker
71125f07cc change extension method name to reflect actual purpose 2024-02-02 08:54:01 -05:00
Cody
8500f5b437
Fix refresh() conditional check for page 2024-02-01 14:36:14 -08:00
sbwalker
1f65d47811 use new Cascading Authentication State Services 2024-02-01 15:47:03 -05:00
sbwalker
f0e2247f06 remove unused NavigationManager reference 2024-02-01 15:19:15 -05:00
sbwalker
7c04792777 remove unnecessary constants 2024-02-01 10:45:52 -05:00
sbwalker
7640dab380 fix Runtimes property behavior 2024-02-01 10:08:41 -05:00
sbwalker
abd235f332 add RenderMode to IModuleControl 2024-02-01 09:59:28 -05:00
sbwalker
1e332ed075 split RenderMode and Runtime configuration 2024-02-01 09:08:39 -05:00
sbwalker
97762712e6 fix site Hybrid behavior 2024-01-31 16:39:46 -05:00
sbwalker
9a4594227e use new RenderModes constant 2024-01-31 16:26:35 -05:00
sbwalker
c66982c9bc fix .NET MAUI integration 2024-01-31 15:43:17 -05:00
sbwalker
8e499d164a render mode integration 2024-01-31 15:22:21 -05:00
sbwalker
50e179f7a8 add support for Render Modes and Prerendering 2024-01-31 09:40:47 -05:00
sbwalker
82d7b9cf05 initial changes to migrate to new Blazor approach in .NET 8 2024-01-30 16:03:50 -05:00
sbwalker
7fcfffba6f add IDisposable declaration to accompany existing Dispose() method 2024-01-30 13:13:49 -05:00
sbwalker
ea04c7d5eb bump version to 5.0.3 2024-01-29 12:55:39 -05:00
sbwalker
f59f8d1937 prepare for 5.0.2 release 2024-01-23 11:06:15 -05:00
sbwalker
b8fe95b945 fix #3669 add CORS policy and use Jwt with XHR to allow file uploads to work in .NET MAUI 2024-01-23 10:34:18 -05:00
sbwalker
5e1e6aea16 fix #3656 - UploadableFiles and ImageFiles settings not loaded properly to handle empty string value resulting in upload issues 2024-01-22 08:24:01 -05:00
sbwalker
c09e5e6552 improve help text for autocomplete 2024-01-19 15:35:48 -05:00
Shaun Walker
ab08732ba8
Merge pull request #3652 from thabaum/ENH-Adds-Profile-Autocomplete-Setting
Enh: Autocomplete Attribute Enhancement
2024-01-19 15:25:13 -05:00
Shaun Walker
584a7eb9e2
Merge pull request #3598 from thabaum/module-creator-notification-tool-tips
Module Creator Owner/Name + Notification Help Text Includes Warning Not To Use The Word "Oqtane".  Fixes #3597
2024-01-19 15:18:42 -05:00
Cody
d9b575b051
undo changes to autocomplete. 2024-01-19 08:15:48 -08:00
Cody
c6dbb41724
removes recently added autocomplete attributes 2024-01-18 14:41:02 -08:00
Cody
ea4c1bf5e5
removes hardcoded autocomplete attributes last added 2024-01-18 14:38:31 -08:00
Cody
67afc050b8
Adds to form autocomplete="on" attribute and setting. 2024-01-18 14:23:10 -08:00
Cody
6e90da90f1
adds autocomplete to email and username + fixes a typo 2024-01-18 14:08:05 -08:00
Cody
26872c829b
adds autocomplete attribute to username, email and display name input elements. 2024-01-18 14:06:10 -08:00
Shaun Walker
34f32c8ba5
Merge pull request #3649 from thabaum/clean-protocal-save-alias
Cleans protocol to check for duplicate alias prior to saving.  Fixes #3647
2024-01-18 07:57:53 -05:00
sbwalker
474adf2d53 fix issue when inserting images into RichTextEditor 2024-01-17 13:35:52 -05:00
Cody
eb6b160377
updates autocomplete default tooltip and limits characters to 30. 2024-01-16 17:56:32 -08:00
Cody
0770e00d8d
Updates Autocomplete.HelpText 2024-01-16 17:46:30 -08:00
Cody
bfed0ed791
Refactor SaveAlias method and add URL protocol check
Restructured the SaveAlias method for improved readability and added a check to handle cases where the _aliasname contains a URL protocol (e.g., "://"). This ensures proper handling of different URL formats.
2024-01-16 10:43:24 -08:00
Cody
3cec9f7ee0
fix formatting 2024-01-15 09:59:22 -08:00
Cody
3a5dc62908
Sanitize _aliasname by removing protocols 2024-01-15 09:56:11 -08:00
Cody
439866216c
adds autocomplete attribute to select element 2024-01-15 09:10:12 -08:00
Cody
22acc2307c
remove extra line 2024-01-13 21:09:41 -08:00
Cody
d01a3c327e
remove space 2024-01-13 21:09:00 -08:00
Cody
7c52b6ab23
remove name from password input 2024-01-13 21:07:08 -08:00