Pixelfed
Photo sharing the way it should be, without algorithmic barriers
Alternative to: Instagram
About
Versions (44)
v0.10.6
2019-09-30A more detailed changelog is available in the description of #1717
Added
- Mastodon API endpoints for compatibility with Mastodon apps*
Fixed
- User filtering
- Accept Follow now uses correct id of remote Follow activity
- StatusTransformer spoiler_text uses empty string instead of null
Changed
- Follow and unfollow methods are now publicly exposed
To enable mobile app support*
- Run
php artisan passport:keys - Add
OAUTH_ENABLED=trueto .env - Run
php artisan config:cache - Run
php artisan route:cache - Run
php artisan passport:client --personal
* - Not all endpoints are implemented, some may return empty payloads.