Shaun Walker
b9c9a2b75f
Merge pull request #3575 from sbwalker/dev
...
add defensive logic to Alias.Path, improve new GetAlias method
2023-12-19 08:41:49 -05:00
sbwalker
4cea22d813
add defensive logic to Alias.Path, improve new GetAlias method
2023-12-19 08:41:36 -05:00
Shaun Walker
edad4e7d35
Merge pull request #3572 from thabaum/patch-5
...
Sets Logo max height to 90px plus padding 5px right and left.
2023-12-19 08:02:09 -05:00
Shaun Walker
e28acd8d2d
Merge pull request #3574 from sbwalker/dev
...
handle loading/saving of File Extensions
2023-12-19 07:40:01 -05:00
sbwalker
86feaff82f
handle loading/saving of File Extensions
2023-12-19 07:39:48 -05:00
Cody
5f747db224
Logo max-height and padding
2023-12-18 14:12:26 -08:00
Cody
ccda41e18e
Logo max-height 90px, Padding 5px L/R
2023-12-18 14:11:29 -08:00
Cody
2bb83c6532
Revert app logo css changes
2023-12-18 14:10:23 -08:00
Shaun Walker
ec59faba8c
Merge pull request #3573 from sbwalker/dev
...
add database provider projects to Oqtane.sln
2023-12-18 16:31:06 -05:00
sbwalker
c5d8c44b81
add database provider projects to Oqtane.sln
2023-12-18 16:30:49 -05:00
Cody
7a4e4629e5
Logo max height 90px
2023-12-18 13:03:19 -08:00
Shaun Walker
4d3dd95a60
Merge pull request #3568 from sbwalker/dev
...
add additional SetAlias overload
2023-12-18 15:07:20 -05:00
sbwalker
713021359e
add additional SetAlias overload
2023-12-18 15:07:07 -05:00
Shaun Walker
927d2c36e8
Merge pull request #3566 from sbwalker/dev
...
abstract padding logic - don't repeat
2023-12-18 09:58:44 -05:00
sbwalker
afc6368915
abstract padding logic - don't repeat
2023-12-18 09:58:30 -05:00
Shaun Walker
3f604ad7b5
Merge pull request #3565 from sbwalker/dev
...
fix #3556 - pad token secret to 32 characters to resolve IDX1-720, change id of "secret" input to reduce chance of form autocomplete causing issues
2023-12-18 09:51:43 -05:00
sbwalker
c5d4e237ad
fix #3556 - pad token secret to 32 characters to resolve IDX1-720, change id of "secret" input to reduce chance of form autocomplete causing issues
2023-12-18 09:51:18 -05:00
Shaun Walker
0b50b21779
Merge pull request #3559 from thabaum/patch-3
...
Correct formatting of _pagesWithModules declaration
2023-12-18 08:01:44 -05:00
Cody
cafc70f1c9
Correct formatting of _pagesWithModules declaration
2023-12-15 10:47:41 -08:00
Shaun Walker
b4377c346f
Merge pull request #3558 from sbwalker/dev
...
modify module and theme template release.cmd to remove old nupkg files before packaging
2023-12-15 11:08:24 -05: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
Shaun Walker
6212d0a052
Merge pull request #3557 from sbwalker/dev
...
a simple dependency manager for assemblies
2023-12-15 11:06:01 -05:00
sbwalker
8909822aea
a simple dependency manager for assemblies
2023-12-15 11:05:48 -05:00
Shaun Walker
5fc0964f73
Merge pull request #3555 from sbwalker/dev
...
suppress compiler warnings for internal Entity Framework Core API usage and Analyzer 'Microsoft.AspNetCore.Analyzers.WebApplicationBuilder.WebApplicationBuilderAnalyzer' (.NET8)
2023-12-14 15:23:04 -05:00
sbwalker
7725559a44
suppress compiler warnings for internal Entity Framework Core API usage and Analyzer 'Microsoft.AspNetCore.Analyzers.WebApplicationBuilder.WebApplicationBuilderAnalyzer' (.NET8)
2023-12-14 15:22:43 -05:00
Shaun Walker
03414a58e9
Merge pull request #3553 from sbwalker/dev
...
eliminate database provider nuget packages
2023-12-14 14:32:32 -05:00
sbwalker
ade0419bf6
eliminate database provider nuget packages
2023-12-14 14:32:19 -05:00
Shaun Walker
9d646b2eed
Merge pull request #3552 from sbwalker/dev
...
ignore Blazor framework requests
2023-12-13 18:25:34 -05:00
sbwalker
0d718a5ca2
ignore Blazor framework requests
2023-12-13 18:25:21 -05:00
Shaun Walker
78c8b36dfa
Merge pull request #3551 from sbwalker/dev
...
remove unecessary resource key
2023-12-13 13:34:24 -05:00
sbwalker
b5ca0874fa
remove unecessary resource key
2023-12-13 13:34:08 -05:00
Shaun Walker
e209becff9
Merge pull request #3548 from leigh-pointer/ModuleMangPages
...
Module Management Ehancement - show where modules are used.
2023-12-13 11:22:22 -05:00
Leigh Pointer
652d42aa6b
Rework
...
Not to display the number of instances of the module on those pages.
Name the tab "Pages".
2023-12-13 17:19:19 +01:00
Shaun Walker
058a11597f
Merge pull request #3550 from sbwalker/dev
...
fix regression issue
2023-12-13 11:18:44 -05:00
sbwalker
dd73d6e19a
fix regression issue
2023-12-13 11:18:32 -05:00
Shaun Walker
3793f618a8
Merge pull request #3549 from sbwalker/dev
...
HTML encode notifications sent by non-admins to prevent HTML injection
2023-12-13 10:07:43 -05:00
sbwalker
6621983a9c
HTML encode notifications sent by non-admins to prevent HTML injection
2023-12-13 10:07:21 -05:00
Leigh Pointer
e0b0302f5a
Check for Deleted Pageds
2023-12-12 22:56:02 +01:00
Leigh Pointer
b02584bec6
Enhancment to the Module Managment to show where module is used.
...
Added a new tab that lists all the pages where there is a module instance with the count of the number of instances.
This helps when making a decision to delete the module from the framework.
2023-12-12 22:28:18 +01:00
Shaun Walker
c832d61409
Merge pull request #3547 from sbwalker/dev
...
set authentication cookie to HttpOnly
2023-12-12 15:56:30 -05:00
sbwalker
ac701f28b5
set authentication cookie to HttpOnly
2023-12-12 15:56:16 -05:00
Shaun Walker
53032140e7
Merge pull request #3546 from sbwalker/dev
...
security improvement - ensure returnurl is a relativre path
2023-12-12 15:55:03 -05:00
sbwalker
3c7633564f
security improvement - ensure returnurl is a relativre path
2023-12-12 15:54:52 -05:00
Shaun Walker
43eae40404
Merge pull request #3545 from sbwalker/dev
...
add support for root sitemap.xml and robots.txt
2023-12-12 14:50:21 -05:00
sbwalker
e34b1b54d5
add support for root sitemap.xml and robots.txt
2023-12-12 14:50:08 -05:00
Shaun Walker
0658a7de0d
Merge pull request #3544 from sbwalker/dev
...
comsider name and email claim values as optional
2023-12-12 14:04:08 -05:00
sbwalker
9e0a4dfac8
comsider name and email claim values as optional
2023-12-12 14:03:47 -05:00
Shaun Walker
82034ade90
Merge pull request #3543 from sbwalker/dev
...
modify #3528 so that it only saves the ImagesFiles and UploadableFiles if they are different than the default - otherwise it sets them to blank. This provides forward compatibility if the default values are updated in future framework versions.
2023-12-12 13:52:03 -05:00
sbwalker
b979203e12
modify #3528 so that it only saves the ImagesFiles and UploadableFiles if they are different than the default - otherwise it sets them to blank. This provides forward compatibility if the default values are updated in future framework versions.
2023-12-12 13:51:41 -05:00
Shaun Walker
c9a368f13a
Merge pull request #3542 from sbwalker/dev
...
move message into file upload region
2023-12-12 13:39:52 -05:00