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

23 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
2158b156c5 Basic (experimental) plugin support with two plugin types (exec and middleware) 2022-08-09 17:47:53 +02:00
f0d3f1c84f Improve test speeds by removing useless method calls 2022-07-17 10:54:03 +02:00
0acfbd393b Fix and reenable automatic tests 2022-07-17 07:35:39 +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
33000461de Foreign key constraint from parameters to posts 2022-04-24 21:24:13 +02:00
921212dacf Rework map scripts 2022-04-15 21:00:10 +02:00
e02ec1cd71 Replace more templates 2022-01-27 18:17:44 +01:00
9eb9b50c0a Close database after all tests 2022-01-26 20:16:26 +01:00
337392112b Add support for undeleting posts within 7 days (#3) 2022-01-03 13:56:27 +01:00
c7e3605459 Use tgbotapi and improve http client mocking 2021-12-07 18:23:57 +01:00
3c38ec62dc Reuse skipped shortpath ids 2021-11-14 07:58:49 +01:00
0ea54f87a6 Show tracks on map as well 2021-11-13 20:19:46 +01:00
4c8c147c4c Further improve post title rendering 2021-08-05 08:09:34 +02:00
7d3cfe784a Use sitemap indices and improve sitemap generation 2021-08-04 11:09:27 +02:00
caf21a07fd Improved timehandling (save everything as UTC) and new post status: unlisted and private 2021-07-14 15:44:57 +02:00
529d8b616b Further improve counting of media uses 2021-07-12 19:29:32 +02:00
4205fb173f Priorities for posts (pinned posts), comments on blogroll, stats and map & some refactorings and fixes 2021-07-12 16:19:28 +02:00
85bf7ab711 Improve posts db 2021-07-03 12:11:57 +02:00
f04e731efc Massive performance improvement for stats and improve database handling in general 2021-07-01 18:51:04 +02:00
4c5e77dcab Display count of file uses 2021-06-29 18:11:42 +02:00
67f2b1fbdb Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
32339e5c41 More and improved tests and new method to count characters for stats 2021-06-15 17:36:41 +02:00