Shaun Walker
467e88ef55
fix #2526 - support multiple TabStrip components on a page
2022-12-19 15:58:04 -05:00
Shaun Walker
28b58b9048
add ModuleControllerBase helper method for validating EntityId
2022-12-05 14:21:12 -05:00
Leigh Pointer
c5c5fd859f
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.
2022-11-21 09:44:30 +01:00
Shaun Walker
075a09f0df
fix JS Interop methods for includeScript and includeMeta
2022-11-10 14:19:31 -05:00
Shaun Walker
74571afc9e
remove Oqtane.Server from external templates as they cause random compilation issues
2022-10-20 14:04:53 -04:00
Shaun Walker
45e2027c56
prepare for 3.2.1 release
2022-10-13 13:34:43 -04: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
e8adfd45d2
prepare for 3.2.0
2022-09-08 15:28:25 -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
83acda6d05
add proper translation keys for ActionLink and ActionDialog into RESX for Module Creator template
2022-08-03 08:49:47 -04:00
Shaun Walker
7b1b061355
include ResourceType attribute in Settings component for external module template
2022-08-02 07:55:11 -04:00
Leigh Pointer
8cbc17ed98
Theme Creator updated to Bootstrap 5.2.0
2022-07-28 20:59:52 +02:00
Shaun Walker
b35c342960
prepare for 3.1.4 release
2022-07-26 17:22:06 -04:00
Shaun Walker
5762ce58a4
introduce ITransientService interface for auto registration of transient services (for DBContexts and Repositories)
2022-07-26 09:41:42 -04:00
Shaun Walker
bdc0f0fcdd
3.1.3 data provider packages
2022-06-27 15:43:24 -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
345b0bc95f
fix #2182 - modifications to address MySQL compatibility issues
2022-05-08 22:14: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
577528fa0a
remove custom module assets not part of framework
2022-05-03 07:54:14 -04:00
Shaun Walker
d5d4f85003
3.1.1 database providers, default module creator version to local install version
2022-05-02 17:08:29 -04:00
Shaun Walker
eb3361fa07
fix path on app-stylesheets
2022-04-26 16:33:50 -04:00
Shaun Walker
1c7380d4cf
removed method-level [ValidateAntiForgeryToken] attribute as it is now handled by global AutoValidateAntiforgeryTokenFilter, adjusted gitignore to improve filtering of Module and Theme folders in wwwroot and exclude all files in Oqtane.Server/Data
2022-04-15 08:01:32 -04:00
Shaun Walker
640d22484d
Merge pull request #2099 from leigh-pointer/ExternalMod
...
Updated Package reference to align with 3.1.0
2022-04-01 08:58:04 -04:00
Shaun Walker
bbb547efb6
fix issue with the disabled link tags
2022-04-01 08:51:08 -04:00
Leigh Pointer
5b3640e23d
Theme Template updated to 3.1.0
2022-04-01 12:56:28 +02:00
Leigh Pointer
0fbbe244d8
Updated Package reference to align with 3.1.0
2022-04-01 12:53:55 +02: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
3194c5b600
remote service support via Jwt
2022-03-30 08:07:03 -04:00
Shaun Walker
4566ea436c
prepare for 3.1 release
2022-03-23 15:04:03 -04:00
Shaun Walker
9bbbff31f8
Added support for per site options and OpenID Connect
2022-03-13 22:55:52 -04:00
Shaun Walker
b80fe428ac
add show/hide password toggle on Login form
2022-03-04 11:43:54 -05:00
Shaun Walker
1cdc80e09b
2 factor authentication and user account lockout completed
2022-03-03 09:12:37 -05:00
Shaun Walker
f2bec9b478
Merge pull request #2017 from sbwalker/dev
...
moved AlterStringColumn to IDatabase interface so that it can be overridden in the Sqlite provider rather than requiring conditional logic in the migrations
2022-02-22 14:36:58 -05:00
Shaun Walker
9ba356c47e
moved AlterStringColumn to IDatabase interface so that it can be overridden in the Sqlite provider rather than requiring conditional logic in the migrations
2022-02-22 14:47:31 -05:00
Shaun Walker
99986c1b94
changed IsModule property name to ES6Module for clarity
2022-02-20 08:53:04 -05:00
Shaun Walker
7d669caa3c
Merge pull request #2011 from sbwalker/dev
...
changed IsModule property name to ES6Module for clarity
2022-02-20 08:42:34 -05:00
Shaun Walker
b68e3cb10f
Add support for ES6 module JavaScript resources
2022-02-19 17:24:41 -05:00
Shaun Walker
e305c488d4
Merge pull request #2010 from sbwalker/dev
...
Add support for ES6 module JavaScript resources
2022-02-19 17:14:21 -05:00
Leigh Pointer
b3967b36c0
Corrected incorrect CDN
2022-02-18 14:52:51 +01:00
Leigh Pointer
5fb33dfee9
Bootstrap reference updated to 5.1.3
2022-02-18 08:38:53 +01: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
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
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
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
9bcc6bbad0
fix z-index for Blazor theme on mobile
2022-01-12 08:00:25 -05:00
Shaun Walker
cea5f86df4
prepare for 3.0.2 release
2022-01-11 17:46:36 -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
Shaun Walker
7d8bbac04f
remove quill 1.3.6 assets
2021-12-10 14:19:32 -05:00