diaspora/spec/models
Jonne Haß 09908a45fb
StatusMessage#raw_message returns empty string for NULL values
Previously the federation layer has written the empty string to the
database, now it writes nil/no value to it while our code still expects
the empty string in some cases. Restore the old assumption by returning
the empty string, the real raw value by now is available again in
StatusMessage#text for those that need it, such as validations or tests.
2016-06-27 12:07:11 +02:00
..
notifications
services refactoring delete from services 2016-06-26 06:21:01 +02:00
user don't participate own posts 2016-06-26 06:21:03 +02:00
account_deletion_spec.rb use Diaspora::Federation::Dispatcher everywhere 2016-06-26 06:21:01 +02:00
acts_as_taggable_on_tag_spec.rb
aspect_membership_spec.rb
aspect_spec.rb
aspect_visibility_spec.rb
block_spec.rb
comment_spec.rb relay relayables after receive 2016-06-26 06:21:02 +02:00
contact_spec.rb add #object_to_receive to Diaspora::Federated::Base 2016-06-26 06:21:02 +02:00
conversation_spec.rb remove xml specs 2016-06-26 06:21:01 +02:00
conversation_visibilities_spec.rb
invitation_code_spec.rb
invitation_spec.rb
like_spec.rb relay relayables after receive 2016-06-26 06:21:02 +02:00
location_spec.rb
mention_spec.rb
message_spec.rb deliver message always to all participants 2016-06-26 06:21:02 +02:00
notification_spec.rb
participation_spec.rb Participation is not relayable anymore 2016-06-26 06:21:02 +02:00
person_spec.rb remove xml specs 2016-06-26 06:21:01 +02:00
photo_spec.rb remove xml specs 2016-06-26 06:21:01 +02:00
pod_spec.rb
poll_answer_spec.rb
poll_participation_spec.rb relay relayables after receive 2016-06-26 06:21:02 +02:00
poll_spec.rb
post_spec.rb add author to subscribers of public shareables to ensure local delivery 2016-06-26 06:21:02 +02:00
profile_spec.rb remove xml specs 2016-06-26 06:21:01 +02:00
report_spec.rb
reshare_spec.rb add author to subscribers of public shareables to ensure local delivery 2016-06-26 06:21:02 +02:00
role_spec.rb
service_spec.rb
share_visibility_spec.rb
status_message_spec.rb StatusMessage#raw_message returns empty string for NULL values 2016-06-27 12:07:11 +02:00
tag_following_spec.rb
user_preference_spec.rb
user_spec.rb send the profile to remote persons on start shareing with them 2016-06-26 06:21:02 +02:00