Commit Graph

308 Commits

Author SHA1 Message Date
sbwalker
87c6c31f1f add Update API validation to default module template 2023-11-22 14:54:06 -05:00
sbwalker
cd0fe3d6d4 add database provider packages back to wwwroot/Packages as they are needed when cloning a fresh instance of source from Github 2023-11-21 15:21:44 -05:00
sbwalker
116542d8e4 fix .NET upgrade issue related to database provider packages 2023-11-21 15:09:14 -05:00
sbwalker
f78046d4c1 fix warning in MySQL provider, update Database provider packages to official .NET 8 release, add Oqtane.Licensing 2023-11-15 20:49:07 -05:00
sbwalker
5ab2f6ea3a migration to official .NET 8 release 2023-11-14 14:48:12 -05:00
Cody
6f1f7ef7fc
Revert back to previous bootstrap version 2023-10-18 16:20:36 -07: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
af292b291b
Updates to Bootstrap 5.3.2 2023-10-18 15:33:34 -07:00
Cody
918f75704e
.NET 8 Update 2023-10-18 15:26:42 -07:00
Cody
6e258e5d0c
.NET 8 Update 2023-10-18 15:23:06 -07:00
Cody
a8ea4ec085
.NET 8 Update 2023-10-18 15:22:22 -07:00
Cody
2f894af028
.NET 8 Update 2023-10-18 15:21:53 -07:00
Cody
dd400e1214
Version 5 2023-10-18 15:20:56 -07:00
Cody
f8a183bfdf
.NET 8 Update 2023-10-18 15:06:44 -07:00
Cody
2404193b61
.NET 8 Ready 2023-10-18 15:04:07 -07:00
sbwalker
9f28ee2982 .NET 8 initial migration 2023-10-18 15:22:53 -04:00
sbwalker
df37d4aa7f 4.0.6 data provider packages 2023-10-16 09:08:03 -04:00
sbwalker
9e2fa8d7f1 include CopyLocalLockFileAssemblies property in Client project in Default Module Template 2023-09-27 16:11:29 -04:00
sbwalker
e68ae9e8a6 4.0.5 data provider packages 2023-09-26 14:03:06 -04:00
sbwalker
545d5730b6 database provider packages for 4.0.4 2023-09-25 09:59:07 -04:00
sbwalker
5b5c8a4beb database provider packages for 4.0.4 2023-09-25 09:54:27 -04:00
Cody
a46836e2a6
Fix typo in app.css 2023-09-21 16:34:57 -07:00
Shaun Walker
4ab4bf4a3a
Merge pull request #3279 from thabaum/patch-5
Updates Child Page Link Color in Theme Creator Template - Theme.css - Fixes #3278
2023-09-21 09:57:30 -04:00
sbwalker
98257de005 user import improvements 2023-09-21 09:37:29 -04:00
Cody
5ea5c6ff7d
Updates Child Page Link Color in Theme.css 2023-09-20 17:12:04 -07:00
sbwalker
8e5e79a799 add ability to import users 2023-09-20 10:43:49 -04:00
sbwalker
9267efce01 improve polling in file upload to use actual file sizes to calculate duration 2023-09-08 17:16:09 -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
f22e0c4384 prepare for 4.0.3 release 2023-08-28 07:58:33 -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
sbwalker
92a4a1b210 update Module and Theme Install UI to match Marketplace - including logos and support for sorting 2023-08-04 15:17:17 -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
465f241e89 Added a ShowProgress parameter to FileManager (enabled by default). Disabling will display a simple spinner rather than detailed progress information during upload. 2023-07-17 07:42:48 -04:00
sbwalker
a6d83149a4 fix bash script line endings and preserve using gitattributes (credit @rcpacheco in #2958) 2023-07-13 10:18:52 -04:00
Leigh Pointer
4820a27016 User management sort
Added Sorting to User management component.
2023-07-13 12:54:08 +02:00
sbwalker
59fffbd3ee prepare for 4.0.1 release 2023-07-10 16:51:03 -04:00
Leigh Pointer
5973c3d1a0 Remove Build for Oqtane Server in ConfigManger
Remove Build for Oqtane Server in ConfigManger
2023-07-10 14:40:00 +02: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