2cb568773c
Restore order of SetImage in FileManager
...
Fixes #5648
2025-09-23 16:21:20 +02:00
77949331e2
improve FileManager performance
2025-08-04 13:06:16 -04:00
334137454e
improve FileManager performance when ShowFiles is disabled
2025-08-02 09:46:02 -04:00
0be7f1bdb5
add new option to FileManager component to anonymize filenames during upload
2025-07-21 09:14:07 -04:00
7873ca564c
supress build warnings.
2025-03-26 08:12:10 +08:00
8376f98f21
Fix #5191 : trigger event when folder changed.
2025-03-25 22:23:51 +08:00
0741ce2197
fix #5074 : generate cancellation token for file upload
2025-02-07 09:11:52 +01:00
05a767c7be
moved file setting to File Management and added Max Chunk Size
2025-02-06 15:10:14 -05:00
620c768e05
fix LogLevel for file upload error
2025-02-06 12:21:34 -05:00
dec0c0649c
modified file upload error message to reflect new behavior
2025-02-05 19:09:55 -05:00
9dd6dc7523
file upload improvements
2025-02-05 16:48:34 -05:00
0f2aa4d2e1
update to official .NET 9 release
2024-11-12 15:40:54 -05:00
ac313722f9
on .NET MAUI provide message to user if Security Token has not been configured
2024-09-18 11:28:11 -04:00
69bc06685f
fix #4598 - user experience improvements for file upload
2024-09-12 14:04:35 -04:00
ef791aa22a
add missing indexes
2024-08-07 16:55:35 -04:00
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
cfabf22fef
move message into file upload region
2023-12-12 13:39:37 -05:00
daeb76df11
Corrected the IsPrivate
2023-12-04 17:26:37 +01:00
6e36312be8
Update Site with ImageFiles and UploadableFiles
2023-12-04 09:07:11 +01:00
7035f4cc1f
File Extension management - site wide.
...
I have added to the site settings file extension management.
The Constants remain for backward compatibility.
If the extensions are not updated then the Constant will be used.
2023-12-01 21:09:33 +01:00
893ffc48dc
use appropriate bootstrap classes
2023-11-10 15:40:20 -05:00
c79aa49252
improve upload time estimate calculations and limit polling attempts
2023-11-07 15:13:33 -05:00
f3aea3108d
resolve null reference exception in FileManager when ShowFiles = false
2023-10-17 15:11:51 -04:00
543f4fa3c2
do not show uploaded file name or delete button when multiple uploads are enabled
2023-09-29 11:48:45 -04:00
b8622b8708
display uploaded file name in FileManager when ShowFiles = false
2023-09-28 15:35:13 -04:00
9267efce01
improve polling in file upload to use actual file sizes to calculate duration
2023-09-08 17:16:09 -04:00
b00b426e9c
fix the id handling for the progressinfo and progressbar, include OnSelect events on Upload and Delete, add missing backend implementation for AddFileAsync
2023-08-15 15:50:35 -04:00
3e8eb9abb5
[ENHANCE] - #3057 FileManager when ShowFolders = false however a Folder is set by path
2023-08-01 21:11:54 +10:00
5dea783677
fix #3048 - uploading to Packages folder showing unsuccessful message
2023-07-19 16:27:26 -04:00
6736570ee7
FileManager modification to support ShowFolders = False
2023-07-19 15:45:12 -04:00
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
5345a12aca
[ENHANCE] - Moved SetImage() before the OnSelect fires so that the Parent can retrieve the Image from fileManager rather then calling FileService to retrieve again
2023-07-17 07:58:39 +10:00
592885ff6c
remove OnSelect call from OnParametersSet() which was causing infinite loop
2023-07-14 12:15:16 -04:00
16d0d11e0b
refactored upload so that it is not dependent on Folder Browse permission
2023-07-10 11:44:05 -04:00
2ccb814223
fix validation issue in FileManager related to Browse permissions
2023-07-10 10:09:57 -04:00
0a9cbfd0e5
fix progress bar styling in FileManager
2023-06-29 11:54:05 -04:00
ba18cd505b
allow FileManager to support changes in parameters
2023-06-29 11:20:45 -04:00
64b8291487
improve module/theme/translation upload user experience to be consistent with download
2023-05-02 14:22:34 -04:00
2b41909d47
#2618 - add backward compatibility for permissions optimizations
2023-03-02 15:34:42 -05:00
a50a13374f
improve initialization logic in FileManager which could sometimes result in Upload button not being displayed when the component was initially loaded
2023-02-15 15:06:50 -05:00
467e88ef55
fix #2526 - support multiple TabStrip components on a page
2022-12-19 15:58:04 -05:00
7489d9d186
move UI logic from FileService to FileManager, add progressive retry logic, update file attributes if uploading a new version of a file, clean up temporary artifacts on failure, improve upload efficiency
2022-11-09 21:11:02 -05:00
13b9982461
added public Refresh method to FileManager
2022-09-02 09:11:00 -04:00
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
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
3e9a4f2c1a
Fixed validation issue in Role Managment - Users. Modified FileManager component to allow Folder parameter to contain a folder path which is translated to a FolderId internally and refactored Packages folder logic.
2021-10-06 17:20:44 -04:00
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
3e789e0642
UX improvements to FileManager and Pager components
2021-09-29 10:46:23 -04:00
f00ea09b6e
file manager component improvements
2021-09-16 18:04:50 -04:00
b9259ce6ca
added optional event callback delegates to FileManager component to allow calling components to be notified on upload, change, or delete
2021-09-16 07:59:36 -04:00