Leigh Pointer
d43a3e132c
null reference exception still occurring
...
added a '?' operator after the m.ModuleDefinition
2022-02-14 19:06:00 +01:00
Shaun Walker
2b768165e5
prepare for 3.0.3 release
2022-02-11 16:59:48 -05:00
Shaun Walker
5aed64f614
fixed #1989 - installation on SQLite failing due to DropColumn, fixed #1986 - IClientStartup not getting called for External Modules, added ability to correlate new visitors by IP address
2022-02-10 08:05:55 -05:00
Shaun Walker
ede6a45f15
more RichTextEditor refactoring
2022-02-08 07:42:47 -05:00
Shaun Walker
c635351a12
resolved UI error when closing Event Log and Visitor Management, made button class consistent in Recycle Bin, refactored RichTextEditor, made use of ConfigManager consistently throughout framework, added support for deleted Sites, removed reference to Runtime in Startup as it is now set per Site, added versioning to Html/Text, added Meta tag support to Page Management
2022-02-06 12:19:42 -05:00
Shaun Walker
79b62f4407
Merge pull request #1968 from sbwalker/dev
...
improved UX in Event Log by preserving criteria when viewing Details, added RowClass and ColumnClass parameters to Pager component, added initial-scale=1.0 to viewport specification in _host, added default visitor tracking filter, fixed "The given key 'level' was not present in the dictionary" issue in Visitor Management - Details by ensuring data was fully loaded
2022-01-27 18:02:20 -05:00
Shaun Walker
9d17804ac7
improved UX in Event Log by preserving criteria when viewing Details, added RowClass and ColumnClass parameters to Pager component, added initial-scale=1.0 to viewport specification in _host, added default visitor tracking filter, fixed "The given key 'level' was not present in the dictionary" issue in Visitor Management - Details by ensuring data was fully loaded
2022-01-27 18:12:04 -05:00
Leigh Pointer
192e6fde92
Fix for Version 3 module definitions error #1963
...
The code was assuming that the ModuleDefinitionId exists in the PageState.Modules collection. Instead of using .Count() code now uses .FirstOrDefault() != null
2022-01-25 06:23:07 +01:00
Shaun Walker
ad090e62cc
enhance Pager to support pure responsive Grid format (Columns = 0)
2022-01-23 10:40:41 -05:00
Shaun Walker
fd01a40810
Merge pull request #1958 from leigh-pointer/AddUserId
...
Add the Username to the User And Roles display.
2022-01-22 19:25:20 -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
Leigh Pointer
6a99e81e75
Add the Username to the display.
...
When looking through Users and Roles it would seem ideal to also show the username.
2022-01-21 09:36:32 +01:00
Shaun Walker
826898e3fe
enhance Pager component with OnPageChanged event and implement in Visitor Management, allow PermissionGrid component to support Host role, fix unhandled exception in RichTextEditor component related to rerendering, make Quill resource declarations forward compatible, update Blazor theme to Boostrap 5.1.3, add missing RemoteIPAddress parameter in _Host app component, include logic to enable bypass of non-default alias redirection
2022-01-19 17:47:27 -05:00
Shaun Walker
cc9802a0d8
use PageState.Uri rather than creating a new Uri object
2022-01-15 12:58:47 -05:00
Shaun Walker
3a8f4199cd
improvement for updating private/public Settings
2022-01-15 09:44:36 -05:00
Shaun Walker
11002efc02
hide deleted pages in Admin Dashboard, impove Settings API by replacing IsPublic with IsPrivate, isolate Setting updates to not affect PageState, make Pager horizintally scrollable on narrow viewports, improve LocalizableComponent to support embedded controls
2022-01-14 13:26:24 -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
Leigh Pointer
ad41eff38a
Empty Resx Value on Page Edit
2022-01-12 20:42:59 +01:00
Shaun Walker
dda71e5ccd
Revert "Fixed first render js bug"
2022-01-12 14:07:50 -05:00
痞子再
ce7995966d
Fixed first render js bug
...
Solve the problem that when the page is rendered for the first time and JS is executed, the reference to the JS file has not been successful, and the page is abnormally wrong
2022-01-12 10:36:10 +08:00
Shaun Walker
cea5f86df4
prepare for 3.0.2 release
2022-01-11 17:46:36 -05:00
Shaun Walker
5aecc4be03
remove invalid app tag, fix page title not being set on first render
2022-01-11 15:07:54 -05:00
Shaun Walker
477ded6a4a
Merge pull request #1921 from zzmzaizai/dev
...
Fixed first render css bug
2022-01-11 14:49:57 -05:00
Shaun Walker
ec924a7ddf
improve UX of password reset
2022-01-11 10:57:58 -05:00
Shaun Walker
51b356cc0e
enhanced scheduler to support one-time jobs, fixed pager component so that top/bottom have consistent UX, fixed Blazor theme z-index issues caused by input-group in Bootstrap 5, improved password reset instructions in email notification
2022-01-10 19:58:58 -05:00
痞子再
4ade58da01
Fixed first render css bug
...
Fixed the bug that CSS could not be render when the module was loaded for the first
2022-01-10 16:06:48 +08:00
Shaun Walker
efcfc0783c
Merge pull request #1917 from leigh-pointer/LabelCSS
...
Fix for #1914 Label Control appending Class to LabelClass
2022-01-08 14:03:28 -05:00
Leigh Pointer
fc9e47778b
Fix for #1914 Label Control appending Class to LabelClass
...
Modified so that the Class parameter is not constantly appended when a new Class is applied.
2022-01-08 16:12:27 +01:00
Shaun Walker
eaf840e1da
improvements to purge job
2022-01-08 10:17:10 -05:00
Shaun Walker
07718f0449
add option to Control Panel to specify module visibility
2022-01-08 08:44:18 -05:00
Shaun Walker
e2688e6feb
include purge job for maintaining event logs and visitor logs
2022-01-07 23:30:29 -05:00
Shaun Walker
a2f8fe3694
convention shortcut to suppress title in container
2022-01-06 17:24:18 -05:00
Shaun Walker
f7c1e7b706
alias management improvements
2022-01-06 13:37:29 -05:00
Shaun Walker
6af5682548
increment copyright date to 2022, allow scheduled jobs to support weekly interval, improve dynamic image generation, add defensive logic to router
2022-01-05 14:28:42 -05:00
Shaun Walker
eeff4af167
make Url Mappings relative rather than absolute
2022-01-03 10:56:13 -05:00
Shaun Walker
224618cf21
improve Scheduled Job start/stop user experience, utilize start time when setting next job execution
2022-01-02 21:01:55 -05:00
Shaun Walker
b9f7c39550
improve capture of request attributes
2021-12-30 14:13:58 -05:00
Shaun Walker
f54d07548e
separate PWA service worker script from manifest script
2021-12-23 09:46:03 -05:00
Leigh Pointer
9ccc4c4059
Missing Resx Keys
...
Added missing Keys for Login and Visitor
2021-12-23 11:36:20 +01:00
Shaun Walker
c21a097fd2
added support for default alias specification, alias auto registration, alias redirect, alias line break delimiters
2021-12-22 15:43:59 -05:00
Pavel Vesely
e59ee70f88
Search user work again
2021-12-20 13:06:33 +01:00
Shaun Walker
6a2ff369ea
Add support for IsPublic to all Setting types, enable Url Mapping for internal links
2021-12-18 10:35:22 -05:00
Shaun Walker
e22606ae79
Merge pull request #1882 from leigh-pointer/#1880GetModuleDefinitionSettings
...
#1880 Issue with new SettingService
2021-12-16 15:37:22 -05:00
Leigh
6567b55ea3
Removed RichTextEditor OnInitialized
...
Redundant procedure call.
2021-12-16 20:11:07 +01:00
Leigh
20e90c0de4
Rework to #1848 RawHTML not being saved
...
Restructured the execution of code.
RawHTML now works as it did in previous versions as well as the new functionality.
2021-12-16 20:07:40 +01:00
Leigh
e034811e92
#1880 Issue with new SettingService
...
Needed to update the SettingService to apply the IsPublic field when updating settings for the ModuleDefinition.
2021-12-15 18:54:26 +01:00
Shaun Walker
e3ebbde767
add logging for the logout event to the UI component, relocate module setting deletion to repository
2021-12-15 10:33:12 -05:00
Shaun Walker
1e1aaaccca
create url mapping when page path changes
2021-12-12 09:59:33 -05:00
Shaun Walker
318d6afb0e
fix url mapping resx issue
2021-12-11 09:39:03 -05:00
Shaun Walker
ec9686cfb8
Merge branch 'dev' into MissingRes-3.0.1
2021-12-11 09:25:03 -05:00
Shaun Walker
76fe155c0a
visitor improvements
2021-12-11 09:30:05 -05:00
Leigh
0b0254aed9
Updated Resx file
2021-12-11 14:24:08 +01:00
Leigh
9258c3849b
Went through each Framework module updating Resources
...
New English resources added
2021-12-11 13:43:22 +01:00
Leigh
d530f30bc9
Missing Res Keys
...
Added missing resource keys
2021-12-11 11:54:25 +01:00
Shaun Walker
7b0c0c3e17
prepare for 3.0.1
2021-12-10 14:16:16 -05:00
Shaun Walker
2f34bf69e3
moduledefinition settings and host settings
2021-12-09 15:50:00 -05:00
Shaun Walker
d1ade8789b
Merge pull request #1832 from leigh-pointer/ModuleDefinitionSettings
...
Settings for ModuleDefinitions #1829
2021-12-09 13:35:54 -05:00
Shaun Walker
1291eb5b7c
Merge pull request #1861 from sbwalker/dev
...
added support for url mapping and viitors
2021-12-09 08:40:15 -05:00
Shaun Walker
9c32937c83
added support for url mapping and viitors
2021-12-09 08:48:56 -05:00
Leigh
811ddb9b44
Update the ToolBar position on the Pager Component
...
Add the option "Both" to display the toolbar at the top and bottom of the pager. Nice if the Pager is displaying large sets of data.
2021-12-06 19:18:07 +01:00
Leigh
65d468be33
Fix #1837 RichTextEditor Content not re-Rendering
...
Change to the OnAfterRenderAsync method and changed OnInitialized to OnParametersSet
2021-12-03 06:31:45 +01:00
Shaun Walker
9664ff67f3
Merge pull request #1842 from leigh-pointer/QuillEditor1.3.7-SecurityUpdate
...
Quill Security related bug fixes.
2021-12-02 16:24:49 -05:00
Shaun Walker
a216e2b92e
Additional properties added to Route model to improve abstraction, modified Site Settings to support settings moved to the server.
2021-12-02 16:33:16 -05:00
Leigh
9dfd9ad519
Quill Security related bug fixes.
...
Upgraded Quill references to 1.3.7
Tabnabbing vulnerability in snow theme #2438
https://github.com/quilljs/quill/issues/2438
https://github.com/quilljs/quill/releases/tag/v1.3.7
2021-12-02 09:56:55 +01:00
Shaun Walker
43d166fb7d
Route parsing abstraction and optimization, site router performance improvements, migrate site-based concepts (favicon, PWA support) to server for performance and prerendering benefits, move ThemeBuilder interop logic to OnAfterRenderAsync, upgrade SqlClient to release version, update installer to Bootstrap 5.1.3
2021-12-01 08:22:59 -05:00
Leigh
a21a2ab3bb
Settings for ModuleDefinitions #1829
...
Add Update settings for the ModuleDefinition
2021-11-24 16:06:52 +01:00
Shaun Walker
53ff491efd
Assorted enhancements
2021-11-24 08:08:39 -05:00
Shaun Walker
df00f53e54
Merge pull request #1823 from hishamco/tab-panel-localizer
...
Fix heading localization in TabPanel
2021-11-22 16:03:50 -05:00
Shaun Walker
19be77ed49
refactored ErrorBoundary implementation to support logging
2021-11-22 16:11:44 -05:00
Hisham Bin Ateya
1c43c095bc
Fix heading localization in TabPanel
2021-11-20 09:47:49 +03:00
Shaun Walker
59850f4869
Merge pull request #1815 from chlupac/ErrorBoundary
...
Implementing ErrorBoundary in ModuleInstance component
2021-11-18 16:14:35 -05:00
Shaun Walker
b87b0489e9
Merge pull request #1812 from leigh-pointer/PageModules
...
Modification to Page Management component
2021-11-17 08:52:31 -05:00
Shaun Walker
2e593d44ee
Merge pull request #1813 from leigh-pointer/ModuleDefinitionsInUse
...
Modification to Module Management
2021-11-17 08:49:00 -05:00
Shaun Walker
71354464e3
Merge pull request #1810 from leigh-pointer/ControlPanel
...
Page management buttons resizing
2021-11-17 08:44:39 -05:00
Shaun Walker
c48b4788c6
Merge pull request #1805 from chlupac/AliasFix
...
Fix - site with default alias (*) edit fail
2021-11-17 08:44:05 -05:00
Shaun Walker
fe9a7333ed
Merge pull request #1798 from leigh-pointer/BreadCrumbs
...
Fix for #1797 Breadcrumbs render clickable
2021-11-17 08:43:55 -05:00
Pavel Vesely
b40ee19735
ErrorBoundary
2021-11-17 11:22:24 +01:00
Leigh
d5b0356625
Modification to Module Management
...
The component now reports back if the module is in use. This will assist in housekeeping and removal of unused modules.
2021-11-16 00:37:57 +01:00
Leigh
5ca77c3f64
Modification to Page Management component
...
Add a new tabpane that lists all the module on that page. From here you are able to modify the module settings and or delete the module from a page. Delete will send the module to the recycle bin.
2021-11-15 23:26:20 +01:00
Leigh
54e9307795
Page management buttons resizing
...
When the language is changed, in this instance Dutch the buttons are not resized to fit the caption. This small fix rectifies this.
2021-11-15 21:14:40 +01:00
Pavel Vesely
60d7e45048
Fix - site with default alias (*) edit fail
2021-11-14 10:22:01 +01:00
Leigh
2567c2937d
Fix for #1797 Breadcrumbs render clickable
...
This fixes the issue when the page property IsClickable is set to false the breadcrum for the page is not clickable.
2021-11-12 07:07:15 +01:00
ijungleboy
5b8e6d4df6
Add many PrivateApi attributes to hide unimportant stuff in docs
2021-11-11 20:01:55 +01:00
Shaun Walker
614041d55e
update Blazor theme with bootstrap bundle js
2021-11-11 07:50:24 -05:00
Leigh
62f04d239f
Fix for Action Menus not displaying. #1785
...
Dropdowns are built on a third party library, Popper, which provides dynamic positioning and viewport detection. / bootstrap.bundle.js which contains Popper. Popper isn’t used to position dropdowns in navbars though as dynamic positioning isn’t required.
updated the Bootstrap to reference the ../5.1.3/js/bootstrap.bundle.min.js
2021-11-11 10:27:09 +01:00
Shaun Walker
d02842f0ea
Merge branch 'dev' into Bootstrap
2021-11-10 17:25:16 -05:00
Leigh
2543b7db79
Upgrade to 5.1.3 Bootstrap and Bootswatch Cyborg
...
Fixed issue with OffCanvas not rendering properly.
2021-11-10 22:34:19 +01:00
Shaun Walker
4ed4f8d942
fix UX in module/theme creators
2021-11-10 15:56:51 -05:00
Shaun Walker
50989e4e1e
Merge pull request #1778 from sbwalker/dev
...
use Cloudflare CDN for static resources
2021-11-10 08:52:38 -05:00
Shaun Walker
41487440e3
use Cloudflare CDN for static resources
2021-11-10 09:00:48 -05:00
Shaun Walker
04319195c6
update to official .NET 6 release
2021-11-08 14:55:24 -05:00
Shaun Walker
aadd78b7ac
Merge pull request #1771 from sbwalker/dev
...
update to official .NET 6 release
2021-11-08 14:47:12 -05:00
Shaun Walker
50eeaf8497
add support for TrustServerCertificate connection string option for SQL Server
2021-11-05 16:01:00 -04:00
Shaun Walker
039202559f
Merge pull request #1764 from sbwalker/dev
...
add support for TrustServerCertificate connection string option for SQL Server
2021-11-05 15:53:00 -04:00
Shaun Walker
5419032e8d
upgrade module and theme templates to .NET6
2021-11-05 12:53:13 -04:00
Shaun Walker
017a92c4bc
Merge pull request #1763 from sbwalker/dev
...
upgrade module and theme templates to .NET6
2021-11-05 12:45:10 -04:00
Shaun Walker
a16040a595
remove unnecessary cascading parameter to improve efficiency
2021-11-05 09:03:12 -04:00
Shaun Walker
3f6936a999
Merge pull request #1762 from sbwalker/dev
...
remove unnecessary cascading parameter to improve efficiency
2021-11-05 08:55:03 -04:00
Shaun Walker
d3f3359f66
fix #1745 - error on WebAssembly when logging out
2021-11-04 08:06:28 -04:00
Shaun Walker
3f110aaabd
Merge pull request #1761 from sbwalker/dev
...
fix #1745 - error on WebAssembly when logging out
2021-11-04 07:58:22 -04:00
Leigh
efbe0562f9
Navigation was not completed
2021-11-04 06:09:19 +01:00
Shaun Walker
bd5a827593
fix #1746 - SQL Server installation needs to allow configuration of encryption setting on .NET 6
2021-11-03 16:37:37 -04:00
Shaun Walker
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
Shaun Walker
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
Shaun Walker
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
Leigh
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
Shaun Walker
e0a0497dd2
Fix #1751 - error when creating site with new tenant
2021-11-02 14:49:06 -04:00
Leigh
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
Leigh
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
Leigh
6d8df2661c
modification for responsive theme
...
small modification to ensure theme is responsive
2021-10-31 07:08:19 +01:00
Leigh
9752c72998
Fix for #1736 Blazor theme not rendering correctly
...
Fix to the Default theme and container
2021-10-28 19:43:51 +02:00
Shaun Walker
7bfc0998fd
fix #1713 - link to home path displays login page
2021-10-26 08:30:50 -04:00
Shaun Walker
29bd31f609
upgrade to .NET 6 and increment version to 3.0.0
2021-10-19 15:33:03 -04:00
Shaun Walker
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
Shaun Walker
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
Shaun Walker
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
Shaun Walker
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
Shaun Walker
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
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
Leigh
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
Shaun Walker
3e789e0642
UX improvements to FileManager and Pager components
2021-09-29 10:46:23 -04:00
Shaun Walker
c2be84a367
increment version to 2.3.1
2021-09-27 11:43:57 -04:00
Shaun Walker
4bfb5d9f34
fix #1691 - AntiForgeryToken header not being set during startup
2021-09-27 08:44:16 -04:00
Shaun Walker
764b879a77
changes to build/publish params for WebAssembly
2021-09-24 17:06:45 -04:00
Shaun Walker
80d23d1c95
Add paging to SQL Manager results
2021-09-23 18:02:15 -04:00
Shaun Walker
f220cb52bb
Merge pull request #1682 from gjwalk/dev
...
Sites Validation
2021-09-23 17:12:36 -04:00
Shaun Walker
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
Shaun Walker
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
Shaun Walker
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
nicpitsch
10917644ab
Profile properties as dropdown in User Management (same as User Profile).
2021-09-23 10:05:24 +02:00
Grayson Walker
9fa3ade832
Sites Validation
2021-09-22 18:22:30 -04:00
Shaun Walker
57db7c1efc
update version to 2.3.0 in preparation for release
2021-09-22 11:55:01 -04:00
Shaun Walker
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
Shaun Walker
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
Shaun Walker
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
Shaun Walker
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
Shaun Walker
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
Shaun Walker
8d37444755
improve validation for public site settings
2021-09-21 07:45:43 -04:00
Shaun Walker
20d81bee00
Merge pull request #1675 from sbwalker/dev
...
improve validation for public site settings
2021-09-21 07:39:35 -04:00
Shaun Walker
ca387d7b26
fix Oqtane theme settings for page scope
2021-09-20 17:23:56 -04:00
Shaun Walker
a0580f6861
Merge pull request #1674 from sbwalker/dev
...
fix Oqtane theme settings for page scope
2021-09-20 17:17:09 -04:00
Shaun Walker
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
Shaun Walker
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
Shaun Walker
d053901b32
Merge pull request #1670 from 2sic-forks/dev
...
Documentation only
2021-09-17 13:50:02 -04:00
ijungleboy
7b5dbbd7ed
undo change by 2sic
2021-09-17 15:36:23 +02:00
ijungleboy
6d0fb6ca80
undo change by 2sxc
2021-09-17 15:35:43 +02:00
Shaun Walker
b4f7344ae4
removed unnecessary message from top of module, theme, language installation pages
2021-09-17 09:28:27 -04:00
Shaun Walker
b5bba1fd11
improved method for determining Runtime in SiteRouter
2021-09-17 09:06:27 -04:00
Shaun Walker
289034fd4f
fix #1640 - prevent UX "flicker" which was caused by pre-rendering
2021-09-17 08:48:01 -04:00
Marc Drexel
267ca178ed
added basic xml comments to all Oqtane.Services interfaces
2021-09-17 10:13:26 +02:00
Shaun Walker
c01c16c7bc
Merge pull request #1660 from gjwalk/dev
...
site validation
2021-09-16 18:00:50 -04:00
Shaun Walker
f00ea09b6e
file manager component improvements
2021-09-16 18:04:50 -04:00
Shaun Walker
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
Grayson Walker
467b6ba9da
site validation
2021-09-15 19:10:14 -04:00
Marc Drexel
9750723035
Merge branch 'dev' of https://github.com/oqtane/oqtane.framework into oqtane-dev
...
# Conflicts:
# Oqtane.Client/App.razor
2021-09-15 15:23:16 +02:00
Shaun Walker
a4f147b547
Merge pull request #1655 from gjwalk/dev
...
roles validation
2021-09-15 07:58:21 -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
Grayson Walker
f21b70a51e
roles validation
2021-09-11 18:18:23 -04:00
Shaun Walker
ba7524b754
Merge pull request #1651 from leigh-pointer/RecycleCheck
...
Validate if Page in Recycle Bin During Creation
2021-09-10 13:06:59 -04:00
Shaun Walker
eb068a8d53
Merge pull request #1652 from sbwalker/dev
...
fix #1647 - module reordering on page issue
2021-09-10 13:05:35 -04:00
Shaun Walker
14fbc3a5b4
fix #1647 - module reordering on page issue
2021-09-10 13:12:00 -04:00
Leigh
d2fa8902f9
Auto stash before rebase of "origin/RecycleCheck"
...
correction
2021-09-10 18:59:23 +02:00
Shaun Walker
53e5728ad2
fix #1640 to resolve issue with server prerendering, upgrade Installer to Bootstrap5, add more defensive logic and logging to DatabaseManager, fix file logger issue, update Pager to use Bootstrap5 pagination, add expiry date support for commercial extensions
2021-09-10 08:24:05 -04:00
Shaun Walker
dd7de055f6
Merge pull request #1650 from sbwalker/dev
...
fix #1640 to resolve issue with server prerendering, upgrade Installer to Bootstrap5, add more defensive logic and logging to DatabaseManager, fix file logger issue, update Pager to use Bootstrap5 pagination, add expiry date support for commercial extensions
2021-09-10 08:17:52 -04:00
Leigh
3cd7249750
Page create - Recycle Bin Check
...
After Delete Page, Cant create page of same name #1645 issue. Added check and message if the page is in the recycle bin.
2021-09-08 08:08:24 +02:00
Shaun Walker
07165ce68d
add support for trial periods
2021-09-03 15:24:51 -04:00
Shaun Walker
2c0fe71f14
Merge pull request #1642 from sbwalker/dev
...
add support for trial periods
2021-09-03 15:18:58 -04:00
Tonći Vatavuk
c74a53b301
update fix https://github.com/oqtane/oqtane.framework/issues/1640
2021-09-02 20:50:16 +02:00
Tonći Vatavuk
3663f723e7
fix https://github.com/oqtane/oqtane.framework/issues/1640
2021-09-02 20:32:04 +02:00
Shaun Walker
233da1508b
Replacing dependency on System.Drawing with SixLabors.ImageSharp based on cross platform guidance from Microsoft 9b4520703c/accepted/2021/system-drawing-win-only/system-drawing-win-only.md
2021-09-02 11:58:31 -04:00
Shaun Walker
ad34e9aeb8
Merge pull request #1639 from sbwalker/dev
...
Replacing dependency on System.Drawing with SixLabors.ImageSharp based on cross platform guidance from Microsoft 9b4520703c/accepted/2021/system-drawing-win-only/system-drawing-win-only.md
2021-09-02 11:54:40 -04:00
Shaun Walker
d29dc9d036
make containing class overridable in Control Panel ( header and body are already overridable )
2021-09-01 09:13:09 -04:00
Shaun Walker
d71030fdef
Merge pull request #1638 from sbwalker/dev
...
make containing class overridable in Control Panel ( header and body are already overridable )
2021-09-01 09:07:02 -04:00
Shaun Walker
bb5ca475d3
fix #1628 - make DBContext Transient, modify Control Panel to use standard Bootstrap 5 offcanvas classes, add auto trimming to file logger, fix issue in File Repository related to populating Url on Add/Update.
2021-09-01 09:01:11 -04:00
Shaun Walker
01c7a8fcdb
Merge pull request #1637 from sbwalker/dev
...
fix #1628 - make DBContext Transient, modify Control Panel to use standard Bootstrap 5 offcanvas classes, add auto trimming to file logger, fix issue in File Repository related to populating Url on Add/Update.
2021-09-01 08:55:06 -04:00
Shaun Walker
f6c46878c6
add new overloads to client-side logging methods to include LogFunction enum parameter so that it can be specified explicitly rather than only being inferred from the page action
2021-08-30 08:46:53 -04:00
Shaun Walker
acda6bba74
Merge pull request #1634 from gjwalk/dev
...
reset validation
2021-08-30 08:42:23 -04:00
Grayson Walker
ca9fffaa71
reset validation
2021-08-29 21:03:35 -04:00
Shaun Walker
e00b7c9be9
add some missing localization keys
2021-08-27 17:29:45 -04:00
Shaun Walker
14266a99b3
Merge pull request #1614 from gjwalk/dev
...
register validation
2021-08-27 12:57:09 -04:00
Shaun Walker
7b105107cc
Merge pull request #1630 from sbwalker/dev
...
fix #1617 convert line break to comma when saving aliases, improve license acceptance user experience
2021-08-27 08:11:54 -04:00
Shaun Walker
bb75242a4f
fix #1617 convert line break to comma when saving aliases, improve license acceptance user experience
2021-08-27 08:17:48 -04:00
Shaun Walker
39ccc30680
fix Type label in Add Folder UI, make Profile description required, fix misc Bootstrap 5 cosmetic issues, fix #1618 Alias case sensitivity in router, fix File add and update methods so they return Url, fix UrlCombine helper method to use proper slash, enhance package installation to support commercial options
2021-08-26 18:20:58 -04:00
Shaun Walker
41651075e6
Merge pull request #1627 from horacioj/typo-Message.Required.Smtp
...
Fix typo for RESX message Message.Required.Smtp
2021-08-26 18:15:08 -04:00
horacioj
5cbb8b1fa3
Fix typo for RESX message Message.Required.Smtp
2021-08-24 17:05:08 -03:00
Grayson Walker
ea85eae4ce
register validation
2021-08-18 10:55:34 -04:00
Shaun Walker
097318cf9e
make profile category optional
2021-08-17 08:13:17 -04:00
Shaun Walker
83b3235a6b
Merge pull request #1611 from gjwalk/dev
...
profiles validation
2021-08-17 08:02:57 -04:00
Grayson Walker
e47fc64c33
profiles validation
2021-08-16 14:37:11 -04:00
Shaun Walker
b78644f7e2
fix #1607 - issue with setting Site Root when adding/editing a page
2021-08-16 11:39:00 -04:00
Shaun Walker
90f4bd5120
Merge pull request #1605 from gjwalk/dev
...
pages validation
2021-08-16 09:41:09 -04:00
Shaun Walker
ffcc229c78
support for commercial modules, themes, translations
2021-08-16 09:46:02 -04:00
Shaun Walker
ffe724b32d
add support for free/paid in module, theme, translation installation
2021-08-13 15:56:22 -04:00
Grayson Walker
7f056277ae
pages validation
2021-08-12 14:48:23 -04:00
Shaun Walker
b19cbf54e0
add error handling to module export
2021-08-12 14:47:51 -04:00
Shaun Walker
6324034259
Merge pull request #1600 from gjwalk/dev
...
modules validation
2021-08-12 14:21:20 -04:00
Grayson Walker
ef90305bd7
modules validation
2021-08-09 12:38:12 -04:00
Shaun Walker
fe06a29ad2
Merge pull request #1594 from gjwalk/dev
...
moduleDefinitions validation
2021-08-09 11:24:00 -04:00
Shaun Walker
5a5535ea98
format license terms
2021-08-06 15:28:48 -04:00
Grayson Walker
b1d64eac88
moduleDefinitions validation
2021-08-06 13:32:40 -04:00