Shaun Walker
|
c426302242
|
enhanced module creator to display location where module will be created
|
2020-05-16 13:40:59 -04:00 |
|
Shaun Walker
|
814e2100b2
|
Merge pull request #495 from sbwalker/master
enhanced module creator to display location where module will be created
|
2020-05-16 13:39:57 -04:00 |
|
Shaun Walker
|
54d4447d23
|
Central management of resources ( ie. stylesheets and scripts )
|
2020-05-16 12:00:15 -04:00 |
|
Shaun Walker
|
93942d7cdd
|
Merge pull request #492 from jimspillane/AddMissingSInCsproj
Fix module pluralization
|
2020-05-16 12:00:08 -04:00 |
|
Jim Spillane
|
3a19ced2d1
|
Fix module pluralization
Added 's' to the module creator sql script in the csproj to fix compilation error.
|
2020-05-16 10:36:16 -04:00 |
|
Shaun Walker
|
f9cdc6d70c
|
Merge pull request #490 from jimspillane/AddFileValidation
Add File Name validation
|
2020-05-16 08:53:39 -04:00 |
|
Shaun Walker
|
fbdf21320b
|
Merge pull request #491 from chlupac/SettingsService
Setting service bug.
|
2020-05-16 08:52:13 -04:00 |
|
Pavel Vesely
|
96f5668a3b
|
Setting service bug.
|
2020-05-16 08:40:30 +02:00 |
|
Jim Spillane
|
13adebb36c
|
Add File Name validation
Apply file name validation rules to the File Controller and client.
|
2020-05-15 23:12:24 -04:00 |
|
Shaun Walker
|
e698ea4d36
|
Merge pull request #489 from sbwalker/master
Modified the package installer to use target folders ( based on the Nuget specification ) rather than file extensions
|
2020-05-15 17:42:49 -04:00 |
|
Shaun Walker
|
8a1e83ff7f
|
Modified the package installer to use target folders ( based on the Nuget specification ) rather than file extensions
|
2020-05-15 17:43:45 -04:00 |
|
Shaun Walker
|
3cbb6e3e6e
|
enable module creator to add embeddedresources to csproj for internal modules
|
2020-05-15 12:36:52 -04:00 |
|
Shaun Walker
|
9394e77fd5
|
Merge pull request #488 from sbwalker/master
enable module creator to add embeddedresources to csproj for internal modules
|
2020-05-15 12:35:52 -04:00 |
|
Shaun Walker
|
ac03afb146
|
added ability to set default container at the page level, expanded size of role description in upgrade script for 0.9.2
|
2020-05-15 09:50:48 -04:00 |
|
Shaun Walker
|
51c27ae0e5
|
Merge pull request #486 from sbwalker/master
added ability to set default container at the page level, expanded size of role description in upgrade script for 0.9.2
|
2020-05-15 09:49:45 -04:00 |
|
Shaun Walker
|
0ea4c4d723
|
Merge pull request #484 from jimspillane/MoveFolderValidationToShared
Move Path and File validation to Shared Utilities
|
2020-05-15 09:47:37 -04:00 |
|
Shaun Walker
|
b3dee737b4
|
Merge pull request #480 from chlupac/FileManager
FileManager Tune-Up
|
2020-05-15 09:46:28 -04:00 |
|
Pavel Vesely
|
5e04cb18a4
|
File Manager Tune-up
|
2020-05-15 08:18:07 +02:00 |
|
Jim Spillane
|
39641804f1
|
Move Path and File validation to Shared Utilities
Created extension methods:
IsPathValid(Folder)
IsFileValid(File)
IsPathOrFileValid(string)
Added client side validation check for Folders.
|
2020-05-14 22:02:57 -04:00 |
|
Shaun Walker
|
edc356292d
|
Merge pull request #481 from thabaum/patch-6
container class added to pane
|
2020-05-14 21:34:09 -04:00 |
|
Shaun Walker
|
78f4af6b70
|
Merge pull request #482 from thabaum/patch-7
System Info input disabled changed to readonly
|
2020-05-14 18:41:36 -04:00 |
|
Shaun Walker
|
caabac3e74
|
removed redundant assembly download logic, added security on download controller methods
|
2020-05-14 18:40:53 -04:00 |
|
Cody
|
422f360807
|
disabled changed to readonly
|
2020-05-14 14:58:09 -07:00 |
|
Cody
|
6e28fa47a2
|
container class added to pane
resolves issue with title border DIV not utilizing 100% pane size
|
2020-05-14 14:03:09 -07:00 |
|
Shaun Walker
|
bafe2c6666
|
fix module creator templates
|
2020-05-14 14:22:11 -04:00 |
|
Shaun Walker
|
aa97dd4d0d
|
Allow modules to be installed/uninstalled with embedded scripts or IInstallable interface. Fix module uninstall issues.
|
2020-05-14 11:54:28 -04:00 |
|
Shaun Walker
|
560c995564
|
Include AliasId in service API calls ( this is not needed for interacting with the MasterDB repository however it is needed for tenant-based logging )
|
2020-05-12 20:31:31 -04:00 |
|
Pavel Vesely
|
88cf30f7c6
|
Merge branch 'master' of https://github.com/oqtane/oqtane.framework into IClientStartup
|
2020-05-12 23:20:06 +02:00 |
|
Pavel Vesely
|
4c188b782d
|
ClientAssembly selection criteria changed
|
2020-05-12 23:17:37 +02:00 |
|
Shaun Walker
|
6fd0efbb73
|
updated module creator templates to use dependency injection in module components
|
2020-05-12 16:31:53 -04:00 |
|
Shaun Walker
|
9eec0fd86b
|
updated HtmlText module to use dependency injection
|
2020-05-12 15:04:07 -04:00 |
|
Shaun Walker
|
598b433cd2
|
Merge pull request #463 from chlupac/IClientStartup
IClientStartup implementation
|
2020-05-12 14:31:10 -04:00 |
|
Shaun Walker
|
6ac4ba4617
|
Merge pull request #462 from mikecasas/patch-1
Update IModuleControl.cs
|
2020-05-12 14:30:59 -04:00 |
|
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
|
f6f895b516
|
more responsive design adjustments
|
2020-05-09 12:16:39 -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
|
aaf2c96374
|
minor fix for placeholder content
|
2020-05-08 12:25:37 -04:00 |
|
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
|
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
|
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 |
|
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 |
|
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 |
|