Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
metu.life/CHANGELOG.md

206 KiB

Changelog

All notable changes to this project will be documented in this file.

[3.4.3] - 2021-11-06

Fixed

  • Fix login being broken due to inaccurately applied backport fix in 3.4.2 (Gargron)

[3.4.2] - 2021-11-06

Added

  • Add configuration attribute to GET /api/v1/instance (Gargron)

Fixed

  • Fix handling of back button with modal windows in web UI (ClearlyClaire)
  • Fix pop-in player when author has long username in web UI (ClearlyClaire)
  • Fix crash when a status with a playing video gets deleted in web UI (ClearlyClaire)
  • Fix crash with Microsoft Translate in web UI (ClearlyClaire)
  • Fix PWA not being usable from alternate domains (HolgerHuo)
  • Fix locale-specific number rounding errors (ClearlyClaire)
  • Fix scheduling a status decreasing status count (ClearlyClaire)
  • Fix user's canonical email address being blocked when user deletes own account (ClearlyClaire)
  • Fix not being able to suspend users that already have their canonical e-mail blocked (Gargron)
  • Fix anonymous access to outbox not being cached by the reverse proxy (ClearlyClaire)
  • Fix followers synchronization mechanism not working when URI has empty path (ClearlyClaire)
  • Fix serialization of counts in REST API when user hides their network (ClearlyClaire)
  • Fix inefficiencies in auto-linking code (ClearlyClaire)
  • Fix tootctl self-destruct not sending delete activities for recently-suspended accounts (ClearlyClaire)
  • Fix suspicious sign-in e-mail text being out of date (ClearlyClaire)
  • Fix some frameworks being unnecessarily loaded (ClearlyClaire)
  • Fix canonical e-mail blocks missing foreign key constraints (ClearlyClaire)
  • Fix inconsistent order on account's statuses page in admin UI (tribela)
  • Fix media from blocked domains being redownloaded by tootctl media refresh (tribela)
  • Fix mastodon:setup generated env-file syntax (ClearlyClaire)
  • Fix link previews being incorrectly generated from earlier links (ClearlyClaire)
  • Fix wrong to/cc values for remote groups in ActivityPub (ClearlyClaire)
  • Fix mentions with non-ascii TLDs not being processed (ClearlyClaire)
  • Fix authentication failures halfway through a sign-in attempt (ClearlyClaire, ClearlyClaire)
  • Fix suspended accounts statuses being merged back into timelines (ClearlyClaire)
  • Fix crash when encountering invalid account fields (ClearlyClaire)
  • Fix invalid blurhash handling for remote activities (noellabo)
  • Fix newlines being added to accout notes when an account moves (ClearlyClaire, noellabo)
  • Fix crash when creating an announcement with links (ClearlyClaire)
  • Fix logging out from one browser logging out all other sessions (ClearlyClaire)

Security

[3.4.1] - 2021-06-03

Added

  • Add new emoji assets from Twemoji 13.1.0 (Gargron)

Fixed

  • Fix some ActivityPub identifiers in server actor outbox (ClearlyClaire)
  • Fix custom CSS path setting cookies and being uncacheable due to it (tribela)
  • Fix unread notification count when polling in web UI (ClearlyClaire)
  • Fix health check not being accessible through localhost (ClearlyClaire)
  • Fix some redis locks auto-releasing too fast (ClearlyClaire, ClearlyClaire)
  • Fix e-mail confirmations API not working correctly (Gargron)
  • Fix migration script not being able to run if it fails midway (ClearlyClaire)
  • Fix account deletion sometimes failing because of optimistic locks (ClearlyClaire)
  • Fix deprecated slash as division in SASS files (ClearlyClaire)
  • Fix tootctl search deploy compatibility error on Ruby 3 (ClearlyClaire)
  • Fix mailer jobs for deleted notifications erroring out (ClearlyClaire)

[3.4.0] - 2021-05-16

Added

  • Add follow recommendations for onboarding (Gargron, Gargron, Gargron, Gargron, Gargron, Gargron, Gargron, noellabo, noellabo, Gargron, Gargron, ClearlyClaire, ClearlyClaire, ClearlyClaire, ClearlyClaire)
    • Tutorial on first web UI launch has been replaced with follow suggestions
    • Follow suggestions take user locale into account and are a mix of accounts most followed by currently active local users, and accounts that wrote the most shared/favourited posts in the last 30 days
    • Only accounts that have opted-in to being discoverable from their profile settings, and that do not require follow requests, will be suggested
    • Moderators can review suggestions for every supported locale and suppress specific suggestions from appearing and admins can ensure certain accounts always show up in suggestions from the settings area
    • New users no longer automatically follow admins
  • Add server rules (Gargron, ClearlyClaire)
    • Admins can create and edit itemized server rules
    • They are available through the REST API and on the about page
  • Add canonical e-mail blocks for suspended accounts (Gargron)
    • Normally, people can make multiple accounts using the same e-mail address using the + trick or by inserting or removing . characters from the first part of their address
    • Once an account is suspended, it will no longer be possible for the e-mail address used by that account to be used for new sign-ups in any of its forms
  • Add management of delivery availability in admin UI (noellabo)
  • Add system checks to dashboard in admin UI (Gargron, ClearlyClaire, ClearlyClaire)
    • The dashboard will now warn you if you some Sidekiq queues are not being processed, if you have not defined any server rules, or if you forgot to run database migrations from the latest Mastodon upgrade
  • Add inline description of moderation actions in admin UI (ClearlyClaire)
  • Add "recommended" label to activity/peers API toggles in admin UI (Gargron)
  • Add joined date to profiles in web UI (Gargron, rinsuki)
  • Add transition to media modal background in web UI (mkljczk)
  • Add option to opt-out of unread notification markers in web UI (ClearlyClaire)
  • Add borders to 📱, 🚲, and 📲 emojis in web UI (ClearlyClaire, ClearlyClaire)
  • Add dropdown for boost privacy in boost confirmation modal in web UI (ClearlyClaire)
  • Add support for Ruby 3.0 (ClearlyClaire, ClearlyClaire)
  • Add Message-ID header to outgoing emails (ClearlyClaire)
    • Some e-mail spam filters penalize e-mails that have a Message-ID header that uses a different domain name than the sending e-mail address. Now, the same domain will be used
  • Add af, gd and si locales (Gargron)
  • Add guard against DNS rebinding attacks (noellabo, noellabo)
  • Add HTTP header to explicitly opt-out of FLoC by default (ClearlyClaire)
  • Add missing push notification title for polls and statuses (ClearlyClaire, mkljczk, ClearlyClaire)
  • Add POST /api/v1/emails/confirmations to REST API (Gargron, Gargron)
    • This method allows an app through which a user signed-up to request a new confirmation e-mail to be sent, or to change the e-mail of the account before it is confirmed
  • Add GET /api/v1/accounts/lookup to REST API (Gargron, ClearlyClaire)
    • This method allows to quickly convert a username of a known account to an ID that can be used with the REST API, or to check if a username is available for sign-up
  • Add policy param to POST /api/v1/push/subscriptions in REST API (Gargron)
    • This param allows an app to control from whom notifications should be delivered as push notifications to the app
  • Add details to error response for POST /api/v1/accounts in REST API (Gargron)
    • This attribute allows an app to display more helpful information to the user about why the sign-up did not succeed
  • Add SIDEKIQ_REDIS_URL and related environment variables to optionally use a separate Redis server for Sidekiq (noellabo)

Changed

  • Change trending hashtags to be affected be reblogs (Gargron)
    • Previously, only original posts contributed to a hashtag's trending score
    • Now, reblogs of posts will also contribute to that hashtag's trending score
  • Change e-mail confirmation link to always redirect to web UI (ClearlyClaire)
  • Change log level of worker lifecycle to WARN in streaming API (Gargron)
    • Since running with INFO log level in production is not always desirable, it is easy to miss when a worker is shutdown and a new one is started
  • Change the nouns "toot" and "status" to "post" in web UI (Gargron, Gargron)
    • To be clear, the button still says "Toot!"
  • Change order of dropdown menu on posts to be more intuitive in web UI (ariasuni)
  • Change description of keyboard shortcuts in web UI (ariasuni)
  • Change option labels on edit profile page (Gargron)
    • "Lock account" is now "Require follow requests"
    • "List this account on the directory" is now "Suggest account to others"
    • "Hide your network" is now "Hide your social graph"
  • Change newly generated account IDs to not be enumerable (ClearlyClaire)
  • Change Web Push API deliveries to use request pooling (Gargron)
  • Change multiple mentions with same username to render with domain (Gargron, noellabo)
    • When a post contains mentions of two or more users who have the same username, but on different domains, render their names with domain to help disambiguate them
    • Always render the domain of usernames used in profile metadata
  • Change health check endpoint to reveal less information (Gargron)
  • Change account counters to use upsert (requires Postgres >= 9.5) (ClearlyClaire)
  • Change mastodon:setup to not call assets:precompile in Docker (ClearlyClaire)
  • Change max. image dimensions to 1920x1080px (1080p) (Gargron)
    • Previously, this was 1280x1280px
    • This is the amount of pixels that original images get downsized to
  • Change custom emoji to be animated when hovering container in web UI (ClearlyClaire)
  • Change streaming API from deprecated ClusterWS/cws to ws (ClearlyClaire)
  • Change systemd configuration to add sandboxing features (Izorkin, Izorkin, Izorkin)
  • Change nginx configuration to make running Onion service easier (cohosh)
  • Change Helm configuration (dunn, dunn, dunn, dunn, dunn)
  • Change Docker configuration (SuperSandro2000, mashirozx)

Removed

  • Remove PubSubHubbub-related columns from accounts table (Gargron, ClearlyClaire)
  • Remove dependency on @babel/plugin-proposal-class-properties (ykzts)
  • Remove dependency on pluck_each gem (Gargron)
  • Remove spam check and dependency on nilsimsa gem (Gargron)
  • Remove MySQL-specific code from Mastodon::MigrationHelpers (ClearlyClaire)
  • Remove IE11 from supported browsers target (gol-cha)

Fixed

  • Fix "You might be interested in" flashing while searching in web UI (Gargron)
  • Fix display of posts without text content in web UI (ClearlyClaire)
  • Fix Google Translate breaking web UI (ClearlyClaire, ClearlyClaire)
  • Fix web UI crashing when SVG support is disabled (ClearlyClaire)
  • Fix web UI crash when a status opened in the media modal is deleted (kaias1jp)
  • Fix OCR language data failing to load in web UI (ClearlyClaire)
  • Fix footer links not being clickable in Safari in web UI (noellabo)
  • Fix autofocus/autoselection not working on mobile in web UI (ClearlyClaire, ClearlyClaire)
  • Fix media redownload worker retrying on unexpected response codes (Gargron)
  • Fix thread resolve worker retrying when status no longer exists (Gargron)
  • Fix n+1 queries when rendering statuses in REST API (abcang)
  • Fix n+1 queries when rendering notifications in REST API (abcang)
  • Fix delete of local reply to local parent not being forwarded (Gargron)
  • Fix remote reporters not receiving suspend/unsuspend activities (Gargron)
  • Fix understanding (not fully qualified) as:Public and Public (ClearlyClaire)
  • Fix actor update not being distributed on profile picture deletion (ClearlyClaire)
  • Fix processing of incoming Delete activities (ClearlyClaire)
  • Fix processing of incoming Block activities (ClearlyClaire)
  • Fix processing of incoming Update activities of unknown accounts (ClearlyClaire)
  • Fix URIs of repeat follow requests not being recorded (ClearlyClaire)
  • Fix error on requests with no Digest header (ClearlyClaire)
  • Fix activity object not requiring signature in secure mode (ClearlyClaire)
  • Fix database serialization failure returning HTTP 500 (Gargron)
  • Fix media processing getting stuck on too much stdin/stderr (Gargron)
  • Fix some inefficient array manipulations (007lva, 007lva)
  • Fix some inefficient regex matching (007lva)
  • Fix some inefficient SQL queries (abcang, abcang, abcang)
  • Fix trying to fetch key from empty URI when verifying HTTP signature (Gargron)
  • Fix tootctl maintenance fix-duplicates failures (ClearlyClaire, ClearlyClaire)
  • Fix error when removing status caused by race condition (Gargron)
  • Fix blocking someone not clearing up list feeds (ClearlyClaire)
  • Fix misspelled URLs character counting (ClearlyClaire)
  • Fix Sidekiq hanging forever due to a Resolv bug in Ruby 2.7.3 (ClearlyClaire)
  • Fix edge case where follow limit interferes with accepting a follow (ClearlyClaire)
  • Fix inconsistent lead text style in admin UI (Gargron, ClearlyClaire)
  • Fix reports of already suspended accounts being recorded (Gargron)
  • Fix sign-up restrictions based on IP addresses not being enforced (ClearlyClaire)
  • Fix YouTube embeds failing due to YouTube serving wrong OEmbed URLs (Gargron)
  • Fix error when rendering public pages with media without meta (Gargron)
  • Fix misaligned logo on follow button on public pages (noellabo)
  • Fix video modal not working on public pages (noellabo)
  • Fix race conditions on account migration creation (ClearlyClaire)
  • Fix not being able to change world filter expiration back to “Never” (ClearlyClaire)
  • Fix .env.vagrant not setting RAILS_ENV variable (chandrn7)
  • Fix error when muting users with duration in REST API (Tak)
  • Fix border padding on front page in light theme (ClearlyClaire)
  • Fix wrong URL to custom CSS when CDN_HOST is used (ClearlyClaire)
  • Fix tootctl accounts unfollow (ClearlyClaire)
  • Fix tootctl emoji import wasting time on MacOS shadow files (cortices)
  • Fix tootctl emoji import not treating shortcodes as case-insensitive (angristan)
  • Fix some issues with SAML account creation (Gargron, kaiyou)
  • Fix MX validation applying for explicitly allowed e-mail domains (ClearlyClaire)
  • Fix share page not using configured custom mascot (tribela)
  • Fix instance actor not being automatically created if it wasn't seeded properly (ClearlyClaire)
  • Fix HTTPS enforcement preventing Mastodon from being run as an Onion service (cohosh, jtracey, ClearlyClaire, cohosh)
  • Fix app name, website and redirect URIs not having a maximum length (Gargron)

