diaspora/app/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
..
api/openid_connect Fix API privilege scope escalation 2016-03-11 17:18:21 -08:00
notifications use private_class_method with returned symbol of def 2016-06-26 06:21:02 +02:00
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.rb use Diaspora::Federation::Dispatcher everywhere 2016-06-26 06:21:01 +02:00
acts_as_taggable_on-tag.rb Sort tag search result by name 2016-03-03 17:57:58 +01:00
aspect.rb write cucumber test and add order_id on create 2015-04-28 02:38:28 +02:00
aspect_membership.rb [WIP] aspect membership dropdown Backbone.js rework 2013-02-17 13:40:10 +01:00
aspect_visibility.rb Fix possible duplication of AspectVisibility 2016-05-27 20:22:03 +03:00
block.rb Remove duplicates and bad code habits. 2013-08-02 11:39:24 +02:00
comment.rb move Federated::Generator to Diaspora::Federated::Generator 2016-06-26 06:21:02 +02:00
contact.rb add #object_to_receive to Diaspora::Federated::Base 2016-06-26 06:21:02 +02:00
conversation.rb move Guid module to fields 2016-06-26 06:21:02 +02:00
conversation_visibility.rb Destroy conversation when all participants leave it 2014-12-17 11:33:23 -03:00
invitation.rb Remove attributes protection. 2013-08-02 11:39:06 +02:00
invitation_code.rb New configuration system 2012-09-26 20:19:37 +02:00
like.rb move Federated::Generator to Diaspora::Federated::Generator 2016-06-26 06:21:02 +02:00
location.rb remove roxml 2016-06-26 06:21:01 +02:00
mention.rb cleanup notifications and fix tests 2016-06-26 06:20:59 +02:00
message.rb move Guid module to fields 2016-06-26 06:21:02 +02:00
notification.rb use private_class_method with returned symbol of def 2016-06-26 06:21:02 +02:00
notification_actor.rb
o_embed_cache.rb replace deprecated finder and finder_options syntax 2014-08-23 16:34:00 +02:00
open_graph_cache.rb bump open_graph_reader 2015-03-11 21:59:02 +01:00
participation.rb move Federated::Generator to Diaspora::Federated::Generator 2016-06-26 06:21:02 +02:00
person.rb move Guid module to fields 2016-06-26 06:21:02 +02:00
photo.rb remove roxml 2016-06-26 06:21:01 +02:00
pod.rb implement :update_pod callback 2016-06-26 06:20:58 +02:00
poll.rb move Guid module to fields 2016-06-26 06:21:02 +02:00
poll_answer.rb move Guid module to fields 2016-06-26 06:21:02 +02:00
poll_participation.rb move Federated::Generator to Diaspora::Federated::Generator 2016-06-26 06:21:02 +02:00
post.rb create module for author association 2016-06-26 06:21:02 +02:00
profile.rb remove roxml 2016-06-26 06:21:01 +02:00
report.rb Add reason for post report to email sent to admins 2016-02-07 17:58:03 +01:00
reshare.rb participates root author when receiving a reshare 2016-06-26 06:21:02 +02:00
role.rb refactor moderator role and add specs 2015-09-07 12:32:09 +02:00
service.rb refactoring delete from services 2016-06-26 06:21:01 +02:00
share_visibility.rb create ShareVisibilities with batch import 2016-06-26 06:21:01 +02:00
status_message.rb StatusMessage#raw_message returns empty string for NULL values 2016-06-27 12:07:11 +02:00
tag_following.rb Fix ActiveRecord queries - take two 2012-06-13 14:52:25 -07:00
user.rb remove diaspora_handle setter to set author 2016-06-26 06:21:02 +02:00
user_preference.rb Added the ability to disable report-email-notification 2014-05-15 07:23:43 -04:00