1
mirror of https://github.com/jlelse/GoBlog synced 2024-05-29 03:14:27 +00:00
Commit Graph

623 Commits

Author SHA1 Message Date
7fba9bc0bc More parts of the rendering in Go functions 2022-01-10 19:23:20 +01:00
fa82364b70 Remove useless template includes and start rendering parts of the HTML directly with Go instead of templates 2022-01-09 21:08:38 +01:00
a3517a9a97 Fix TTS for long texts 2022-01-05 10:56:53 +01:00
Luana
fac8129c99 Merge #10: Update pt-br translations 2022-01-05 09:54:21 +01:00
ffed42878e Update dependency 2022-01-05 09:48:53 +01:00
a67df28715 Do speak breaks between paragraphs 2022-01-04 18:23:54 +01:00
df5098b4c0 Fix and improve htmlText util method for TTS and use it for summary as well 2022-01-04 18:15:09 +01:00
d953b331c4 Some improvements 2022-01-04 10:37:48 +01:00
d6518c3a5d Update requests dependency 2022-01-04 09:48:37 +01:00
db6c54f3bf Fix Microformats query for post, schedule post if it's posted without status and published time is in the future 2022-01-03 14:23:25 +01:00
337392112b Add support for undeleting posts within 7 days (#3) 2022-01-03 13:56:27 +01:00
86625cc8fe Fix 2022-01-03 12:59:11 +01:00
7fe07014f5 Various small improvements and fixes 2021-12-30 12:40:21 +01:00
e994e5400d Support sending notifications to ntfy.sh 2021-12-29 07:09:42 +01:00
4099f6c56c Improve Drone build time 2021-12-28 12:54:08 +01:00
e27cbf7b40 Add seperate Dockerfile step for test to be skipable for base or tools builds 2021-12-28 12:50:40 +01:00
cdf5fd12ce Add tests for sitemap and default "tags" taxonomy 2021-12-28 12:36:42 +01:00
193d658a62 Remove redundact section.name config, inherit from map key. And add more tests. 2021-12-28 11:47:52 +01:00
61cecf8454 Fix missing default logFile config 2021-12-27 21:47:12 +01:00
251fdc07e5 Enable minification for feeds again and test feed generation 2021-12-27 21:33:49 +01:00
d503f11aed Some small fixes / improvements 2021-12-26 09:18:08 +01:00
ec07af9469 Add more docs 2021-12-24 14:50:36 +01:00
2ac14e6f8e Use GitHub Container Registry (Scaleway seems to be unreliable) 2021-12-24 13:23:45 +01:00
1be1564eb7 Rework media compression: simplify and use memory buffer instead of temporary file 2021-12-24 12:58:14 +01:00
a1a88cb6df Test complete captcha flow, simplify some code parts 2021-12-20 14:00:11 +01:00
b68309ff59 Fix possible bypass of captcha 2021-12-19 16:56:25 +01:00
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
893caf8ec4 Rework sessions, config and some tests 2021-12-14 17:38:36 +01:00
5c9cd77694 Fix broken routes, use "/-" for leaflet and tiles instead of "/x" which broke the date archives 2021-12-12 11:03:14 +01:00
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