Shaun Walker
051534b80c
resolved #270 - migrated raw html entry into richtexteditor control
2020-05-08 12:17:06 -04:00
Shaun Walker
f07146fd50
updated external module template to support new assembly loading criteria, fixed minor issue in assembky loading logic
2020-05-07 16:24:36 -04:00
Shaun Walker
d53bdc5bb6
Merge pull request #17 from oqtane/master
...
sync with upstream
2020-05-07 15:28:39 -04:00
Shaun Walker
a63a659888
Merge pull request #419 from chlupac/BootswatchCdn
...
Bootswatch themes in Oqtane.Themes.OqtaneTheme CDN version
2020-05-07 15:25:03 -04:00
Shaun Walker
d6f3fd108b
Merge pull request #449 from chlupac/LoadOptimalization
...
Simplified loading of oqtane assemblies
2020-05-07 15:09:32 -04:00
Pavel Vesely
47f17a589f
implementation of [OqtaneIgnore] class attribute in controls
2020-05-07 21:02:43 +02:00
Shaun Walker
d7ad175cd7
fixes for framework upgrade, fixes for control panel CSS styles, added AllPages attrubute for Modules, bumped version to 0.9.1 to test upgrades
2020-05-07 14:38:24 -04:00
Shaun Walker
d58b6e5d83
Merge pull request #450 from sbwalker/master
...
fixes for framework upgrade, fixes for control panel CSS styles, added AllPages attrubute for Modules, bumped version to 0.9.1 to test upgrades
2020-05-07 14:37:49 -04:00
Pavel Vesely
e78a5e090d
Bootswatch themes in Oqtane.Themes.OqtaneTheme
...
Theme is set in Oqtane.Client\Themes\OqtaneTheme\Default.razor
```
protected override async Task OnParametersSetAsync()
{
// go to https://www.bootstrapcdn.com/bootswatch/ and take your favorite theme
//<link href="https://stackpath.bootstrapcdn.com/bootswatch/4.4.1/cyborg/bootstrap.min.css " rel="stylesheet" integrity="sha384-l7xaoY0cJM4h9xh1RfazbgJVUZvdtyLWPueWNtLAphf/UbBgOVzqbOTogxPwYLHM" crossorigin="anonymous">
await LoadBootstrapTheme("https://stackpath.bootstrapcdn.com/bootswatch/4.4.1/cyborg/bootstrap.min.css ","sha384-l7xaoY0cJM4h9xh1RfazbgJVUZvdtyLWPueWNtLAphf/UbBgOVzqbOTogxPwYLHM");
await IncludeCSS("Theme.css");
}
```
2020-05-07 12:17:44 +02:00
Shaun Walker
c394c6ea7a
Resolved authentication issue #441 related to alias refactoring #439 , fixed breaking change in .NET Core 3.2 related to Blazor WebAssembly identification
2020-05-05 16:28:50 -04:00
Shaun Walker
6586883979
Merge pull request #445 from sbwalker/master
...
Resolved authentication issue #441 related to alias refactoring #439 , fixed breaking change in .NET Core 3.2 related to Blazor WebAssembly identification
2020-05-05 16:27:52 -04:00
Shaun Walker
e09fcd7e42
added CreateApiUrl method back for backward compatibility
2020-05-05 09:47:23 -04:00
Shaun Walker
b5aa6c5a48
Merge pull request #440 from sbwalker/master
...
added CreateApiUrl method back for backward compatibility
2020-05-05 09:46:48 -04:00
Shaun Walker
00bf917f6c
Merge pull request #435 from thabaum/patch-1
...
Log details displayed from disabled to readonly
2020-05-05 09:15:48 -04:00
Shaun Walker
a02cfea6c9
improve performance of alias handling and allow aliases to be an unlimited number of subfolders in depth
2020-05-05 09:15:36 -04:00
Shaun Walker
db33a91c4b
Merge pull request #439 from sbwalker/master
...
improve performance of alias handling and allow aliases to be an unlimited number of subfolders in depth
2020-05-05 09:15:01 -04:00
Cody
8f1a3c99c3
changed displayed input to readonly
...
Fixes issue of unable to select information displayed from input and textarea changing the select property from disabled to readonly
2020-05-04 12:14:51 -07:00
Shaun Walker
bf84f12471
fixed theme/layout handling in Add/Edit Page
2020-05-03 11:39:34 -04:00
Shaun Walker
979680f46d
Merge pull request #431 from sbwalker/master
...
fixed theme/layout handling in Add/Edit Page
2020-05-03 11:38:52 -04:00
Shaun Walker
922c7796f2
Merge pull request #429 from sbwalker/master
...
fixed module action import/export, improved module installation
2020-05-01 15:58:54 -04:00
Shaun Walker
45aeb17020
fixed module action import/export, improved module installation
2020-05-01 15:58:34 -04:00
Shaun Walker
3afa489f22
upgrade to .NET Core 3.2 RC
2020-05-01 11:32:41 -04:00
Shaun Walker
a34e2521c6
Merge pull request #428 from sbwalker/master
...
Upgrade to .NET Core 3.2 RC
2020-05-01 11:32:04 -04:00
Shaun Walker
7c6dc6d774
Added ability to execute version specific code during framework upgrade (removed ApplicationVersion table and replaced with Version field on Tenant table), updated version number to 0.9.0 and renamed install scripts to match - this will be a baseline release which will be upgradeable
2020-05-01 10:27:14 -04:00
Shaun Walker
e7a2eaa2dc
Merge pull request #427 from sbwalker/master
...
Added ability to execute version specific code during framework upgrade (removed ApplicationVersion table and replaced with Version field on Tenant table), updated version number to 0.9.0 and renamed install scripts to match - this will be a baseline release which will be upgradeable
2020-05-01 10:26:41 -04:00
Shaun Walker
dda7121883
Merge pull request #16 from oqtane/master
...
sync
2020-05-01 08:08:01 -04:00
Shaun Walker
03592da08f
Merge pull request #426 from chlupac/DbUpfixes
...
Page editor fix & Script check
2020-05-01 08:05:53 -04:00
Shaun Walker
1ed730cafe
Merge pull request #15 from oqtane/master
...
sync
2020-05-01 08:02:05 -04:00
Pavel Vesely
d387e6e573
Page editor fix
...
Script check
2020-05-01 11:24:10 +02:00
Shaun Walker
573c623592
fixes to module templates
2020-04-30 14:36:30 -04:00
Shaun Walker
aacb2a0563
Merge pull request #423 from sbwalker/master
...
fixes to module templates
2020-04-30 14:36:07 -04:00
Shaun Walker
723855b94c
Merge pull request #420 from chlupac/ModuleTemplateFix
...
ModuleCreator: WebAssembly references causes build error in some scenarios.
2020-04-30 14:04:44 -04:00
Shaun Walker
e0ee2419e7
Merge pull request #421 from SPSeanLong/master
...
Fixed add profile property
2020-04-30 14:03:18 -04:00
Shaun Walker
34538dd945
install/upgrade refactoring to consolidate all use cases and implement IInstallable interface for modules, moved tenant creation to site management UI, fixed z-order issues in Blazor theme, enhanced JS Interop methods to support integrity and crossorigin
2020-04-30 13:58:04 -04:00
Shaun Walker
ac6ee7f4b0
Merge pull request #422 from sbwalker/master
...
install/upgrade refactoring to consolidate all use cases and implement IInstallable interface for modules, moved tenant creation to site management UI, fixed z-order issues in Blazor theme, enhanced JS Interop methods to support integrity and crossorigin
2020-04-30 13:57:30 -04:00
Sean Long
3be19df4a5
Fixed add profile property
2020-04-29 20:49:12 -04:00
Sean Long
dec6658047
Merge pull request #2 from oqtane/master
...
Rebase
2020-04-29 20:28:27 -04:00
Pavel Vesely
4e5ca01ebd
WebAssembly references causes build error in some scenarios. Works without them.
...
https://gitter.im/aspnet/Blazor?at=5e915f6ee24b4d6c44fe1827
2020-04-29 21:55:12 +02:00
Shaun Walker
099fddf2b6
Merge pull request #14 from oqtane/master
...
sync
2020-04-28 09:25:31 -04:00
Shaun Walker
eebe5d8d8c
Merge pull request #416 from chlupac/SiteInstall
...
Get custom theme and layout on a default install
2020-04-28 09:02:55 -04:00
Shaun Walker
e0389f809b
Merge pull request #414 from chlupac/ComponentRefactoring
...
Theme base components refactoring - clear of async warnings
2020-04-28 08:58:44 -04:00
Pavel Vesely
375c706029
Get custom theme and layout on a default install
2020-04-28 14:51:27 +02:00
Pavel Vesely
e29b4f9d8d
Theme base components refactoring - clear of async warnings
2020-04-27 22:43:24 +02:00
Shaun Walker
e6c26210a0
z-order tweak to Blazor theme
2020-04-27 15:31:32 -04:00
Shaun Walker
e0edc6b3f9
Merge pull request #413 from sbwalker/master
...
z-order tweak to Blazor theme
2020-04-27 15:30:52 -04:00
Shaun Walker
7a6cc0c76e
Merge pull request #13 from oqtane/master
...
sync
2020-04-27 15:07:12 -04:00
Shaun Walker
f76b260d6c
Merge pull request #411 from chlupac/ComponentRefactoring
...
Theme base components refactoring
2020-04-27 14:25:57 -04:00
Shaun Walker
1ebe678d45
Merge branch 'master' into ComponentRefactoring
2020-04-27 14:25:09 -04:00
Shaun Walker
d2fd8c7f4e
improved responsive design for Blazaor theme to make it more mobile friendly
2020-04-27 14:18:58 -04:00
Shaun Walker
2ce627cdce
Merge pull request #412 from sbwalker/master
...
improved responsive design for Blazaor theme to make it more mobile friendly
2020-04-27 14:18:37 -04:00