Shaun Walker
4d08573c37
Merge pull request #378 from chlupac/json2
...
Migration to using System.Net.Http.Json; part one - functional migration
2020-04-15 20:11:51 -04:00
Pavel Vesely
95e9bee4e2
Migration to using System.Net.Http.Json; part one - functional migration
2020-04-15 23:07:27 +02:00
Shaun Walker
a70c6de1e9
Update README.md
2020-04-15 17:01:01 -04:00
Shaun Walker
fe2ad29b3b
Merge pull request #374 from mikecasas/fix-register
...
Fix register
2020-04-15 16:18:57 -04:00
Shaun Walker
209fee9c8a
Merge pull request #375 from jimspillane/master
...
Fix Notifications parameters
2020-04-15 12:49:35 -04:00
Shaun Walker
ddeea8e9e2
Merge pull request #376 from chlupac/No204
...
Return JSON null instead of 204 status from controller
2020-04-15 12:49:23 -04:00
Pavel Vesely
72965cfbb2
Return JSON null instead of 204 stantus from controller
...
Services GET returns null instead of exception :)
2020-04-15 12:34:43 +02:00
Mike Casas
1b373a4bfa
Added site service to be able to get the site properties.
2020-04-15 05:52:57 -04:00
Jim Spillane
5232762c0d
Fix Notifications parameters
...
Removed space causing siteid to always send null.
2020-04-14 21:51:22 -04:00
Mike Casas
85343ade60
Hide the container if registration is disabled.
2020-04-14 17:04:26 -04:00
Mike Casas
5b48240322
If site does not allow registration then disable it.
2020-04-14 16:55:03 -04:00
Shaun Walker
b4f63acadd
Merge pull request #373 from sbwalker/master
...
minor modifications to external module template
2020-04-14 16:34:20 -04:00
Shaun Walker
2c54bcd80e
minor modifications to external module template
2020-04-14 16:34:41 -04:00
Shaun Walker
80c7ab1e8e
Enhancement to load debugging symbols ( *.pdb ) if they exist in the /bin folder. This enables debugging of modules.
2020-04-14 14:46:44 -04:00
Shaun Walker
5389629efc
Merge pull request #371 from sbwalker/master
...
Enhancement to load debugging symbols ( *.pdb ) if they exist in the /bin folder. This enables debugging of modules.
2020-04-14 14:46:37 -04:00
Shaun Walker
70ebd6eb35
added defensive coding to deal with scenarios where files are deleted but still references from other entities
2020-04-14 12:18:11 -04:00
Shaun Walker
4bb906a316
Merge pull request #370 from sbwalker/master
...
added defensive coding to deal with scenarios where files are deleted but still references from other entities
2020-04-14 12:17:44 -04:00
Shaun Walker
de5eeb08c4
Merge pull request #4 from oqtane/master
...
sync
2020-04-14 12:13:59 -04:00
Shaun Walker
6ea641014e
Merge pull request #369 from mikecasas/fix-site-template
...
Fix empty string for default site template.
2020-04-14 12:13:10 -04:00
Mike Casas
57aa8b6cbd
Fix empty string for default site template.
2020-04-14 11:02:42 -04:00
Shaun Walker
932fc97638
Merge pull request #368 from aubrey-b/site-template
...
Fix null value for site template.
2020-04-13 14:05:08 -04:00
Aubrey
c7a9d6c278
Fix null value for site template.
2020-04-13 13:54:03 -04:00
Shaun Walker
f41dd06f6d
fixed external module template so that it generates folder paths correctly
2020-04-13 12:48:49 -04:00
Shaun Walker
060d449076
Merge pull request #367 from sbwalker/master
...
fixed external module template so that it generates folder paths correctly
2020-04-13 12:48:26 -04:00
Shaun Walker
c25615546a
fix to not execute uninstall script when creating a module from template
2020-04-13 08:01:25 -04:00
Shaun Walker
0d153e9a90
Merge pull request #366 from sbwalker/master
...
fix to not execute uninstall script when creating a module from template
2020-04-13 08:01:03 -04:00
Shaun Walker
1ed8f4554a
added uninstall script to external module template as embedded resource
2020-04-12 20:12:10 -04:00
Shaun Walker
e5edb23dd8
Merge pull request #365 from sbwalker/master
...
added uninstall script to external module template as embedded resource
2020-04-12 20:11:48 -04:00
Shaun Walker
482747627e
added uninstall support for modules
2020-04-12 20:08:19 -04:00
Shaun Walker
7f9b1e596f
Merge pull request #364 from sbwalker/master
...
added uninstall support for modules
2020-04-12 20:08:11 -04:00
Shaun Walker
112397c9de
fix regression bug related to transition to PermissionNames constants
2020-04-12 10:12:48 -04:00
Shaun Walker
75eee3e950
Merge pull request #363 from sbwalker/master
...
fix regression bug related to transition to PermissionNames constants
2020-04-12 10:12:22 -04:00
Shaun Walker
f763fbd058
Merge pull request #3 from oqtane/master
...
sync
2020-04-12 10:07:44 -04:00
Shaun Walker
f792e7e1c1
Merge pull request #362 from chlupac/PackageUnpack
...
Solution of warning about additional singleton of InstallManager
2020-04-12 09:53:29 -04:00
Pavel Vesely
94cab7d4db
Solution of warning
...
"Calling 'BuildServiceProvider' from application code results in an additional copy of singleton services being created. Consider alternatives such as dependency injecting services as parameters to 'Configure'"
2020-04-12 11:14:59 +02:00
Shaun Walker
dbcb973119
fixes to emable module package installation from wwwroot/modules
2020-04-11 14:02:42 -04:00
Shaun Walker
68e200cb4c
Merge pull request #360 from sbwalker/master
...
fixes to emable module package installation from wwwroot/modules
2020-04-11 14:02:20 -04:00
Shaun Walker
93a09f6db8
Merge pull request #2 from oqtane/master
...
sync
2020-04-11 11:07:39 -04:00
Shaun Walker
139e33b539
Merge pull request #351 from chlupac/InstallModuleBug
...
nuget module installation fix
2020-04-11 11:06:34 -04:00
Shaun Walker
7c2252f0b4
Merge pull request #359 from user-jwalker/master
...
help text update
2020-04-11 11:06:18 -04:00
Grayson Walker
89066ecfd0
help text update
2020-04-10 21:49:57 -04:00
user-jwalker
252d5ff2af
Merge pull request #1 from oqtane/master
...
sync
2020-04-10 17:14:47 -04:00
Shaun Walker
8f4fd6f135
minor improvements to field level help
2020-04-10 14:18:22 -04:00
Shaun Walker
ef1d0852ba
Merge pull request #358 from sbwalker/master
...
minor improvements to field level help
2020-04-10 14:17:59 -04:00
Shaun Walker
90a127fbb8
enhancements to ModuleCreator so that it can scaffold internal and external modules
2020-04-10 13:49:50 -04:00
Shaun Walker
b1d15ac22c
Merge pull request #357 from sbwalker/master
...
enhancements to ModuleCreator so that it can scaffold internal and external modules
2020-04-10 13:49:48 -04:00
Shaun Walker
728bd23f5d
Merge pull request #354 from sbwalker/master
...
NavigateUrl fix to deal with scenario where alias has a value and path is ""
2020-04-08 13:35:52 -04:00
Shaun Walker
1edc34dca0
NavigateUrl fix to deal with scenario where alias has a value and path is ""
2020-04-08 11:43:42 -04:00
Shaun Walker
c5aaccca76
Merge pull request #353 from sbwalker/master
...
fixed issue with module settings tab and module creator templating
2020-04-07 17:25:57 -04:00
Shaun Walker
c29195b417
fixed issue with module settings tab and module creator templating
2020-04-07 17:25:57 -04:00