Shaun Walker
f4710f90c0
Merge pull request #464 from sbwalker/master
...
validate folder names, handle missing files more gracefully
2020-05-12 14:30:44 -04:00
Shaun Walker
6f3fe8d933
validate folder names, handle missing files more gracefully
2020-05-12 13:24:51 -04:00
Pavel Vesely
da73d519d7
IClientStartup implementation
2020-05-12 10:00:28 +02:00
Mike Casas
7f157582cc
Update IModuleControl.cs
...
Added additional comments.
2020-05-11 13:47:12 -04:00
Shaun Walker
4d7ec16f36
Merge pull request #459 from chlupac/IServerStartup
...
IServerStartup implementation
2020-05-11 12:56:22 -04:00
Pavel Vesely
7c814a67b3
IServerStartup implementation
2020-05-11 11:19:12 +02:00
Shaun Walker
c83496d814
Merge pull request #19 from oqtane/master
...
sync
2020-05-10 10:03:50 -04:00
Shaun Walker
83d47376cc
Merge pull request #458 from jimspillane/FixContainsFiles
...
Fix contains files
2020-05-10 09:43:59 -04:00
Jim Spillane
a1449fb2dd
Fix Uploadable files
...
When testing for allowable file extensions using a comma separated list, like (jpg,mp3,txt,zip), extensions such as .xt or .p3 will return true. Adding Split(',') will test each of the extensions correctly.
Adding ToLower() will allow mixed case extensions, like .JPG or .Zip to return true.
2020-05-09 14:58:39 -04:00
jimspillane
2362faaee1
Merge pull request #5 from oqtane/master
...
Sync master
2020-05-09 14:04:36 -04:00
Shaun Walker
f6f895b516
more responsive design adjustments
2020-05-09 12:16:39 -04:00
Shaun Walker
8516e328f7
Merge pull request #457 from sbwalker/master
...
more responsive design adjustments
2020-05-09 12:15:41 -04:00
Shaun Walker
043f8d07de
Merge pull request #18 from oqtane/master
...
sync
2020-05-08 17:30:44 -04:00
Shaun Walker
c2ed71ab0d
added classes to all theme controls, added mobile support to Oqtane theme
2020-05-08 17:30:35 -04:00
Shaun Walker
552df0c9fc
Merge pull request #455 from chlupac/NewVersion
...
Ignore abstract classes at loading
2020-05-08 17:30:06 -04:00
Shaun Walker
c5d12d0430
Merge pull request #456 from sbwalker/master
...
added classes to all theme controls, added mobile support to Oqtane theme
2020-05-08 17:29:51 -04:00
Pavel Vesely
1e270e6423
Ignore abstract classes at loading
2020-05-08 21:30:31 +02:00
Shaun Walker
aaf2c96374
minor fix for placeholder content
2020-05-08 12:25:37 -04:00
Shaun Walker
86309dc264
Merge pull request #453 from sbwalker/master
...
minor fix for placeholder content
2020-05-08 12:24:46 -04:00
Shaun Walker
051534b80c
resolved #270 - migrated raw html entry into richtexteditor control
2020-05-08 12:17:06 -04:00
Shaun Walker
d3ce5bc17c
Merge pull request #452 from sbwalker/master
...
resolved #270 - migrated raw html entry into richtexteditor control
2020-05-08 12:16:17 -04:00
Shaun Walker
97354a9525
Update README.md
2020-05-08 08:34:31 -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
5b08cac48d
Merge pull request #451 from sbwalker/master
...
updated external module template to support new assembly loading criteria, fixed minor issue in assembky loading logic
2020-05-07 16:23:56 -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
jimspillane
7ca1f92f52
Merge pull request #4 from oqtane/master
...
Sync master
2020-05-05 21:26:18 -04: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
jimspillane
c30ee60433
Merge pull request #3 from oqtane/master
...
Sync master
2020-05-01 18:07:34 -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
jimspillane
e627e14233
Merge pull request #2 from oqtane/master
...
Sync master
2020-05-01 14:50:51 -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