Commit graph

7 commits

Author SHA1 Message Date
Yannis Vogel
da18d37a79
very rudimental follower-support
- fixed rewrites to properly support @username/outbox, username/outbox, users/username/outbox, ...
- initial support for sending follow to e.g. mastodon (code commented out in api.php)
- database migration for follows table and fedusers table
- save retrieved fedusers in cache and db
- depend more on configs externaldomain, less on server_name
- properly implemented following-logic in dio
- made postForuUser static in newContent and inbox
- provide rsaprivate for signing reuests -> actPub-Servers
- change contenttype depending on use-case
- changed user json-template to have loop-back between user-template and webfinger (mastodon f.e. needs this)
2025-05-07 07:57:04 +02:00
Sascha Nitsch
a21345c3c7 updates based on installation feedback 2025-03-27 17:13:50 +01:00
Sascha Nitsch
61203001a3 support for user discovery endpoint 2024-07-23 22:46:59 +02:00
Sascha Nitsch
63532c54ea support for active fetching of user info 2024-07-21 17:02:39 +02:00
Sascha Nitsch
eed9678dbf fixed wrong date 2024-07-20 21:05:03 +02:00
Sascha Nitsch
0d3a7c871b support for local users with extra-data needed for activity-pub 2024-07-19 20:37:09 +02:00
Sascha Nitsch
199922299d mainenance functionality to run database updates for new releases 2024-07-19 18:41:44 +02:00