1
mirror of https://github.com/jlelse/GoBlog synced 2024-07-01 12:17:35 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
00271a9728 Upgrade dependencies, use library for csp header, remove deprecated security-headers, add some tests 2024-04-16 20:02:52 +02:00
d84e33bb57 Update dependencies, add another package for plugins, add id to contentwarning HTML element 2024-03-16 18:44:54 +01:00
01876592b3 Initial profile image support 2022-11-27 15:06:43 +01:00
a45d28d04f Add UI plugins (#33) and improve documentation for plugins (#32) 2022-08-12 15:42:06 +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
0f1408fe3e More pooled buffers and don't AP announce replies 2022-02-22 16:52:03 +01:00
b453e6b400 Activate more linters and fix linted problems 2022-02-22 10:14:48 +01:00
1c7195a135 Breaking! Render everything using go functions, remove custom pages support and now unused template rendering 2022-01-30 16:40:53 +01:00
9eb9b50c0a Close database after all tests 2022-01-26 20:16:26 +01:00
763188169f Some performance and memory improvements 2022-01-26 12:02:12 +01:00
aa319b70fb Render all non-login using new method to use less allocations and memory 2022-01-20 18:22:10 +01:00
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