[3.3.0] - 2020-12-27

Added

  • Add hotkeys for audio/video control in web UI (Gargron, Gargron)
    • Space and k to toggle playback
    • m to toggle mute
    • f to toggle fullscreen
    • j and l to go back and forward by 10 seconds
    • . and , to go back and forward by a frame (video only)
  • Add expand/compress button on media modal in web UI (mashirozx, mashirozx, mashirozx)
  • Add border around 🕺 emoji in web UI (ClearlyClaire)
  • Add border around 🐞 emoji in web UI (ClearlyClaire)
  • Add home link to the getting started column when home isn't mounted (ClearlyClaire)
  • Add option to disable swiping motions across the web UI (ClearlyClaire)
  • Add pop-out player for audio/video in web UI (Gargron, Gargron, Gargron, noellabo)
    • Continue watching/listening when you scroll away
    • Action bar to interact with/open toot from the pop-out player
  • Add unread notification markers in web UI (ClearlyClaire, ClearlyClaire, ClearlyClaire, noellabo, noellabo)
  • Add paragraph about browser add-ons when encountering errors in web UI (ClearlyClaire)
  • Add import and export for bookmarks (ClearlyClaire)
  • Add cache buster feature for media files (Gargron)
    • If you have a proxy cache in front of object storage, deleted files will persist until the cache expires
    • If enabled, cache buster will make a special request to the proxy to signal a cache reset
  • Add duration option to the mute function (aquarla)
  • Add replies policy option to the list function (ClearlyClaire, trwnh)
  • Add og:published_time OpenGraph tags on toots (nornagon)
  • Add option to be notified when a followed user posts (Gargron, ClearlyClaire, Gargron)
    • If you don't want to miss a toot, click the bell button!
  • Add client-side validation in password change forms (ClearlyClaire)
  • Add client-side validation in the registration form (ClearlyClaire, ClearlyClaire)
  • Add support for Gemini URLs (joshleeb)
  • Add app shortcuts to web app manifest (mkljczk)
  • Add WebAuthn as an alternative 2FA method (santiagorodriguez96, jiikko)
  • Add honeypot fields and minimum fill-out time for sign-up form (ClearlyClaire)
  • Add icon for mutual relationships in relationship manager (noellabo)
  • Add follow selected followers button in relationship manager (noellabo)
  • Add subresource integrity for JS and CSS assets (Gargron)
    • If you use a CDN for static assets (JavaScript, CSS, and so on), you have to trust that the CDN does not modify the assets maliciously
    • Subresource integrity compares server-generated asset digests with what's actually served from the CDN and prevents such attacks
  • Add ku, sa, sc, zgh to available locales (ykzts)
  • Add ability to force an account to mark media as sensitive (noellabo)
  • Add ability to block access or limit sign-ups from chosen IPs (Gargron, ClearlyClaire)
    • Add rules for IPs or CIDR ranges that automatically expire after a configurable amount of time
    • Choose the severity of the rule, either blocking all access or merely limiting sign-ups
  • Add support for reversible suspensions through ActivityPub (Gargron)
    • Servers can signal that one of their accounts has been suspended
    • During suspension, the account can only delete its own content
    • A reversal of the suspension can be signalled the same way
    • A local suspension always overrides a remote one
  • Add indication to admin UI of whether a report has been forwarded (ClearlyClaire)
  • Add display of reasons for joining of an account in admin UI (mashirozx)
  • Add option to obfuscate domain name in public list of domain blocks (Gargron)
  • Add option to make reasons for joining required on sign-up (ClearlyClaire, ClearlyClaire, ClearlyClaire, ClearlyClaire)
  • Add ActivityPub follower synchronization mechanism (ClearlyClaire, ClearlyClaire)
  • Add outbox attribute to instance actor (ClearlyClaire)
  • Add featured hashtags as an ActivityPub collection (Gargron, noellabo)
  • Add support for dereferencing objects through bearcaps (Gargron, noellabo)
  • Add S3_READ_TIMEOUT environment variable (tateisu)
  • Add ALLOWED_PRIVATE_ADDRESSES environment variable (ClearlyClaire)
  • Add --fix-permissions option to tootctl media remove-orphans (Gargron, uist1idrju3i)
  • Add tootctl accounts merge (Gargron, ClearlyClaire, ClearlyClaire)
    • Has someone changed their domain or subdomain thereby creating two accounts where there should be one?
    • This command will fix it on your end
  • Add tootctl maintenance fix-duplicates (ClearlyClaire, Gargron, ClearlyClaire)
    • Index corruption in the database?
    • This command is for you
  • Add support for managing multiple stream subscriptions in a single connection (Gargron, Gargron, mfmfuyu, zunda)
    • Previously, getting live updates for multiple timelines required opening a HTTP or WebSocket connection for each
    • More connections means more resource consumption on both ends, not to mention the (ever so slight) delay when establishing a new connection
    • Now, with just a single WebSocket connection you can subscribe and unsubscribe to and from multiple streams
  • Add support for limiting results by both min_id and max_id at the same time in REST API (tateisu)
  • Add GET /api/v1/accounts/:id/featured_tags to REST API (noellabo, noellabo)
  • Add stoplight for object storage failures, return HTTP 503 in REST API (Gargron)
  • Add optional tootctl remove media cronjob in Helm chart (dunn)
  • Add clean error message when RAILS_ENV is unset (ClearlyClaire)

Changed

  • Change media modals look in web UI (Gargron, Gargron, Gargron, Gargron, Kjwon15, noellabo, ClearlyClaire)
    • Background of the overlay matches the color of the image
    • Action bar to interact with or open the toot from the modal
  • Change order of announcements in admin UI to be newest-first (ClearlyClaire)
  • Change account suspensions to be reversible by default (Gargron, ClearlyClaire, ClearlyClaire, ClearlyClaire, ClearlyClaire, noellabo, ClearlyClaire, Gargron, Gargron)
    • Suspensions no longer equal deletions
    • A suspended account can be unsuspended with minimal consequences for 30 days
    • Immediate deletion of data is still available as an explicit option
    • Suspended accounts can request an archive of their data through the UI
  • Change REST API to return empty data for suspended accounts (14765)
  • Change web UI to show empty profile for suspended accounts (Gargron, Gargron)
  • Change featured hashtag suggestions to be recently used instead of most used (abcang)
  • Change direct toots to appear in the home feed again (Gargron, ClearlyClaire, noellabo)
    • Return to treating all toots the same instead of trying to retrofit direct visibility into an instant messaging model
  • Change email address validation to return more specific errors (ClearlyClaire)
  • Change HTTP signature requirements to include Digest header on POST requests (ClearlyClaire)
  • Change click area of video/audio player buttons to be bigger in web UI (ariasuni)
  • Change order of filters by alphabetic by "keyword or phrase" (ariasuni)
  • Change suspension of remote accounts to also undo outgoing follows (ClearlyClaire)
  • Change string "Home" to "Home and lists" in the filter creation screen (ariasuni)
  • Change string "Boost to original audience" to "Boost with original visibility" in web UI (3n-k1)
  • Change string "Show more" to "Show newer" and "Show older" on public pages (ariasuni)
  • Change order of announcements to be reverse chronological in web UI (dariusk, dariusk)
  • Change RTL detection to rely on unicode-bidi paragraph by paragraph in web UI (Gargron)
  • Change visibility icon next to timestamp to be clickable in web UI (ariasuni, mayaeh)
  • Change public thread view to hide "Show thread" link (ClearlyClaire)
  • Change number format on about page from full to shortened (Gargron)
  • Change how scheduled tasks run in multi-process environments (noellabo)
    • New dedicated queue scheduler
    • Runs by default when Sidekiq is executed with no options
    • Has to be added manually in a multi-process environment

Removed

  • Remove fade-in animation from modals in web UI (Gargron)
  • Remove auto-redirect to direct messages in web UI (Gargron)
  • Remove obsolete IndexedDB operations from web UI (Gargron)
  • Remove dependency on unused and unmaintained http_parser.rb gem (ClearlyClaire)

Fixed

  • Fix layout on about page when contact account has a long username (ClearlyClaire)
  • Fix follow limit preventing re-following of a moved account (Gargron, ClearlyClaire)
  • Fix deletes not reaching every server that interacted with toot (Gargron)
    • Previously, delete of a toot would be primarily sent to the followers of its author, people mentioned in the toot, and people who reblogged the toot
    • Now, additionally, it is ensured that it is sent to people who replied to it, favourited it, and to the person it replies to even if that person is not mentioned
  • Fix resolving an account through its non-canonical form (i.e. alternate domain) (ClearlyClaire)
  • Fix sending redundant ActivityPub events when processing remote account deletion (ClearlyClaire)
  • Fix Move handler not being triggered when failing to fetch target account (ClearlyClaire)
  • Fix downloading remote media files when server returns empty filename (ClearlyClaire)
  • Fix account processing failing because of large collections (ClearlyClaire)
  • Fix not being able to unfavorite toots one has lost access to (ClearlyClaire)
  • Fix not being able to unbookmark toots one has lost access to (ClearlyClaire)
  • Fix possible casing inconsistencies in hashtag search (ClearlyClaire)
  • Fix updating account counters when association is not yet created (Gargron)
  • Fix cookies not having a SameSite attribute (Gargron)
  • Fix poll ending notifications being created for each vote (ClearlyClaire)
  • Fix multiple boosts of a same toot erroneously appearing in TL (ClearlyClaire)
  • Fix asset builds not picking up CDN_HOST change (ClearlyClaire)
  • Fix desktop notifications permission prompt in web UI (Gargron, Gargron, ClearlyClaire, ClearlyClaire)
    • Some time ago, browsers added a requirement that desktop notification prompts could only be displayed in response to a user-generated event (such as a click)
    • This means that for some time, users who haven't already given the permission before were not getting a prompt and as such were not receiving desktop notifications
  • Fix "Mark media as sensitive" string not supporting pluralizations in other languages in web UI (ariasuni)
  • Fix glitched image uploads when canvas read access is blocked in web UI (ClearlyClaire)
  • Fix some account gallery items having empty labels in web UI (ClearlyClaire)
  • Fix alt-key hotkeys activating while typing in a text field in web UI (ClearlyClaire)
  • Fix wrong seek bar width on media player in web UI (mfmfuyu)
  • Fix logging out on mobile in web UI (ClearlyClaire)
  • Fix wrong click area for GIFVs in media modal in web UI (noellabo)
  • Fix unreadable placeholder text color in high contrast theme in web UI (Gargron)
  • Fix scrolling issues when closing some dropdown menus in web UI (ClearlyClaire)
  • Fix notification filter bar incorrectly filtering gaps in web UI (ClearlyClaire)
  • Fix disabled boost icon being replaced by private boost icon on hover in web UI (ClearlyClaire)
  • Fix hashtag detection in compose form being different to server-side in web UI (kedamaDQ, ClearlyClaire)
  • Fix home last read marker mishandling gaps in web UI (ClearlyClaire)
  • Fix unnecessary re-rendering of various components when typing in web UI (Gargron)
  • Fix notifications being unnecessarily re-rendered in web UI (ClearlyClaire)
  • Fix column swiping animation logic in web UI (ClearlyClaire)
  • Fix inefficiency when fetching hashtag timeline (noellabo, akihikodaki)
  • Fix inefficiency when fetching bookmarks (akihikodaki)
  • Fix inefficiency when fetching favourites (akihikodaki)
  • Fix inefficiency when fetching media-only account timeline (akihikodaki)
  • Fix inefficieny when deleting accounts (Gargron, ClearlyClaire, ClearlyClaire, ClearlyClaire, ClearlyClaire, ClearlyClaire, Gargron)
  • Fix redundant query when processing batch actions on custom emojis (niwatori24)
  • Fix slow distinct queries where grouped queries are faster (Gargron)
  • Fix performance on instances list in admin UI (Gargron)
  • Fix server actor appearing in list of accounts in admin UI (ClearlyClaire)
  • Fix "bootstrap timeline accounts" toggle in site settings in admin UI (ClearlyClaire)
  • Fix PostgreSQL secret name for cronjob in Helm chart (metal3d)
  • Fix Procfile not being compatible with herokuish (acuteaura)
  • Fix installation of tini being split into multiple steps in Dockerfile (ryncsn)

