Commit Graph

559 Commits

Author SHA1 Message Date
Jan-Lukas Else 4099f6c56c Improve Drone build time 2021-12-28 12:54:08 +01:00
Jan-Lukas Else e27cbf7b40 Add seperate Dockerfile step for test to be skipable for base or tools builds 2021-12-28 12:50:40 +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 251fdc07e5 Enable minification for feeds again and test feed generation 2021-12-27 21:33:49 +01:00
Jan-Lukas Else d503f11aed Some small fixes / improvements 2021-12-26 09:18:08 +01:00
Jan-Lukas Else ec07af9469 Add more docs 2021-12-24 14:50:36 +01:00
Jan-Lukas Else 2ac14e6f8e Use GitHub Container Registry (Scaleway seems to be unreliable) 2021-12-24 13:23:45 +01:00
Jan-Lukas Else 1be1564eb7 Rework media compression: simplify and use memory buffer instead of temporary file 2021-12-24 12:58:14 +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 b68309ff59 Fix possible bypass of captcha 2021-12-19 16:56:25 +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 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
Jan-Lukas Else 787e5fb807 Remove duplicated database logic 2021-12-12 10:36:47 +01:00
Jan-Lukas Else f82aad4fbf Update dependencies 2021-12-12 09:47:43 +01:00
Jan-Lukas Else b0d03d2d18 Add missing router path 2021-12-11 19:58:15 +01:00
Jan-Lukas Else 52fad57232 Show scheduled posts in editor 2021-12-11 19:56:40 +01:00
Jan-Lukas Else 9ea6104863 Support for scheduled posts
Closes #9
2021-12-11 19:43:40 +01:00
Jan-Lukas Else 63cb57ffaa Update dependencies 2021-12-11 18:00:01 +01:00
Jan-Lukas Else 4015bdba74 Reject webmentions where target equals source 2021-12-08 11:08:33 +01:00
Jan-Lukas Else 098cfbaa2e Delete message on Telegram when post gets deleted 2021-12-07 19:14:00 +01:00
Jan-Lukas Else 194d8698ce Update Telegram message on post update 2021-12-07 19:05:43 +01:00
Jan-Lukas Else c7e3605459 Use tgbotapi and improve http client mocking 2021-12-07 18:23:57 +01:00
Jan-Lukas Else 604345e7c3 Add script to update go modules, add golangci-lint config 2021-12-07 14:20:27 +01:00
Jan-Lukas Else 2b1582f9f5 Update docs about docker build 2021-12-06 21:30:18 +01:00
Jan-Lukas Else 82803bfef0 Try to improve image build process 2021-12-06 21:17:39 +01:00
Jan-Lukas Else c988700ad5 Update Docker base image and dependencies 2021-12-06 19:54:25 +01:00
Jan-Lukas Else 647f6798af Dependencies 2021-12-02 14:58:57 +01:00
Jan-Lukas Else 333e7ffc15 Add test 2021-11-30 20:52:31 +01:00
Jan-Lukas Else 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
Jan-Lukas Else 965765f014 Add token tests 2021-11-23 23:15:17 +01:00
Jan-Lukas Else 0358fbbe8f Test IndieAuth 2021-11-23 21:58:12 +01:00
Jan-Lukas Else e6e4f8f25d Use indieauth module 2021-11-23 15:23:01 +01:00
Jan-Lukas Else b16b8c9531 Fix IndieAuth 2021-11-22 23:21:47 +01:00
Jan-Lukas Else 1718a70d8a Small fix 2021-11-22 17:23:39 +01:00
Jan-Lukas Else 61cc369518 Small fix 2021-11-22 17:19:07 +01:00
Jan-Lukas Else bf9d637468 Directly serve 404 if no favicon.ico file exists
Closes #6
2021-11-22 17:05:49 +01:00
Jan-Lukas Else affa7d7d54 Fix: Don't return mentions when no address provided 2021-11-22 16:56:40 +01:00
Jan-Lukas Else 783afc1c3e Make map tiles configurable
Closes #5
2021-11-22 16:36:17 +01:00
Jan-Lukas Else bf3074a54d Fix debug messages and webmention to root without path 2021-11-19 23:30:36 +01:00
Jan-Lukas Else 40a5ceb2c2 Fix wm verification for special case 2021-11-19 22:53:25 +01:00
Jan-Lukas Else 659d6dcea3 Support bridgy 2021-11-19 22:17:15 +01:00
Jan-Lukas Else 6e8aeef10d Accept webmentions with old target paths 2021-11-19 18:21:09 +01:00
Jan-Lukas Else e0728e2ba0 Add some debug messages 2021-11-19 17:57:38 +01:00
Jan-Lukas Else 974892e3e5 Fix 405 on HEAD requests, improve webmention verification 2021-11-19 17:36:03 +01:00
Jan-Lukas Else 395123bad9 Update dependencies, use another websocket library 2021-11-19 07:06:55 +01:00