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
Shaun Walker
0714ba9ece
Merge pull request #1 from oqtane/master
...
sync
2020-04-07 10:55:37 -04:00
Shaun Walker
532a33ff47
Merge pull request #336 from hishamco/navigate-url
...
Simplify NavigateUrl using UriBuilder
2020-04-07 10:53:52 -04:00
Pavel Vesely
6d0043669c
nuget module installation fix II
2020-04-07 16:44:38 +02:00
Pavel Vesely
3fc7e78e56
nuget module installation fix
2020-04-07 11:21:33 +02:00
Shaun Walker
bda6409328
Merge pull request #350 from user-jwalker/master
...
update helptext
2020-04-06 16:12:56 -04:00
Grayson Walker
9fff8be40a
update helptext
2020-04-06 16:00:58 -04:00
Hisham Bin Ateya
e10015c11a
Address feedback
2020-04-06 20:54:55 +03:00
Shaun Walker
7421df2970
fixed issues when running on WebAssembly, made IModule implementations consistent
2020-04-06 13:25:19 -04:00
Shaun Walker
706290b098
Merge pull request #347 from sbwalker/master
...
fixed issues when running on WebAssembly, made IModule implementations consistent
2020-04-06 13:25:08 -04:00
Shaun Walker
898bf38156
Merge pull request #346 from chlupac/InstallModuleBug
...
Fix of tenant migration and module installation
2020-04-06 11:42:36 -04:00
Pavel Vesely
b15ff4732c
Fix of tenant migration and module installation
2020-04-06 08:53:52 +02:00
Shaun Walker
5a6f939a98
modified ITheme interface ( #344 )
...
* upgrade to .NET Core 3.2 Preview 3 and fixes for issues created by #314
* Components based on Bootstrap4 for Sections and TabStrip to increase productivity and promote uniformity in Module UIs
* rolled back change creating an Infrastructure.Interfaces namespace, modified IModule interface to be strongly typed
* modified ITheme interface
2020-04-05 15:31:54 -04:00
Shaun Walker
02fde9cec3
rolled back change creating an Infrastructure.Interfaces namespace, modified IModule interface to be strongly typed ( #343 )
...
* upgrade to .NET Core 3.2 Preview 3 and fixes for issues created by #314
* Components based on Bootstrap4 for Sections and TabStrip to increase productivity and promote uniformity in Module UIs
* rolled back change creating an Infrastructure.Interfaces namespace, modified IModule interface to be strongly typed
2020-04-05 14:39:08 -04:00
Pavel Veselý
05de65d3a0
Webassembly problem solved ( #342 )
2020-04-05 13:58:50 -04:00
Hisham Bin Ateya
a2f756729c
Use relative path instead
2020-04-05 01:14:12 +03:00
Pavel Veselý
69d89aaaf9
Icon constants ( #339 )
2020-04-04 14:39:43 -04:00
Pavel Veselý
5af6f7a52d
Namespace Fix undo ( #340 )
2020-04-04 14:06:24 -04:00
Hisham Bin Ateya
d406118d18
Add unit tests
2020-04-04 13:13:40 +03:00
Hisham Bin Ateya
4bc089d2cb
Simplify NavigateUrl using UriBuilder
2020-04-04 13:13:26 +03:00
Shaun Walker
a650f3847d
removed connectionstring value
2020-04-03 17:27:04 -04:00
Pavel Veselý
71bd3a8d6a
Namespace fix ( #335 )
2020-04-03 17:18:33 -04:00
Hisham Bin Ateya
6fa2a38f36
Fix regression bugs ( #334 )
2020-04-03 16:37:02 -04:00
Shaun Walker
d8b15e7a4e
Components based on Bootstrap4 for Sections and TabStrip to increase productivity and promote uniformity in Module UIs ( #333 )
...
* upgrade to .NET Core 3.2 Preview 3 and fixes for issues created by #314
* Components based on Bootstrap4 for Sections and TabStrip to increase productivity and promote uniformity in Module UIs
2020-04-03 15:04:25 -04:00
Pavel Veselý
c38dff5e7c
No more magic strings in module definition ( #332 )
2020-04-03 12:45:27 -04:00
Hisham Bin Ateya
7786cd027b
Use string Interpolation for constructing Urls ( #324 )
2020-04-03 12:44:54 -04:00
Pavel Veselý
2433cc06be
Tenant repository bug ( #329 )
...
Database Manager bug
2020-04-03 11:36:59 -04:00
Shaun Walker
7492b018e3
Update README.md
2020-04-02 12:12:20 -04:00
Shaun Walker
679076cb23
Update README.md
2020-04-02 12:12:02 -04:00
Shaun Walker
e8efc5e508
upgrade to .NET Core 3.2 Preview 3 and fixes for issues created by #314 ( #323 )
2020-04-02 12:07:35 -04:00
Hisham Bin Ateya
c2a29831c4
Prevent deleting master tenant ( #319 )
...
* Prevent deleting master tenant
* Prevent deletion in APIS level
* Address feedback
2020-04-02 08:08:55 -04:00
Pavel Veselý
0b302c6e26
Startup migration bug ( #320 )
...
* Startup migration bug
* ModuleCreator - sql name fix
* Database Manager fixes and improvements
* Database Manager fixes and improvements - removed default password
2020-04-02 08:08:36 -04:00
Shaun Walker
660dd3289c
Update README.md
2020-03-31 12:15:46 -04:00
Hisham Bin Ateya
66ad089088
Refactoring ( #314 )
...
* Refactoring
* Refactoring
* Check for a valid email.
* Fixed missing character.
* Moved logic to the Utilities class.
* Rename template .sql file
* Modified null and empty string check.
* Check for a valid email.
* Fixed missing character.
* Moved logic to the Utilities class.
* Added Favicon support, Progressive Web App support, page title and url support, and private/public user registration options
* Refactoring
* Refactoring
* Check for a valid email.
* Moved logic to the Utilities class.
Co-authored-by: Aubrey <aubrey.b@treskcow.tech>
Co-authored-by: MIchael Atwood <matwood@dragonmastery.com>
Co-authored-by: Shaun Walker <shaun.walker@siliqon.com>
2020-03-31 10:21:05 -04:00
Shaun Walker
c9baa2bb56
Merge pull request #315 from sbwalker/master
...
Added Favicon support, Progressive Web Apps, page title and urls, and private/public user registration
2020-03-30 20:43:58 -04:00
Shaun Walker
35f87d25be
Added Favicon support, Progressive Web App support, page title and url support, and private/public user registration options
2020-03-30 20:42:43 -04:00
Shaun Walker
928111dbac
Merge pull request #27 from oqtane/master
...
sync with upstream
2020-03-30 17:00:37 -04:00