Security

  • Fix streaming API allowing connections to persist after access token invalidation (Gargron)
  • Fix 2FA/sign-in token sessions being valid after password change (Gargron)
  • Fix resolving accounts sometimes creating duplicate records for a given ActivityPub identifier (ClearlyClaire)

[3.2.2] - 2020-12-19

Added

  • Add tootctl maintenance fix-duplicates (ClearlyClaire, Gargron)
    • Index corruption in the database?
    • This command is for you

Removed

  • Remove dependency on unused and unmaintained http_parser.rb gem (ClearlyClaire)

Fixed

  • Fix Move handler not being triggered when failing to fetch target account (ClearlyClaire)
  • Fix downloading remote media files when server returns empty filename (ClearlyClaire)
  • Fix possible casing inconsistencies in hashtag search (ClearlyClaire)
  • Fix updating account counters when association is not yet created (Gargron)
  • Fix account processing failing because of large collections (ClearlyClaire)
  • Fix resolving an account through its non-canonical form (i.e. alternate domain) (ClearlyClaire)
  • Fix slow distinct queries where grouped queries are faster (Gargron)

Security

  • Fix 2FA/sign-in token sessions being valid after password change (Gargron)
  • Fix resolving accounts sometimes creating duplicate records for a given ActivityPub identifier (ClearlyClaire)

[3.2.1] - 2020-10-19

Added

  • Add support for latest HTTP Signatures spec draft (ClearlyClaire)
  • Add support for inlined objects in ActivityPub to/cc (ClearlyClaire)

Changed

  • Change actors to not be served at all without authentication in limited federation mode (ClearlyClaire)
    • Previously, a bare version of an actor was served when not authenticated, i.e. username and public key
    • Because all actor fetch requests are signed using a separate system actor, that is no longer required

Fixed

  • Fix tootctl media commands not recognizing very large IDs (ClearlyClaire)
  • Fix crash when failing to load emoji picker in web UI (ClearlyClaire)
  • Fix contrast requirements in thumbnail color extraction (ClearlyClaire)
  • Fix audio/video player not using CDN_HOST on public pages (ClearlyClaire)
  • Fix private boost icon not being used on public pages (OmmyZhang)
  • Fix audio player on Safari in web UI (ClearlyClaire, ClearlyClaire)
  • Fix dereferencing remote statuses not using the correct account for signature when receiving a targeted inbox delivery (ClearlyClaire)
  • Fix nil error in tootctl media remove (noellabo)
  • Fix videos with near-60 fps being rejected (Gargron)
  • Fix reported statuses not being included in warning e-mail (Gargron)
  • Fix Reject activities of Follow objects not correctly destroying a follow relationship (ClearlyClaire)
  • Fix inefficiencies in fan-out-on-write service (Gargron, noellabo)
  • Fix timeout errors when trying to webfinger some IPv6 configurations (Gargron)
  • Fix files served as application/octet-stream being rejected without attempting mime type detection (ClearlyClaire)

[3.2.0] - 2020-07-27

Added

  • Add SMTP_SSL environment variable (OmmyZhang)
  • Add hotkey for toggling content warning input in web UI (ClearlyClaire)
  • Add e-mail-based sign in challenge for users with disabled 2FA (Gargron)
    • If user tries signing in after:
      • Being inactive for a while
      • With a previously unknown IP
      • Without 2FA being enabled
    • Require to enter a token sent via e-mail before sigining in
  • Add limit param to RSS feeds (noellabo)
  • Add visibility param to share page (noellabo)
  • Add blurhash to link previews (ClearlyClaire, ClearlyClaire, ClearlyClaire, Sasha-Sorokin, Sasha-Sorokin, ClearlyClaire, ClearlyClaire, ClearlyClaire)
    • In web UI, toots cannot be marked as sensitive unless there is media attached
    • However, it's possible to do via API or ActivityPub
    • Thumnails of link previews of such posts now use blurhash in web UI
    • The Card entity in REST API has a new blurhash attribute
  • Add support for summary field for media description in ActivityPub (ClearlyClaire)
  • Add hints about incomplete remote content to web UI (Gargron, noellabo)
  • Add personal notes for accounts (ClearlyClaire, Gargron, Sasha-Sorokin)
    • To clarify, these are notes only you can see, to help you remember details
    • Notes can be viewed and edited from profiles in web UI
    • New REST API: POST /api/v1/accounts/:id/note with comment param
    • The Relationship entity in REST API has a new note attribute
  • Add Helm chart (dunn, dunn, dunn)
  • Add customizable thumbnails for audio and video attachments (Gargron, Gargron, Gargron, Gargron, ClearlyClaire, ClearlyClaire, noellabo, noellabo)
    • Metadata (album, artist, etc) is no longer stripped from audio files
    • Album art is automatically extracted from audio files
    • Thumbnail can be manually uploaded for both audio and video attachments
    • Media upload APIs now support thumbnail param
      • On POST /api/v1/media and POST /api/v2/media
      • And on PUT /api/v1/media/:id
    • ActivityPub representation of media attachments represents custom thumbnails with an icon attribute
    • The Media Attachment entity in REST API now has a preview_remote_url to its preview_url, equivalent to remote_url to its url
  • Add color extraction for thumbnails (Gargron, ClearlyClaire)
    • The meta attribute on the Media Attachment entity in REST API can now have a colors attribute which in turn contains three hex colors: background, foreground, and accent
    • The background color is chosen from the most dominant color around the edges of the thumbnail
    • The foreground and accent colors are chosen from the colors that are the most different from the background color using the CIEDE2000 algorithm
    • The most satured color of the two is designated as the accent color
    • The one with the highest W3C contrast is designated as the foreground color
    • If there are not enough colors in the thumbnail, new ones are generated using a monochrome pattern
  • Add a visibility indicator to toots in web UI (noellabo, highemerly)
  • Add tootctl email_domain_blocks (tateisu, Gargron)
  • Add "Add new domain block" to header of federation page in admin UI (ariasuni)
  • Add ability to keep emoji picker open with ctrl+click in web UI (bclindner, noellabo)
  • Add custom icon for private boosts in web UI (ClearlyClaire)
  • Add support for Create and Update activities that don't inline objects in ActivityPub (ClearlyClaire)
  • Add support for Undo activities that don't inline activities in ActivityPub (ClearlyClaire)

Changed

  • Change .env.production.sample to be leaner and cleaner (Gargron)
    • It was overloaded as de-facto documentation and getting quite crowded
    • Defer to the actual documentation while still giving a minimal example
  • Change tootctl search deploy to work faster and display progress (Gargron)
  • Change User-Agent of link preview fetching service to include "Bot" (Gargron)
    • Some websites may not render OpenGraph tags into HTML if that's not the case
  • Change behaviour to carry blocks over when someone migrates their followers (ClearlyClaire)
  • Change volume control and download buttons in web UI (Gargron)
  • Change design of audio players in web UI (Gargron, ClearlyClaire, Gargron, ClearlyClaire, Gargron, ClearlyClaire)
  • Change reply filter to never filter own toots in web UI (ClearlyClaire)
  • Change boost button to no longer serve as visibility indicator in web UI (noellabo, ClearlyClaire)
  • Change contrast of flash messages (cchoi12)
  • Change wording from "Hide media" to "Hide image/images" in web UI (ariasuni)
  • Change appearence of settings pages to be more consistent (ariasuni)
  • Change "Add media" tooltip to not include long list of formats in web UI (ariasuni)
  • Change how badly contrasting emoji are rendered in web UI (leo60228, ClearlyClaire, mfmfuyu, ClearlyClaire)
  • Change structure of unavailable content section on about page (ariasuni)
  • Change behaviour to accept ActivityPub activities relayed through group actor (noellabo)
  • Change amount of processing retries for ActivityPub activities (noellabo)

Removed

  • Remove the terms "blacklist" and "whitelist" from UX (Gargron, mayaeh)
    • Environment variables changed (old versions continue to work):
      • WHITELIST_MODELIMITED_FEDERATION_MODE
      • EMAIL_DOMAIN_BLACKLISTEMAIL_DOMAIN_DENYLIST
      • EMAIL_DOMAIN_WHITELISTEMAIL_DOMAIN_ALLOWLIST
    • CLI option changed:
      • tootctl domains purge --whitelist-modetootctl domains purge --limited-federation-mode
  • Remove some unnecessary database indices (lfuelling, noellabo)
  • Remove unnecessary Node.js version upper bound (ykzts)

Fixed

  • Fix following param not working when exact match is found in account search (noellabo)
  • Fix sometimes occuring duplicate mention notifications (noellabo)
  • Fix RSS feeds not being cachable (ClearlyClaire)
  • Fix lack of locking around processing of Announce activities in ActivityPub (noellabo)
  • Fix boosted toots from blocked account not being retroactively removed from TL (ClearlyClaire)
  • Fix large shortened numbers (like 1.2K) using incorrect pluralization (Sasha-Sorokin)
  • Fix streaming server trying to use empty password to connect to Redis when REDIS_PASSWORD is given but blank (ClearlyClaire)
  • Fix being unable to unboost posts when blocked by their author (ClearlyClaire)
  • Fix account domain block not properly unfollowing accounts from domain (Gargron)
  • Fix removing a domain allow wiping known accounts in open federation mode (ClearlyClaire)
  • Fix blocks and mutes pagination in web UI (ClearlyClaire)
  • Fix new posts pushing down origin of opened dropdown in web UI (ClearlyClaire, ClearlyClaire)
  • Fix timeline markers not being saved sometimes (ClearlyClaire, ClearlyClaire, ClearlyClaire)
  • Fix CSV uploads being rejected (noellabo)
  • Fix incompatibility with ElasticSearch 7.x (noellabo)
  • Fix being able to search posts where you're in the target audience but not actively mentioned (noellabo)
  • Fix non-local posts appearing on local-only hashtag timelines in web UI (noellabo)
  • Fix tootctl media remove-orphans choking on unknown files in storage (Gargron)
  • Fix tootctl upgrade storage-schema misbehaving (Gargron, angristan)
    • Fix it marking records as upgraded even though no files were moved
    • Fix it not working with S3 storage
    • Fix it not working with custom emojis
  • Fix GIF reader raising incorrect exceptions (ClearlyClaire)
  • Fix hashtag search performing account search as well (ClearlyClaire)
  • Fix Webfinger returning wrong status code on malformed or missing param (ClearlyClaire)
  • Fix rake mastodon:setup error when some environment variables are set (ClearlyClaire)
  • Fix admin page crashing when trying to block an invalid domain name in admin UI (ClearlyClaire)
  • Fix unsent toot confirmation dialog not popping up in single column mode in web UI (ClearlyClaire)
  • Fix performance of follow import (noellabo)
    • Reduce timeout of Webfinger requests to that of other requests
    • Use circuit breakers to stop hitting unresponsive servers
    • Avoid hitting servers that are already known to be generally unavailable
  • Fix filters ignoring media descriptions (BenLubar)
  • Fix some actions on custom emojis leading to cryptic errors in admin UI (ClearlyClaire)
  • Fix ActivityPub serialization of replies when some of them are URIs (ClearlyClaire)
  • Fix rake mastodon:setup choking on environment variables containing % (ClearlyClaire)
  • Fix account redirect confirmation message talking about moved followers (ClearlyClaire)
  • Fix avatars having the wrong size on public detailed status pages (ClearlyClaire)
  • Fix various issues around OpenGraph representation of media (Gargron)
    • Pages containing audio no longer say "Attached: 1 image" in description
    • Audio attachments now represented as OpenGraph og:audio
    • The twitter:player page now uses Mastodon's proper audio/video player
    • Audio/video buffered bars now display correctly in audio/video player
    • Volume and progress bars now respond to movement/move smoother
  • Fix audio/video/images/cards not reacting to window resizes in web UI (Gargron)
  • Fix very wide media attachments resulting in too thin a thumbnail in web UI (ClearlyClaire)
  • Fix crash when merging posts into home feed after following someone (ClearlyClaire)
  • Fix unique username constraint for local users not being enforced in database (ClearlyClaire)
  • Fix unnecessary gap under video modal in web UI (mfmfuyu)
  • Fix 2FA and sign in token pages not respecting user locale (mfmfuyu)
  • Fix unapproved users being able to view profiles when in limited-federation mode and requiring approval for sign-ups (ClearlyClaire)
  • Fix initial audio volume not corresponding to what's displayed in audio player in web UI (ClearlyClaire)
  • Fix timelines sometimes jumping when closing modals in web UI (ClearlyClaire)
  • Fix memory usage of downloading remote files (Gargron, Gargron, noellabo)
    • Don't read entire file (up to 40 MB) into memory
    • Read and write it to temp file in small chunks
  • Fix inconsistent account header padding in web UI (trwnh)
  • Fix Thai being skipped from language detection (Sasha-Sorokin)
    • Since Thai has its own alphabet, it can be detected more reliably
  • Fix broken hashtag column options styling in web UI (ClearlyClaire)
  • Fix pointer cursor being shown on toots that are not clickable in web UI (arielrodrigues)
  • Fix lock icon not being shown when locking account in profile settings (ClearlyClaire)
  • Fix domain blocks doing work the wrong way around (ClearlyClaire)
    • Instead of suspending accounts one by one, mark all as suspended first (quick)
    • Only then proceed to start removing their data (slow)
    • Clear out media attachments in a separate worker (slow)

