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

14 Commits

Author SHA1 Message Date
0f5ddb2e80 Add option to hide section posts on main post index 2023-04-07 12:54:19 +02:00
2fd9e9cb6a BREAKING: Save profile image in data folder instead of (Fix #44)
This will reset the profile image, upload it again using the settings UI
2022-12-13 20:13:57 +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
e005cda096 Rework activitypub using library and support replies using the comment system 2022-11-23 22:16:56 +01:00
37a9e1f29c Split status in status and visibility
Closes #38

This aligns the implementation more with the IndieWeb standards and allows setting and updating status and visibility individually.
2022-09-23 11:05:07 +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
33000461de Foreign key constraint from parameters to posts 2022-04-24 21:24:13 +02:00
1e03474539 Reactions 2022-04-16 21:42:09 +02:00
893caf8ec4 Rework sessions, config and some tests 2021-12-14 17:38:36 +01:00
e6e4f8f25d Use indieauth module 2021-11-23 15:23:01 +01:00
659d6dcea3 Support bridgy 2021-11-19 22:17:15 +01:00
7623ca6f70 Use posts_fts table just to get the result paths 2021-11-14 08:40:19 +01:00
c2dada5d50 Refactor and test authentication middleware 2021-07-24 13:35:26 +02:00
d5198e3db8 Add another index for posts, db migrations from embedded fs 2021-07-23 11:29:03 +02:00