Skip to content

v0.12.3+glitch.1.5.0

Latest
Compare
Choose a tag to compare
@Murazaki Murazaki released this 05 Jul 11:52
· 93 commits to develop since this release

v0.12.3+glitch.1.5.0

For docker users : Note that you will have to clean your cache folder (notably cache/packages.php and cache/services.php)

Updates (from Upstream)

  • 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)
  • Fix migrations bug (4d1180b1)
  • Update ApiV1Controller, add support for notification filter types (f61159a1)
  • Update ApiV1Dot1Controller, fix mutual api (a8bb97b2)

Framework (from Upstream)

  • Updated to Laravel 11 (requires php 8.2+)