diaspora/app/workers
Thorsten Claus 8691e650dc
Person.find_or_fetch_by_identifier never return nil
Person.find_or_fetch_by_identifier raises an exception if person is not found localy and not fetchable. It never returns nil. These code changes take care about this behaviour and changes specs and code to behave equally.

Also related to #8253
2021-08-16 00:24:33 +02:00
..
mail Create birthday notification and mailer 2017-12-18 04:34:35 +01:00
base.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
check_birthday.rb Create birthday notification and mailer 2017-12-18 04:34:35 +01:00
clean_cached_files.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
cleanup_old_exports.rb Remove old export archives after 2 weeks 2018-01-08 21:14:06 +01:00
cleanup_pending_photos.rb Cleanup pending photos which were never posted with cronjob 2019-07-03 13:24:27 +02:00
deferred_dispatch.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
deferred_retraction.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
delete_account.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
delete_post_from_service.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
export_photos.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
export_user.rb Limit the number of parallel exports that are allowed to run 2017-09-28 23:11:46 +02:00
fetch_profile_photo.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
fetch_public_posts.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
fetch_webfinger.rb Person.find_or_fetch_by_identifier never return nil 2021-08-16 00:24:33 +02:00
gather_o_embed_data.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
gather_open_graph_data.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
post_to_service.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
process_photo.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
publish_to_hub.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
queue_users_for_removal.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
receive_base.rb Don't retry for PublicKeyNotFound 2018-02-25 04:34:04 +01:00
receive_local.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
receive_private.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
receive_public.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
recheck_scheduled_pods.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
recurring_pod_check.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
remove_old_user.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
reset_password.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
send_base.rb Retry Contact messages 20 time (about two weeks) 2018-02-01 23:37:53 +01:00
send_private.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
send_public.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00