Shaun Walker
fe92d3d74f
Merge pull request #538 from thabaum/patch-9
...
Site Settings: removes ONLY " <Select Container>"Theme and Layout drop down options
2020-05-31 20:42:25 -04:00
Shaun Walker
6402723d2a
addressed consistency between theme loading and moduledefinition loading, added theme detailed UI view
2020-05-29 16:27:02 -04:00
Shaun Walker
3a5b6954e3
fix for #525 when running locally without a network connection
2020-05-28 16:24:22 -04:00
Pavel Vesely
e935451d93
Search in User management
2020-05-28 11:33:47 +02:00
Cody
cbcec0481a
removed "Select Container, Theme, Layout" options
2020-05-24 19:12:47 -07:00
Shaun Walker
d8fca5de20
module creator templates need to be in the server project in order to be distributed with application
2020-05-20 15:31:09 -04:00
Shaun Walker
1495a5c017
fixed references in external template
2020-05-20 14:59:57 -04:00
Shaun Walker
066ef44773
fixes to upgrade project
2020-05-20 11:57:41 -04:00
Mike Casas
6f1e930474
Updated the versions.
2020-05-20 06:51:22 -04:00
Shaun Walker
52b2c876a4
performance optimizations to avoid use of reflection ( thanks to @chlupac for this suggestion )
2020-05-19 13:39:39 -04:00
Shaun Walker
263b045c75
module creator template updates
2020-05-19 09:08:29 -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
c426302242
enhanced module creator to display location where module will be created
2020-05-16 13:40:59 -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
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
Cody
422f360807
disabled changed to readonly
2020-05-14 14:58: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
6fd0efbb73
updated module creator templates to use dependency injection in module components
2020-05-12 16:31:53 -04:00
Shaun Walker
6f3fe8d933
validate folder names, handle missing files more gracefully
2020-05-12 13:24:51 -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
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
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
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
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
3afa489f22
upgrade to .NET Core 3.2 RC
2020-05-01 11:32:41 -04:00
Pavel Vesely
d387e6e573
Page editor fix
...
Script check
2020-05-01 11:24:10 +02: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
573c623592
fixes to module templates
2020-04-30 14:36:30 -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
Sean Long
3be19df4a5
Fixed add profile property
2020-04-29 20:49:12 -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
Mike Casas
43a94eb60a
Fix for the correct version.
2020-04-26 16:16:40 -04:00