Loops v1.0.0-alpha.2 is now available 🥳
https://github.com/joinloops/loops-server/releases/tag/v1.0.0-alpha.2
Loops v1.0.0-alpha.2 is now available 🥳
https://github.com/joinloops/loops-server/releases/tag/v1.0.0-alpha.2
A demo of the new i18n support in Loops
Want to contribute translations? See this helpful guide: https://github.com/joinloops/loops-server/blob/main/TRANSLATING.md
Just fixed an Http Signature bug in Loops that affected outgoing activities, specifically a malformed/missing Digest header.
https://github.com/joinloops/loops-server/commit/2b2a2f2a8f1b1c0d664b79bc3f67520bbacb6b2c
Loops has also switched from Laravel Sanctum to Laravel Passport for oAuth, I updated the install guide, but if you're seeing 500 errors on API requests, you simply need to run
```
php artisan passport:keys
```
And re-deploy!
https://github.com/joinloops/loops-server/blob/main/INSTALLATION.md#4-generate-passport-keys
This is how the new Loops app Notifications screen looks like.
Notice the lack of webfinger addresses, and the instant action buttons like Reply and Like?
All of these notifications are from remote accounts, but we hide the complexity of federation and only show the relevant details.
Pretty cool eh?