discourse/app
Robin Ward 93c25070fa
FIX: In FastImage 2.2.2 an error is raised with a `nil` path (#11954)
* FIX: In FastImage 2.2.2 an error is raised with a `nil` path

Sometimes Discourse.store.path_for would return `nil`, which the job
handled gracefully before, but raises an error with the new version of
the gem.

Note the logic of this job is a bit awkward since it depends on `nil`
being a string, but at least now it's no longer filling logs with
errors.

* Update app/jobs/onceoff/fix_invalid_gravatar_uploads.rb

Co-authored-by: Bianca Nenciu <nbianca@users.noreply.github.com>

Co-authored-by: Bianca Nenciu <nbianca@users.noreply.github.com>
2021-02-03 11:45:12 -05:00
..
assets DEV: Remove `group-members-dropdown` (#11948) 2021-02-03 17:42:12 +01:00
controllers FEATURE: Improve group settings and members management (#11878) 2021-02-03 16:11:08 +02:00
helpers FIX: Cleanup authentication_data cookie after login (#11834) 2021-01-25 13:47:44 +00:00
jobs FIX: In FastImage 2.2.2 an error is raised with a `nil` path (#11954) 2021-02-03 11:45:12 -05:00
mailers FEATURE: reason to reject user signup (#11700) 2021-01-15 09:43:26 +11:00
models DEV: Remove `update_mail_receiver` and `deprecated_api_usage` (#11947) 2021-02-03 17:41:47 +01:00
serializers FIX: Existing shared drafts should be accessible (#11915) 2021-02-01 16:16:34 +02:00
services DEV: New option to always destroy posts. (#11898) 2021-02-01 16:57:31 -05:00
views Fix i18n issues reported on Crowdin (#11747) 2021-02-02 10:50:04 +01:00