|
3194c5b600
|
remote service support via Jwt
|
2022-03-30 08:07:03 -04:00 |
|
|
4566ea436c
|
prepare for 3.1 release
|
2022-03-23 15:04:03 -04:00 |
|
|
2b768165e5
|
prepare for 3.0.3 release
|
2022-02-11 16:59:48 -05:00 |
|
|
cea5f86df4
|
prepare for 3.0.2 release
|
2022-01-11 17:46:36 -05:00 |
|
|
76fe155c0a
|
visitor improvements
|
2021-12-11 09:30:05 -05:00 |
|
|
7b0c0c3e17
|
prepare for 3.0.1
|
2021-12-10 14:16:16 -05:00 |
|
|
9c32937c83
|
added support for url mapping and viitors
|
2021-12-09 08:48:56 -05:00 |
|
|
04319195c6
|
update to official .NET 6 release
|
2021-11-08 14:55:24 -05:00 |
|
|
29bd31f609
|
upgrade to .NET 6 and increment version to 3.0.0
|
2021-10-19 15:33:03 -04:00 |
|
|
c2be84a367
|
increment version to 2.3.1
|
2021-09-27 11:43:57 -04:00 |
|
|
764b879a77
|
changes to build/publish params for WebAssembly
|
2021-09-24 17:06:45 -04:00 |
|
|
57db7c1efc
|
update version to 2.3.0 in preparation for release
|
2021-09-22 11:55:01 -04:00 |
|
|
58a86b67ee
|
fix #1672 - releases need to be published with IL trimming disabled or else dynamic methods will be stripped. Unfortunately compression needs to be disabled as well as if it is not, a "None of the “sha256” hashes in the integrity attribute match the content of the subresource." error is thrown. This seems to be a bug - which I will pursue with Microsoft.
|
2021-09-22 10:24:13 -04:00 |
|
|
a79535d7d1
|
prepare for 2.2.0 release
|
2021-07-05 15:22:24 -04:00 |
|
|
c4e6a4af49
|
fix remaining default resx differences, enhance module message with ability to dismiss, fix issue in ConfigManager.RemoveSetting, introduce package registry service
|
2021-06-22 14:14:46 -04:00 |
|
|
f2b3d6bc5f
|
SharedResources to reside at the project root.
Namespace was changed from Oqtane to Oqtane.Client
|
2021-06-15 07:09:22 +02:00 |
|
|
3c48657e73
|
version all DLLs and packages consistently and fix all deprecated iconurl warnings
|
2021-06-01 12:30:21 -04:00 |
|
|
d73e1d21c7
|
prepare for 2.1.0 release
|
2021-05-29 13:00:36 -04: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 |
|
|
a85376afb1
|
2.0.2 release testing
|
2021-04-19 08:40:58 -04:00 |
|
|
0fe931d772
|
prepare for 2.0.2 release
|
2021-04-19 08:04:33 -04:00 |
|
|
83e5502111
|
Creation of EF Core Migrations - these execute using EF Tools, but are not integrated to run programmatically
|
2021-03-19 17:01:49 -07:00 |
|
|
ba54076c61
|
Prepare for 2.0.1 release
|
2021-02-26 08:04:44 -05:00 |
|
|
20f1a6175f
|
Use cookie everywhere
|
2020-12-03 17:15:08 +03:00 |
|
|
75556070d6
|
Ability to change culture
|
2020-12-02 02:04:34 +03:00 |
|
|
45819aae07
|
Upgrade packages to .NET 5 RTM
|
2020-11-10 23:47:43 +03:00 |
|
|
b602113cd1
|
move version to 2.0.0
|
2020-11-05 09:19:56 -05:00 |
|
|
70a345d2a9
|
Remove LangVersion
|
2020-10-19 22:11:51 +03:00 |
|
|
74026401a6
|
upgrade to .NET5 RC2
|
2020-10-18 09:30:24 -04:00 |
|
|
aad10ab1c4
|
Changes for .NET 5
|
2020-10-08 11:20:43 -04:00 |
|
|
7f28c5f2ff
|
Add localization service to Oqtane.Client
|
2020-09-29 18:28:30 +03:00 |
|
|
7f15a5f464
|
prepare for 1.0.4 release
|
2020-09-09 12:01:16 -04:00 |
|
|
cf198ff781
|
prepare for 1.0.3 release
|
2020-08-07 13:23:58 -04:00 |
|
|
8d539d058c
|
preparing for 1.0.2 release
|
2020-07-23 15:07:18 -04:00 |
|
|
fa15a5e44b
|
preparing for 1.0.1 release
|
2020-06-23 09:41:17 -04:00 |
|
|
795f591da2
|
Generate nugets in correct format
|
2020-05-26 09:28:37 +02:00 |
|
|
35b26c7525
|
update to version 1.0.0
|
2020-05-19 14:08:03 -04:00 |
|
|
b59e2533ea
|
update to .NET Core 3.2
|
2020-05-19 12:48:30 -04:00 |
|
|
d7ad175cd7
|
fixes for framework upgrade, fixes for control panel CSS styles, added AllPages attrubute for Modules, bumped version to 0.9.1 to test upgrades
|
2020-05-07 14:38:24 -04:00 |
|
|
3afa489f22
|
upgrade to .NET Core 3.2 RC
|
2020-05-01 11:32:41 -04:00 |
|
|
7c6dc6d774
|
Added ability to execute version specific code during framework upgrade (removed ApplicationVersion table and replaced with Version field on Tenant table), updated version number to 0.9.0 and renamed install scripts to match - this will be a baseline release which will be upgradeable
|
2020-05-01 10:27:14 -04:00 |
|
|
91d1e7c684
|
Updated to Blazor WebAssembly 3.2 preview 5
|
2020-04-25 17:25:20 +03:00 |
|
|
f83778fd70
|
Updated to Blazor WebAssembly 3.2 preview 4
|
2020-04-21 19:56:24 +03:00 |
|
|
95e9bee4e2
|
Migration to using System.Net.Http.Json; part one - functional migration
|
2020-04-15 23:07:27 +02: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 |
|
|
d9265e127e
|
SQL maanager, Module Creator, module settings enhancements
|
2020-03-24 14:08:29 -04:00 |
|
|
7da2824e50
|
fixed issues with client-side Blazor
|
2020-03-19 15:03:11 -04:00 |
|
|
50bbc7f5b8
|
moved to version 0.0.9 in preparation for MVP release
|
2020-03-18 08:59:41 -04:00 |
|
|
edf3a816c1
|
Changed root namespace in project to reflect namespaces in files
|
2020-03-11 15:39:09 +01:00 |
|
|
e7822d5ba1
|
Upgrade to .NET Core 3.1
|
2019-12-04 13:28:24 -05:00 |
|