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

55 Commits

Author SHA1 Message Date
567eeb1116 Rework plugins (Part 1) 2023-01-23 15:18:51 +01:00
8012691d7a Use fallback title generated from summary in HTML HEAD title 2022-12-27 08:29:32 +01:00
47a42e1c55 Improve ActivityPub replies 2022-12-26 19:52:06 +01:00
d5e3d9e216 Add reply and like context and fetching it (Completes #45) 2022-12-26 09:37:51 +01:00
7b2c9c3afb Fix some linting things 2022-12-14 16:03:54 +01:00
6bfaf16e25 Automatically fetch reply and like title
(Updates #45)
2022-12-14 14:56:27 +01:00
4d8c6bde5d Allow to preset post parameters in the editor template (to allow bookmarklets) (#43) 2022-12-13 16:05:49 +01:00
fc8e8e9a9d Simplify activitypub followers listing, parse and save activitypub usernames in @user@example.org format 2022-12-07 16:43:13 +01:00
4407f0aae1 Fix comment routing 2022-12-06 20:02:03 +01:00
bef19c61fb Allow to edit comments (#42) 2022-12-06 19:43:06 +01:00
01876592b3 Initial profile image support 2022-11-27 15:06:43 +01:00
1b02b400fd Add settings UI option for user nick and user name
Updates #13
2022-11-27 07:20:49 +01:00
0df2802c74 Publish ActivityPub followers collection 2022-11-25 20:36:14 +01:00
223ec95487 Fix title of remote follow form page 2022-11-24 21:27:31 +01:00
66484fef88 Implement ActivityPub remote follow form 2022-11-24 21:18:12 +01:00
84b75467ca Fix in comments admin 2022-11-24 10:01:33 +01:00
e005cda096 Rework activitypub using library and support replies using the comment system 2022-11-23 22:16:56 +01:00
c242e2c7b3 Add page to show activitypub followers 2022-11-08 20:23:31 +01:00
e1edd5c18c Add webrings plugin 2022-10-31 10:52:35 +01:00
903d5a265a Sync editor state per blog using websockets and cache in database 2022-10-15 22:51:36 +02:00
5256b3929b Make micropub and indieauth paths absolute to increase compatibility with some clients 2022-10-14 14:04:10 +02:00
00e608ea27 Make share and translation button hideable (#11) 2022-10-07 17:08:37 +02:00
0a835b5f61 Add and document post parameter to disable interactions (#21) 2022-08-14 11:05:23 +02:00
a45d28d04f Add UI plugins (#33) and improve documentation for plugins (#32) 2022-08-12 15:42:06 +02:00
013bfe84b8 Add minimal feeds without TTS audio and interactions link (.min.rss, .min.atom and .min.atom) (#23) 2022-08-07 13:11:43 +02:00
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