Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-07-01 | 4.1 kB | |
v0.12.2 source code.tar.gz | 2024-07-01 | 14.6 MB | |
v0.12.2 source code.zip | 2024-07-01 | 15.7 MB | |
Totals: 3 Items | 30.3 MB | 0 |
Framework
- Updated to Laravel 11 (requires php 8.2+)
Added
- New api/v1/instance/peers API endpoint, disabled by default (4aad1c22)
- Added disable_embeds setting, and fix cache invalidation in other settings (c5e7e917)
Updates
- Update DirectMessageController, add 72 hour delay for new accounts before they can send a DM (61d105fd)
- Update AdminCuratedRegisterController, increase message length from 1000 to 3000 (9a5e3471)
- Update ApiV1Controller, add pe (pixelfed entity) support to /api/v1/statuses/{id}/context endpoint (d645d6ca)
- Update Admin Curated Onboarding, add select-all/mass action operations (b22cac94)
- Update AdminCuratedRegisterController, fix existing account approval (cbb96cfd)
- Update ActivityPubFetchService, fix Friendica bug (e4edc6f1)
- Update ProfileController, fix atom feed cache ttl. Fixes [#5093] (921e2965)
- Update CollectionsController, add new self route (bc2495c6)
- Update FederationController, add webfinger support for actor uri. Fixes [#5068] (24194f7d)
- Update FetchNodeinfoPipeline, set last_fetched_at timestamp (a7fce91e)
- Update task scheduler, add weekly instance scan to check nodeinfo for known instances (dc6b9f46)
- Update AP fetch service and domain service (42915ff9)
- Update ApiV1Controller, add settings to verify_credentials endpoint (3f4e0b94)
- Update ApiV1Controller, fix update_credentials boolean handling (19c62aaa)
- Update ApiV1Controller, fix cache invalidation bug in update_credentials (d56a4108)
- Update ApiV1Controller, fix self relationship response (28bc7aa4)
- Update ApiController, add pe support to like/unlike endpoints (679ef677)
- Update ApiV1Dot1Controller, fix username to id endpoint (4d6cea9a)
- Update StatusController, cache AP object (a75b89b2)
- Update status embed, add support for album carousels (f4898db9)
- Update profile embeds, add support for albums (4fd156c4)
- Update DirectMessageController, add timestamps to threads (b24d2554)
- Update DirectMessageController, add carousel entity to threads (96f24f33)
- Update and refactor total local post count logic, cache value and schedule updates twice daily to eliminate the perf issue on larger instances (4f2b8ed2)
- Update Media model, fix broken thumbnail/gray thumbnail bug (e33643c2)
- Update StatusController, fix unlisted post guest/ap access bug (83098428)
- Update discover, add network trending using Beagle API (2cae8b48)