sbwalker
a7952a4633
add shadow-none to page links in pager
2024-05-06 15:56:05 -04:00
David Montesinos
653352bff0
Support for IconOnly in ActionDialog open button
2024-05-02 10:36:29 +02:00
sbwalker
5f8583e3eb
fix #4160 - content entered being overidden by original content
2024-04-23 14:04:52 -04:00
Ben
09293f7d9a
Fix #4158 : insert image into correct position.
2024-04-20 16:56:32 +08:00
sbwalker
9d8b1fd99b
fixes for #4134 - Rich Text Editor
2024-04-15 08:54:23 -04:00
sbwalker
bc978a91e3
convert Quill's empty content to empty string
2024-04-12 15:10:47 -04:00
sbwalker
39dff1ea7c
more changes for #4134 - ensure HTML content is preserved
2024-04-12 14:58:14 -04:00
sbwalker
8f00730189
fix #4134 - RichTextEditor scenarios
2024-04-12 13:25:44 -04:00
sbwalker
cfce2bdbd9
move RichTextEditor script registration to Body
2024-04-11 15:26:55 -04:00
sbwalker
17370dff54
fix issue where active tab not set correctly when rich text editor disabled
2024-04-11 09:16:39 -04:00
sbwalker
83543bbddc
fix https://github.com/oqtane/oqtane.blogs/issues/44 - rich text editor throwing exception in specific scenario
2024-04-11 09:03:41 -04:00
sbwalker
c52ad68d92
fix #4108 - content lost when adding image to RichTextEditor
2024-04-05 16:07:01 -04:00
sbwalker
5b3849082f
use Constants.RequestVerificationToken rather than magic string
2024-03-29 11:19:21 -04:00
sbwalker
93057d9449
set active tab correctly in RichTextEditor for scenarios where rich text editor is disabled
2024-03-29 07:50:03 -04:00
Ben
a8af9da249
Fix #4074 : use the correct property value.
2024-03-28 22:18:30 +08:00
sbwalker
bb59f66008
set active tab in RichTextEditor based on content
2024-03-23 11:55:44 -04:00
sbwalker
784955cdbd
fix regression issue caused by #3985 related to ActionLink
2024-03-23 11:39:11 -04:00
sbwalker
ce14b9e43e
add HttpClientFactory support
2024-03-21 10:43:46 -04:00
sbwalker
e4e78e2083
fix #4031 - add static rendering support to ActionDialog
2024-03-20 13:25:51 -04:00
sbwalker
fa68bdc82b
Remove Synchronize Content option from RichTextEditor
2024-03-17 19:30:42 -04:00
sbwalker
ccd18c4f10
made Pager capable of functioning in Static or Intreractive render modes
2024-03-15 22:47:42 -04:00
sbwalker
55fe2600b7
add static pager
2024-03-14 23:13:40 -04:00
Leigh Pointer
12e09269d3
_text being set and resetting other options
...
if (IconOnly && !string.IsNullOrEmpty(IconName)) was not having an impact as the _text variable was being reset.
This fix allows the ActionLink to display just the Icon
2024-03-13 14:39:04 +01:00
Leigh Pointer
a8aac7e1b4
Update Pager.razor
...
Changing the ID had no effect and on further investigation the best way to achieve this is to use the form tag which is a lot stronger implementation.
2024-03-02 17:28:33 +01:00
Leigh Pointer
6babcf9536
Improved Search Input Text Field Autocomplete Behavior
...
This pull request enhances the behavior of the search input text field by disabling the browser’s autocomplete feature.
2024-03-02 11:35:26 +01:00
Ben
9ebd882c3f
remove the visible parameter in module message component.
2024-02-27 23:08:27 +08:00
sbwalker
9a7199bf7f
fix #3885 - do not display modal if message is blank
2024-02-26 16:53:17 -05:00
Ben
fc0b326443
set the visible default to true.
2024-02-24 22:02:07 +08:00
Ben
4ac0483ec6
Merge branch 'dev' into task/fix-infinite-loop-of-module-message
2024-02-24 20:48:09 +08:00
Ben
724e78d4d5
avoid the infinite loop issue of calling AddModuleMessage method.
2024-02-24 20:45:22 +08:00
sbwalker
cdfae2e8cb
modify ActionLink to use a link rather than button for disabled scenario
2024-02-22 16:34:52 -05:00
sbwalker
38ead4909e
fix ModuleMessage - form name must be a constant value in static rendering or else it will not post correctly
2024-02-21 07:29:39 -05:00
sbwalker
e8c64074f3
fix ModuleMessage so that it is not dependent on ModuleState
2024-02-20 14:31:22 -05:00
sbwalker
a40b49f2ed
implement RenderModeBoundary
2024-02-08 15:47:25 -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
474adf2d53
fix issue when inserting images into RichTextEditor
2024-01-17 13:35:52 -05:00
sbwalker
3a28068b48
fix issue where rich text was not being refreshed in the editor when content changed, and original rich text was not always preserved
2024-01-12 15:49:34 -05:00
sbwalker
70139221ab
add an AllowRichText parameter to the RichTextEditor component and add logic to handle JS Interop failures
2023-12-20 16:58:46 -05:00
sbwalker
c5d4e237ad
fix #3556 - pad token secret to 32 characters to resolve IDX1-720, change id of "secret" input to reduce chance of form autocomplete causing issues
2023-12-18 09:51:18 -05:00
sbwalker
cfabf22fef
move message into file upload region
2023-12-12 13:39:37 -05:00
Leigh Pointer
daeb76df11
Corrected the IsPrivate
2023-12-04 17:26:37 +01:00
Leigh Pointer
6e36312be8
Update Site with ImageFiles and UploadableFiles
2023-12-04 09:07:11 +01:00
Leigh Pointer
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
beolafsen
0e060c4564
Extend the Section component with "Visible" parameter
2023-12-01 07:34:17 +01:00
sbwalker
893ffc48dc
use appropriate bootstrap classes
2023-11-10 15:40:20 -05:00
sbwalker
c79aa49252
improve upload time estimate calculations and limit polling attempts
2023-11-07 15:13:33 -05:00
sbwalker
f3aea3108d
resolve null reference exception in FileManager when ShowFiles = false
2023-10-17 15:11:51 -04:00
sbwalker
a0e289dcd6
resolve issue in making Pager search work with sorting
2023-10-16 08:03:31 -04:00
sbwalker
9729a5ef16
improve Pager search to support properties on child objects
2023-10-13 08:39:02 -04:00
sbwalker
b77e72880b
optimize Pager search to remove redundant AllowSearch parameter and avoid consuming memory when not in use
2023-10-12 11:10:14 -04:00
sbwalker
a7e1fe76c3
change name of RESX key and value to reflect purpose
2023-10-10 10:33:11 -04:00
Leigh Pointer
119a28def1
Pager Search Localization
...
Localization is now referencing the Shared Resources
2023-10-10 14:33:16 +02:00
Leigh Pointer
7cf4f8fdaa
Pager Search Localization
...
Localized the new Search Buttons
Added a Localized Placeholder that will display what columns are being searched.
2023-10-10 11:28:57 +02:00
sbwalker
b0d2ee8760
add Search capability to Pager and include in management UIs
2023-10-09 16:59:36 -04:00
sbwalker
543f4fa3c2
do not show uploaded file name or delete button when multiple uploads are enabled
2023-09-29 11:48:45 -04:00
sbwalker
b8622b8708
display uploaded file name in FileManager when ShowFiles = false
2023-09-28 15:35:13 -04: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
7513ae28f0
fix paths in Edit Page / Modules tab / Edit option
2023-09-01 13:57:14 -04:00
sbwalker
6fafeedeb9
reverse InputList Dictionary usage
2023-08-24 08:50:33 -04:00
sbwalker
261ed05fa3
Allow InputList component to be localizable and support multiple instances on a page. Implement icon localization in Page Add/Edit using IconResources.resx
2023-08-23 16:43:14 -04:00
Leigh Pointer
09f1d3ca15
Add InputList control to select values from a dictionary of string
...
The control accepts a dictionary of string that can be searched using an input control.
Pages Add and Edit have implemented the control to render the list of Icons found in the Oqtane Shared namespace.
2023-08-22 09:50:59 +02:00
Shaun Walker
1acbdf8b9e
Merge pull request #3150 from alikoli/dev
...
Fix missing translations part 3
2023-08-15 15:51:58 -04:00
Shaun Walker
530804c847
Merge pull request #3151 from sbwalker/dev
...
In FileManager fix the id handling for the progressinfo and progressbar and include OnSelect events on Upload and Delete. Add missing backend implementation for AddFileAsync
2023-08-15 15:51:32 -04:00
sbwalker
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
alikoli
1922629d27
Merge branch 'oqtane:dev' into dev
2023-08-15 16:12:21 +02:00
alikoli
283a03a7cc
Fix missing translations part 3
2023-08-15 16:09:59 +02:00
HonesDK
b567d02df2
Fixed localization in AuditInfo
2023-08-14 16:52:30 +02:00
HonesDK
dbb58541f2
Revert "Fixed modified by localization, and added DateTimeFormat to localization"
...
This reverts commit 4a8bcc6f71
.
2023-08-14 16:51:21 +02:00
HonesDK
4a8bcc6f71
Fixed modified by localization, and added DateTimeFormat to localization
2023-08-13 10:11:29 +02:00
sbwalker
13b17d91a9
fix Section component localizatioon
2023-08-07 17:11:17 -04:00
Shaun Walker
1d77ba2694
Merge pull request #3055 from leigh-pointer/AutoCompleteRequired
...
Extended AutoComplete control to allow the Required attribute
2023-08-02 14:53:14 -04:00
vnetonline
3e8eb9abb5
[ENHANCE] - #3057 FileManager when ShowFolders = false however a Folder is set by path
2023-08-01 21:11:54 +10:00
Leigh Pointer
2a0c983c2e
Handle if Parameter is set dynamically
2023-07-26 11:28:14 +02:00
Leigh Pointer
02e2aeb6d1
Extended control to set the Required attribute
...
The control now allow the required attribute to be set. This will now give better UX feedback.
2023-07-20 13:56:29 +02:00
sbwalker
5dea783677
fix #3048 - uploading to Packages folder showing unsuccessful message
2023-07-19 16:27:26 -04:00
sbwalker
6736570ee7
FileManager modification to support ShowFolders = False
2023-07-19 15:45:12 -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
vnetonline
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
sbwalker
592885ff6c
remove OnSelect call from OnParametersSet() which was causing infinite loop
2023-07-14 12:15:16 -04:00
sbwalker
c0f4cd2097
add a UserManager to simplify user creation, improve response validation in ServiceBase, allow Section component to support parameter changes
2023-07-12 16:37:18 -04:00
sbwalker
16d0d11e0b
refactored upload so that it is not dependent on Folder Browse permission
2023-07-10 11:44:05 -04:00
sbwalker
2ccb814223
fix validation issue in FileManager related to Browse permissions
2023-07-10 10:09:57 -04:00
sbwalker
9a3b458c45
Package enhancements for Marketplace
2023-07-09 08:36:14 -04:00
sbwalker
0a9cbfd0e5
fix progress bar styling in FileManager
2023-06-29 11:54:05 -04:00
sbwalker
ba18cd505b
allow FileManager to support changes in parameters
2023-06-29 11:20:45 -04:00
sbwalker
22ec675cec
use case insensitive comparison for activetab name
2023-06-28 12:27:21 -04:00
sbwalker
d06feec37b
set Expanded to lowercase if specified
2023-06-28 12:24:59 -04:00
sbwalker
64b8291487
improve module/theme/translation upload user experience to be consistent with download
2023-05-02 14:22:34 -04:00
Shaun Walker
ef4e99b3a7
further optimization of permissions - removed reference to Role to reduce API payload and minimize information disclosure
2023-03-10 08:28:37 -05:00
Shaun Walker
af3b289331
exclude legacy Permissions properties from serialization/API payload
2023-03-09 15:51:16 -05:00
Shaun Walker
63df2742db
initialize SiteId in Permission constructor
2023-03-08 08:43:45 -05:00
Shaun Walker
1f29f77f66
fix #2624 - permission grid behavior issues
2023-03-06 12:20:20 -05:00
Shaun Walker
2b41909d47
#2618 - add backward compatibility for permissions optimizations
2023-03-02 15:34:42 -05:00
Shaun Walker
8605e3ca5a
Major refactoring replacing permission strings with permission collections. These changes will require extensive regression testing. These changes may include breaking changes which will need to be identified and resolved to provide backward compatibility.
2023-02-28 17:59:21 -05:00
Shaun Walker
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
Shaun Walker
e136972cd7
add support for API permissions at the UI layer - including ability to delegate user, role, profile management
2023-01-09 11:38:25 -05:00
Shaun Walker
6f2965a5b0
Merge pull request #2537 from leigh-pointer/Pager-Pointer
...
A change to the Pager bar to set the mouse pointer to pointer
2023-01-04 14:51:29 -05:00
Shaun Walker
6a213561f6
added an autocomplete component and implemented in permission grid
2023-01-04 14:50:05 -05:00
Leigh Pointer
f8cfdacc26
A change to the Pager bar to set the mouse pointer to pointer
...
Currently the mouse pointer shows the Selector icon when hoovered over the page number buttons. This is an update changing the icon to the Pointer icon.
Updated the CSS class name to 'app-pager-pointer' in app.css and the Component.
2023-01-03 14:24:17 +01:00
Shaun Walker
467e88ef55
fix #2526 - support multiple TabStrip components on a page
2022-12-19 15:58:04 -05:00