Commit Graph

4598 Commits

Author SHA1 Message Date
sbwalker
d57d7ec4d8 improvements to .NET MAUI file upload based on #3674 (credit @thabaum) 2024-01-24 09:37:27 -05:00
sbwalker
d9beb4b660 remove unnecessary service and usings 2024-01-23 13:14:28 -05:00
sbwalker
f59f8d1937 prepare for 5.0.2 release 2024-01-23 11:06:15 -05:00
Shaun Walker
0387bde81b
Merge pull request #3671 from sbwalker/dev
fix #3669 add CORS policy and use Jwt with XHR to allow file uploads to work in .NET MAUI
2024-01-23 10:34:39 -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
Shaun Walker
792a1652e3
Merge pull request #3668 from sbwalker/dev
fix typo
2024-01-22 08:38:46 -05:00
sbwalker
4816bfa26d fix typo 2024-01-22 08:38:31 -05:00
Shaun Walker
95d1680ac3
Merge pull request #3667 from sbwalker/dev
fix #3656 - UploadableFiles and ImageFiles settings not loaded properly to handle empty string value resulting in upload issues
2024-01-22 08:24:20 -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
Shaun Walker
00696943d1
Merge pull request #3660 from sbwalker/dev
update license
2024-01-19 16:44:17 -05:00
sbwalker
c1d293f9f9 update license 2024-01-19 16:44:06 -05:00
Shaun Walker
d4d61d10bc
Merge pull request #3659 from sbwalker/dev
improve help text for autocomplete
2024-01-19 15:36: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
Shaun Walker
d44b04f425
Merge pull request #3658 from sbwalker/dev
update copyright year
2024-01-19 14:54:05 -05:00
sbwalker
eeec04b21a update copyright year 2024-01-19 14:53:54 -05:00
Shaun Walker
0642bc28bc
Merge pull request #3657 from sbwalker/dev
do not include Licensing assembly with framework but prevent uninstall
2024-01-19 13:22:52 -05:00
sbwalker
2b12b67582 do not include Licensing assembly with framework but prevent uninstall 2024-01-19 13:22:38 -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
Shaun Walker
b0d847dc18
Merge pull request #3654 from thabaum/XMLHttpRequest-statusText
Updates request.status to request.statusText in Interop.js
2024-01-18 07:57:31 -05:00
Shaun Walker
adabef9706
Merge pull request #3655 from sbwalker/dev
fix issue when inserting images into RichTextEditor
2024-01-17 13:36:05 -05:00
sbwalker
474adf2d53 fix issue when inserting images into RichTextEditor 2024-01-17 13:35:52 -05:00
Cody
4f23ad37f5
Sets Profile Autocomplete Property 50 Character Limit 2024-01-17 09:07:03 -08: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
ab0e95177e
Updates request.status to request.statusText 2024-01-16 17:30:41 -08:00
Cody
cfd9e4b256
Updates request.status to request.statusText 2024-01-16 17:29:54 -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
e0cdfcf403
adds Autocomplete property 2024-01-15 09:30:37 -08:00
Cody
439866216c
adds autocomplete attribute to select element 2024-01-15 09:10:12 -08:00
Cody
a1b0731665
profile autocomplete migration 2024-01-15 08:24:06 -08:00
Shaun Walker
bcc216fd2e
Merge pull request #3645 from thabaum/file-controller-upload-null
Handle null or empty formfile in UploadFile Method - Fixes #3646
2024-01-15 08:55:04 -05:00
Shaun Walker
574d848828
Merge pull request #3644 from thabaum/interop-xrs-status-update
Interop.js xrs status update Fixes #3643
2024-01-15 08:54:24 -05: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
Cody
23d27aee6b
ENH: Adds Profile Properties Autocomplete 2024-01-13 21:04:15 -08:00
Cody
9315358fa6
adds autocomplete 2024-01-13 20:59:42 -08:00
Cody
83aaa94cfe
ENH: Profile Properties Autocomplete Setting 2024-01-13 20:54:31 -08:00
Cody
7744099ee5
cleans protocol to check for duplicate alias prior to saving 2024-01-13 13:09:17 -08:00
Cody
35bb6b62d8
Handle null or empty formfile in UploadFile Method 2024-01-12 14:08:15 -08:00