efbe0562f9
Navigation was not completed
2021-11-04 06:09:19 +01:00
bd5a827593
fix #1746 - SQL Server installation needs to allow configuration of encryption setting on .NET 6
2021-11-03 16:37:37 -04:00
82e97aa4fa
Merge pull request #1750 from leigh-pointer/BlazorTheme
...
Fix for #1736 Blazor theme not rendering correctly
2021-11-03 12:32:45 -04:00
e598178869
Merge pull request #1752 from leigh-pointer/PView
...
Fix for #1749 navigate to sub sub pages
2021-11-03 12:32:34 -04:00
b6f89195ab
Merge pull request #1754 from leigh-pointer/1753
...
Update for #1753 Date format for the Audit
2021-11-03 12:31:43 -04:00
fff36949b7
Fix for #1749 navigate to sub sub pages
...
Also added missing "Browse" localization from site/index,resx
2021-11-02 19:59:59 +01:00
e0a0497dd2
Fix #1751 - error when creating site with new tenant
2021-11-02 14:49:06 -04:00
fce9220dcb
Update for #1753 Date format for the Audit
...
Added Parameter DateTimeFormat with default value of "MMM dd yyyy HH:mm:ss"
2021-11-02 07:01:24 +01:00
a8ddb64b49
Fix for #1749 navigate to sub sub pages
...
Added Open button that will navigate to sub pages
2021-11-02 05:57:05 +01:00
6d8df2661c
modification for responsive theme
...
small modification to ensure theme is responsive
2021-10-31 07:08:19 +01:00
9752c72998
Fix for #1736 Blazor theme not rendering correctly
...
Fix to the Default theme and container
2021-10-28 19:43:51 +02:00
7bfc0998fd
fix #1713 - link to home path displays login page
2021-10-26 08:30:50 -04:00
29bd31f609
upgrade to .NET 6 and increment version to 3.0.0
2021-10-19 15:33:03 -04:00
cf69f9e4c4
Add proper help text to aliases field in default resource file for Site Settings. Set default value for new ShowLogin parameter in Login theme component.
2021-10-17 13:27:12 -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
306b78b526
Added ability for Runtime and RenderMode to be set per Site - enabling the framework to support multiple hosting models concurrently in the same installation. Fixed WebAssembly Prerendering issue (this also resolved the issue where the component taghelper was not passing parameters correctly to the app when running on WebAssembly). Fix #1702 - remove web,config from upgrade package.
2021-10-05 14:32:05 -04:00
ac67d88e74
fix logic which sometimes results in System.InvalidOperationException: The value of IsFixed cannot be changed dynamically
2021-10-01 15:58:17 -04:00
838d918451
Merge pull request #1701 from leigh-pointer/1690-1
...
1690 User Management Tab needs clicking to render UI when language is not default.
2021-10-01 11:23:01 -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
2fe93d4e64
Fix for #1690 Tab needs clicking to render UI
...
User Management Tab needs clicking to render UI when language is not default. Modification to the TabPanel fixes the issue without forcing the Heading property to be populated.
2021-09-29 18:05:59 +02:00
3e789e0642
UX improvements to FileManager and Pager components
2021-09-29 10:46:23 -04:00
c2be84a367
increment version to 2.3.1
2021-09-27 11:43:57 -04:00
4bfb5d9f34
fix #1691 - AntiForgeryToken header not being set during startup
2021-09-27 08:44:16 -04:00
764b879a77
changes to build/publish params for WebAssembly
2021-09-24 17:06:45 -04:00
80d23d1c95
Add paging to SQL Manager results
2021-09-23 18:02:15 -04:00
f220cb52bb
Merge pull request #1682 from gjwalk/dev
...
Sites Validation
2021-09-23 17:12:36 -04:00
58ff42f813
Merge pull request #1683 from nicpitsch/pr_user-management-profile
...
Profile properties as dropdown in User Management
2021-09-23 17:10:33 -04:00
6b82b03bf1
Merge pull request #1684 from sbwalker/dev
...
Use ComponentTagHelper parameters on Blazor Server for passing state to allow pre-rendering to function properly ( ComponentTagHelper parameters do not work on Blazor WebAssembly - likely a .NET 5 bug )
2021-09-23 17:10:24 -04:00
005843ef2d
Use ComponentTagHelper parameters on Blazor Server for passing state to allow pre-rendering to function properly ( ComponentTagHelper parameters do not work on Blazor WebAssembly - likely a .NET 5 bug )
2021-09-23 17:16:51 -04:00
10917644ab
Profile properties as dropdown in User Management (same as User Profile).
2021-09-23 10:05:24 +02:00
9fa3ade832
Sites Validation
2021-09-22 18:22:30 -04:00
57db7c1efc
update version to 2.3.0 in preparation for release
2021-09-22 11:55:01 -04:00
586c9b6db6
Merge pull request #1680 from sbwalker/dev
...
update version to 2.3.0 in preparation for release
2021-09-22 11:48:23 -04:00
58a86b67ee
fix #1672 - releases need to be published with IL trimming disabled or else dynamic methods will be stripped. Unfortunately compression needs to be disabled as well as if it is not, a "None of the “sha256” hashes in the integrity attribute match the content of the subresource." error is thrown. This seems to be a bug - which I will pursue with Microsoft.
2021-09-22 10:24:13 -04:00
43ebf50b61
Merge pull request #1679 from sbwalker/dev
...
fix #1672 - releases need to be published with IL trimming disabled or else dynamic methods will be stripped. Unfortunately compression needs to be disabled as well as if it is not, a "None of the “sha256” hashes in the integrity attribute match the content of the subresource." error is thrown. This seems to be a bug - which I will pursue with Microsoft.
2021-09-22 10:17:48 -04:00
5071cf4752
modify method for determining Runtime in SiteRouter as ComponentTagHelper "param-" appears to only work on Blazor Server - not on WebAssembly
2021-09-21 12:48:15 -04:00
00e2e79fc5
Merge pull request #1676 from sbwalker/dev
...
modify method for determining Runtime in SiteRouter as ComponentTagHelper "param-" appears to only work on Blazor Server - not on WebAssembly
2021-09-21 12:41:31 -04:00
8d37444755
improve validation for public site settings
2021-09-21 07:45:43 -04:00
20d81bee00
Merge pull request #1675 from sbwalker/dev
...
improve validation for public site settings
2021-09-21 07:39:35 -04:00
ca387d7b26
fix Oqtane theme settings for page scope
2021-09-20 17:23:56 -04:00
a0580f6861
Merge pull request #1674 from sbwalker/dev
...
fix Oqtane theme settings for page scope
2021-09-20 17:17:09 -04:00
f739db1e42
Enhance Settings API for public Site Settings. Added Settings to Site model by default. Added new parameters to Login and UserProfile components. Enhanced Oqtane Theme settings to use new component parameters. Enhanced image download and resizing logic.
2021-09-20 17:15:52 -04:00
d5bfe7cfbd
Merge pull request #1673 from sbwalker/dev
...
Enhance Settings API for public Site Settings. Added Settings to Site model by default. Added new parameters to Login and UserProfile components. Enhanced Oqtane Theme settings to use new component parameters. Enhanced image download and resizing logic.
2021-09-20 17:09:52 -04:00
d053901b32
Merge pull request #1670 from 2sic-forks/dev
...
Documentation only
2021-09-17 13:50:02 -04:00
7b5dbbd7ed
undo change by 2sic
2021-09-17 15:36:23 +02:00
6d0fb6ca80
undo change by 2sxc
2021-09-17 15:35:43 +02:00
b4f7344ae4
removed unnecessary message from top of module, theme, language installation pages
2021-09-17 09:28:27 -04:00
b5bba1fd11
improved method for determining Runtime in SiteRouter
2021-09-17 09:06:27 -04:00
289034fd4f
fix #1640 - prevent UX "flicker" which was caused by pre-rendering
2021-09-17 08:48:01 -04:00
267ca178ed
added basic xml comments to all Oqtane.Services interfaces
2021-09-17 10:13:26 +02:00