Cody
|
74a3ea2a01
|
Update package references to 8.0.3
|
2024-03-20 11:31:19 -07:00 |
|
Cody
|
4bfb7a5d29
|
Updates package dependencies to 8.0.3
|
2024-03-20 11:29:45 -07:00 |
|
Ben
|
c58254f951
|
Fix #4010: update repositories to using db context factory.
|
2024-03-18 15:32:19 +08:00 |
|
David Montesinos
|
68e3bcba05
|
Remove previous [Module]DbContextFactory.cs
|
2024-03-12 11:40:21 +01:00 |
|
David Montesinos
|
75a6111a9b
|
Add [Module]ServerStartup.cs to Module Template
|
2024-03-12 11:39:45 +01:00 |
|
Ben
|
11b5cc83dc
|
add db factory class into the module template.
|
2024-03-08 22:44:31 +08:00 |
|
sbwalker
|
25dacccb3b
|
remove Microsoft.AspNetCore.Components.WebAssembly.DevServer from default module and theme template as it is no longer needed
|
2024-02-22 16:40:55 -05:00 |
|
sbwalker
|
8c5613b182
|
update module and theme default templates to use ModuleBase methods rather than ModuleInstance methods
|
2024-02-21 13:42:15 -05:00 |
|
Cody
|
8a636736b4
|
Update project dependecies to 8.0.2
|
2024-02-14 12:53:14 -08:00 |
|
Cody
|
8fe2529306
|
Update project dependecies to 8.0.2
|
2024-02-14 12:52:26 -08:00 |
|
sbwalker
|
e62c529c1f
|
update default Module and Theme template to .NET 8.0.1 to match framework
|
2024-01-25 13:50:13 -05:00 |
|
Ben
|
3c328a00b5
|
fix #3648: update the template to correct the entity table name.
|
2024-01-25 23:00:45 +08:00 |
|
sbwalker
|
7c206af757
|
modify module and theme template release.cmd to remove old nupkg files before packaging
|
2023-12-15 11:08:05 -05:00 |
|
sbwalker
|
87c6c31f1f
|
add Update API validation to default module template
|
2023-11-22 14:54:06 -05:00 |
|
sbwalker
|
5ab2f6ea3a
|
migration to official .NET 8 release
|
2023-11-14 14:48:12 -05:00 |
|
Cody
|
d647e947e2
|
Removes unnecessary space
|
2023-10-18 15:52:22 -07:00 |
|
Cody
|
adef45c30f
|
Removes unnecessary space
|
2023-10-18 15:51:58 -07:00 |
|
Cody
|
8b80859023
|
.NET 8 Update
|
2023-10-18 15:45:47 -07:00 |
|
Cody
|
907fff89c8
|
.NET 8 Update
|
2023-10-18 15:43:55 -07:00 |
|
Cody
|
ca532ffdaf
|
.NET 8 Update
|
2023-10-18 15:43:13 -07:00 |
|
Cody
|
64ee842dc4
|
.NET 8 Update
|
2023-10-18 15:42:36 -07:00 |
|
Cody
|
9c0754a88d
|
.NET 8 Update
|
2023-10-18 15:40:51 -07:00 |
|
Cody
|
3dac9e3dae
|
.NET 8.0 Update
|
2023-10-18 15:38:51 -07:00 |
|
Cody
|
6963e667aa
|
Update to version 5.0.0
|
2023-10-18 15:37:38 -07:00 |
|
Cody
|
2404193b61
|
.NET 8 Ready
|
2023-10-18 15:04:07 -07:00 |
|
sbwalker
|
9e2fa8d7f1
|
include CopyLocalLockFileAssemblies property in Client project in Default Module Template
|
2023-09-27 16:11:29 -04:00 |
|
sbwalker
|
0d56d35646
|
Marketplace UI consistency
|
2023-08-31 13:54:56 -04:00 |
|
sbwalker
|
a857e3f31e
|
abstract namespace specification to template.json so that module and theme templates can use their own naming conventions
|
2023-08-28 09:03:05 -04:00 |
|
sbwalker
|
22cfec9276
|
prepare for 4.0.2 release
|
2023-08-06 08:33:36 -04:00 |
|
sbwalker
|
1e466dc1fe
|
use new GetJsonAsync method in external module template
|
2023-08-06 08:17:56 -04:00 |
|
Leigh Pointer
|
88c06eea6e
|
Fixes Module Creator problem #3041
This fix is to handle a returned null from the database. This issue came to light while using Postgresql
|
2023-07-19 09:58:36 +02:00 |
|
sbwalker
|
a6d83149a4
|
fix bash script line endings and preserve using gitattributes (credit @rcpacheco in #2958)
|
2023-07-13 10:18:52 -04:00 |
|
Shaun Walker
|
d50472cd7b
|
Merge pull request #2984 from leigh-pointer/ConfigExtern
Fix for #2983 Oqtane. Server selected in for build in configmanager
|
2023-07-10 07:44:46 -04:00 |
|
vnetonline
|
cf428598d5
|
[FIX] - Fixed the Resource Type in Module Settings with correct Namespace
|
2023-07-10 12:52:02 +10:00 |
|
Leigh Pointer
|
a45fc0c4df
|
Fix for #2983 Oqtane. Server selected in for build in configmanager
Removed Oqtane. Server build from configuration manager debug and release
|
2023-07-09 21:30:45 +02:00 |
|
Leigh Pointer
|
fd30112ee8
|
Removed RazorLangVersion tag from Client project files
as to discussion #2965
|
2023-07-01 14:41:03 +02:00 |
|
Shaun Walker
|
a7c5841e76
|
Merge pull request #2924 from sbwalker/dev
external template changes to support non-Windows environments
|
2023-06-22 15:24:43 -04:00 |
|
sbwalker
|
0f242a94b4
|
external template changes to support non-Windows environments
|
2023-06-22 15:24:27 -04:00 |
|
Shaun Walker
|
7c6b64123c
|
Add files via upload
|
2023-06-22 15:22:10 -04:00 |
|
vnetonline
|
3abe47ae9e
|
[ENHANCE] - Added Module to NameSpace [Owner].Module.[Module]
[ENHANCE] - Added Module to NameSpace [Owner].Module.[Module]
|
2023-06-20 16:58:30 +10:00 |
|
Shaun Walker
|
2529592b66
|
Merge pull request #2888 from sbwalker/dev
upgraded external module template to .NET 7
|
2023-06-13 13:10:41 -04:00 |
|
sbwalker
|
f248d2fe4e
|
upgraded external module template to .NET 7
|
2023-06-13 13:10:20 -04:00 |
|
Leigh Pointer
|
c4070cb603
|
External Module Description not updated
Fix for External Module Description not updated #2870
|
2023-06-06 12:26:39 +02:00 |
|
Cody
|
ff41cb2735
|
Missing using directive Oqtane.Repository
|
2023-03-04 10:45:32 -08:00 |
|
Cody
|
fb11674301
|
Missing - Using Oqtane.Repository
|
2023-03-04 10:44:19 -08:00 |
|
Cody
|
27049687bf
|
Use [RootFolder] for Oqtane.Server Project
|
2023-03-04 10:34:12 -08:00 |
|
Cody
|
13503edc63
|
Removed extra { }
|
2023-03-04 09:50:49 -08:00 |
|
Shaun Walker
|
f2df8e96db
|
fix #2567 - migrate tenant connection string details from database to appsettings.json
|
2023-02-23 16:29:15 -05:00 |
|
Shaun Walker
|
11dd3ce110
|
adding Oqtane.Server project back to module and theme external template solutions
|
2023-02-09 17:45:45 -05:00 |
|
Shaun Walker
|
f4800bb7f0
|
include owner in migration tag name in external module template
|
2023-01-04 14:51:55 -05:00 |
|