diff --git a/src/Our.Umbraco.Honeypot.Core/Our.Umbraco.Honeypot.Core.csproj b/src/Our.Umbraco.Honeypot.Core/Our.Umbraco.Honeypot.Core.csproj index 87118a3..9567a8a 100644 --- a/src/Our.Umbraco.Honeypot.Core/Our.Umbraco.Honeypot.Core.csproj +++ b/src/Our.Umbraco.Honeypot.Core/Our.Umbraco.Honeypot.Core.csproj @@ -1,7 +1,7 @@ - net472;net5.0;net6.0;net7.0 + net472;net5.0;net6.0;net7.0;net8.0 Our.Umbraco.Honeypot.Core Björnmamman AB Sverige https://bjornmamman.se/ @@ -56,5 +56,10 @@ + + + + + diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Our.Umbraco.Honeypot.WebsiteV12.csproj b/src/Our.Umbraco.Honeypot.WebsiteV12/Our.Umbraco.Honeypot.WebsiteV12.csproj index 70c4f78..303a392 100644 --- a/src/Our.Umbraco.Honeypot.WebsiteV12/Our.Umbraco.Honeypot.WebsiteV12.csproj +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Our.Umbraco.Honeypot.WebsiteV12.csproj @@ -17,13 +17,13 @@ - + - + diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/umbraco/Data/Umbraco.sqlite.db b/src/Our.Umbraco.Honeypot.WebsiteV12/umbraco/Data/Umbraco.sqlite.db new file mode 100644 index 0000000..cd0bae8 Binary files /dev/null and b/src/Our.Umbraco.Honeypot.WebsiteV12/umbraco/Data/Umbraco.sqlite.db differ diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/.gitignore b/src/Our.Umbraco.Honeypot.WebsiteV13/.gitignore new file mode 100644 index 0000000..8bcfaae --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/.gitignore @@ -0,0 +1,479 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# Tye +.tye/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +## +## Visual studio for Mac +## + + +# globs +Makefile.in +*.userprefs +*.usertasks +config.make +config.status +aclocal.m4 +install-sh +autom4te.cache/ +*.tar.gz +tarballs/ +test-results/ + +# Mac bundle stuff +*.dmg +*.app + +# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore +# Windows thumbnail cache files +Thumbs.db +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# JetBrains Rider +.idea/ +*.sln.iml + +## +## Visual Studio Code +## +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +## +## Umbraco CMS +## + +# JSON schema files for appsettings.json +appsettings-schema.json +appsettings-schema.*.json + +# Packages created from the backoffice (package.xml/package.zip) +/umbraco/Data/CreatedPackages/ + +# Temp folder containing Examine indexes, NuCache, MediaCache, etc. +/umbraco/Data/TEMP/ + +# SQLite database files +/umbraco/Data/*.sqlite.db +/umbraco/Data/*.sqlite.db-shm +/umbraco/Data/*.sqlite.db-wal + +# Log files +/umbraco/Logs/ + +# Media files +/wwwroot/media/ diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/App_Plugins/Our.Umbraco.Honeypot/Backoffice/Icons/icon-honeypot.svg b/src/Our.Umbraco.Honeypot.WebsiteV13/App_Plugins/Our.Umbraco.Honeypot/Backoffice/Icons/icon-honeypot.svg new file mode 100644 index 0000000..0bedf03 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/App_Plugins/Our.Umbraco.Honeypot/Backoffice/Icons/icon-honeypot.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html b/src/Our.Umbraco.Honeypot.WebsiteV13/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html new file mode 100644 index 0000000..212b1fd --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Our.Umbraco.Honeypot.WebsiteV13.csproj b/src/Our.Umbraco.Honeypot.WebsiteV13/Our.Umbraco.Honeypot.WebsiteV13.csproj new file mode 100644 index 0000000..2fefc8b --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Our.Umbraco.Honeypot.WebsiteV13.csproj @@ -0,0 +1,49 @@ + + + net8.0 + enable + enable + + + + true + Always + + + Always + true + Always + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + false + false + + + diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Program.cs b/src/Our.Umbraco.Honeypot.WebsiteV13/Program.cs new file mode 100644 index 0000000..9f78861 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Program.cs @@ -0,0 +1,19 @@ +namespace Our.Umbraco.Honeypot.WebsiteV13 +{ + public class Program + { + public static void Main(string[] args) + => CreateHostBuilder(args) + .Build() + .Run(); + + public static IHostBuilder CreateHostBuilder(string[] args) => + Host.CreateDefaultBuilder(args) + .ConfigureUmbracoDefaults() + .ConfigureWebHostDefaults(webBuilder => + { + webBuilder.UseStaticWebAssets(); + webBuilder.UseStartup(); + }); + } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Properties/launchSettings.json b/src/Our.Umbraco.Honeypot.WebsiteV13/Properties/launchSettings.json new file mode 100644 index 0000000..6cf972a --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Properties/launchSettings.json @@ -0,0 +1,29 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:26613", + "sslPort": 44367 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "Umbraco.Web.UI": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "https://localhost:44367;http://localhost:26613", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Startup.cs b/src/Our.Umbraco.Honeypot.WebsiteV13/Startup.cs new file mode 100644 index 0000000..bf79686 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Startup.cs @@ -0,0 +1,66 @@ +namespace Our.Umbraco.Honeypot.WebsiteV13 +{ + public class Startup + { + private readonly IWebHostEnvironment _env; + private readonly IConfiguration _config; + + /// + /// Initializes a new instance of the class. + /// + /// The web hosting environment. + /// The configuration. + /// + /// Only a few services are possible to be injected here https://github.com/dotnet/aspnetcore/issues/9337. + /// + public Startup(IWebHostEnvironment webHostEnvironment, IConfiguration config) + { + _env = webHostEnvironment ?? throw new ArgumentNullException(nameof(webHostEnvironment)); + _config = config ?? throw new ArgumentNullException(nameof(config)); + } + + /// + /// Configures the services. + /// + /// The services. + /// + /// This method gets called by the runtime. Use this method to add services to the container. + /// For more information on how to configure your application, visit https://go.microsoft.com/fwlink/?LinkID=398940. + /// + public void ConfigureServices(IServiceCollection services) + { + services.AddUmbraco(_env, _config) + .AddBackOffice() + .AddWebsite() + .AddDeliveryApi() + .AddComposers() + .Build(); + } + + /// + /// Configures the application. + /// + /// The application builder. + /// The web hosting environment. + public void Configure(IApplicationBuilder app, IWebHostEnvironment env) + { + if (env.IsDevelopment()) + { + app.UseDeveloperExceptionPage(); + } + + app.UseUmbraco() + .WithMiddleware(u => + { + u.UseBackOffice(); + u.UseWebsite(); + }) + .WithEndpoints(u => + { + u.UseInstallerEndpoints(); + u.UseBackOfficeEndpoints(); + u.UseWebsiteEndpoints(); + }); + } + } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/Forms/Themes/default/FieldTypes/FieldType.Honeypot.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/Forms/Themes/default/FieldTypes/FieldType.Honeypot.cshtml new file mode 100644 index 0000000..a665bb3 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/Forms/Themes/default/FieldTypes/FieldType.Honeypot.cshtml @@ -0,0 +1,6 @@ +@addTagHelper *, Our.Umbraco.Honeypot.Core +@model Umbraco.Forms.Web.Models.FieldViewModel +@using Our.Umbraco.Honeypot.Core + + + diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/blockgrid/area.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/blockgrid/area.cshtml new file mode 100644 index 0000000..3614847 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/blockgrid/area.cshtml @@ -0,0 +1,10 @@ +@using Umbraco.Extensions +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage + +
+ @await Html.GetBlockGridItemsHtmlAsync(Model) +
diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/blockgrid/areas.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/blockgrid/areas.cshtml new file mode 100644 index 0000000..30f987c --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/blockgrid/areas.cshtml @@ -0,0 +1,13 @@ +@using Umbraco.Extensions +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage +@{ + if (Model?.Areas.Any() != true) { return; } +} + +
+ @foreach (var area in Model.Areas) + { + @await Html.GetBlockGridItemAreaHtmlAsync(area) + } +
diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/blockgrid/default.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/blockgrid/default.cshtml new file mode 100644 index 0000000..e25839e --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/blockgrid/default.cshtml @@ -0,0 +1,11 @@ +@using Umbraco.Extensions +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage +@{ + if (Model?.Any() != true) { return; } +} + +
+ @await Html.GetBlockGridItemsHtmlAsync(Model) +
diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/blockgrid/items.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/blockgrid/items.cshtml new file mode 100644 index 0000000..2703fa5 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/blockgrid/items.cshtml @@ -0,0 +1,36 @@ +@using Umbraco.Cms.Core.Models.Blocks +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage> +@{ + if (Model?.Any() != true) { return; } +} + +
+ @foreach (var item in Model) + { + +
+ @{ + var partialViewName = "blockgrid/Components/" + item.Content.ContentType.Alias; + try + { + @await Html.PartialAsync(partialViewName, item) + } + catch (InvalidOperationException) + { +

+ Could not render component of type: @(item.Content.ContentType.Alias) +
+ This likely happened because the partial view @partialViewName could not be found. +

+ } + } +
+ } +
diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/blocklist/default.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/blocklist/default.cshtml new file mode 100644 index 0000000..accca2e --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/blocklist/default.cshtml @@ -0,0 +1,13 @@ +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage +@{ + if (Model?.Any() != true) { return; } +} +
+ @foreach (var block in Model) + { + if (block?.ContentUdi == null) { continue; } + var data = block.Content; + + @await Html.PartialAsync("blocklist/Components/" + data.ContentType.Alias, block) + } +
diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/bootstrap3-fluid.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/bootstrap3-fluid.cshtml new file mode 100644 index 0000000..b92734e --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/bootstrap3-fluid.cshtml @@ -0,0 +1,106 @@ +@using System.Web +@using Microsoft.AspNetCore.Html +@using Newtonsoft.Json.Linq +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage + +@* + Razor helpers located at the bottom of this file +*@ + +@if (Model is JObject && Model?.sections is not null) +{ + var oneColumn = ((System.Collections.ICollection)Model.sections).Count == 1; + +
+ @if (oneColumn) + { + foreach (var section in Model.sections) + { +
+ @foreach (var row in section.rows) + { + renderRow(row); + } +
+ } + } + else + { +
+ @foreach (var sec in Model.sections) + { +
+
+ @foreach (var row in sec.rows) + { + renderRow(row); + } +
+
+ } +
+ } +
+} + +@functions{ + + private async Task renderRow(dynamic row) + { +
+
+ @foreach (var area in row.areas) + { +
+
+ @foreach (var control in area.controls) + { + if (control?.editor?.view != null) + { + @await Html.PartialAsync("grid/editors/base", (object)control) + } + } +
+
+ } +
+
+ } +} + +@functions{ + + public static HtmlString RenderElementAttributes(dynamic contentItem) + { + var attrs = new List(); + JObject cfg = contentItem.config; + + if (cfg != null) + { + foreach (JProperty property in cfg.Properties()) + { + var propertyValue = HttpUtility.HtmlAttributeEncode(property.Value.ToString()); + attrs.Add(property.Name + "=\"" + propertyValue + "\""); + } + } + + JObject style = contentItem.styles; + + if (style != null) { + var cssVals = new List(); + foreach (JProperty property in style.Properties()) + { + var propertyValue = property.Value.ToString(); + if (string.IsNullOrWhiteSpace(propertyValue) == false) + { + cssVals.Add(property.Name + ":" + propertyValue + ";"); + } + } + + if (cssVals.Any()) + attrs.Add("style='" + HttpUtility.HtmlAttributeEncode(string.Join(" ", cssVals)) + "'"); + } + + return new HtmlString(string.Join(" ", attrs)); + } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/bootstrap3.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/bootstrap3.cshtml new file mode 100644 index 0000000..8863788 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/bootstrap3.cshtml @@ -0,0 +1,112 @@ +@using System.Web +@using Microsoft.AspNetCore.Html +@using Newtonsoft.Json.Linq +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage + +@if (Model is JObject && Model?.sections is not null) +{ + var oneColumn = ((System.Collections.ICollection)Model.sections).Count == 1; + +
+ @if (oneColumn) + { + foreach (var section in Model.sections) + { +
+ @foreach (var row in section.rows) + { + renderRow(row, true); + } +
+ } + } + else + { +
+
+ @foreach (var sec in Model.sections) + { +
+
+ @foreach (var row in sec.rows) + { + renderRow(row, false); + } +
+
+ } +
+
+ } +
+} + +@functions{ + + private async Task renderRow(dynamic row, bool singleColumn) + { +
+ @if (singleColumn) { + @:
+ } +
+ @foreach (var area in row.areas) + { +
+
+ @foreach (var control in area.controls) + { + if (control?.editor?.view != null) + { + @await Html.PartialAsync("grid/editors/base", (object)control) + } + } +
+
+ } +
+ @if (singleColumn) { + @:
+ } +
+ } + +} + +@functions{ + + public static HtmlString RenderElementAttributes(dynamic contentItem) + { + var attrs = new List(); + JObject cfg = contentItem.config; + + if (cfg != null) + { + foreach (JProperty property in cfg.Properties()) + { + var propertyValue = HttpUtility.HtmlAttributeEncode(property.Value.ToString()); + attrs.Add(property.Name + "=\"" + propertyValue + "\""); + } + } + + JObject style = contentItem.styles; + + if (style != null) + { + var cssVals = new List(); + foreach (JProperty property in style.Properties()) + { + var propertyValue = property.Value.ToString(); + if (string.IsNullOrWhiteSpace(propertyValue) == false) + { + cssVals.Add(property.Name + ":" + propertyValue + ";"); + } + } + + if (cssVals.Any()) + attrs.Add("style=\"" + HttpUtility.HtmlAttributeEncode(string.Join(" ", cssVals)) + "\""); + } + + return new HtmlString(string.Join(" ", attrs)); + } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/base.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/base.cshtml new file mode 100644 index 0000000..e40543b --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/base.cshtml @@ -0,0 +1,27 @@ +@model dynamic + +@try +{ + string editor = EditorView(Model); + @await Html.PartialAsync(editor, Model as object) +} +catch (Exception ex) +{ +
@ex.ToString()
+} + +@functions{ + + public static string EditorView(dynamic contentItem) + { + string view = contentItem.editor.render != null ? contentItem.editor.render.ToString() : contentItem.editor.view.ToString(); + view = view.Replace(".html", ".cshtml"); + + if (!view.Contains("/")) + { + view = "grid/editors/" + view; + } + + return view; + } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/embed.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/embed.cshtml new file mode 100644 index 0000000..74c8fe2 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/embed.cshtml @@ -0,0 +1,11 @@ +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage + +@if (Model is not null) +{ + string embedValue = Convert.ToString(Model.value); + embedValue = embedValue.DetectIsJson() ? Model.value.preview : Model.value; + +
+ @Html.Raw(embedValue) +
+} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/macro.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/macro.cshtml new file mode 100644 index 0000000..a4450d1 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/macro.cshtml @@ -0,0 +1,15 @@ +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage + +@if (Model?.value is not null) +{ + string macroAlias = Model.value.macroAlias.ToString(); + var parameters = new Dictionary(); + foreach (var mpd in Model.value.macroParamsDictionary) + { + parameters.Add(mpd.Name, mpd.Value); + } + + + @await Umbraco.RenderMacroAsync(macroAlias, parameters) + +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/media.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/media.cshtml new file mode 100644 index 0000000..bc3b111 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/media.cshtml @@ -0,0 +1,64 @@ +@model dynamic +@using Umbraco.Cms.Core.Media +@using Umbraco.Cms.Core.PropertyEditors.ValueConverters +@inject IImageUrlGenerator ImageUrlGenerator + +@if (Model?.value is not null) +{ + var url = Model.value.image; + + if (Model.editor.config != null && Model.editor.config.size != null) + { + if (Model.value.coordinates != null) + { + url = ImageCropperTemplateCoreExtensions.GetCropUrl( + (string)url, + ImageUrlGenerator, + width: (int)Model.editor.config.size.width, + height: (int)Model.editor.config.size.height, + cropAlias: "default", + cropDataSet: new ImageCropperValue + { + Crops = new[] + { + new ImageCropperValue.ImageCropperCrop + { + Alias = "default", + Coordinates = new ImageCropperValue.ImageCropperCropCoordinates + { + X1 = (decimal)Model.value.coordinates.x1, + Y1 = (decimal)Model.value.coordinates.y1, + X2 = (decimal)Model.value.coordinates.x2, + Y2 = (decimal)Model.value.coordinates.y2 + } + } + } + }); + } + else + { + url = ImageCropperTemplateCoreExtensions.GetCropUrl( + (string)url, + ImageUrlGenerator, + width: (int)Model.editor.config.size.width, + height: (int)Model.editor.config.size.height, + cropDataSet: new ImageCropperValue + { + FocalPoint = new ImageCropperValue.ImageCropperFocalPoint + { + Top = Model.value.focalPoint == null ? 0.5m : Model.value.focalPoint.top, + Left = Model.value.focalPoint == null ? 0.5m : Model.value.focalPoint.left + } + }); + } + } + + var altText = Model.value.altText ?? Model.value.caption ?? string.Empty; + + @altText + + if (Model.value.caption != null) + { +

@Model.value.caption

+ } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/rte.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/rte.cshtml new file mode 100644 index 0000000..9445666 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/rte.cshtml @@ -0,0 +1,13 @@ +@using Umbraco.Cms.Core.Templates +@model dynamic +@inject HtmlLocalLinkParser HtmlLocalLinkParser; +@inject HtmlUrlParser HtmlUrlParser; +@inject HtmlImageSourceParser HtmlImageSourceParser; + +@{ + var value = HtmlLocalLinkParser.EnsureInternalLinks(Model?.value.ToString()); + value = HtmlUrlParser.EnsureUrls(value); + value = HtmlImageSourceParser.EnsureImageSources(value); +} + +@Html.Raw(value) diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/textstring.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/textstring.cshtml new file mode 100644 index 0000000..e6b9352 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Partials/grid/editors/textstring.cshtml @@ -0,0 +1,22 @@ +@model dynamic + +@if (Model?.editor.config.markup is not null) +{ + string markup = Model.editor.config.markup.ToString(); + markup = markup.Replace("#value#", Html.ReplaceLineBreaks((string)Model.value.ToString()).ToString()); + + if (Model.editor.config.style != null) + { + markup = markup.Replace("#style#", Model.editor.config.style.ToString()); + } + + + @Html.Raw(markup) + +} +else +{ + +
@Model?.value
+
+} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Test.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Test.cshtml new file mode 100644 index 0000000..a4e3324 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/Test.cshtml @@ -0,0 +1,29 @@ +@using Umbraco.Cms.Web.Common.PublishedModels; +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage +@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels; +@using Umbraco.Forms.Web; +@{ + Layout = null; +} + + + + + + + + Test + + + + + + +
+ @Html.Raw(Model.Content) +
+ + @Html.RenderUmbracoFormDependencies(Url) + + + diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/Views/_ViewImports.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/_ViewImports.cshtml new file mode 100644 index 0000000..c0e4e4a --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/Views/_ViewImports.cshtml @@ -0,0 +1,9 @@ +@using Umbraco.Extensions +@using Our.Umbraco.Honeypot.WebsiteV13 +@using Umbraco.Cms.Web.Common.PublishedModels +@using Umbraco.Cms.Web.Common.Views +@using Umbraco.Cms.Core.Models.PublishedContent +@using Microsoft.AspNetCore.Html +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@addTagHelper *, Smidge +@inject Smidge.SmidgeHelper SmidgeHelper diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/appsettings.Development.json b/src/Our.Umbraco.Honeypot.WebsiteV13/appsettings.Development.json new file mode 100644 index 0000000..370877b --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/appsettings.Development.json @@ -0,0 +1,34 @@ +{ + "$schema": "appsettings-schema.json", + "Serilog": { + "MinimumLevel": { + "Default": "Information" + }, + "WriteTo": [ + { + "Name": "Async", + "Args": { + "configure": [ + { + "Name": "Console" + } + ] + } + } + ] + }, + "Umbraco": { + "CMS": { + "Content": { + "MacroErrors": "Throw" + }, + "Hosting": { + "Debug": true + }, + "RuntimeMinification": { + "UseInMemoryCache": true, + "CacheBuster": "Timestamp" + } + } + } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/appsettings.json b/src/Our.Umbraco.Honeypot.WebsiteV13/appsettings.json new file mode 100644 index 0000000..1e1aa39 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV13/appsettings.json @@ -0,0 +1,34 @@ +{ + "$schema": "appsettings-schema.json", + "Serilog": { + "MinimumLevel": { + "Default": "Information", + "Override": { + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information", + "System": "Warning" + } + } + }, + "Umbraco": { + "CMS": { + "Global": { + "Id": "09e4ffa3-1e9e-4fb7-873c-626ba2210e06", + "SanitizeTinyMce": true + }, + "Content": { + "AllowEditInvariantFromNonDefault": true, + "ContentVersionCleanupPolicy": { + "EnableCleanup": true + } + }, + "Unattended": { + "UpgradeUnattended": true + } + } + }, + "ConnectionStrings": { + "umbracoDbDSN": "Data Source=|DataDirectory|/Umbraco.sqlite.db;Cache=Shared;Foreign Keys=True;Pooling=True;", + "umbracoDbDSN_ProviderName": "Microsoft.Data.Sqlite" + } +} \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.WebsiteV13/wwwroot/favicon.ico b/src/Our.Umbraco.Honeypot.WebsiteV13/wwwroot/favicon.ico new file mode 100644 index 0000000..c0749dd Binary files /dev/null and b/src/Our.Umbraco.Honeypot.WebsiteV13/wwwroot/favicon.ico differ diff --git a/src/Our.Umbraco.Honeypot.sln b/src/Our.Umbraco.Honeypot.sln index 4e77140..aed2b82 100644 --- a/src/Our.Umbraco.Honeypot.sln +++ b/src/Our.Umbraco.Honeypot.sln @@ -26,6 +26,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Our.Umbraco.Honeypot.Websit EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Our.Umbraco.Honeypot.WebsiteV12", "Our.Umbraco.Honeypot.WebsiteV12\Our.Umbraco.Honeypot.WebsiteV12.csproj", "{511E1903-F18D-42B8-9835-24BB21E8D51D}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Our.Umbraco.Honeypot.WebsiteV13", "Our.Umbraco.Honeypot.WebsiteV13\Our.Umbraco.Honeypot.WebsiteV13.csproj", "{FCD5B969-3767-45D8-9BA9-BB73B378B3BE}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -60,6 +62,10 @@ Global {511E1903-F18D-42B8-9835-24BB21E8D51D}.Debug|Any CPU.Build.0 = Debug|Any CPU {511E1903-F18D-42B8-9835-24BB21E8D51D}.Release|Any CPU.ActiveCfg = Release|Any CPU {511E1903-F18D-42B8-9835-24BB21E8D51D}.Release|Any CPU.Build.0 = Release|Any CPU + {FCD5B969-3767-45D8-9BA9-BB73B378B3BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FCD5B969-3767-45D8-9BA9-BB73B378B3BE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FCD5B969-3767-45D8-9BA9-BB73B378B3BE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FCD5B969-3767-45D8-9BA9-BB73B378B3BE}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -69,6 +75,7 @@ Global {272F5C6F-71A1-44D4-966C-E0DF86DB139C} = {CD606107-8CC7-47B0-A0EB-C3E169CCA841} {DE4DA5A5-7E18-4750-B448-24D5CF44016C} = {CD606107-8CC7-47B0-A0EB-C3E169CCA841} {511E1903-F18D-42B8-9835-24BB21E8D51D} = {CD606107-8CC7-47B0-A0EB-C3E169CCA841} + {FCD5B969-3767-45D8-9BA9-BB73B378B3BE} = {CD606107-8CC7-47B0-A0EB-C3E169CCA841} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {71AC7436-4D41-4335-9C2A-0A6ECAF18C87} diff --git a/src/Our.Umbraco.Honeypot/HoneypotFieldType.cs b/src/Our.Umbraco.Honeypot/HoneypotFieldType.cs index 6d48381..e1fc49d 100644 --- a/src/Our.Umbraco.Honeypot/HoneypotFieldType.cs +++ b/src/Our.Umbraco.Honeypot/HoneypotFieldType.cs @@ -36,16 +36,21 @@ public override string GetDesignView() return "~/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html"; } - public override IEnumerable ValidateField(Form form, Field field, IEnumerable postedValues, HttpContext context, IPlaceholderParsingService placeholderParsingService) + //Not sure why... + #if NET5_0 || NET6_0 + public override IEnumerable ValidateField(Form form, Field field, IEnumerable postedValues, HttpContext context, IPlaceholderParsingService placeholderParsingService) + #else + public override IEnumerable ValidateField(Form form, Field field, IEnumerable postedValues, HttpContext context, IPlaceholderParsingService placeholderParsingService, IFieldTypeStorage fieldTypeStorage) + #endif { - var returnStrings = new List(); + var returnStrings = new List(); - if (context.IsHoneypotTrapped()) - { - returnStrings.Add(Options.HoneypotMessage); - } - - return returnStrings; - } - } + if (context.IsHoneypotTrapped()) + { + returnStrings.Add(Options.HoneypotMessage); + } + + return returnStrings; + } + } } diff --git a/src/Our.Umbraco.Honeypot/Our.Umbraco.Honeypot.csproj b/src/Our.Umbraco.Honeypot/Our.Umbraco.Honeypot.csproj index 4c0f586..1a47102 100644 --- a/src/Our.Umbraco.Honeypot/Our.Umbraco.Honeypot.csproj +++ b/src/Our.Umbraco.Honeypot/Our.Umbraco.Honeypot.csproj @@ -1,7 +1,7 @@ - net5.0;net6.0;net7.0 + net5.0;net6.0;net7.0;net8.0 Our.Umbraco.Honeypot Björnmamman AB Sverige https://github.com/madsoulswe/Our.Umbraco.Honeypot/ @@ -73,7 +73,14 @@ - + + + + + + + +