Skip to content

v0.11.13

Compare
Choose a tag to compare
@dansup dansup released this 05 Mar 13:46
23f7b74

Features

Updates

  • Update Inbox, cast live filters to lowercase (d835e0ad)
  • Update federation config, increase default timeline days falloff to 90 days from 2 days. Fixes #4905 (011834f4)
  • Update cache config, use predis as default redis driver client (ea6b1623)
  • Update .gitattributes to collapse diffs on generated files (ThisIsMissEm)
  • Update api v1/v2 instance endpoints, bump mastoapi version from 2.7.2 to 3.5.3 (545f7d5e)
  • Update ApiV1Controller, implement better limit logic to gracefully handle requests with limits that exceed the max (1f74a95d)
  • Update AdminCuratedRegisterController, show oldest applications first (c4dde641)
  • Update Directory logic, add curated onboarding support (59c70239)
  • Update Inbox and StatusObserver, fix silently rejected direct messages due to saveQuietly which failed to generate a snowflake id (089ba3c4)
  • Update Curated Onboarding dashboard, improve application filtering and make it easier to distinguish response state (2b5d7235)
  • Update AdminReports, add story reports and fix cs (767522a8)
  • Update AdminReportController, add story report support (a16309ac)
  • Update kb, add email confirmation issues page (2f48df8c)
  • Update AdminCuratedRegisterController, filter confirmation activities from activitylog (ab9ecb6e)
  • Update Inbox, fix flag validation condition, allow profile reports (402a4607)
  • Update AccountTransformer, fix follower/following count visibility bug (542d1106)
  • Update ProfileMigration model, add target relation (3f053997)
  • Update ApiV1Controller, update Notifications endpoint to filter notifications with missing activities (a933615b)
  • Update ApiV1Controller, fix public timeline scope, properly support both local + remote parameters (d6eac655)
  • Update ApiV1Controller, handle public feed parameter bug to gracefully fallback to min_id=1 when max_id=0 (e3826c58)
  • Update ApiV1Controller, fix hashtag feed to include private posts from accounts you follow or your own, and your own unlisted posts (3b5500b3)
  • Update checkpoint view, improve input autocomplete. Fixes (#4959) (d18824e7)
  • Update navbar.vue, removes the 50px limit (#4969) (7fd5599)
  • Update ComposeModal.vue, add an informative UI error message when trying to create a mixed media album (#4886) (fd4f41a)