|
d518860a34
|
fix WebAssembly startup alias handling
|
2023-08-03 08:25:44 -04:00 |
|
|
7a42646bed
|
Fix #3068 - support microsites in .NET MAUI
|
2023-08-02 13:55:01 -04:00 |
|
|
0b8086bd36
|
optimize JavaScript handling
|
2023-05-18 14:36:06 -04:00 |
|
|
497ef1750b
|
add defensive logic to Oqtane.Client for loading modules on which have not declared all dependencies on WebAssembly
|
2023-03-14 20:40:49 -04:00 |
|
|
368b900a6e
|
fix #2464 - translation install/upgrade experience
|
2022-10-20 13:16:18 -04:00 |
|
|
a5f1bc3895
|
rename list name to match intent
|
2022-09-14 22:28:31 -04:00 |
|
|
45df729711
|
clean up pdb files on client, hash assembly file names
|
2022-09-14 10:09:50 -04:00 |
|
|
23ae4b01cb
|
remove unnecessary using statements
|
2022-09-12 14:54:31 -04:00 |
|
|
b8e2c729c1
|
cache assemblies in IndexedDB on WebAssembly
|
2022-09-12 14:46:46 -04:00 |
|
|
2d306e8fda
|
optimize assembly loading for MAUI to use client storage
|
2022-09-11 10:48:40 -04:00 |
|
|
f96129fa37
|
Blazor Hybrid / .NET MAUI support
|
2022-08-11 17:09:32 -04:00 |
|
|
5762ce58a4
|
introduce ITransientService interface for auto registration of transient services (for DBContexts and Repositories)
|
2022-07-26 09:41:42 -04:00 |
|
|
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 |
|