1
mirror of https://github.com/jlelse/GoBlog synced 2024-05-29 11:24:28 +00:00
Commit Graph

594 Commits

Author SHA1 Message Date
787e5fb807 Remove duplicated database logic 2021-12-12 10:36:47 +01:00
f82aad4fbf Update dependencies 2021-12-12 09:47:43 +01:00
b0d03d2d18 Add missing router path 2021-12-11 19:58:15 +01:00
52fad57232 Show scheduled posts in editor 2021-12-11 19:56:40 +01:00
9ea6104863 Support for scheduled posts
Closes #9
2021-12-11 19:43:40 +01:00
63cb57ffaa Update dependencies 2021-12-11 18:00:01 +01:00
4015bdba74 Reject webmentions where target equals source 2021-12-08 11:08:33 +01:00
098cfbaa2e Delete message on Telegram when post gets deleted 2021-12-07 19:14:00 +01:00
194d8698ce Update Telegram message on post update 2021-12-07 19:05:43 +01:00
c7e3605459 Use tgbotapi and improve http client mocking 2021-12-07 18:23:57 +01:00
604345e7c3 Add script to update go modules, add golangci-lint config 2021-12-07 14:20:27 +01:00
2b1582f9f5 Update docs about docker build 2021-12-06 21:30:18 +01:00
82803bfef0 Try to improve image build process 2021-12-06 21:17:39 +01:00
c988700ad5 Update Docker base image and dependencies 2021-12-06 19:54:25 +01:00
647f6798af Dependencies 2021-12-02 14:58:57 +01:00
333e7ffc15 Add test 2021-11-30 20:52:31 +01:00
81bfa438b1 Test queue 2021-11-28 09:11:37 +01:00
Luana
9d48f0cdf5 Fix the contact page HTML title (#8) 2021-11-27 10:38:53 +01:00
Luana
c3b4e5b8ab Add Portuguese (Brazilian) translation (#7) 2021-11-24 22:14:43 +01:00
965765f014 Add token tests 2021-11-23 23:15:17 +01:00
0358fbbe8f Test IndieAuth 2021-11-23 21:58:12 +01:00
e6e4f8f25d Use indieauth module 2021-11-23 15:23:01 +01:00
b16b8c9531 Fix IndieAuth 2021-11-22 23:21:47 +01:00
1718a70d8a Small fix 2021-11-22 17:23:39 +01:00
61cc369518 Small fix 2021-11-22 17:19:07 +01:00
bf9d637468 Directly serve 404 if no favicon.ico file exists
Closes #6
2021-11-22 17:05:49 +01:00
affa7d7d54 Fix: Don't return mentions when no address provided 2021-11-22 16:56:40 +01:00
783afc1c3e Make map tiles configurable
Closes #5
2021-11-22 16:36:17 +01:00
bf3074a54d Fix debug messages and webmention to root without path 2021-11-19 23:30:36 +01:00
40a5ceb2c2 Fix wm verification for special case 2021-11-19 22:53:25 +01:00
659d6dcea3 Support bridgy 2021-11-19 22:17:15 +01:00
6e8aeef10d Accept webmentions with old target paths 2021-11-19 18:21:09 +01:00
e0728e2ba0 Add some debug messages 2021-11-19 17:57:38 +01:00
974892e3e5 Fix 405 on HEAD requests, improve webmention verification 2021-11-19 17:36:03 +01:00
395123bad9 Update dependencies, use another websocket library 2021-11-19 07:06:55 +01:00
54656dacc7 Prevent infinite recursion 2021-11-19 06:27:43 +01:00
5760355769 Show comment threads 2021-11-18 22:56:30 +01:00
8baf4877c1 Use real UUIDs, fix ActivityPub "Accept" 2021-11-18 17:21:50 +01:00
b906b55f72 Support GPX routes and waypoints as well 2021-11-16 18:01:11 +01:00
aabdde7d39 Fix styles 2021-11-16 10:37:30 +01:00
19bb3e62ed Finally fix styles 2021-11-15 22:47:00 +01:00
2855c4724e Fix styles 2021-11-15 22:21:48 +01:00
1aa2a8f655 Code highlighting in editor preview as well 2021-11-15 22:01:08 +01:00
0414d2fe85 Add code highlighting 2021-11-15 21:48:16 +01:00
abeba27ec9 Update Goldmark 2021-11-15 12:49:27 +01:00
5997ec0f83 Add noindex header to login page 2021-11-15 12:49:18 +01:00
7623ca6f70 Use posts_fts table just to get the result paths 2021-11-14 08:40:19 +01:00
3c38ec62dc Reuse skipped shortpath ids 2021-11-14 07:58:49 +01:00
99980cb461 Fix short path algorithm to not skip many ids 2021-11-13 23:33:21 +01:00
55ef904286 Fix 2021-11-13 20:40:25 +01:00