Commit Graph

329 Commits

Author SHA1 Message Date
8f35f448b6
fix: allow viewing of RSS feed in browser
fixes Content-Type to return application/xml not application/rss+xml
2024-11-06 14:37:58 +00:00
e24e5e5aaa
feat(style): add auto light/dark mode 2024-11-03 14:49:23 +00:00
b1602c832a
fix(style): dark icon on light theme, oops 2024-10-31 12:58:42 +00:00
ce49f1dc96
style: change favicon based on light/dark theme switch 2024-10-31 12:55:29 +00:00
9f6014342b
feat: add statuspage integration 2024-10-24 13:16:33 +01:00
d74271db0a
docs: remove smtp outage message 2024-10-24 02:45:44 +01:00
9dd35b7ff0
refactor: support all TLS/SSL versions 2024-10-23 22:29:05 +01:00
43bcc87ad0
fix: pass cert validation check 2024-10-23 22:19:01 +01:00
0b1037819a
fix: use SSL/TLS not STARTTLS for outbound mail 2024-10-23 17:40:50 +01:00
af09e29d17
docs: add smtp outage message 2024-10-23 16:58:38 +01:00
19cf96583d
refactor: remove SEO warning section 2024-10-23 14:07:03 +01:00
5d10f251a8
fix: move sender name to Reply-To 2024-10-20 04:07:36 +01:00
ee8a2cb569
feat: add configurable SMTP settings 2024-10-20 04:02:54 +01:00
fa087a513d
style: write as first person 2024-09-17 20:46:49 +01:00
771ccc52ad
refactor: haha I'm a student now
dear god help me
2024-09-17 20:45:36 +01:00
59e42ff7cd
perf: use http utility to decode url 2024-07-15 19:44:02 +01:00
d32d46e221
fix: fix tag links 2024-07-15 19:38:56 +01:00
0bebcb69fe
fix: fix display of single-page tabs 2024-07-15 19:38:34 +01:00
d3ac89d071
refactor: use mastodon info from configuration 2024-07-05 17:56:42 +01:00
901a8347b9
refactor: move to new mastodon instance 2024-07-05 00:46:40 +01:00
eb67c25e09
refactor: C != C++ 2024-06-16 19:16:48 +01:00
cf4d92c035
fix: oops, page 2 was completely missing.
The model contains a 1-based page number, whereas GetBlogPosts wants 0-based index, causing an entire page to be missing.
2024-05-06 17:40:03 +01:00
58797b82ca
fix: don't include redirected posts in count 2024-05-06 17:39:28 +01:00
7d21bc0b85
style: use custom post tag styling 2024-05-06 14:59:37 +01:00
23d3950695
chore: add launchSettings.json to make development not suck
This workflow allows the possibility to reload a changed page without reloading the entire app. I hate launchSettings.json, but whatever.
2024-05-05 21:10:23 +01:00
83beffe685
perf: remove redundant StatusCode set 2024-05-05 20:55:32 +01:00
f08a3d3607
feat: add real http status pages 2024-05-05 20:55:13 +01:00
746b4d8728
fix: don't use 0-based page index in blog index 2024-05-05 18:16:17 +01:00
435a69b27a
perf: add pagination to blog post list
removes the need for API controller accessed via JS
2024-05-05 18:13:06 +01:00
435cae95db
refactor: move Mastodon status to partial 2024-05-05 13:48:01 +01:00
99ff3124c3
refactor: move SmartFormat extensions to separate project 2024-05-05 02:27:04 +01:00
dec9307f1d
refactor: amend 6ec4103a3a
Remove unused Markdown classes from within core web app project
2024-05-05 02:21:40 +01:00
6ec4103a3a
refactor: separate Markdig extensions from project
Also introduces .Common project to house common references and types
2024-05-05 02:18:20 +01:00
7ede8b13fa
feat: add support for collapsible callouts 2024-05-04 13:11:49 +01:00
29ed46eb9e
feat: add "important" callout 2024-05-04 01:10:37 +01:00
b0f0658148
style: use callouts instead of alerts site-wide 2024-05-04 00:59:02 +01:00
35a82a9663
feat: allow markdown in callout titles 2024-05-04 00:40:59 +01:00
01031057e0
feat: add support for Obsidian-style callouts 2024-05-03 23:31:47 +01:00
a7426b008b
feat: show legacy disqus comments beneath gisqus
No Disqus connection here. I just saved them to DB
2024-05-01 16:47:31 +01:00
98c923b07b
style: hide empty section for articles with no other parts 2024-04-27 17:00:20 +01:00
91249029dc
style: remove comment count from article meta 2024-04-27 16:45:59 +01:00
55b9f79e46
style: remove comment counter from post cards 2024-04-27 16:27:08 +01:00
96e63a3088
feat: replace Disqus with gisqus
GitHub discussion integration doesn't serve ads. I'm so fucking sorry
2024-04-27 16:21:11 +01:00
1919b1d5c8
refactor: remove april fool's nonsense 2024-04-27 16:03:06 +01:00
a1dd6ef6ff
feat: add <meta> tag creation for tutorial articles 2024-04-27 15:59:39 +01:00
985acf7bc3
feat: pave the way for adding comments to tutorials 2024-04-27 15:59:05 +01:00
879ff6a295
feat: add support for excerpts on blog posts / tutorial articles 2024-04-27 15:41:19 +01:00
cd6bbec1a5
feat: add <meta> tag creation abstraction 2024-04-27 15:36:13 +01:00
b119861eee
fix: prevent anchor link from being a link 2024-04-27 00:31:11 +01:00
14cac1e38d
feat: add support for multi-lingual code snippets 2024-04-27 00:25:32 +01:00