Commit Graph

133 Commits

Author SHA1 Message Date
Jan-Lukas Else 6e3fedeb20 Use cmp.Or 2024-04-22 15:49:22 +02:00
Jan-Lukas Else 00271a9728 Upgrade dependencies, use library for csp header, remove deprecated security-headers, add some tests 2024-04-16 20:02:52 +02:00
Jan-Lukas Else ad7536034a Use slog 2023-12-27 11:37:58 +01:00
Jan-Lukas Else 3466fb63ba Fix HTTPS setup for Tailscale Funnel, add docs on how to use Funnel, update dependencies 2023-11-01 13:38:53 +01:00
Jan-Lukas Else c57ae03502 Remove unused attribute 2023-09-23 20:21:42 +02:00
Jan-Lukas Else 5256540e4f Add config option to block user agents in robots.txt 2023-08-09 14:21:39 +02:00
Jan-Lukas Else 0f5ddb2e80 Add option to hide section posts on main post index 2023-04-07 12:54:19 +02:00
Jan-Lukas Else c3611a32d6
BREAKING: Rework plugins (#52)
See the documentation at https://docs.goblog.app/plugins.html
2023-01-23 20:30:47 +01:00
Jan-Lukas Else 57cc3dd94d Add default pagination (Fixes #48) 2023-01-15 14:41:06 +01:00
Jan-Lukas Else d6537e9e4f Add Matrix as notifications channel 2023-01-05 06:48:31 +01:00
Jan-Lukas Else d5e3d9e216 Add reply and like context and fetching it (Completes #45) 2022-12-26 09:37:51 +01:00
Jan-Lukas Else 6bfaf16e25 Automatically fetch reply and like title
(Updates #45)
2022-12-14 14:56:27 +01:00
Jan-Lukas Else 01876592b3 Initial profile image support 2022-11-27 15:06:43 +01:00
Jan-Lukas Else 1b02b400fd Add settings UI option for user nick and user name
Updates #13
2022-11-27 07:20:49 +01:00
Jan-Lukas Else e1edd5c18c Add webrings plugin 2022-10-31 10:52:35 +01:00
Jan-Lukas Else 1f2510ac53 Remove Tailscale, add settings for custom HTTPS 2022-10-30 20:57:25 +01:00
Jan-Lukas Else 903d5a265a Sync editor state per blog using websockets and cache in database 2022-10-15 22:51:36 +02:00
Jan-Lukas Else 00e608ea27 Make share and translation button hideable (#11) 2022-10-07 17:08:37 +02:00
Jan-Lukas Else b38e92bc57 Add email option for ntfy 2022-10-03 20:09:18 +02:00
Jan-Lukas Else 2158b156c5 Basic (experimental) plugin support with two plugin types (exec and middleware) 2022-08-09 17:47:53 +02:00
Jan-Lukas Else e8189acb40 Reply / like context in feeds (#22) 2022-07-31 19:49:58 +02:00
Jan-Lukas Else ef722789ac Add setting to hide old content warning (fix #12) 2022-07-21 19:09:50 +02:00
Jan-Lukas Else 2178b2e223 Allow to change default section via ui 2022-07-17 08:36:10 +02:00
Jan-Lukas Else cd9d500a55 Add database-based settings, settings screen and migrate sections to db and allow to configure them 2022-07-16 21:09:43 +02:00
Jan-Lukas Else 1e03474539 Reactions 2022-04-16 21:42:09 +02:00
Jan-Lukas Else 634f139bae Support custom ACME server, HTTP-01 challenge and external accout binding for automatic HTTPS 2022-04-12 08:48:09 +02:00
Jan-Lukas Else 92172d6404 Ntfy with custom server and authentication support 2022-04-04 13:07:36 +02:00
Jan-Lukas Else a5bdb23979 Add local image compression using VIPS 2022-03-24 15:19:34 +01:00
Jan-Lukas Else 48679bc1cf Remove Shortpixel 2022-03-23 21:48:28 +01:00
Jan-Lukas Else 474155306d Go 1.18 2022-03-16 08:28:03 +01:00
Jan-Lukas Else 5f52993a0c Tor single hop mode option 2022-03-10 14:52:56 +01:00
Jan-Lukas Else 856b504877 More pooled buffers, benchmarks and optional pprof server 2022-02-23 21:33:02 +01:00
Jan-Lukas Else 1c7195a135 Breaking! Render everything using go functions, remove custom pages support and now unused template rendering 2022-01-30 16:40:53 +01:00
Jan-Lukas Else bf812d9650 Add "On this Day" redirect 2022-01-26 21:08:46 +01:00
Jan-Lukas Else 48f2ac888b Add support for IndexNow 2022-01-24 09:43:06 +01:00
Jan-Lukas Else 337392112b Add support for undeleting posts within 7 days (#3) 2022-01-03 13:56:27 +01:00
Jan-Lukas Else e994e5400d Support sending notifications to ntfy.sh 2021-12-29 07:09:42 +01:00
Jan-Lukas Else cdf5fd12ce Add tests for sitemap and default "tags" taxonomy 2021-12-28 12:36:42 +01:00
Jan-Lukas Else 193d658a62 Remove redundact section.name config, inherit from map key. And add more tests. 2021-12-28 11:47:52 +01:00
Jan-Lukas Else 61cecf8454 Fix missing default logFile config 2021-12-27 21:47:12 +01:00
Jan-Lukas Else a1a88cb6df Test complete captcha flow, simplify some code parts 2021-12-20 14:00:11 +01:00
Jan-Lukas Else eb8c33704b Replace Google's hidden Translate TTS with official Google Cloud TTS and make it automatically generate audio after posting 2021-12-16 20:21:54 +01:00
Jan-Lukas Else 893caf8ec4 Rework sessions, config and some tests 2021-12-14 17:38:36 +01:00
Jan-Lukas Else 783afc1c3e Make map tiles configurable
Closes #5
2021-11-22 16:36:17 +01:00
Jan-Lukas Else 2c6cd401bc Add command line flag to use specific config file 2021-11-13 15:54:00 +01:00
Jan-Lukas Else 42e218746b Improve the mock SMTP mechanism a lot 2021-11-08 16:27:33 +01:00
Jan-Lukas Else e9632720a3 Add a list of features to the docs and some small code improvements 2021-11-04 08:52:16 +01:00
Jan-Lukas Else 0fbd25da4e Add integrated Tailscale 2021-10-13 09:01:54 +02:00
Jan-Lukas Else e9bbfc12d0 Restructure Tailscale HTTPS 2021-09-23 08:42:00 +02:00
Jan-Lukas Else 2080058dfe Add support for private Tailscale HTTPS 2021-09-22 23:55:07 +02:00