[3.1.5] - 2020-07-07

Security

  • Fix media attachment enumeration (ClearlyClaire)
  • Change rate limits for various paths (Gargron)
  • Fix other sessions not being logged out on password change (Gargron)

[3.1.4] - 2020-05-14

Added

  • Add vi to available locales (taicv)
  • Add ability to remove identity proofs from account (Gargron)
  • Add ability to exclude local content from federated timeline (noellabo, noellabo)
    • Add remote param to GET /api/v1/timelines/public REST API
    • Add public/remote / public:remote variants to streaming API
    • "Remote only" option in federated timeline column settings in web UI
  • Add ability to exclude remote content from hashtag timelines in web UI (noellabo)
    • No changes to REST API
    • "Local only" option in hashtag column settings in web UI
  • Add Capistrano tasks that reload the services after deploying (berkes)
  • Add invites_enabled attribute to GET /api/v1/instance in REST API (ClearlyClaire)
  • Add tootctl emoji export command (lfuelling)
  • Add separate cache directory for non-local uploads (Gargron, Hanage999, mayaeh)
    • Add tootctl upgrade storage-schema command to move old non-local uploads to the cache directory
  • Add buttons to delete header and avatar from profile settings (sternenseemann)
  • Add emoji graphics and shortcodes from Twemoji 12.1.5 (DeeUnderscore)

Changed

Fixed

  • Fix dropdown of muted and followed accounts offering option to hide boosts in web UI (ClearlyClaire)
  • Fix "You are already signed in" alert being shown at wrong times (ClearlyClaire)
  • Fix retrying of failed-to-download media files not actually working (noellabo)
  • Fix first poll option not being focused when adding a poll in web UI (ClearlyClaire)
  • Fix sr locale being selected over sr-Latn (ClearlyClaire)
  • Fix error within error when limiting backtrace to 3 lines (Gargron)
  • Fix tootctl media remove-orphans crashing on "Import" files (ClearlyClaire)
  • Fix regression in tootctl media remove-orphans (Gargron)
  • Fix old unique jobs digests not having been cleaned up (Gargron)
  • Fix own following/followers not showing muted users (ClearlyClaire)
  • Fix list of followed people ignoring sorting on Follows & Followers page (taras2358)
  • Fix wrong pgHero Content-Security-Policy when CDN_HOST is set (ClearlyClaire)
  • Fix needlessly deduplicating usernames on collisions with remote accounts when signing-up through SAML/CAS (kaiyou)
  • Fix page incorrectly scrolling when bringing up dropdown menus in web UI (ClearlyClaire)
  • Fix messed up z-index when NoScript blocks media/previews in web UI (ClearlyClaire)
  • Fix "See what's happening" page showing public instead of local timeline for logged-in users (ClearlyClaire)
  • Fix not being able to resolve public resources in development environment (Gargron)
  • Fix uninformative error message when uploading unsupported image files (ClearlyClaire)
  • Fix expanded video player issues in web UI (ClearlyClaire, eai04191)
  • Fix and refactor keyboard navigation in dropdown menus in web UI (ClearlyClaire)
  • Fix uploaded image orientation being messed up in some browsers in web UI (ClearlyClaire)
  • Fix actions log crash when displaying updates of deleted announcements in admin UI (ClearlyClaire)
  • Fix search not working due to proxy settings when using hidden services (Gargron)
  • Fix poll refresh button not being debounced in web UI (rasjonell, ClearlyClaire)
  • Fix confusing error when failing to add an alias to an unknown account (ClearlyClaire)
  • Fix "Email changed" notification sometimes having wrong e-mail (ClearlyClaire)
  • Fix varioues issues on the account aliases page (ClearlyClaire)
  • Fix API footer link in web UI (bubblineyuri)
  • Fix pagination of following, followers, follow requests, blocks and mutes lists in web UI (ClearlyClaire)
  • Fix styling of polls in JS-less fallback on public pages (ClearlyClaire)
  • Fix trying to delete already deleted file when post-processing (Gargron)

Security

  • Fix Doorkeeper vulnerability that exposed app secret to users who authorized the app and reset secret of the web UI that could have been exposed (dependabot-preview[bot], Gargron)
    • For apps that self-register on behalf of every individual user (such as most mobile apps), this is a non-issue
    • The issue only affects developers of apps who are shared between multiple users, such as server-side apps like cross-posters

[3.1.3] - 2020-04-05

Added

  • Add ability to filter audit log in admin UI (Gargron)
  • Add titles to warning presets in admin UI (Gargron)
  • Add option to include resolved DNS records when blacklisting e-mail domains in admin UI (Gargron)
  • Add ability to delete files uploaded for settings in admin UI (ClearlyClaire)
  • Add sorting by username, creation and last activity in admin UI (ClearlyClaire)
  • Add explanation as to why unlocked accounts may have follow requests in web UI (ClearlyClaire)
  • Add link to bookmarks to dropdown in web UI (mayaeh)
  • Add support for links to statuses in announcements to be opened in web UI (ClearlyClaire, ClearlyClaire)
  • Add tooltips to audio/video player buttons in web UI (ariasuni)
  • Add submit button to the top of preferences pages (guigeekz)
  • Add specific rate limits for posting, following and reporting (Gargron, Gargron)
    • 300 posts every 3 hours
    • 400 follows or follow requests every 24 hours
    • 400 reports every 24 hours
  • Add federation support for the "hide network" preference (ClearlyClaire)
  • Add --skip-media-remove option to tootctl statuses remove (tateisu)

Changed

  • Change design of polls in web UI (Sasha-Sorokin, ClearlyClaire)
  • Change status click areas in web UI to be bigger (ariasuni)
  • Change tootctl media remove-orphans to work for all classes (Gargron)
  • Change local media attachments to perform heavy processing asynchronously (Gargron)
  • Change video uploads to always be converted to H264/MP4 (Gargron, ClearlyClaire, ClearlyClaire)
  • Change video uploads to enforce certain limits (Gargron)
    • Dimensions smaller than 1920x1200px
    • Frame rate at most 60fps
  • Change the tooltip "Toggle visibility" to "Hide media" in web UI (ariasuni)
  • Change description of privacy levels to be more intuitive in web UI (ariasuni)
  • Change GIF label to be displayed even when autoplay is enabled in web UI (koyuawsmbrtn)
  • Change the string "Hide everything from …" to "Block domain …" in web UI (ClearlyClaire, mayaeh)
  • Change wording of media display preferences to be more intuitive (ariasuni)

Deprecated

  • POST /api/v1/mediaPOST /api/v2/media (Gargron)

Fixed

  • Fix tootctl media remove-orphans ignoring PAPERCLIP_ROOT_PATH (Gargron)
  • Fix returning results when searching for URL with non-zero offset (Gargron)
  • Fix pinning a column in web UI sometimes redirecting out of web UI (Gargron)
  • Fix background jobs not using locks like they are supposed to (Gargron)
  • Fix content warning being unnecessarily cleared when hiding content warning input in web UI (ClearlyClaire)
  • Fix "Show more" not switching to "Show less" on public pages (ClearlyClaire)
  • Fix import overwrite option not being selectable (noellabo)
  • Fix wrong color for ellipsis in boost confirmation dialog in web UI (ariasuni)
  • Fix unnecessary unfollowing when importing follows with overwrite option (noellabo)
  • Fix 404 and 410 API errors being silently discarded in web UI (ClearlyClaire)
  • Fix OCR not working on Safari because of unsupported worker-src CSP (ClearlyClaire)
  • Fix media not being marked sensitive when a content warning is set with no text (ClearlyClaire)
  • Fix crash after deleting announcements in web UI (codesections, ClearlyClaire)
  • Fix bookmarks not being searchable (Kjwon15, noellabo)
  • Fix reported accounts not being whitelisted from further spam checks when resolving a spam check report (ClearlyClaire)
  • Fix web UI crash in single-column mode on prehistoric browsers (ClearlyClaire)
  • Fix some timeouts when searching for URLs (ClearlyClaire)
  • Fix detailed view of direct messages displaying a 0 boost count in web UI (ClearlyClaire)
  • Fix regression in “Edit media” modal in web UI (ClearlyClaire)
  • Fix public posts from silenced accounts not being changed to unlisted visibility (ClearlyClaire)
  • Fix error when searching for URLs that contain the mention syntax (ClearlyClaire)
  • Fix text area above/right of emoji picker being accidentally clickable in web UI (ariasuni)
  • Fix too large announcements not being scrollable in web UI (ClearlyClaire)
  • Fix tootctl media remove-orphans crashing when encountering invalid media (ClearlyClaire)
  • Fix installation failing when Redis password contains special characters (ClearlyClaire)
  • Fix announcements with fully-qualified mentions to local users crashing web UI (ClearlyClaire)

Security

  • Fix re-sending of e-mail confirmation not being rate limited (Gargron)

[v3.1.2] - 2020-02-27

Added

  • Add --reset-password option to tootctl accounts modify (ClearlyClaire)
  • Add source-mapped stacktrace to error message in web UI (ClearlyClaire)

Fixed

  • Fix dismissing an announcement twice raising an obscure error (ClearlyClaire)
  • Fix misleading error when attempting to re-send a pending follow request (ClearlyClaire)
  • Fix backups failing when files are missing from media attachments (ClearlyClaire)
  • Fix duplicate accounts being created when fetching an account for its key only (ClearlyClaire)
  • Fix /web redirecting to /web/web in web UI (ClearlyClaire)
  • Fix previously OStatus-based accounts not being detected as ActivityPub (ClearlyClaire)
  • Fix account JSON/RSS not being cacheable due to wrong mime type comparison (ClearlyClaire)
  • Fix old browsers crashing because of missing finally polyfill in web UI (ClearlyClaire)
  • Fix account's bio not being shown if there are no proofs/fields in admin UI (ClearlyClaire)
  • Fix sign-ups without checked user agreement being accepted through the web form (ClearlyClaire)
  • Fix non-x64 architectures not being able to build Docker image because of hardcoded Node.js architecture (SaraSmiseth)
  • Fix invite request input not being shown on sign-up error if left empty (ClearlyClaire)
  • Fix some migration hints mentioning GitLab instead of Mastodon (saper)

Security

  • Fix leak of arbitrary statuses through unfavourite action in REST API (Gargron)

[3.1.1] - 2020-02-10

Fixed

  • Fix yanked dependency preventing installation (mayaeh)

[3.1.0] - 2020-02-09

Added

Changed

  • Change last_status_at to be a date, not datetime in REST API (ClearlyClaire)
  • Change followers page to relationships page in admin UI (Gargron, Gargron)
  • Change reported media attachments to always be hidden in admin UI (Gargron, ClearlyClaire)
  • Change string from "Disable" to "Disable login" in admin UI (nileshkumar)
  • Change report page structure in admin UI (Sasha-Sorokin)
  • Change swipe sensitivity to be lower on small screens in web UI (umonaca)
  • Change audio/video playback to stop playback when out of view in web UI (Gargron)
  • Change media description label based on upload type in web UI (ClearlyClaire)
  • Change large numbers to render without decimal units in web UI (noellabo)
  • Change "Add a choice" button to be disabled rather than hidden when poll limit reached in web UI (ClearlyClaire, hinaloe)
  • Change tootctl statuses remove to keep statuses favourited or bookmarked by local users (ClearlyClaire, Gomasy)
  • Change domain block behavior to update user records (fast) before deleting data (slower) (ClearlyClaire)
  • Change behaviour to strip audio metadata on uploads (hugogameiro)
  • Change accepted length of remote media descriptions from 420 to 1,500 characters (ClearlyClaire)
  • Change preferences pages structure (Sasha-Sorokin, mayaeh, Sasha-Sorokin, Sasha-Sorokin, Sasha-Sorokin, Sasha-Sorokin)
  • Change format of titles in RSS (devkral)
  • Change favourite icon animation from spring-based motion to CSS animation in web UI (ClearlyClaire)
  • Change minimum required Node.js version to 10, and default to 12 (Shleeble, mkody, Shleeble)
  • Change spam check to exempt server staff (ClearlyClaire)
  • Change to fallback to to Create audience when object has no defined audience (ClearlyClaire)
  • Change Twemoji library to 12.1.3 in web UI (koyuawsmbrtn)
  • Change blocked users to be hidden from following/followers lists (ClearlyClaire)
  • Change signature verification to ignore signatures with invalid host (Gargron)

Removed

