Ben
|
982f3b1943
|
Fix #4936: add the cookie consent theme control.
|
2025-02-22 09:49:33 +08:00 |
|
David Montesinos
|
1a7656d8ee
|
fix #5058: ensure sequential file and chunk uploads to avoid overload
|
2025-02-06 19:21:51 +01:00 |
|
sbwalker
|
e2af4f74c3
|
remove uploadFile() method as it is not used
|
2025-02-05 17:08:32 -05:00 |
|
sbwalker
|
9dd6dc7523
|
file upload improvements
|
2025-02-05 16:48:34 -05:00 |
|
sbwalker
|
ca0fb05baa
|
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 |
|
Cody
|
8a9651dc50
|
Adds logic for .modal class ScrollTo function
|
2024-10-21 12:22:01 -07:00 |
|
sbwalker
|
93bc1cd5af
|
fix #4714 as well as breaking change in #4712
|
2024-10-14 15:05:46 -04: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
|
69bc06685f
|
fix #4598 - user experience improvements for file upload
|
2024-09-12 14:04:35 -04:00 |
|
Ben
|
740b89258d
|
Fix #3807: parsing the data attributes.
|
2024-02-16 19:26:01 +08: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 |
|
Cody
|
ab0e95177e
|
Updates request.status to request.statusText
|
2024-01-16 17:30:41 -08:00 |
|
Cody
|
99844931f4
|
XRS status error update Fixes #3643
|
2024-01-12 13:43:02 -08:00 |
|
sbwalker
|
9267efce01
|
improve polling in file upload to use actual file sizes to calculate duration
|
2023-09-08 17:16:09 -04:00 |
|
sbwalker
|
465f241e89
|
Added a ShowProgress parameter to FileManager (enabled by default). Disabling will display a simple spinner rather than detailed progress information during upload.
|
2023-07-17 07:42:48 -04:00 |
|
sbwalker
|
0a9cbfd0e5
|
fix progress bar styling in FileManager
|
2023-06-29 11:54:05 -04:00 |
|
sbwalker
|
c8a679ecce
|
integrate old logic for managing stylesheets using JS Interop
|
2023-06-20 08:52:02 -04:00 |
|
sbwalker
|
ded326c822
|
changes to support page level scripts, ability to detect prerendering
|
2023-05-22 13:56:48 -04:00 |
|
sbwalker
|
076d150f72
|
add support for type attribute in JSInterop IncludeScript
|
2023-05-18 09:36:09 -04:00 |
|
sbwalker
|
89ada83012
|
migrate CSS references and remove JS Interop methods
|
2023-05-16 09:09:18 -04:00 |
|
Shaun Walker
|
467e88ef55
|
fix #2526 - support multiple TabStrip components on a page
|
2022-12-19 15:58:04 -05:00 |
|
Shaun Walker
|
075a09f0df
|
fix JS Interop methods for includeScript and includeMeta
|
2022-11-10 14:19:31 -05:00 |
|
Shaun Walker
|
72cc44641b
|
Add Blazor Server reconnect script, fix event log direct link from notification email, add more validation to Pager, improve browser refresh script to wait for server availability
|
2022-09-24 08:37:18 -04:00 |
|
Shaun Walker
|
654352827e
|
refactor IndexedDB interop functions
|
2022-09-13 07:42:27 -04:00 |
|
Shaun Walker
|
b8e2c729c1
|
cache assemblies in IndexedDB on WebAssembly
|
2022-09-12 14:46:46 -04:00 |
|
Shaun Walker
|
99d4d75d8e
|
Improvements to richtexteditor to allow file management in raw html editor. Also allow disabling of raw html editor which can be utilized via new setting in Html/Text module.
|
2022-08-19 15:32:30 -04:00 |
|
Shaun Walker
|
ea5655ae42
|
Improvements for #2221 - validate file extensions client-side before initiating upload, valid file extension server-side before writing part to disk, optimize cleanup logic, add error handling to JavaScript XMLHttpRequest, ensure FileInput gets initialized after upload
|
2022-06-04 15:40:26 -04:00 |
|
Shaun Walker
|
d3c40a7e8b
|
fix #2172 - File Upload issue caused by JS Interop not passing AntiForgery token in POST methid
|
2022-05-04 17:14:45 -04:00 |
|
Shaun Walker
|
0fcf1c2732
|
filter deleted pages and modules in the router, provide support for cascading aspect of style sheets, replace ResourceDeclaration concept with ResourceLevel
|
2022-03-31 21:05:58 -04:00 |
|
Shaun Walker
|
99986c1b94
|
changed IsModule property name to ES6Module for clarity
|
2022-02-20 08:53:04 -05:00 |
|
Shaun Walker
|
b68e3cb10f
|
Add support for ES6 module JavaScript resources
|
2022-02-19 17:24:41 -05:00 |
|
Shaun Walker
|
f964e0e502
|
added router support for url fragments, added language attribute to HTML document tag to improve validation, fixed Theme Settings so they can only be invoked via the Control Panel, added support for webp image files
|
2022-01-22 19:34:30 -05:00 |
|
Shaun Walker
|
9e04230d99
|
added interop method for setting scroll position, persisted RemoteIPAddress in PageState so it is available on Blazor Server, added support for forwarded headers from load balancers and proxy servers, replaced DateTime.Now references DateTimeUtcNow for consistency, fixed issue where upgrade logic was being executed for prior version
|
2022-01-13 07:18:37 -05:00 |
|
Shaun Walker
|
aeb599867c
|
Allow root page paths (rather than specifying a magic "home" string). More UX improvements to FileManager and Pager.
|
2021-10-01 11:28:48 -04:00 |
|
Shaun Walker
|
3e789e0642
|
UX improvements to FileManager and Pager components
|
2021-09-29 10:46:23 -04:00 |
|
Shaun Walker
|
898b908c1b
|
Added support for File descriptions, Folder capacity and image sizes. Added image resizing capability using ImageSharp - implemented in user profile. Added parameter to disable image preview in FileManager component. Overhauled Pager component and added Columns parameter for Grid mode. Populated PageState.User.IsAuthenticated in SiteRouter. Added support for zero price commercial extentions.
|
2021-09-15 08:02:55 -04:00 |
|
Shaun Walker
|
61b73060e5
|
login form validation
|
2021-04-02 16:14:02 -04:00 |
|
Shaun Walker
|
f976910730
|
fixed JavaScript issue when loading scripts dynamically which caused only the first script to be loaded
|
2020-11-05 08:50:52 -05:00 |
|
Shaun Walker
|
ea6dc6b983
|
fixed very large file upload
|
2020-08-07 11:46:11 -04:00 |
|
Jim Spillane
|
975e7217a5
|
Remove async from scripts
Run SPA scripts synchronously to ensure load order
|
2020-06-17 12:25:36 -04:00 |
|
Shaun Walker
|
0636227284
|
refactored script resource declaration to allow for bundling, made script loading async, refactored RichTextEditor to use new method
|
2020-06-17 10:27:14 -04:00 |
|
Shaun Walker
|
7c24bae753
|
resolve #566 by moving Bootstrap declaration into theme
|
2020-06-16 17:38:06 -04:00 |
|
Shaun Walker
|
4e6b4a20ef
|
refactoring of #518 to simplify registration of scripts in modules and themes
|
2020-06-14 12:07:16 -04:00 |
|
Jim Spillane
|
5124dea72c
|
Add JS dependency manager
Added LoadJS(https://github.com/muicss/loadjs) and migrated Quill interop to use LoadJS.
|
2020-06-10 21:09:10 -04:00 |
|
Shaun Walker
|
5544d2bed3
|
fix dynamic creation of remote script tags
|
2020-06-02 16:10:02 -04:00 |
|
Shaun Walker
|
c4f1d37421
|
improve user experience after app restarts
|
2020-06-02 14:21:57 -04:00 |
|
Shaun Walker
|
612a820dac
|
fixed stylesheet and script removal logic
|
2020-05-28 09:44:41 -04:00 |
|