1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-02 11:24:28 +00:00
Commit Graph

30 Commits

Author SHA1 Message Date
ef722789ac Add setting to hide old content warning (fix #12) 2022-07-21 19:09:50 +02:00
6aa8670ea9 Load script in settings ui only once 2022-07-17 11:46:29 +02:00
2178b2e223 Allow to change default section via ui 2022-07-17 08:36:10 +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
a576e364bd Add button to delete all notifications 2022-06-21 19:08:26 +02:00
d501855450 New IndieAuth version 2022-06-07 21:55:45 +02:00
2b1346e8d5 (Experimental) external video integration using hls.js 2022-05-27 09:48:57 +02:00
81ac4255c5 Fix taxonomy listing 2022-05-16 18:52:49 +02:00
dc6be223c3 Absolute URLs for feeds 2022-05-08 14:25:10 +02:00
1c49a51d19 Fix in editor UI 2022-04-24 19:53:58 +02:00
1e03474539 Reactions 2022-04-16 21:42:09 +02:00
921212dacf Rework map scripts 2022-04-15 21:00:10 +02:00
b04bf3be46 Fix print CSS 2022-04-10 20:26:30 +02:00
80fb177d40 Don't translate translate button 2022-04-10 11:58:29 +02:00
8d60057590 Use more understandable symbols for translate button 2022-04-10 10:29:21 +02:00
7df2ec5a90 Update indieauth dependency to new major version 2022-03-18 08:17:22 +01:00
474155306d Go 1.18 2022-03-16 08:28:03 +01:00
ffa4ba4ee0 Fix more linting issues and add tests 2022-02-26 20:38:52 +01:00
3d5cb1ab4a Fix typo 2022-02-11 16:27:34 +01:00
68daab64e3 Use more writers and streaming when possible 2022-02-11 16:19:10 +01:00
e32cb518af Move strings out of template files and embedded in app, improve notifications admin a bit 2022-02-11 10:48:33 +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
6dc36e697f Show interactions on comments 2022-01-28 08:26:51 +01:00
e02ec1cd71 Replace more templates 2022-01-27 18:17:44 +01:00
763188169f Some performance and memory improvements 2022-01-26 12:02:12 +01:00
4d04366195 Fix 2022-01-20 18:34:16 +01:00
aa319b70fb Render all non-login using new method to use less allocations and memory 2022-01-20 18:22:10 +01:00
236437aba4 Replace summary templates with new rendering method 2022-01-11 12:40:31 +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