Commit Graph

40 Commits

Author SHA1 Message Date
a70f1ee1e0 cleanup 2022-03-30 22:08:32 -04:00
3194c5b600 remote service support via Jwt 2022-03-30 08:07:03 -04:00
5b8e6d4df6 Add many PrivateApi attributes to hide unimportant stuff in docs 2021-11-11 20:01:55 +01:00
306b78b526 Added ability for Runtime and RenderMode to be set per Site - enabling the framework to support multiple hosting models concurrently in the same installation. Fixed WebAssembly Prerendering issue (this also resolved the issue where the component taghelper was not passing parameters correctly to the app when running on WebAssembly). Fix #1702 - remove web,config from upgrade package. 2021-10-05 14:32:05 -04:00
c62a4ae8ae Fix parsing localization cookie when the value is not present 2021-06-16 11:02:12 +03:00
7c181b65cd Fix merge conflict 2021-06-12 00:18:57 +03:00
126024991c Merge remote-tracking branch 'upstream/dev' into clean-startup
# Conflicts:
#	Oqtane.Client/Program.cs
#	Oqtane.Server/Startup.cs
2021-06-11 23:54:38 +03:00
bc720555c4 refactoring, enhancements, and some fixes 2021-06-10 08:16:02 -04:00
943adec3a0 fixes for running on WebAssembly 2021-05-13 07:58:57 -04:00
1efd623a99 Adding new DatabaseConfig components in the Client project for supported Databases to avoid deploying server dlls to client 2021-04-27 15:35:10 -07:00
f7d8888232 Refactor Program.cs 2021-04-20 19:01:56 +03:00
40f8436947 Merge pull request #1239 from cnurse/dev
Implement Database Migrations and add Multi-Database Support
2021-04-19 21:11:11 -04:00
cbe843bafc User experience improvements 2021-04-17 19:18:24 -04:00
2fb63e8117 Added suuport to inject an IOqtaneDatabase in EntityBuilders to allow each Database to control certain Migration behaviors. Also updated Installer to dynamically build Database Configuration section 2021-03-27 11:16:16 -07:00
3a032f401a Added IDatabase interface and refactored to use it to handle database type - updated Installer to dynamically add databases to selector 2021-03-24 11:45:44 -07:00
3059e8c763 Add language service 2021-01-10 20:17:35 +03:00
20f1a6175f Use cookie everywhere 2020-12-03 17:15:08 +03:00
049ded6f7e Fallback to default culture if its required 2020-12-03 16:14:23 +03:00
1b3cc2c44e Interop local storage APIs should be generic 2020-12-03 13:37:18 +03:00
330499dda5 Use Interop 2020-12-02 02:10:01 +03:00
75556070d6 Ability to change culture 2020-12-02 02:04:34 +03:00
c4d1b16abb Add LanguageSwitcher component 2020-12-02 01:52:46 +03:00
b4b73b7e5a fixed compatibility issue in .NET5/WebAssembly where assemblies were not being loaded into the default AppDomain, optimized service registration on WebAssembly, fixed spelling mistake for satellite assemblies constant and fixed issue in LocalizableComponent 2020-11-03 14:41:49 -05:00
4a90e6e64f Use ServiceActivator instead of IHttpContextAccessor 2020-10-15 06:07:11 +03:00
edc65e66c9 Use AddHttpContextAccessor() 2020-10-12 18:26:04 +03:00
4b11bdc4be Support label localization 2020-10-12 18:15:08 +03:00
b52dd571ee Fix loading bug 2020-09-29 19:18:56 +03:00
7f28c5f2ff Add localization service to Oqtane.Client 2020-09-29 18:28:30 +03:00
accf947afd LoadClientAssemblies adds satellite assemblies 2020-09-29 18:28:02 +03:00
1532eb7586 Optimized downloading of assemblies when using WebAssembly 2020-05-18 18:02:23 -04:00
da73d519d7 IClientStartup implementation 2020-05-12 10:00:28 +02:00
845d38caf6 Remove AddBaseAddressHttpClient() 2020-04-23 00:22:12 +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
7421df2970 fixed issues when running on WebAssembly, made IModule implementations consistent 2020-04-06 13:25:19 -04:00
5af6f7a52d Namespace Fix undo (#340) 2020-04-04 14:06:24 -04:00
71bd3a8d6a Namespace fix (#335) 2020-04-03 17:18:33 -04:00
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
7da2824e50 fixed issues with client-side Blazor 2020-03-19 15:03:11 -04:00
cf6643aef3 Client fixes
Client is partially done.
227 warnings left out of 1500
I like Rider
2020-03-15 15:19:35 +01:00
d71de1c21f Initial commit 2019-05-04 20:32:08 -04:00