Fixed

  • Fix some translatable strings being used wrongly (Sasha-Sorokin, Sasha-Sorokin, Sasha-Sorokin, mayaeh)
  • Fix headline of public timeline page when set to local-only (ykzts)
  • Fix space between tabs not being spread evenly in web UI (Sasha-Sorokin, Sasha-Sorokin, Sasha-Sorokin)
  • Fix interactive delays in database migrations with no TTY (Gargron)
  • Fix status overflowing in report dialog in web UI (ClearlyClaire)
  • Fix unlocalized dropdown button title in web UI (Sasha-Sorokin)
  • Fix media attachments without file being uploadable (Gargron)
  • Fix unfollow confirmations in profile directory in web UI (ClearlyClaire)
  • Fix duplicate description meta tag on accounts public pages (ClearlyClaire)
  • Fix slow query of federated timeline (notozeki)
  • Fix not all of account's active IPs showing up in admin UI (Gargron, Gargron)
  • Fix search by IP not using alternative browser sessions in admin UI (Gargron)
  • Fix “X new items” not showing up for slow mode on empty timelines in web UI (ClearlyClaire)
  • Fix OEmbed endpoint being inaccessible in secure mode (Gargron)
  • Fix proofs API being inaccessible in secure mode (Gargron)
  • Fix Ruby 2.7 incompatibilities (ClearlyClaire, ClearlyClaire, Shleeble, zunda)
  • Fix invalid poll votes being accepted in REST API (ClearlyClaire)
  • Fix old migrations failing because of strong migrations update (ClearlyClaire, ClearlyClaire)
  • Fix reuse of detailed status components in web UI (ClearlyClaire)
  • Fix base64-encoded file uploads not being possible in REST API (Gargron, Gargron)
  • Fix error due to missing authentication call in filters controller (Gargron)
  • Fix uncaught unknown format error in host meta controller (Gargron)
  • Fix URL search not returning private toots user has access to (ClearlyClaire, ClearlyClaire)
  • Fix cache digesting log noise on status embeds (Gargron)
  • Fix slowness due to layout thrashing when reloading a large set of statuses in web UI (panarom, panarom, Gargron)
  • Fix error when fetching followers/following from REST API when user has network hidden (Gargron)
  • Fix IDN mentions not being processed, IDN domains not being rendered (Gargron, Gargron, Gargron)
  • Fix error when searching for empty phrase (Gargron)
  • Fix backups stopping due to read timeouts (chr-1x)
  • Fix batch actions on non-pending tags in admin UI (ClearlyClaire)
  • Fix sample SAML_ACS_URL, SAML_ISSUER (orlea)
  • Fix manual scrolling issue on Firefox/Windows in web UI (ClearlyClaire)
  • Fix archive takeout failing if total dump size exceeds 2GB (scd31, Gargron)
  • Fix custom emoji category creation silently erroring out on duplicate category (ClearlyClaire)
  • Fix link crawler not specifying preferred content type (ClearlyClaire)
  • Fix featured hashtag setting page erroring out instead of rejecting invalid tags (ClearlyClaire)
  • Fix tooltip messages of single/multiple-choice polls switcher being reversed in web UI (acid-chicken)
  • Fix typo in help text of tootctl statuses remove (trwnh)
  • Fix generic HTTP 500 error on duplicate records (Gargron)
  • Fix old migration failing with new status default scope (ClearlyClaire)
  • Fix errors when using search API with no query (Gargron, trwnh)
  • Fix poll options not being selectable via keyboard in web UI (ClearlyClaire)
  • Fix conversations not having an unread indicator in web UI (Gargron)
  • Fix lost focus when modals open/close in web UI (ClearlyClaire)
  • Fix pending upload count not being decremented on error in web UI (ClearlyClaire)
  • Fix empty poll options not being removed on remote poll update (ClearlyClaire)
  • Fix OCR with delete & redraft in web UI (ClearlyClaire)
  • Fix blur behind closed registration message (ClearlyClaire)
  • Fix OEmbed discovery not handling different URL variants in query (Gargron)
  • Fix link crawler crashing on <a> tags without href (ClearlyClaire)
  • Fix whitelisted subdomains being ignored in whitelist mode (noiob)
  • Fix broken audit log in whitelist mode in admin UI (ClearlyClaire)
  • Fix unread indicator not honoring "Only media" option in local and federated timelines in web UI (ClearlyClaire)
  • Fix error when rebuilding home feeds (dariusk)
  • Fix relationship caches being broken as result of a follow request (ClearlyClaire)
  • Fix more items than the limit being uploadable in web UI (ClearlyClaire)
  • Fix various issues with account migration (ClearlyClaire)
  • Fix filtered out items being counted as pending items in slow mode in web UI (ClearlyClaire)
  • Fix notification filters not applying to poll options (ClearlyClaire)
  • Fix notification message for user's own poll saying it's a poll they voted on in web UI (ykzts)
  • Fix polls with an expiration not showing up as expired in web UI (noellabo)
  • Fix volume slider having an offset between cursor and slider in Chromium in web UI (ClearlyClaire)
  • Fix Vagrant image not accepting connections (shrft)
  • Fix batch actions being hidden on small screens in admin UI (ClearlyClaire)
  • Fix incoming federation not working in whitelist mode (ClearlyClaire)
  • Fix error when passing empty source param to PUT /api/v1/accounts/update_credentials (jglauche)
  • Fix HTTP-based streaming API being cacheable by proxies (BenLubar)
  • Fix users being able to register while tootctl self-destruct is in progress (Kjwon15)
  • Fix microformats detection in link crawler not ignoring h-card links (nightpool)
  • Fix outline on full-screen video in web UI (hinaloe)
  • Fix TLD domain blocks not being editable (ClearlyClaire)
  • Fix Nanobox deploy hooks (danhunsaker)
  • Fix needlessly complicated SQL query when performing account search amongst followings (ClearlyClaire)
  • Fix favourites count not updating when unfavouriting in web UI (NimaBoscarino)
  • Fix occasional crash on scroll in Chromium in web UI (hinaloe)
  • Fix intersection observer not working in single-column mode web UI (panarom)
  • Fix voting issue with remote polls that contain trailing spaces (ClearlyClaire)
  • Fix dynamic elements not working in pgHero due to CSP rules (ykzts)
  • Fix overly verbose backtraces when delivering ActivityPub payloads (zunda)
  • Fix rendering <a> without href when scheme unsupported (Gargron)
  • Fix unfiltered params error when generating ActivityPub tag pagination (Gargron)
  • Fix malformed HTML causing uncaught error (Gargron)
  • Fix native share button not being displayed for unlisted toots (ClearlyClaire)
  • Fix remote convertible media attachments (e.g. GIFs) not being saved (Gargron)
  • Fix account query not using faster index (abcang)
  • Fix error when sending moderation notification (renatolond)

Security

  • Fix OEmbed leaking information about existence of non-public statuses (Gargron)
  • Fix password change/reset not immediately invalidating other sessions (Gargron)
  • Fix settings pages being cacheable by the browser (Gargron)

[3.0.1] - 2019-10-10

Added

  • Add tootctl media usage command (Gargron)
  • Add admin setting to auto-approve trending hashtags (Gargron, Gargron)

Changed

  • Change tootctl media refresh to skip already downloaded attachments (Gargron)

Removed

  • Remove auto-silence behaviour from spam check (Gargron)
  • Remove HTML lang attribute from individual statuses in web UI (Gargron)
  • Remove fallback to long description on sidebar and meta description (Gargron)

Fixed

  • Fix preloaded JSON-LD context for identity not being used (Gargron)
  • Fix media editing modal changing dimensions once the image loads (Gargron)
  • Fix not showing whether a custom emoji has a local counterpart in admin UI (Gargron)
  • Fix attachment not being re-downloaded even if file is not stored (Gargron)
  • Fix old migration trying to use new column due to default status scope (Gargron)
  • Fix column back button missing for not found accounts (trwnh)
  • Fix issues with tootctl's parallelization and progress reporting (Gargron, Gargron)
  • Fix existing user records with now-renamed pt locale (Gargron)
  • Fix hashtag timeline REST API accepting too many hashtags (Gargron)
  • Fix GET /api/v1/instance REST APIs being unavailable in secure mode (Gargron)
  • Fix performance of home feed regeneration and merging (Gargron)
  • Fix ffmpeg performance issues due to stdout buffer overflow (hugogameiro)
  • Fix S3 adapter retrying failing uploads with exponential backoff (Gargron)
  • Fix tootctl accounts cull advertising unused option flag (Kjwon15)

[3.0.0] - 2019-10-03

Added

Changed

  • Change conversations UI (Gargron)
  • Change dashboard to short number notation (noellabo, noellabo)
  • Change REST API GET /api/v1/timelines/public to require authentication when public preview is off (ClearlyClaire)
  • Change REST API POST /api/v1/follow_requests/:id/(approve|reject) to return relationship (ClearlyClaire)
  • Change rate limit for media proxy (ykzts)
  • Change unlisted custom emoji to not appear in autosuggestions (Gargron)
  • Change max length of media descriptions from 420 to 1500 characters (Gargron, ClearlyClaire)
  • Change deletes to preserve soft-deleted statuses in unresolved reports (Gargron)
  • Change tootctl to use inline parallelization instead of Sidekiq (Gargron)
  • Change account deletion page to have better explanations (Gargron, Gargron)
  • Change hashtag component in web UI to show numbers for 2 last days (Gargron, Gargron, Gargron)
  • Change OpenGraph description on sign-up page to reflect invite (Gargron)
  • Change layout of public profile directory to be the same as in web UI (Gargron)
  • Change detailed status child ordering to sort self-replies on top (ClearlyClaire)
  • Change window resize handler to switch to/from mobile layout as soon as needed (ClearlyClaire)
  • Change icon button styles to make hover/focus states more obvious (ClearlyClaire)
  • Change contrast of status links that are not mentions or hashtags (ClearlyClaire)
  • Change hashtags to preserve first-used casing (Gargron, Gargron, Gargron, Gargron, Gargron)
  • Change unconfirmed user login behaviour (Gargron, ClearlyClaire, Gargron)
  • Change single-column mode to scroll the whole page (Gargron, Gargron, Gargron, ClearlyClaire, Gargron, Gargron, ClearlyClaire, Gargron)
  • Change tootctl accounts follow to only work with local accounts (angristan)
  • Change Dockerfile (Shleeble, ykzts, Shleeble)
  • Change supported Node versions to include v12 (abcang)
  • Change Portuguese language from pt to pt-PT (Gargron)
  • Change domain block silence to always require approval on follow (ClearlyClaire)
  • Change link preview fetcher to not perform a HEAD request first (Gargron)
  • Change tootctl domains purge to accept multiple domains at once (Gargron)

Removed

  • Remove OStatus support (Gargron, Gargron, Gargron, ClearlyClaire, ClearlyClaire)
  • Remove Atom feeds and old URLs in the form of GET /:username/updates/:id (Gargron)
  • Remove WebP support (angristan)
  • Remove deprecated config options from Heroku and Scalingo (ykzts)
  • Remove deprecated REST API GET /api/v1/search API (Gargron)
  • Remove deprecated REST API GET /api/v1/statuses/:id/card (Gargron)
  • Remove deprecated REST API POST /api/v1/notifications/dismiss?id=:id (Gargron)
  • Remove deprecated REST API GET /api/v1/timelines/direct (Gargron)

