Commit Graph

660 Commits

Author SHA1 Message Date
7606e7b488 Permission Optimalization 2020-04-26 16:19:20 +02:00
457debf35e Update README.md 2020-04-22 08:28:05 -04:00
62a7c0e584 Merge pull request #392 from hishamco/remove-unnecessary-modules
Remove unnecessary modules
2020-04-21 15:19:51 -04:00
1abfeea0d5 Merge pull request #394 from sbwalker/master
Security fixes for Site Administrators to ensure proper access. Improvements to User and Role management components. Fix logic in CreateUser so that it does not prevent Administrators from creating users.
2020-04-21 15:17:30 -04:00
79eae9c5fa Merge branch 'master' into master 2020-04-21 15:17:22 -04:00
ab5257cea2 Security fixes for Site Administrators to ensure proper access. Improvements to User and Role management components. Fix logic in CreateUser so that it does not prevent Administrators from creating users. 2020-04-21 15:16:12 -04:00
ed0cc42852 Remove unnecessary modules 2020-04-21 19:02:06 +03:00
72995cd8fa added system info admin page/module, improved UI for framework, module, and theme install/upgrade, added version to ModuleDefinitions, fixed bug in logging logic introduced during code standardization 2020-04-20 18:05:37 -04:00
22b0f42461 Merge pull request #391 from sbwalker/master
added system info admin page/module, improved UI for framework, module, and theme install/upgrade, added version to ModuleDefinitions, fixed bug in logging logic introduced during code standardization
2020-04-20 18:05:01 -04:00
62987ca72f allow users to modify default module names, descriptions, and categories and improve control panel behavior 2020-04-18 10:51:07 -04:00
b84db01810 Merge pull request #389 from sbwalker/master
allow users to modify default module names, descriptions, and categories and improve control panel behavior
2020-04-18 10:50:54 -04:00
50611582df Merge pull request #386 from chlupac/DBCreationBug
Database creation bug
2020-04-18 08:47:12 -04:00
69ceb5dd42 HostUser change is not allowed in silent install 2020-04-18 11:11:44 +02:00
209f6db0fb Database creation bug
HostUser change is not allowed in silent install
2020-04-17 22:29:39 +02:00
f56d1fe543 improving admin components 2020-04-17 12:59:53 -04:00
2dd2216aa2 Merge pull request #385 from sbwalker/master
improving admin components
2020-04-17 12:59:27 -04:00
5fec03627e Merge pull request #384 from sbwalker/master
changed ServerAssemblyName to ServerManagerType to optimize processing
2020-04-16 22:28:22 -04:00
b9d70dd11a changed ServerAssemblyName to ServerManagerType to optimize processing 2020-04-16 22:27:12 -04:00
f5e4c1dd29 fixed user registration, and updated module creator templates to use new Service approach 2020-04-16 10:21:16 -04:00
5fb8cd5cec Merge pull request #381 from sbwalker/master
fixed user registration, and updated module creator templates to use new Service approach
2020-04-16 10:20:57 -04:00
3d21a6e204 Merge pull request #7 from oqtane/master
sync
2020-04-16 09:44:26 -04:00
496773a702 Merge pull request #379 from chlupac/Json3
Migration to using System.Net.Http.Json; part two
2020-04-16 08:15:25 -04:00
69bfd6f0e8 Migration to using System.Net.Http.Json; part two
- some cosmetics and bugs,
 - logging preparation,
 - error checking
 - Fixed bug with site.AllowRegistration in case of installation
2020-04-16 10:04:02 +02:00
7048ed9bbc Merge pull request #6 from oqtane/master
sync
2020-04-15 20:12:33 -04:00
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
95e9bee4e2 Migration to using System.Net.Http.Json; part one - functional migration 2020-04-15 23:07:27 +02:00
a70c6de1e9 Update README.md 2020-04-15 17:01:01 -04:00
465b572679 Merge pull request #5 from oqtane/master
sync
2020-04-15 16:19:43 -04:00
fe2ad29b3b Merge pull request #374 from mikecasas/fix-register
Fix register
2020-04-15 16:18:57 -04:00
209fee9c8a Merge pull request #375 from jimspillane/master
Fix Notifications parameters
2020-04-15 12:49:35 -04:00
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
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
1b373a4bfa Added site service to be able to get the site properties. 2020-04-15 05:52:57 -04:00
5232762c0d Fix Notifications parameters
Removed space causing siteid to always send null.
2020-04-14 21:51:22 -04:00
85343ade60 Hide the container if registration is disabled. 2020-04-14 17:04:26 -04:00
5b48240322 If site does not allow registration then disable it. 2020-04-14 16:55:03 -04:00
2c54bcd80e minor modifications to external module template 2020-04-14 16:34:41 -04:00
b4f63acadd Merge pull request #373 from sbwalker/master
minor modifications to external module template
2020-04-14 16:34:20 -04:00
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
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
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
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
de5eeb08c4 Merge pull request #4 from oqtane/master
sync
2020-04-14 12:13:59 -04:00
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
57aa8b6cbd Fix empty string for default site template. 2020-04-14 11:02:42 -04:00
932fc97638 Merge pull request #368 from aubrey-b/site-template
Fix null value for site template.
2020-04-13 14:05:08 -04:00
c7a9d6c278 Fix null value for site template. 2020-04-13 13:54:03 -04:00
f41dd06f6d fixed external module template so that it generates folder paths correctly 2020-04-13 12:48:49 -04:00
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
c25615546a fix to not execute uninstall script when creating a module from template 2020-04-13 08:01:25 -04:00