fb11674301
Missing - Using Oqtane.Repository
2023-03-04 10:44:19 -08:00
b9e7f4530c
Update Theme Project to use [RootFolder]
2023-03-04 10:35:45 -08:00
27049687bf
Use [RootFolder] for Oqtane.Server Project
2023-03-04 10:34:12 -08:00
13503edc63
Removed extra { }
2023-03-04 09:50:49 -08:00
d33f82d969
prepare for 3.4.0 release
2023-03-03 15:45:56 -05:00
f2df8e96db
fix #2567 - migrate tenant connection string details from database to appsettings.json
2023-02-23 16:29:15 -05:00
11dd3ce110
adding Oqtane.Server project back to module and theme external template solutions
2023-02-09 17:45:45 -05:00
4cc0060c67
prepare for 3.3.1 patch
2023-01-14 14:45:30 -05:00
c4315c25bc
prepare for 3.3.0 release
2023-01-10 14:02:23 -05:00
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
f4800bb7f0
include owner in migration tag name in external module template
2023-01-04 14:51:55 -05:00
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
467e88ef55
fix #2526 - support multiple TabStrip components on a page
2022-12-19 15:58:04 -05:00
28b58b9048
add ModuleControllerBase helper method for validating EntityId
2022-12-05 14:21:12 -05:00
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
075a09f0df
fix JS Interop methods for includeScript and includeMeta
2022-11-10 14:19:31 -05:00
74571afc9e
remove Oqtane.Server from external templates as they cause random compilation issues
2022-10-20 14:04:53 -04:00
45e2027c56
prepare for 3.2.1 release
2022-10-13 13:34:43 -04:00
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
654352827e
refactor IndexedDB interop functions
2022-09-13 07:42:27 -04:00
b8e2c729c1
cache assemblies in IndexedDB on WebAssembly
2022-09-12 14:46:46 -04:00
e8adfd45d2
prepare for 3.2.0
2022-09-08 15:28:25 -04:00
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
83acda6d05
add proper translation keys for ActionLink and ActionDialog into RESX for Module Creator template
2022-08-03 08:49:47 -04:00
7b1b061355
include ResourceType attribute in Settings component for external module template
2022-08-02 07:55:11 -04:00
8cbc17ed98
Theme Creator updated to Bootstrap 5.2.0
2022-07-28 20:59:52 +02:00
b35c342960
prepare for 3.1.4 release
2022-07-26 17:22:06 -04:00
5762ce58a4
introduce ITransientService interface for auto registration of transient services (for DBContexts and Repositories)
2022-07-26 09:41:42 -04:00
bdc0f0fcdd
3.1.3 data provider packages
2022-06-27 15:43:24 -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
345b0bc95f
fix #2182 - modifications to address MySQL compatibility issues
2022-05-08 22:14:26 -04:00
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
577528fa0a
remove custom module assets not part of framework
2022-05-03 07:54:14 -04:00
d5d4f85003
3.1.1 database providers, default module creator version to local install version
2022-05-02 17:08:29 -04:00
eb3361fa07
fix path on app-stylesheets
2022-04-26 16:33:50 -04:00
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
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
bbb547efb6
fix issue with the disabled link tags
2022-04-01 08:51:08 -04:00
5b3640e23d
Theme Template updated to 3.1.0
2022-04-01 12:56:28 +02:00
0fbbe244d8
Updated Package reference to align with 3.1.0
2022-04-01 12:53:55 +02:00
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
3194c5b600
remote service support via Jwt
2022-03-30 08:07:03 -04:00
4566ea436c
prepare for 3.1 release
2022-03-23 15:04:03 -04:00
9bbbff31f8
Added support for per site options and OpenID Connect
2022-03-13 22:55:52 -04:00
b80fe428ac
add show/hide password toggle on Login form
2022-03-04 11:43:54 -05:00
1cdc80e09b
2 factor authentication and user account lockout completed
2022-03-03 09:12:37 -05:00
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
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
99986c1b94
changed IsModule property name to ES6Module for clarity
2022-02-20 08:53:04 -05:00
7d669caa3c
Merge pull request #2011 from sbwalker/dev
...
changed IsModule property name to ES6Module for clarity
2022-02-20 08:42:34 -05:00