Fixed

  • Fix manifest warning (ykzts)
  • Fix admin UI for custom emoji not respecting GIF autoplay preference (ClearlyClaire)
  • Fix page body not being scrollable in admin/settings layout (Gargron)
  • Fix placeholder colors for inputs not being explicitly defined (Gargron)
  • Fix incorrect enclosure length in RSS (tsia)
  • Fix TOTP codes not being filtered from logs during enabling/disabling (Gargron)
  • Fix webfinger response not returning 410 when account is suspended (Gargron)
  • Fix ActivityPub Move handler queuing jobs that will fail if account is suspended (Gargron)
  • Fix SSO login not using existing account when e-mail is verified (Gargron)
  • Fix web UI allowing uploads past status limit via drag & drop (Gargron)
  • Fix expiring polls not being displayed as such in web UI (ClearlyClaire)
  • Fix 2FA challenge and password challenge for non-database users (Gargron, Gargron)
  • Fix profile fields overflowing page width in web UI (Gargron)
  • Fix web push subscriptions being deleted on rate limit or timeout (Gargron)
  • Fix display of long poll options in web UI (ClearlyClaire, ClearlyClaire)
  • Fix search API not resolving URL when type is given (Gargron)
  • Fix hashtags being split by ZWNJ character (Gargron)
  • Fix scroll position resetting when opening media modals in web UI (Gargron)
  • Fix duplicate HTML IDs on about page (ClearlyClaire)
  • Fix admin UI showing superfluous reject media/reports on suspended domain blocks (ClearlyClaire)
  • Fix ActivityPub context not being dynamically computed (ClearlyClaire)
  • Fix Mastodon logo style on hover on public pages' footer (ClearlyClaire)
  • Fix height of dashboard counters (ClearlyClaire)
  • Fix custom emoji animation on hover in web UI directory bios (ClearlyClaire)
  • Fix non-numbers being passed to Redis and causing an error (Gargron)
  • Fix error in REST API for an account's statuses (Gargron)
  • Fix uncaught error when resource param is missing in Webfinger request (Gargron)
  • Fix uncaught domain normalization error in remote follow (Gargron)
  • Fix uncaught 422 and 500 errors (Gargron, Gargron)
  • Fix uncaught parameter missing exceptions and missing error templates (Gargron)
  • Fix encoding error when checking e-mail MX records (Gargron)
  • Fix items in StatusContent render list not all having a key (ClearlyClaire)
  • Fix remote and staff-removed statuses leaving media behind for a day (Gargron)
  • Fix CSP needlessly allowing blob URLs in script-src (ClearlyClaire)
  • Fix ignoring whole status because of one invalid hashtag (Gargron)
  • Fix hidden statuses losing focus (ClearlyClaire)
  • Fix loading bar being obscured by other elements in web UI (Gargron)
  • Fix multiple issues with replies collection for pages further than self-replies (ClearlyClaire)
  • Fix blurhash and autoplay not working on public pages (Gargron)
  • Fix 422 being returned instead of 404 when POSTing to unmatched routes (Gargron, Gargron)
  • Fix client-side resizing of image uploads (ClearlyClaire)
  • Fix short number formatting for numbers above million in web UI (Gargron)
  • Fix ActivityPub and REST API queries setting cookies and preventing caching (ClearlyClaire, ClearlyClaire, ClearlyClaire, ClearlyClaire)
  • Fix some emojis in profile metadata labels are not emojified. (kedamaDQ)
  • Fix account search always returning exact match on paginated results (Gargron)
  • Fix acct URIs with IDN domains not being resolved (Gargron)
  • Fix admin dashboard missing latest features (Gargron)
  • Fix jumping of toot date when clicking spoiler button (ariasuni)
  • Fix boost to original audience not working on mobile in web UI (ClearlyClaire)
  • Fix handling of webfinger redirects in ResolveAccountService (ClearlyClaire)
  • Fix URLs appearing twice in errors of ActivityPub::DeliveryWorker (Gargron)
  • Fix support for HTTP proxies (ClearlyClaire)
  • Fix HTTP requests to IPv6 hosts (ClearlyClaire)
  • Fix error in ElasticSearch index import (mayaeh)
  • Fix duplicate account error when seeding development database (ysksn)
  • Fix performance of session clean-up scheduler (abcang)
  • Fix older migrations not running (zunda)
  • Fix URLs counting towards RTL detection (ahangarha)
  • Fix unnecessary status re-rendering in web UI (ClearlyClaire)
  • Fix http_parser.rb gem not being compiled when no network available (petabyteboy)
  • Fix muted text color not applying to all text (trwnh)
  • Fix follower/following lists resetting on back-navigation in web UI (Gargron)
  • Fix n+1 query when approving multiple follow requests (abcang)
  • Fix records not being indexed into ElasticSearch sometimes (Gargron)
  • Fix needlessly indexing unsearchable statuses into ElasticSearch (Gargron)
  • Fix new user bootstrapping crashing when to-be-followed accounts are invalid (ClearlyClaire)
  • Fix featured hashtag URL being interpreted as media or replies tab (Gargron)
  • Fix account counters being overwritten by parallel writes (Gargron)

Security

  • Fix performance of GIF re-encoding and always strip EXIF data from videos (Gargron)

[2.9.3] - 2019-08-10

Added

Changed

  • Change default interface of web and streaming from 0.0.0.0 to 127.0.0.1 (Gargron, zunda, Gargron, zunda)
  • Change the retry limit of web push notifications (highemerly)
  • Change ActivityPub deliveries to not retry HTTP 501 errors (Gargron)
  • Change language detection to include hashtags as words (Gargron)
  • Change terms and privacy policy pages to always be accessible (Gargron)
  • Change robots tag to include noarchive when user opts out of indexing (Kjwon15)

Fixed

  • Fix account domain block not clearing out notifications (Gargron)
  • Fix incorrect locale sometimes being detected for browser (Gargron)
  • Fix crash when saving invalid domain name (Gargron)
  • Fix pinned statuses REST API returning pagination headers (Gargron)
  • Fix "cancel follow request" button having unreadable text in web UI (Gargron)
  • Fix image uploads being blank when canvas read access is blocked (ClearlyClaire)
  • Fix avatars not being animated on hover when not logged in (ClearlyClaire)
  • Fix overzealous sanitization of HTML lists (ClearlyClaire)
  • Fix block crashing when a follow request exists (ClearlyClaire)
  • Fix backup service crashing when an attachment is missing (ClearlyClaire)
  • Fix account moderation action always sending e-mail notification (Gargron)
  • Fix swiping columns on mobile sometimes failing in web UI (ClearlyClaire)
  • Fix wrong actor URI being serialized into poll updates (ClearlyClaire)
  • Fix statsd UDP sockets not being cleaned up in Sidekiq (Gargron)
  • Fix expiration date of filters being set to "never" when editing them (ClearlyClaire)
  • Fix support for MP4 files that are actually M4V files (Gargron)
  • Fix alerts not being typecast correctly in push subscription in REST API (Gargron)
  • Fix some notices staying on unrelated pages (ClearlyClaire)
  • Fix unboosting sometimes preventing a boost from reappearing on feed (ClearlyClaire, Gargron)
  • Fix only one middle dot being recognized in hashtags (Gargron, ClearlyClaire)
  • Fix unnecessary SQL query performed on unauthenticated requests (Gargron)
  • Fix incorrect timestamp displayed on featured tags (Kjwon15)
  • Fix privacy dropdown active state when dropdown is placed on top of it (ClearlyClaire)
  • Fix filters not being applied to poll options (ClearlyClaire)
  • Fix keyboard navigation on various dropdowns (ClearlyClaire, ClearlyClaire, ClearlyClaire)
  • Fix keyboard navigation in modals (ClearlyClaire)
  • Fix image conversation being non-deterministic due to timestamps (Gargron)
  • Fix web UI performance (ClearlyClaire, ClearlyClaire)
  • Fix scrolling to compose form when not necessary in web UI (ClearlyClaire, ClearlyClaire)
  • Fix save button being enabled when list title is empty in web UI (ClearlyClaire)
  • Fix poll expiration not being pre-filled on delete & redraft in web UI (ClearlyClaire)
  • Fix content warning sometimes being set when not requested in web UI (ClearlyClaire)

Security

  • Fix invites not being disabled upon account suspension (ClearlyClaire)
  • Fix blocked domains still being able to fill database with account records (Gargron)

[2.9.2] - 2019-06-22

Added

  • Add short_description and approval_required to GET /api/v1/instance (Gargron)

Changed

  • Change camera icon to paperclip icon in upload form (koyuawsmbrtn)

Fixed

  • Fix audio-only OGG and WebM files not being processed as such (Gargron)
  • Fix audio not being downloaded from remote servers (Gargron)

[2.9.1] - 2019-06-22

Added

Changed

  • Change domain blocks to automatically support subdomains (Gargron)
  • Change Nanobox configuration to bring it up to date (danhunsaker)

Removed

  • Remove expensive counters from federation page in admin UI (Gargron)

Fixed

  • Fix converted media being saved with original extension and mime type (Gargron)
  • Fix layout of identity proofs settings (acid-chicken)
  • Fix active scope only returning suspended users (ClearlyClaire)
  • Fix sanitizer making block level elements unreadable (Gargron)
  • Fix label for site theme not being translated in admin UI (palindromordnilap)
  • Fix statuses not being filtered irreversibly in web UI under some circumstances (ClearlyClaire)
  • Fix scrolling behaviour in compose form (ClearlyClaire)

[2.9.0] - 2019-06-13

Added

Changed

  • Change default layout to single column in web UI (Gargron)
  • Change light theme (Gargron, Gargron, yuzulabo, Gargron)
  • Change preferences page into appearance, notifications, and other (Gargron, Gargron)
  • Change priority of delete activity forwards for replies and reblogs (Gargron)
  • Change Mastodon logo to use primary text color of the given theme (Gargron)
  • Change reblogs counter to be updated when boosted privately (Gargron)
  • Change bio limit from 160 to 500 characters (trwnh)
  • Change API rate limiting to reduce allowed unauthenticated requests (ClearlyClaire, hinaloe, mayaeh)
  • Change help text of tootctl emoji import command to specify a gzipped TAR archive is required (dariusk)
  • Change web UI to hide poll options behind content warnings (ClearlyClaire)
  • Change silencing to ensure local effects and remote effects are the same for silenced local users (ClearlyClaire)
  • Change tootctl domains purge to remove custom emoji as well (Kjwon15)
  • Change Docker image to keep apt working (SuperSandro2000)

Removed

Fixed

  • Fix RTL layout not being RTL within the columns area in web UI (Gargron)
  • Fix display of alternative text when a media attachment is not available in web UI (ClearlyClaire)
  • Fix not being able to directly switch between list timelines in web UI (Gargron)
  • Fix media sensitivity not being maintained in delete & redraft in web UI (ClearlyClaire)
  • Fix emoji picker being always displayed in web UI (noellabo, yuzulabo, wcpaez)
  • Fix potential private status leak through caching (ClearlyClaire)
  • Fix refreshing featured toots when the new collection is empty in web UI (ClearlyClaire)
  • Fix undoing domain block also undoing individual moderation on users from before the domain block (ClearlyClaire)
  • Fix time not being local in the audit log (yuzulabo)
  • Fix statuses removed by moderation re-appearing on subsequent fetches (Kjwon15)
  • Fix misattribution of inlined announces if attributedTo isn't present in ActivityPub (ClearlyClaire)
  • Fix GET /api/v1/polls/:id not requiring authentication for non-public polls (Gargron)
  • Fix handling of blank poll options in ActivityPub (ClearlyClaire)
  • Fix avatar preview aspect ratio on edit profile page (Kjwon15)
  • Fix web push notifications not being sent for polls (ClearlyClaire)
  • Fix cut off letters in last paragraph of statuses in web UI (ariasuni)
  • Fix list not being automatically unpinned when it returns 404 in web UI (Gargron)
  • Fix login sometimes redirecting to paths that are not pages (Gargron)

[2.8.4] - 2019-05-24

Fixed

  • Fix delivery not retrying on some inbox errors that should be retriable (ClearlyClaire)
  • Fix unnecessary 5 minute cooldowns on signature verifications in some cases (ClearlyClaire)
  • Fix possible race condition when processing statuses (ClearlyClaire)

Security

  • Require specific OAuth scopes for specific endpoints of the streaming API, instead of merely requiring a token for all endpoints, and allow using WebSockets protocol negotiation to specify the access token instead of using a query string (ClearlyClaire)

[2.8.3] - 2019-05-19

Added

  • Add og:image:alt OpenGraph tag (BenLubar)
  • Add clickable area below avatar in statuses in web UI (Dar13)
  • Add crossed-out eye icon on account gallery in web UI (Kjwon15)
  • Add media description tooltip to thumbnails in web UI (ClearlyClaire)

Changed

  • Change "mark as sensitive" button into a checkbox for clarity (ClearlyClaire)

Fixed

  • Fix bug allowing users to publicly boost their private statuses (ClearlyClaire, ClearlyClaire)
  • Fix performance in formatter by a little (ClearlyClaire)
  • Fix some colors in the light theme (yuzulabo)
  • Fix some colors of the high contrast theme (yuzulabo)
  • Fix ambivalent active state of poll refresh button in web UI (MaciekBaron)
  • Fix duplicate posting being possible from web UI (hinaloe)
  • Fix "invited by" not showing up in admin UI (ClearlyClaire)

[2.8.2] - 2019-05-05

Added

Fixed

  • Fix cropped hero image on frontpage (BaptisteGelez)
  • Fix blurhash gem not compiling on some operating systems (Gargron)
  • Fix unexpected CSS animations in some browsers (ClearlyClaire)
  • Fix closing video modal scrolling timelines to top (ClearlyClaire)

[2.8.1] - 2019-05-04

Added

  • Add link to existing domain block when trying to block an already-blocked domain (ClearlyClaire)
  • Add button to view context to media modal when opened from account gallery in web UI (Gargron)
  • Add ability to create multiple-choice polls in web UI (ClearlyClaire)
  • Add GITHUB_REPOSITORY and SOURCE_BASE_URL environment variables (rosylilly)
  • Add /interact/ paths to robots.txt (ClearlyClaire)
  • Add blurhash to the Attachment entity in the REST API (Gargron)

Changed

  • Change hidden media to be shown as a blurhash-based colorful gradient instead of a black box in web UI (Gargron)
  • Change rejected media to be shown as a blurhash-based gradient instead of a list of filenames in web UI (Gargron)
  • Change e-mail whitelist/blacklist to not be checked when invited (Gargron)
  • Change cache header of REST API results to no-cache (ClearlyClaire)
  • Change the "mark media as sensitive" button to be more obvious in web UI (Gargron, Gargron)
  • Change account gallery in web UI to display 3 columns, open media modal (Gargron, Gargron)

