discourse/app
Blake Erickson 1fbe078ae0 FIX: Undefined method when serializing a user
Apparently is is possible to have a user without a user_profile. This
fix will return nil for any user_profile fields during serialization
(like the after delete web hook) instead of blowing up.
2019-05-23 19:44:55 -06:00
..
assets Follow up to 3388872991. 2019-05-24 09:02:39 +08:00
controllers REFACTOR: Replace score bonuses with low/med/high priorities 2019-05-23 11:54:45 -04:00
helpers Make `email_excerpt` method take an optional `post` param (#7570) 2019-05-20 10:04:23 +02:00
jobs REFACTOR: Replace score bonuses with low/med/high priorities 2019-05-23 11:54:45 -04:00
mailers Make `email_excerpt` method take an optional `post` param (#7570) 2019-05-20 10:04:23 +02:00
models REFACTOR: Replace score bonuses with low/med/high priorities 2019-05-23 11:54:45 -04:00
serializers FIX: Undefined method when serializing a user 2019-05-23 19:44:55 -06:00
services DEV: Fix race condition when enqueuing edit wiki-ed notification. 2019-05-16 13:48:46 +08:00
views FEATURE: add OpenGraph data to /login page 2019-05-23 07:03:01 +05:30