Releases: linuxserver/docker-mastodon
v4.1.0-ls17
LinuxServer Changes:
Add Glitch branch.
mastodon Changes:
Changelog
Added
- Add support for importing/exporting server-wide domain blocks (enbylenore, ClearlyClaire, dariusk, ClearlyClaire)
- Add listing of followed hashtags (connorshea)
- Add support for editing media description and focus point of already-sent posts (ClearlyClaire)
- Previously, you could add and remove attachments, but not edit media description of already-attached media
- REST API changes:
PUT /api/v1/statuses/:idnow takes an extramedia_attributes[]array parameter with theidof the updated media and their updateddescription,focus, andthumbnail
- Add follow request banner on account header (ClearlyClaire)
- REST API changes:
Relationshipentities have an extrarequested_byboolean attribute representing whether the represented user has requested to follow you
- REST API changes:
- Add confirmation screen when handling reports (ClearlyClaire, Gargron, tribela)
- Add option to make the landing page be
/abouteven when trends are enabled (ClearlyClaire) - Add
noindexsetting back to the admin interface (prplecake) - Add instance peers API endpoint toggle back to the admin interface (dariusk)
- Add instance activity API endpoint toggle back to the admin interface (dariusk)
- Add setting for status page URL (Gargron, ClearlyClaire)
- REST API changes:
- Add
configuration.urls.statusattribute to the object returned byGET /api/v1/instance
- Add
- REST API changes:
- Add
account.approvedwebhook (Saiv46) - Add 12 hours option to polls (Pleclown)
- Add dropdown menu item to open admin interface for remote domains (ClearlyClaire)
- Add
--remove-headers,--prune-profilesand--include-followsflags totootctl media remove(evanphilip) - Add
--emailand--dry-runoptions totootctl accounts delete(ClearlyClaire) - Add
tootctl accounts migrate(ClearlyClaire) - Add
tootctl accounts prune(tribela) - Add
tootctl domains purge(ClearlyClaire) - Add
SIDEKIQ_CONCURRENCYenvironment variable (muffinista) - Add
DB_POOLenvironment variable support for streaming server (Gargron) - Add
MIN_THREADSenvironment variable to set minimum Puma threads (jimeh) - Add explanation text to log-in page (ClearlyClaire)
- Add user profile OpenGraph tag on post pages (bramus)
- Add maskable icon support for Android (workeffortwaste)
- Add Belarusian to supported languages (Mixaill)
- Add Western Frisian to supported languages (ykzts)
- Add Montenegrin to the language picker (ayefries)
- Add Southern Sami and Lule Sami to the language picker (Jullan-M)
- Add logging for Rails cache timeouts (ClearlyClaire)
- Add color highlight for active hashtag “follow” button (MFTabriz)
- Add brotli compression to
assets:precompile(Izorkin) - Add “disabled” account filter to the
/admin/accountsUI (tribela) - Add transparency to modal background for accessibility (edent)
- Add
langattribute to image description textarea and poll option field (c960657) - Add
spellcheckattribute to Content Warning and poll option input fields (c960657) - Add
titleattribute to video elements in media attachments (bramus) - Add left and right margins to emojis (dsblank)
- Add
rolesattribute toAccountentities in REST API (ClearlyClaire, tribela) - Add
reading:autoplay:gifsto/api/v1/preferences(j-f1) - Add
hide_collectionsparameter to/api/v1/accounts/credentials(CarlSchwan) - Add
policyattribute to web push subscription objects in REST API at/api/v1/push/subscriptions(ClearlyClaire) - Add metrics endpoint to streaming API (Gargron, Gargron)
- Add more specific error messages to HTTP signature verification (ClearlyClaire)
- Add Storj DCS to cloud object storage options in the
mastodon:setuprake task (jtolio) - Add checkmark symbol in the checkbox for sensitive media (sidp)
- Add missing accessibility attributes to logout link in modals (kytta)
- Add missing accessibility attributes to “Hide image” button in
MediaGallery(hs4man21) - Add missing accessibility attributes to hide content warning field when disabled (hs4man21)
- Add
aria-hiddento footer circle dividers to improve accessibility (hs4man21) - Add
langattribute to compose form inputs (ClearlyClaire)
Changed
- Ensure exact match is the first result in hashtag searches (ClearlyClaire)
- Change account search to return followed accounts first (dariusk)
- Change batch account suspension to create a strike (ClearlyClaire)
- Change default reply language to match the default language when replying to a translated post (ClearlyClaire)
- Change misleading wording about waitlists (ClearlyClaire)
- Increase width of the unread notification border (connorshea)
- Change new post notification button on profiles to make it more apparent when it is enabled (tribela)
- Change trending tags admin interface to always show batch action controls (ClearlyClaire)
- Change wording of some OAuth scope descriptions (ClearlyClaire)
- Change wording of admin report handling actions (ClearlyClaire)
- Change confirm prompts for relationships management (tribela)
- Change language surrounding disability in prompts for media descriptions (hs4man21)
- Change confusing wording in the sign in banner (ClearlyClaire)
- Change
POST /settings/applications/:idto regenerate token on scopes change (ClearlyClaire) - Change account moderation notes to make links clickable (ClearlyClaire)
- Change link previews for statuses to never use avatar as fallback (Gargron)
- Change email address input to be read-only for logged-in users when requesting a new confirmation e-mail (ClearlyClaire)
- Change notifications per page from 15 to 40 in REST API (Gargron)
- Change ...
glitch-ee425054-ls1
LinuxServer Changes:
Add Glitch branch.
mastodon Changes:
fix hashtag ordering (#2107)
Co-authored-by: Eugen Rochko eugen@zeonfederated.com
glitch-dc02a93d-ls1
LinuxServer Changes:
Add Glitch branch.
mastodon Changes:
Merge pull request #2105 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
develop-v4.1.0rc3-ls19
LinuxServer Changes:
Add Glitch branch.
Remote Changes:
Data change at JSON endpoint https://api.github.com/repos/mastodon/mastodon/releases
v4.1.0-ls16
LinuxServer Changes:
Updated nginx conf to fix bring inline with Mastodon configuration (fixes Elk integration).
mastodon Changes:
Changelog
Added
- Add support for importing/exporting server-wide domain blocks (enbylenore, ClearlyClaire, dariusk, ClearlyClaire)
- Add listing of followed hashtags (connorshea)
- Add support for editing media description and focus point of already-sent posts (ClearlyClaire)
- Previously, you could add and remove attachments, but not edit media description of already-attached media
- REST API changes:
PUT /api/v1/statuses/:idnow takes an extramedia_attributes[]array parameter with theidof the updated media and their updateddescription,focus, andthumbnail
- Add follow request banner on account header (ClearlyClaire)
- REST API changes:
Relationshipentities have an extrarequested_byboolean attribute representing whether the represented user has requested to follow you
- REST API changes:
- Add confirmation screen when handling reports (ClearlyClaire, Gargron, tribela)
- Add option to make the landing page be
/abouteven when trends are enabled (ClearlyClaire) - Add
noindexsetting back to the admin interface (prplecake) - Add instance peers API endpoint toggle back to the admin interface (dariusk)
- Add instance activity API endpoint toggle back to the admin interface (dariusk)
- Add setting for status page URL (Gargron, ClearlyClaire)
- REST API changes:
- Add
configuration.urls.statusattribute to the object returned byGET /api/v1/instance
- Add
- REST API changes:
- Add
account.approvedwebhook (Saiv46) - Add 12 hours option to polls (Pleclown)
- Add dropdown menu item to open admin interface for remote domains (ClearlyClaire)
- Add
--remove-headers,--prune-profilesand--include-followsflags totootctl media remove(evanphilip) - Add
--emailand--dry-runoptions totootctl accounts delete(ClearlyClaire) - Add
tootctl accounts migrate(ClearlyClaire) - Add
tootctl accounts prune(tribela) - Add
tootctl domains purge(ClearlyClaire) - Add
SIDEKIQ_CONCURRENCYenvironment variable (muffinista) - Add
DB_POOLenvironment variable support for streaming server (Gargron) - Add
MIN_THREADSenvironment variable to set minimum Puma threads (jimeh) - Add explanation text to log-in page (ClearlyClaire)
- Add user profile OpenGraph tag on post pages (bramus)
- Add maskable icon support for Android (workeffortwaste)
- Add Belarusian to supported languages (Mixaill)
- Add Western Frisian to supported languages (ykzts)
- Add Montenegrin to the language picker (ayefries)
- Add Southern Sami and Lule Sami to the language picker (Jullan-M)
- Add logging for Rails cache timeouts (ClearlyClaire)
- Add color highlight for active hashtag “follow” button (MFTabriz)
- Add brotli compression to
assets:precompile(Izorkin) - Add “disabled” account filter to the
/admin/accountsUI (tribela) - Add transparency to modal background for accessibility (edent)
- Add
langattribute to image description textarea and poll option field (c960657) - Add
spellcheckattribute to Content Warning and poll option input fields (c960657) - Add
titleattribute to video elements in media attachments (bramus) - Add left and right margins to emojis (dsblank)
- Add
rolesattribute toAccountentities in REST API (ClearlyClaire, tribela) - Add
reading:autoplay:gifsto/api/v1/preferences(j-f1) - Add
hide_collectionsparameter to/api/v1/accounts/credentials(CarlSchwan) - Add
policyattribute to web push subscription objects in REST API at/api/v1/push/subscriptions(ClearlyClaire) - Add metrics endpoint to streaming API (Gargron, Gargron)
- Add more specific error messages to HTTP signature verification (ClearlyClaire)
- Add Storj DCS to cloud object storage options in the
mastodon:setuprake task (jtolio) - Add checkmark symbol in the checkbox for sensitive media (sidp)
- Add missing accessibility attributes to logout link in modals (kytta)
- Add missing accessibility attributes to “Hide image” button in
MediaGallery(hs4man21) - Add missing accessibility attributes to hide content warning field when disabled (hs4man21)
- Add
aria-hiddento footer circle dividers to improve accessibility (hs4man21) - Add
langattribute to compose form inputs (ClearlyClaire)
Changed
- Ensure exact match is the first result in hashtag searches (ClearlyClaire)
- Change account search to return followed accounts first (dariusk)
- Change batch account suspension to create a strike (ClearlyClaire)
- Change default reply language to match the default language when replying to a translated post (ClearlyClaire)
- Change misleading wording about waitlists (ClearlyClaire)
- Increase width of the unread notification border (connorshea)
- Change new post notification button on profiles to make it more apparent when it is enabled (tribela)
- Change trending tags admin interface to always show batch action controls (ClearlyClaire)
- Change wording of some OAuth scope descriptions (ClearlyClaire)
- Change wording of admin report handling actions (ClearlyClaire)
- Change confirm prompts for relationships management (tribela)
- Change language surrounding disability in prompts for media descriptions (hs4man21)
- Change confusing wording in the sign in banner (ClearlyClaire)
- Change
POST /settings/applications/:idto regenerate token on scopes change (ClearlyClaire) - Change account moderation notes to make links clickable (ClearlyClaire)
- Change link previews for statuses to never use avatar as fallback (Gargron)
- Change email address input to be read-only for logged-in users when requesting a new confirmation e-mail (ClearlyClaire)
- Change notifications per page from 15 to 40 in REST AP...
v4.0.2-ls15
LinuxServer Changes:
Updated nginx conf to fix bring inline with Mastodon configuration (fixes Elk integration).
mastodon Changes:
Changelog
Fixed
- Fix wrong color on mentions hidden behind content warning in web UI (Gargron)
- Fix filters from other users being used in the streaming service (ClearlyClaire)
- Fix
unsafe-evalbeing used whenwasm-unsafe-evalis enough in Content Security Policy (Gargron, prplecake)
Upgrade notes
To get the code for v4.0.2, use git fetch && git checkout v4.0.2.
As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump
Update steps
The following instructions are for updating from 4.0.0 or 4.0.1.
If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. You can use the 4.0.0 upgrade notes to upgrade directly to 4.0.2.
Non-Docker only:
- Install dependencies:
bundle install
Both Docker and non-Docker:
- Precompile the assets:
- Non-Docker:
RAILS_ENV=production bundle exec rails assets:precompile - Docker: The assets are already precompiled during the build step
- Non-Docker:
- Restart all Mastodon processes
develop-v4.1.0rc3-ls18
LinuxServer Changes:
Add aliases for key generation & tootctl to better support secrets.
Remote Changes:
Data change at JSON endpoint https://api.github.com/repos/mastodon/mastodon/releases
develop-v4.1.0rc3-ls17
LinuxServer Changes:
Add aliases for key generation & tootctl to better support secrets.
Remote Changes:
Data change at JSON endpoint https://api.github.com/repos/mastodon/mastodon/releases
v4.0.2-ls14
LinuxServer Changes:
Updated nginx conf to fix bring inline with Mastodon configuration (fixes Elk integration).
mastodon Changes:
Changelog
Fixed
- Fix wrong color on mentions hidden behind content warning in web UI (Gargron)
- Fix filters from other users being used in the streaming service (ClearlyClaire)
- Fix
unsafe-evalbeing used whenwasm-unsafe-evalis enough in Content Security Policy (Gargron, prplecake)
Upgrade notes
To get the code for v4.0.2, use git fetch && git checkout v4.0.2.
As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump
Update steps
The following instructions are for updating from 4.0.0 or 4.0.1.
If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. You can use the 4.0.0 upgrade notes to upgrade directly to 4.0.2.
Non-Docker only:
- Install dependencies:
bundle install
Both Docker and non-Docker:
- Precompile the assets:
- Non-Docker:
RAILS_ENV=production bundle exec rails assets:precompile - Docker: The assets are already precompiled during the build step
- Non-Docker:
- Restart all Mastodon processes
develop-v4.1.0rc2-ls16
LinuxServer Changes:
Add aliases for key generation & tootctl to better support secrets.
Remote Changes:
Data change at JSON endpoint https://api.github.com/repos/mastodon/mastodon/releases