1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 07:44:27 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
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
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
2a867e7c3f Telegram add hook for undelete 2022-03-31 16:18:49 +02:00
9eb9b50c0a Close database after all tests 2022-01-26 20:16:26 +01:00
e994e5400d Support sending notifications to ntfy.sh 2021-12-29 07:09:42 +01:00
893caf8ec4 Rework sessions, config and some tests 2021-12-14 17:38:36 +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
4857a82493 Add automatic test for contact submissions and some other small improvements 2021-11-08 14:32:02 +01:00
4c8c147c4c Further improve post title rendering 2021-08-05 08:09:34 +02:00
586bd46b31 Fix test 2021-08-04 22:51:56 +02:00
caf21a07fd Improved timehandling (save everything as UTC) and new post status: unlisted and private 2021-07-14 15:44:57 +02:00
85bf7ab711 Improve posts db 2021-07-03 12:11:57 +02:00
f96a06beac Refactor media compression 2021-06-20 15:18:02 +02:00
f7d3138c24 More tests and fixes 2021-06-19 08:37:16 +02:00
32339e5c41 More and improved tests and new method to count characters for stats 2021-06-15 17:36:41 +02:00
a18b014eb5 Benchmark markdown rendering 2021-06-14 22:41:58 +02:00
c9af4e7efa Unit and integration tests for Telegram 2021-06-14 21:34:29 +02:00