1
mirror of https://github.com/jlelse/GoBlog synced 2024-05-28 23:44:26 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
2158b156c5 Basic (experimental) plugin support with two plugin types (exec and middleware) 2022-08-09 17:47:53 +02: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
aa319b70fb Render all non-login using new method to use less allocations and memory 2022-01-20 18:22:10 +01:00
a1a88cb6df Test complete captcha flow, simplify some code parts 2021-12-20 14:00:11 +01:00
88f26ef3c6 Reduce complexity of router build method 2021-07-27 12:51:08 +02:00
86825ea601 Simplify HTTP routing 2021-07-17 09:33:44 +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
a2f5ddbdcf Improve method to get relative and full addresses (first unit tests!) 2021-06-10 22:10:13 +02:00
9714d65679 Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
bbbabdb335 Improve http router setup (use middlewares instead of custom functions) 2021-03-22 08:20:56 +01:00
e74afac829 Show admin links when logged in 2021-02-20 23:35:16 +01:00
89b48b1d37 One editor per blog 2021-01-17 12:53:07 +01:00
9e4a03549f Improve error rendering 2020-12-24 10:09:34 +01:00
ec5b9a6868 Improve taxonomy lists 2020-11-22 09:11:57 +01:00