diaspora/app
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
..
assets Using galleries default border radius Small indicator images in image gallery are round ones, this doesn't correspond with preview shown in stream. It also doesn't look good on real-world images. (may look OK for User profile images) 2021-07-26 02:37:22 +02:00
controllers Remove links to deleted profiles in admin user stats 2020-03-21 19:14:56 +01:00
helpers Cleanup unused commenting_disabled? and can_comment? 2021-06-30 23:19:29 +02:00
mailers Create birthday notification and mailer 2017-12-18 04:34:35 +01:00
models Person.find_or_fetch_by_identifier never return nil 2021-08-16 00:24:33 +02:00
presenters Wrapped local_comments also in a cache 2021-06-13 01:09:44 +02:00
serializers Don't export chat_enabled flag anymore 2021-07-04 22:03:37 +02:00
services Mark non-attribute usage in SQL queries as safe. 2020-02-11 23:54:55 +01:00
uploaders Bump carrierwave 2021-06-28 01:28:15 +02:00
views Allow points and dashes in the username. 2021-07-04 22:07:21 +02:00
workers Person.find_or_fetch_by_identifier never return nil 2021-08-16 00:24:33 +02:00