You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
ThibG 87c1ad4ea3 Fix BackupService crashing when an attachment is missing (#11241)
* Fix BackupService crashing when an attachment is missing

For various reasons such as admin error or out-of-sync media and
database backups, it might be possible for local attachments to be lost.

This commit allows the BackupService to continue its work even if some media
file is missing.

* Change error message
5 years ago
..
chewy
controllers Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 5 years ago
helpers Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 5 years ago
javascript Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 5 years ago
lib Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 5 years ago
mailers Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 5 years ago
models Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 5 years ago
policies
presenters
serializers Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 5 years ago
services Fix BackupService crashing when an attachment is missing (#11241) 5 years ago
validators
views Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 5 years ago
workers