Commit Graph

25 Commits

Author SHA1 Message Date
d9101034c3
chore: update nuget dependencies
- MailKit 4.4.0
- Markdig 0.36.2
- Microsoft.AspNetCore.Components.Web 8.0.3
- Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation 8.0.3
- Microsoft.Extensions.FileProviders.Embedded 8.0.3
- Pomelo.EntityFrameworkCore.MySql 8.0.2
2024-03-16 12:21:14 +00:00
0fc0ee2a82
build: add versioning, bump to 1.1.0
Some checks failed
Docker Release / build-and-push-image (push) Failing after 1m11s
.NET / Build & Test (push) Failing after 44s
Tagged Release / Tagged Release (push) Failing after 33s
2024-02-28 19:09:02 +00:00
b9de8205f6
chore: update dependencies
.NET project:
* AspNetCore.ReCaptcha 1.8.1
* MailKitSimplified.Sender 2.9.0
* Markdig 0.35.0
* Microsoft.AspNetCore.Components.Web 8.0.2
* Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation 8.0.2
* Microsoft.Extensions.FileProviders.Embedded 8.0.2
* Pomelo.EntityFrameworkCore.MySql 8.0.0
* Serilog.AspNetCore 8.0.1
* SmartFormat.NET 3.3.2

npm project:
No front-facing dependencies updated; however some child packages were updated in the process of npm update.
2024-02-27 13:27:28 +00:00
6b3e8d06df
fix: strip Mastodon's botched formatting in links 2024-02-24 00:43:14 +00:00
95b3ac9695
feat: add barcodes below ISBN 2023-12-14 22:09:17 +00:00
70c7cfe8d2
chore: update deps, upgrade to to .NET 8 2023-12-14 21:55:00 +00:00
6d6a54336c
feat: add recaptcha validation to contact form 2023-09-29 15:47:29 +01:00
1200318326
feat: add password protection to blog posts (WEB-3) 2023-09-26 12:46:18 +01:00
856c33a74f
chore: add MailKit 2023-09-24 16:46:49 +01:00
0a9c2e82d5
refactor: combine sites into one
CORS was "cors"ing some issues (heh).

But also it is easier to maintain this way. Development was made much more difficult when I separated it. Combining it all also improves SEO
2023-08-13 17:34:38 +01:00
58799594ae
refactor: switch to serilog 2023-08-12 21:06:48 +01:00
1432c8e0f1
fix: amend 4c86a43a84 2023-08-12 20:41:14 +01:00
a55c657d91
fix: add missing refs for blog project 2023-08-12 20:32:27 +01:00
86bbf803b5
feat: share wwwroot assets 2023-08-12 20:30:10 +01:00
e8bc50bbdf
refactor: move blog to separate app
I'd ideally like to keep the blog. subdomain the same, and while there are a few ways to achieve this it is much simpler to just dedicate a separate application for the subdomain.

This change also adjusts the webhost builder extensions to default to ports 443/80, and each app now explicitly sets the port it needs.
2023-08-12 20:13:47 +01:00
b3fd6e9420
chore: add toml config to common lib 2023-08-12 19:04:18 +01:00
67231c86af
refactor: delegate ssl cert read to common lib 2023-08-12 18:35:57 +01:00
74e7187cba
chore: remove redundant NLog ref
this is implicitly ref'd by NLog.Extensions.Logging
2023-08-10 22:50:43 +01:00
6af41cba5a
feat: add support for MediaWiki-style templates 2023-08-08 21:03:41 +01:00
9de1a84446
refactor: determine disqus param in model; reduce duplication 2023-08-08 12:40:18 +01:00
bd999f0ed8
feat: add preliminary /blog routes
This change also introduces toml file config
2023-08-06 15:57:44 +01:00
518ea1b933
feat: add NLog 2023-08-06 15:56:08 +01:00
d24f9d3996
fix: add rider hot reload support 2023-08-06 15:55:12 +01:00
75eed18bc8
refactor: remove i18n
This can be a problem for Future Me™️
2023-08-06 02:26:45 +01:00
6205648e53
refactor: rename project to OliverBooth 2023-08-05 23:27:50 +01:00