diaspora/app
cmrd Senya 9ee9dbe969
Fix local migration run without old private key
It was possible to run migration locally without providing old private
key. This way migration was performed but not dispatched, which obviously
leads to desynchronization of the federation state so let's validate sender
before performing any actual actions.

closes #7558
2017-09-26 04:06:16 +02:00
..
assets Replace photo_attachments with photo-attachments 2017-08-31 02:45:02 +02:00
controllers Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
helpers Fix ConversationsHelper#conversation_class with frozen strings 2017-09-17 19:29:16 +02:00
mailers Fix NotificationMailers::Base#log_mail with frozen strings 2017-09-17 19:29:16 +02:00
models Fix local migration run without old private key 2017-09-26 04:06:16 +02:00
presenters Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
serializers Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
services Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
uploaders Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
views Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
workers Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00