Fixed

  • Fix LDAP/PAM/SAML/CAS users not being pre-approved (Gargron)
  • Fix accounts created through tootctl not being always pre-approved (Gargron)
  • Fix Sidekiq retrying ActivityPub processing jobs that fail validation (ClearlyClaire)
  • Fix toots not being scrolled into view sometimes through keyboard selection (ClearlyClaire)
  • Fix expired invite links being usable to bypass approval mode (ClearlyClaire)
  • Fix not being able to save e-mail preference for new pending accounts (Gargron)
  • Fix upload progressbar when image resizing is involved (ClearlyClaire)
  • Fix block action not automatically cancelling pending follow request (ClearlyClaire)
  • Fix stoplight logging to stderr separate from Rails logger (Gargron)
  • Fix sign up button not saying sign up when invite is used (Gargron)
  • Fix health checks in Docker Compose configuration (fabianonline)
  • Fix modal items not being scrollable on touch devices (kedamaDQ)
  • Fix Keybase configuration using wrong domain when a web domain is used (BenLubar)
  • Fix avatar GIFs not being animated on-hover on public profiles (hyenagirl64)
  • Fix OpenGraph parser not understanding some valid property meta tags (da2x)
  • Fix wrong fonts being displayed when Roboto is installed on user's machine (ClearlyClaire)
  • Fix confirmation modals being too narrow for a secondary action button (ClearlyClaire)

[2.8.0] - 2019-04-10

Added

Changed

  • Change design of landing page (Gargron, Gargron, ClearlyClaire, ClearlyClaire, koyuawsmbrtn, Gargron)
  • Change design of profile column in web UI (Gargron, Aditoo17, ClearlyClaire, mayaeh, ClearlyClaire)
  • Change language detector threshold from 140 characters to 4 words (Gargron)
  • Change language detector to always kick in for non-latin alphabets (Gargron)
  • Change icons of features on admin dashboard (Gargron)
  • Change DNS timeouts from 1s to 5s (ClearlyClaire)
  • Change Docker image to use Ubuntu with jemalloc (Sir-Boops, BenLubar)
  • Change public pages to be cacheable by proxies (BenLubar)
  • Change the 410 gone response for suspended accounts to be cacheable by proxies (ClearlyClaire)
  • Change web UI to not not empty timeline of blocked users on block (ClearlyClaire)
  • Change JSON serializer to remove unused @context values (Gargron)
  • Change GIFV file size limit to be the same as for other videos (rinsuki)
  • Change Webpack to not use @babel/preset-env to compile node_modules (ykzts)
  • Change web UI to use new Web Share Target API (gol-cha)
  • Change ActivityPub reports to have persistent URIs (ClearlyClaire)
  • Change tootctl accounts cull --dry-run to list accounts that would be deleted (BenLubar)
  • Change format of CSV exports of follows and mutes to include extra settings (ClearlyClaire, ClearlyClaire)
  • Change ActivityPub collections to be cacheable by proxies (ClearlyClaire)
  • Change REST API and public profiles to not return follows/followers for users that have blocked you (Gargron)
  • Change the groupings of menu items in settings navigation (Gargron)

Removed

  • Remove zopfli compression to speed up Webpack from 6min to 1min (nolanlawson)
  • Remove stats.json generation to speed up Webpack (nolanlawson)

Fixed

  • Fix public timelines being broken by new toots when they are not mounted in web UI (Gargron)
  • Fix quick filter settings not being saved when selecting a different filter in web UI (ClearlyClaire)
  • Fix remote interaction dialogs being indexed by search engines (Gargron)
  • Fix maxed-out invites not showing up as expired in UI (Gargron)
  • Fix scrollbar styles on compose textarea (Gargron)
  • Fix timeline merge workers being queued for remote users (Gargron)
  • Fix alternative relay support regression (Gargron)
  • Fix trying to fetch keys of unknown accounts on a self-delete from them (ClearlyClaire)
  • Fix CAS :service_validate_url option (enewhuis)
  • Fix race conditions when creating backups (ClearlyClaire)
  • Fix whitespace not being stripped out of username before validation (aurelien-reeves)
  • Fix n+1 query when deleting status (Gargron)
  • Fix exiting follows not being rejected when suspending a remote account (ClearlyClaire)
  • Fix the underlying button element in a disabled icon button not being disabled (ClearlyClaire)
  • Fix race condition when streaming out deleted statuses (ClearlyClaire)
  • Fix performance of admin federation UI by caching account counts (Gargron)
  • Fix JS error on pages that don't define a CSRF token (hinaloe)
  • Fix tootctl accounts cull sometimes removing accounts that are temporarily unreachable (BenLubar)

[2.7.4] - 2019-03-05

Fixed

  • Fix web UI not cleaning up notifications after block (Gargron)
  • Fix redundant HTTP requests when resolving private statuses (ClearlyClaire)
  • Fix performance of account media query (abcang)
  • Fix mention processing for unknown accounts (ClearlyClaire)
  • Fix getting started column not scrolling on short screens (trwnh)
  • Fix direct messages pagination in the web UI (ClearlyClaire)
  • Fix serialization of Announce activities (ClearlyClaire)
  • Fix home timeline perpetually reloading when empty in web UI (Gargron)
  • Fix lists export (ClearlyClaire)
  • Fix edit profile page crash for suspended-then-unsuspended users (ClearlyClaire)

[2.7.3] - 2019-02-23

Added

  • Add domain filter to the admin federation page (ClearlyClaire)
  • Add quick link from admin account view to block/unblock instance (ClearlyClaire)

Fixed

  • Fix video player width not being updated to fit container width (ClearlyClaire)
  • Fix domain filter being shown in admin page when local filter is active (ClearlyClaire)
  • Fix crash when conversations have no valid participants (ClearlyClaire)
  • Fix error when performing admin actions on no statuses (ClearlyClaire)

Changed

  • Change custom emojis to randomize stored file name (hinaloe)

[2.7.2] - 2019-02-17

Added

  • Add support for IPv6 in e-mail validation (zoc)
  • Add record of IP address used for signing up (ClearlyClaire)
  • Add tight rate-limit for API deletions (30 per 30 minutes) (Gargron)
  • Add support for embedded Announce objects attributed to the same actor (ClearlyClaire, Gargron)
  • Add spam filter for Create and Announce activities (Gargron, Gargron, Gargron)
  • Add registrations attribute to GET /api/v1/instance (Gargron)
  • Add vapid_key to POST /api/v1/apps and GET /api/v1/apps/verify_credentials (Gargron)

Fixed

  • Fix link color and add link underlines in high-contrast theme (Gargron, Gargron)
  • Fix unicode characters in URLs not being linkified (JMendyk, hinaloe)
  • Fix URLs linkifier grabbing ending quotation as part of the link (Gargron)
  • Fix authorized applications page design (rinsuki)
  • Fix custom emojis not showing up in share page emoji picker (rinsuki)
  • Fix too liberal application of whitespace in toots (trwnh)
  • Fix misleading e-mail hint being displayed in admin view (ClearlyClaire)
  • Fix tombstones not being cleared out (abcang)
  • Fix some timeline jumps (ClearlyClaire, ClearlyClaire, rinsuki)
  • Fix content warning input taking keyboard focus even when hidden (hinaloe)
  • Fix hashtags select styling in default and high-contrast themes (Gargron)
  • Fix style regressions on landing page (Gargron)
  • Fix hashtag column not subscribing to stream on mount (Gargron)
  • Fix relay enabling/disabling not resetting inbox availability status (Gargron)
  • Fix mutes, blocks, domain blocks and follow requests not paginating (Gargron)
  • Fix crash on public hashtag pages when streaming fails (ClearlyClaire)

Changed

  • Change icon for unlisted visibility level (clarcharr)
  • Change queue of actor deletes from push to pull for non-follower recipients (ClearlyClaire)
  • Change robots.txt to exclude media proxy URLs (nightpool)
  • Change upload description input to allow line breaks (BenLubar)
  • Change dist/mastodon-streaming.service to recommend running node without intermediary npm command (nolanlawson)
  • Change conversations to always show names of other participants (Gargron)
  • Change buttons on timeline preview to open the interaction dialog (Gargron)
  • Change error graphic to hover-to-play (Gargron)

[2.7.1] - 2019-01-28

Fixed

  • Fix SSO authentication not working due to missing agreement boolean (Gargron)
  • Fix slow fallback of CopyAccountStats migration setting stats to 0 (Gargron)
  • Fix wrong command in migration error message (angristan)
  • Fix initial value of volume slider in video player and handle volume changes (ClearlyClaire)
  • Fix missing hotkeys for notifications (ClearlyClaire)
  • Fix being able to attach unattached media created by other users (ClearlyClaire)
  • Fix unrescued SSL error during link verification (renatolond)
  • Fix Firefox scrollbar color regression (trwnh)
  • Fix scheduled status with media immediately creating a status (ClearlyClaire)
  • Fix missing strong style for landing page description (Kjwon15)

[2.7.0] - 2019-01-20

Added

  • Add link for adding a user to a list from their profile (namelessGonbai)
  • Add joining several hashtags in a single column (gdpelican)
  • Add volume sliders for videos (sumdog)
  • Add a tooltip explaining what a locked account is (pawelngei)
  • Add preloaded cache for common JSON-LD contexts (ClearlyClaire)
  • Add profile directory (Gargron)
  • Add setting to not group reblogs in home feed (ClearlyClaire)
  • Add admin ability to remove a user's header image (ClearlyClaire)
  • Add account hashtags to ActivityPub actor JSON (Gargron)
  • Add error message for avatar image that's too large (sumdog)
  • Add notification quick-filter bar (pawelngei)
  • Add new first-time tutorial (Gargron)
  • Add moderation warnings (Gargron)
  • Add emoji codepoint mappings for v11.0 (Gargron)
  • Add REST API for creating an account (Gargron)
  • Add support for Malayalam in language filter (tachyons)
  • Add exclude_reblogs option to account statuses API (Gargron)
  • Add local followers page to admin account UI (chr-1x)
  • Add healthcheck commands to docker-compose.yml (BenLubar)
  • Add handler for Move activity to migrate followers (Gargron)
  • Add CSV export for lists and domain blocks (Gargron)
  • Add tootctl accounts follow ACCT (Gargron)
  • Add scheduled statuses (Gargron)
  • Add immutable caching for S3 objects (nolanlawson)
  • Add cache to custom emojis API (Gargron)
  • Add preview cards to non-detailed statuses on public pages (Gargron)
  • Add mod and moderator to list of default reserved usernames (Gargron)
  • Add quick links to the admin interface in the web UI (ClearlyClaire)
  • Add tootctl domains crawl (Gargron)
  • Add attachment list fallback to public pages (ClearlyClaire)
  • Add tootctl --version (Gargron)
  • Add information about how to opt-in to the directory on the directory (Gargron)
  • Add timeouts for S3 (Gargron)
  • Add support for non-public reblogs from ActivityPub (Gargron)
  • Add sending of Reject activity when sending a Block activity (ClearlyClaire)

Changed

  • Temporarily pause timeline if mouse moved recently (lmorchard)
  • Change the password form order (mayaeh)
  • Redesign admin UI for accounts (Gargron, Gargron)
  • Redesign admin UI for instances/domain blocks (Gargron)
  • Swap avatar and header input fields in profile page (ClearlyClaire)
  • When posting in mobile mode, go back to previous history location (ClearlyClaire)
  • Split out is_changing_upload from is_submitting (ClearlyClaire)
  • Back to the getting-started when pins the timeline. (kedamaDQ)
  • Allow unauthenticated REST API access to GET /api/v1/accounts/:id/statuses (Gargron)
  • Limit maximum visibility of local silenced users to unlisted (ClearlyClaire)
  • Change API error message for unconfirmed accounts (noellabo)
  • Change the icon to "reply-all" when it's a reply to other accounts (mayaeh)
  • Do not ignore federated reports targetting already-reported accounts (ClearlyClaire)
  • Upgrade default Ruby version to 2.6.0 (Gargron)
  • Change e-mail digest frequency (Gargron)
  • Change Docker images for Tor support in docker-compose.yml (Sir-Boops)
  • Display fallback link card thumbnail when none is given (Gargron)
  • Change account bio length validation to ignore mention domains and URLs (Gargron)
  • Use configured contact user for "anonymous" federation activities (yukimochi)
  • Change remote interaction dialog to use specific actions instead of generic "interact" (Gargron)
  • Always re-fetch public key when signature verification fails to support blind key rotation (ClearlyClaire)
  • Make replies to boosts impossible, connect reply to original status instead (valerauko)
  • Change e-mail MX validation to check both A and MX records against blacklist (Gargron)
  • Hide floating action button on search and getting started pages (tmm576)
  • Redesign public hashtag page to use a masonry layout (Gargron)
  • Use summary as summary instead of content warning for converted ActivityPub objects (Gargron)
  • Display a double reply arrow on public pages for toots that are replies (ClearlyClaire)
  • Change admin UI right panel size to be wider (Kjwon15)

Removed

  • Remove links to bridge.joinmastodon.org (non-functional) (Gargron)
  • Remove LD-Signatures from activities that do not need them (ClearlyClaire)

