1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-02 13:24:27 +00:00
Commit Graph

275 Commits

Author SHA1 Message Date
b38e92bc57 Add email option for ntfy 2022-10-03 20:09:18 +02:00
541b52424e Update dependencies 2022-09-30 16:39:08 +02:00
37a9e1f29c Split status in status and visibility
Closes #38

This aligns the implementation more with the IndieWeb standards and allows setting and updating status and visibility individually.
2022-09-23 11:05:07 +02:00
c7da67b581 Update dependencies 2022-09-21 17:40:34 +02:00
b4a1972968 Sign ActivityPub requests to get remote actor 2022-09-13 23:05:53 +02:00
bb8913d2ad Update dependencies 2022-09-09 15:01:32 +02:00
d3e3ad4913 Update dependencies
Improve script to only update direct dependencies and skip specific ones
2022-09-03 17:07:12 +02:00
0a835b5f61 Add and document post parameter to disable interactions (#21) 2022-08-14 11:05:23 +02:00
a45d28d04f Add UI plugins (#33) and improve documentation for plugins (#32) 2022-08-12 15:42:06 +02:00
2158b156c5 Basic (experimental) plugin support with two plugin types (exec and middleware) 2022-08-09 17:47:53 +02:00
93d176676f Update everything to Go 1.19 and fix potential Slowloris Attacks 2022-08-05 09:18:46 +02:00
548ba794aa Update dependencies 2022-07-31 19:13:11 +02:00
ef722789ac Add setting to hide old content warning (fix #12) 2022-07-21 19:09:50 +02:00
2178b2e223 Allow to change default section via ui 2022-07-17 08:36:10 +02:00
22fce13246 Option to hide gpx route with frontmatter "showroute: false" 2022-07-13 16:02:08 +02:00
b14070ce04 Update dependencies and fix some linting errors 2022-07-10 11:30:43 +02:00
3c7f6c72c7 Update dependencies 2022-07-03 09:39:03 +02:00
4bd816bde5 Updates dependencies 2022-06-26 11:39:45 +02:00
fae5614838 Update dependencies 2022-06-21 18:44:48 +02:00
2f571cf020 Update to newer Chroma version for highlighting 2022-06-17 16:05:30 +02:00
1aa8b1b35f Add support for MicroPub channels and fix a few issues with post checking and the editor preview 2022-06-15 14:44:12 +02:00
40d4aa9de0 Update dependencies 2022-06-07 20:03:44 +02:00
368207f076 Update dependencies and docker base images 2022-05-31 08:08:51 +02:00
fd04bed9f6 Allow posts to have multiple locations 2022-05-26 20:08:52 +02:00
0a04d69d5c Update dependencies 2022-05-21 13:46:27 +02:00
81ac4255c5 Fix taxonomy listing 2022-05-16 18:52:49 +02:00
26d914a9d4 Update dependencies 2022-05-12 21:36:03 +02:00
dc6be223c3 Absolute URLs for feeds 2022-05-08 14:25:10 +02:00
44ce25e615 noindex header for leaflet and map tiles 2022-04-30 10:07:08 +02:00
325175fc75 Fix webfinger 2022-04-28 23:09:38 +02:00
a6b49c570e Update dependencies 2022-04-26 21:18:57 +02:00
b4804fd2a2 Update dependencies 2022-04-24 19:50:39 +02:00
0159a04a43 Send ActivityPub profile updates 2022-04-21 18:18:39 +02:00
921212dacf Rework map scripts 2022-04-15 21:00:10 +02:00
4784bd1258 Summary shows when post has a map 2022-04-14 08:48:54 +02:00
634f139bae Support custom ACME server, HTTP-01 challenge and external accout binding for automatic HTTPS 2022-04-12 08:48:09 +02:00
8d60057590 Use more understandable symbols for translate button 2022-04-10 10:29:21 +02:00
92172d6404 Ntfy with custom server and authentication support 2022-04-04 13:07:36 +02:00
5f969f8ba8 Fix un-deletion for activitypub / mastodon, improve queue handling 2022-03-31 14:55:36 +02:00
c38c5e8ed9 Fix webmention 2022-03-28 18:02:16 +02:00
6c115b1491 Image compression / resize using pure Go and not vips 2022-03-25 16:45:51 +01:00
a5bdb23979 Add local image compression using VIPS 2022-03-24 15:19:34 +01:00
b460f5dd0a Update dependencies 2022-03-21 20:52:06 +01:00
7df2ec5a90 Update indieauth dependency to new major version 2022-03-18 08:17:22 +01:00
474155306d Go 1.18 2022-03-16 08:28:03 +01:00
7e8cb619b5 Update dependencies 2022-03-14 08:41:13 +01:00
54de28144c Use ristretto cache for sql statements and shortpaths 2022-03-11 10:33:27 +01:00
e3eb3a5b4e Refactor code highlighting 2022-03-10 11:56:17 +01:00
02919a5efd Update dependencies 2022-03-04 16:12:03 +01:00
ffa4ba4ee0 Fix more linting issues and add tests 2022-02-26 20:38:52 +01:00