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

44 Commits

Author SHA1 Message Date
6fc1e0dc03 Use custom compression middleware 2022-02-18 16:35:53 +01:00
222c792908 More improvements (less buffers, some fixes) 2022-02-12 22:29:45 +01:00
d8caf1e6f5 More optimizations 2022-02-12 00:48:59 +01:00
6e767e3612 More io streaming 2022-02-11 19:39:07 +01:00
68daab64e3 Use more writers and streaming when possible 2022-02-11 16:19:10 +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
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
7fe07014f5 Various small improvements and fixes 2021-12-30 12:40:21 +01:00
a1a88cb6df Test complete captcha flow, simplify some code parts 2021-12-20 14:00:11 +01:00
9ea6104863 Support for scheduled posts
Closes #9
2021-12-11 19:43:40 +01:00
395123bad9 Update dependencies, use another websocket library 2021-11-19 07:06:55 +01:00
b906b55f72 Support GPX routes and waypoints as well 2021-11-16 18:01:11 +01:00
1aa2a8f655 Code highlighting in editor preview as well 2021-11-15 22:01:08 +01:00
f90a9a1f28 Unit test for editor live preview 2021-11-10 18:17:25 +01:00
1a6b1e6776 Basic trips/gpx support 2021-11-10 11:13:30 +01:00
a3f2a5090b Improve live editor preview to show real post preview 2021-11-02 09:27:01 +01:00
bbfc68d145 Editor live preview 2021-11-01 18:39:08 +01:00
64732af4d3 Fix update button on home-posts 2021-10-24 18:02:07 +02:00
74ea0f5576 Improved TTS 2021-09-07 22:16:28 +02:00
33e9d53a93 Small improvements to editor and captcha 2021-09-02 08:57:24 +02:00
4c8c147c4c Further improve post title rendering 2021-08-05 08:09:34 +02:00
55fa3421f9 Show possible states for post status 2021-08-01 19:27:21 +02:00
408f7aef6b Fix 2021-07-31 14:24:58 +02:00
9e164d4f17 Improve editor template 2021-07-31 14:19:37 +02:00
88f26ef3c6 Reduce complexity of router build method 2021-07-27 12:51:08 +02:00
caf21a07fd Improved timehandling (save everything as UTC) and new post status: unlisted and private 2021-07-14 15:44:57 +02:00
f04e731efc Massive performance improvement for stats and improve database handling in general 2021-07-01 18:51:04 +02:00
2437ed70d7 Vanity import path and listing of media files 2021-06-28 22:17:18 +02:00
6bc70f0a0e Various refactorings 2021-06-23 19:20:50 +02:00
67f2b1fbdb Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
9714d65679 Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
abbd79d8a9 Extra step to confirm deletion of posts 2021-05-08 14:09: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
99789efcd3 Various improvements; Remove Hugo import API; Add feeds for photos 2021-02-16 16:26:21 +01:00
424d1e9944 Fix lint errors 2021-02-08 18:51:07 +01:00
6a0eda2184 Update + get rid of a few dependencies 2021-01-21 17:59:47 +01:00
89b48b1d37 One editor per blog 2021-01-17 12:53:07 +01:00
d1850300e5 Drafts 2021-01-15 21:56:46 +01:00
9e4a03549f Improve error rendering 2020-12-24 10:09:34 +01:00
796470c067 Add file upload to editor 2020-12-13 11:28:46 +01:00
eeb68dbba9 Add editor to create, update or delete posts 2020-12-12 23:44:03 +01:00