Commit graph

16 commits

Author SHA1 Message Date
Yannis Vogel
721e37882d
revert to single-connector support
- removed support for multiple connector-plugins
- fixed issue where outbox wasn't properly retrieved from contentnation
2025-04-10 09:02:45 +02:00
Yannis Vogel
1a7b8264a1
fixes for outbox
- mastodon now properly sets available type-attributes
- database should now save user with his platform (as that's the actual unique identifier, plain username isn't)
- properly retrieve items from mastodon and print them on api-call
(example call for mastodon: federator/fedusers/gutenberg_org@mastodon.social/outbox?page=0)
2025-04-09 12:52:27 +02:00
Yannis Vogel
530caa7ea6
initial mastodon support and minor improvements
- reworked plugin handling. Main now registers and keeps all connectors and based on request we select the correct one and pass it (mainly for clean async-request-handling)
- added outbox functionality for mastodon
- changed image-mime-type approach to retrieve mime-type from the url, this way we don't need to store the images on our server/download each image
- added host for connector for better debugging
- minor bug-fixes
2025-04-08 22:03:19 +02:00
Sascha Nitsch
a79209fbd4 outobx WIP, almost complete 2024-08-03 19:55:50 +02:00
Sascha Nitsch
d208afe899 incomplete support for fetching data from user outbox (only article yet) 2024-08-02 20:13:19 +02:00
Sascha Nitsch
61203001a3 support for user discovery endpoint 2024-07-23 22:46:59 +02:00
Sascha Nitsch
fed5224f46 support for nodeinfo 2024-07-22 17:27:48 +02:00
Sascha Nitsch
63532c54ea support for active fetching of user info 2024-07-21 17:02:39 +02:00
Sascha Nitsch
47efd74b6c initial webfinger support 2024-07-20 23:21:27 +02:00
Sascha Nitsch
c4596ace03 folder restructuring, namespace adjustments 2024-07-20 19:17:36 +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
a32220442c basic redis cache support 2024-07-17 21:45:33 +02:00
Sascha Nitsch
d96b05a658 fixed errors found by phan 2024-07-17 21:37:02 +02:00
Sascha Nitsch
6ea9c2728f documentation updates
fixed  namespaces
add doygen generation, unhappy with phpDocumentor
2024-07-17 15:45:19 +02:00
Sascha Nitsch
e53f04d0c0 missing cache functions 2024-07-17 11:47:48 +02:00
Sascha Nitsch
ef25c5b3af initial import 2024-07-17 00:03:39 +02:00