diaspora/app
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
..
assets Redesign default.haml and add a podmin welcome page 2016-06-20 02:03:53 +02:00
controllers fix sender for messages for old pods 2016-06-26 14:05:52 +02:00
helpers A minor refactor of the Publisher 2016-04-28 21:45:49 +03:00
mailers Add reason for post report to email sent to admins 2016-02-07 17:58:03 +01:00
models StatusMessage#raw_message returns empty string for NULL values 2016-06-27 12:07:11 +02:00
presenters Merge branch 'stable' into develop 2016-03-18 07:24:44 +01:00
serializers Include a private key to the user data export archive 2016-02-25 13:38:24 +03:00
services don't participate own posts on creation 2016-06-26 06:21:02 +02:00
uploaders
views create NotificationService: send notifications after receive 2016-06-26 06:20:59 +02:00
workers remove participation parent author check 2016-06-26 06:21:03 +02:00