Fixed

  • Remove unused computation of reblog references from updateTimeline (ClearlyClaire)
  • Fix loaded embeds resetting if a status arrives from API again (ClearlyClaire)
  • Fix race condition causing shallow status with only a "favourited" attribute (ClearlyClaire)
  • Remove intermediary arrays when creating hash maps from results (Gargron)
  • Extract counters from accounts table to account_stats table to improve performance (Gargron)
  • Change identities id column to a bigint (Gargron)
  • Fix conversations API pagination (ClearlyClaire)
  • Improve account suspension speed and completeness (Gargron)
  • Fix thread depth computation in statuses_controller (ClearlyClaire)
  • Fix database deadlocks by moving account stats update outside transaction (ClearlyClaire)
  • Escape HTML in profile name preview in profile settings (pawelngei)
  • Use same CORS policy for /@:username and /users/:username (ClearlyClaire)
  • Make custom emoji domains case insensitive (Esteth)
  • Various fixes to scrollable lists and media gallery (ClearlyClaire)
  • Fix bootsnap cache directory being declared relatively (Gargron)
  • Fix timeline pagination in the web UI (ClearlyClaire)
  • Fix padding on dropdown elements in preferences (ClearlyClaire)
  • Make avatar and headers respect GIF autoplay settings (ClearlyClaire)
  • Do no retry Web Push workers if the server returns a 4xx response (Gargron)
  • Minor scrollable list fixes (ClearlyClaire)
  • Ignore low-confidence CharlockHolmes guesses when parsing link cards (ClearlyClaire)
  • Fix tootctl accounts rotate not updating public keys (Gargron)
  • Fix CSP / X-Frame-Options for media players (jomo)
  • Fix unnecessary loadMore calls when the end of a timeline has been reached (ClearlyClaire)
  • Skip mailer job retries when a record no longer exists (Gargron)
  • Fix composer not getting focus after reply confirmation dialog (ClearlyClaire)
  • Fix signature verification stoplight triggering on non-timeout errors (Gargron)
  • Fix ThreadResolveWorker getting queued with invalid URLs (Gargron)
  • Fix crash when clearing uninitialized timeline (ClearlyClaire)
  • Avoid duplicate work by merging ReplyDistributionWorker into DistributionWorker (ClearlyClaire)
  • Skip full text search if it fails, instead of erroring out completely (Kjwon15)
  • Fix profile metadata links not verifying correctly sometimes (shrft)
  • Ensure blocked user unfollows blocker if Block/Undo-Block activities are processed out of order (ClearlyClaire)
  • Fix unreadable text color in report modal for some statuses (Gargron)
  • Stop GIFV timeline preview explicitly when it's opened in modal (kedamaDQ)
  • Fix scrollbar width compensation (ClearlyClaire)
  • Fix race conditions when processing deleted toots (ClearlyClaire)
  • Fix SSO issues on WebKit browsers by disabling Same-Site cookie again (moritzheiber)
  • Fix empty OEmbed error (renatolond)
  • Fix drag & drop modal not disappearing sometimes (hinaloe)
  • Fix statuses with content warnings being displayed in web push notifications sometimes (ClearlyClaire)
  • Fix scroll-to-detailed status not working on public pages (ClearlyClaire)
  • Fix media modal loading indicator (ClearlyClaire)
  • Fix hashtag search results not having a permalink fallback in web UI (ClearlyClaire)
  • Fix slightly cropped font on settings page dropdowns when using system font (ariasuni)
  • Fix not being able to drag & drop text into forms (tmm576)

Security

  • Sanitize and sandbox toot embeds in web UI (ClearlyClaire)
  • Add tombstones for remote statuses to prevent replay attacks (ClearlyClaire)

[2.6.5] - 2018-12-01

Changed

  • Change lists to display replies to others on the list and list owner (ClearlyClaire)

Fixed

  • Fix failures caused by commonly-used JSON-LD contexts being unavailable (ClearlyClaire)

[2.6.4] - 2018-11-30

Fixed

  • Fix yarn dependencies not installing due to yanked event-stream package (Gargron)

[2.6.3] - 2018-11-30

Added

  • Add hyphen to characters allowed in remote usernames (ClearlyClaire)

Changed

  • Change server user count to exclude suspended accounts (Gargron)

Fixed

  • Fix ffmpeg processing sometimes stalling due to overfilled stdout buffer (hugogameiro)
  • Fix missing DNS records raising the wrong kind of exception (Gargron)
  • Fix already queued deliveries still trying to reach inboxes marked as unavailable (Gargron)

Security

  • Fix TLS handshake timeout not being enforced (Gargron)

[2.6.2] - 2018-11-23

Added

  • Add Page to whitelisted ActivityPub types (mbajur)
  • Add 20px to column width in web UI (Gargron)
  • Add amount of freed disk space in tootctl media remove (Gargron, Gargron, mayaeh)
  • Add "Show thread" link to self-replies (Gargron)

Changed

  • Change order of Atom and RSS links so Atom is first (Alkarex)
  • Change Nginx configuration for Nanobox apps (danhunsaker)
  • Change the follow action to appear instant in web UI (Gargron)
  • Change how the ActiveRecord connection is instantiated in on_worker_boot (Gargron)
  • Change tootctl accounts cull to always touch accounts so they can be skipped (renatolond)
  • Change mime type comparison to ignore JSON-LD profile (valerauko)

Fixed

  • Fix web UI crash when conversation has no last status (sammy8806)
  • Fix follow limit validator reporting lower number past threshold (Gargron)
  • Fix form validation flash message color and input borders (Gargron)
  • Fix invalid twitter:player cards being displayed (ClearlyClaire)
  • Fix emoji update date being processed incorrectly (ClearlyClaire)
  • Fix playing embed resetting if status is reloaded in web UI (ClearlyClaire, Gargron)
  • Fix web UI crash when favouriting a deleted status (ClearlyClaire)
  • Fix intermediary arrays being created for hash maps (Gargron)
  • Fix filter ID not being a string in REST API (Gargron)

Security

  • Fix multiple remote account deletions being able to deadlock the database (Gargron)
  • Fix HTTP connection timeout of 10s not being enforced (Gargron)

[2.6.1] - 2018-10-30

Fixed

  • Fix resolving resources by URL not working due to a regression in valerauko (Gargron)
  • Fix reducer error in web UI when a conversation has no last status (Gargron)

[2.6.0] - 2018-10-30

Added

  • Add link ownership verification (Gargron)
  • Add conversations API (Gargron)
  • Add limit for the number of people that can be followed from one account (Gargron)
  • Add admin setting to customize mascot (ashleyhull-versent)
  • Add support for more granular ActivityPub audiences from other software, i.e. circles (Gargron, Gargron, Gargron)
  • Add option to block all reports from a domain (Gargron)
  • Add user preference to always expand toots marked with content warnings (webroo)
  • Add user preference to always hide all media (fvh-P)
  • Add force_login param to OAuth authorize page (Gargron)
  • Add tootctl accounts backup (Gargron, Gargron)
  • Add tootctl accounts create (Gargron, Gargron)
  • Add tootctl accounts cull (Gargron, Gargron)
  • Add tootctl accounts delete (Gargron, Gargron)
  • Add tootctl accounts modify (Gargron, Gargron)
  • Add tootctl accounts refresh (Gargron, Gargron)
  • Add tootctl feeds build (Gargron, Gargron)
  • Add tootctl feeds clear (Gargron, Gargron)
  • Add tootctl settings registrations open (Gargron, Gargron)
  • Add tootctl settings registrations close (Gargron, Gargron)
  • Add min_id param to REST API to support backwards pagination (Gargron)
  • Add a confirmation dialog when hitting reply and the compose box isn't empty (ClearlyClaire)
  • Add PostgreSQL disk space growth tracking in PGHero (Gargron)
  • Add button for disabling local account to report quick actions bar (Gargron)
  • Add Czech language (Aditoo17)
  • Add same-site (lax) attribute to cookies (sorin-davidoi)
  • Add support for styled scrollbars in Firefox Nightly (sorin-davidoi)
  • Add highlight to the active tab in web UI profiles (rhoio)
  • Add auto-focus for comment textarea in report modal (ClearlyClaire)
  • Add auto-focus for emoji picker's search field (ClearlyClaire)
  • Add nginx and systemd templates to dist/ directory (Gargron)
  • Add support for /.well-known/change-password (Gargron)
  • Add option to override FFMPEG binary path (sascha-sl)
  • Add dns-prefetch tag when using different host for assets or uploads (Gargron)
  • Add description meta tag (Gargron)
  • Add Content-Security-Policy header (ClearlyClaire)
  • Add cache for the instance info API (ykzts)
  • Add suggested follows to search screen in mobile layout (Gargron)
  • Add CORS header to /.well-known/* routes (BenLubar)
  • Add card attribute to statuses returned from REST API (Gargron)
  • Add in-stream link preview (Gargron)
  • Add support for ActivityPub Page objects (mbajur)

Changed

  • Change forms design (Gargron)
  • Change reports overview to group by target account (Gargron)
  • Change web UI to show "read more" link on overly long in-stream statuses (lanodan)
  • Change design of direct messages column (Gargron, Gargron)
  • Change home timelines to exclude DMs (Gargron)
  • Change list timelines to exclude all replies (cbayerlein)
  • Change admin accounts UI default sort to most recent (Gargron)
  • Change documentation URL in the UI (Gargron)
  • Change style of success and failure messages (Gargron)
  • Change DM filtering to always allow DMs from staff (qguv)
  • Change recommended Ruby version to 2.5.3 (zunda)
  • Change docker-compose default to persist volumes in current directory (Gargron)
  • Change character counters on edit profile page to input length limit (Gargron)
  • Change notification filtering to always let through messages from staff (Gargron)
  • Change "hide boosts from user" function also hiding notifications about boosts (ClearlyClaire)
  • Change CSS detailed-status__wrapper class actually wrap the detailed status (trwnh)

Deprecated

  • GET /api/v1/timelines/directGET /api/v1/conversations (Gargron)
  • POST /api/v1/notifications/dismissPOST /api/v1/notifications/:id/dismiss (Gargron)
  • GET /api/v1/statuses/:id/cardcard attributed included in status (Gargron)

Removed

  • Remove "on this device" label in column push settings (rhoio)
  • Remove rake tasks in favour of tootctl commands (Gargron)

Fixed

  • Fix remote statuses using instance's default locale if no language given (Kjwon15)
  • Fix streaming API not exiting when port or socket is unavailable (Gargron)
  • Fix network calls being performed in database transaction in ActivityPub handler (Gargron)
  • Fix dropdown arrow position (ClearlyClaire)
  • Fix first element of dropdowns being focused even if not using keyboard (ClearlyClaire)
  • Fix tootctl requiring bundle exec invocation (abcang)
  • Fix public pages not using animation preference for avatars (renatolond)
  • Fix OEmbed/OpenGraph cards not understanding relative URLs (ClearlyClaire)
  • Fix some dark emojis not having a white outline (ClearlyClaire)
  • Fix media description not being displayed in various media modals (ClearlyClaire)
  • Fix generated URLs of desktop notifications missing base URL (GenbuHase)
  • Fix RTL styles (mabkenar, mabkenar, mabkenar, mabkenar, mabkenar, mabkenar, mabkenar, mabkenar, mabkenar, mabkenar)
  • Fix crash in streaming API when tag param missing (Gargron)
  • Fix hotkeys not working when no element is focused (ClearlyClaire)
  • Fix some hotkeys not working on detailed status view (ClearlyClaire)
  • Fix og:url on status pages (ClearlyClaire)
  • Fix upload option buttons only being visible on hover (Gargron)
  • Fix tootctl not returning exit code 1 on wrong arguments (sascha-sl)
  • Fix preview cards for appearing for profiles mentioned in toot (ClearlyClaire, ClearlyClaire)
  • Fix local accounts sometimes being duplicated as faux-remote (Gargron)
  • Fix emoji search when the shortcode has multiple separators (ClearlyClaire)
  • Fix dropdowns sometimes being partially obscured by other elements (kedamaDQ)
  • Fix cache not updating when reply/boost/favourite counters or media sensitivity update (Gargron)
  • Fix empty display name precedence over username in web UI (Gargron)
  • Fix td instead of th in sessions table header (Gargron)
  • Fix handling of content types with profile (valerauko)

[2.5.2] - 2018-10-12

Security

[2.5.1] - 2018-10-07

Fixed

  • Fix database migrations for PostgreSQL below 9.5 (Gargron)
  • Fix class autoloading issue in ActivityPub Create handler (Gargron)
  • Fix cache statistics not being sent via statsd when statsd enabled (ykzts)
  • Bump puma from 3.11.4 to 3.12.0 (dependabot[bot])

Security

  • Fix some local images not having their EXIF metadata stripped on upload (ClearlyClaire)
  • Fix being able to enable a disabled relay via ActivityPub Accept handler (ClearlyClaire)
  • Bump nokogiri from 1.8.4 to 1.8.5 (dependabot[bot])
  • Fix being able to report statuses not belonging to the reported account (ClearlyClaire)