Changeset 914eb9f in Klonkt for src/views/pages/admin.ejs


Ignore:
Timestamp:
06/24/2026 03:19:11 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
d988fa0
Parents:
0dba092
Message:

feat(fediverse-client): follow accounts + home timeline

Klonkt can now follow fediverse accounts (WebFinger -> signed Follow; Accept/Reject
handled) and shows their posts in a home timeline at /tijdlijn (owner-only).
New ap_following + ap_timeline tables; inbox stores top-level posts from followed
accounts + removes them on upstream Delete. Beheer link added.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/admin.ejs

    r0dba092 r914eb9f  
    5757      <a href="/admin/shows" class="btn"><%= t('admin.b_agenda') %></a>
    5858    <% } %>
     59    <a href="/tijdlijn" class="btn">🌐 <%= t('tl.title') %></a>
    5960    <a href="/admin/updates" class="btn"><%= t('admin.b_updates') %></a>
    6061    <a href="/admin/handleiding" class="btn"><%= t('admin.b_help') %></a>
Note: See TracChangeset for help on using the changeset viewer.