diaspora/app
Benjamin Neff dc9a18e24d
Cleanup unicode emojis from email headers
Some email providers (for example gmail) block emails if they have
emojis in the from header, as they could be confused with UI elements.
So the easy solution is to just filter all emojis from the name.

The normal `\p{Emoji}` selector also matches normal numbers, because of
the emoji-version of numbers (1️⃣), but the `\p{Emoji_Presentation}` then
doesn't match colored emojis anymore (❄️), so we need a mix of both to
find all emojis
2023-06-09 04:20:15 +02:00
..
assets Merge pull request #8404 from Flaburgan/8118-scrolling-photos 2022-11-01 21:20:12 +01:00
controllers Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
helpers Adding Smart App Banner for insporation on iOS devices 2022-11-17 23:20:35 +01:00
mailers Cleanup unicode emojis from email headers 2023-06-09 04:20:15 +02:00
models Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
presenters Adding total and active count to pod view 2022-07-31 00:19:41 +02:00
serializers Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
services Dont Convert when initialized by import 2022-07-16 04:12:01 +02:00
uploaders Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
views Correctly escape username pattern regex 2023-06-05 23:35:31 +02:00
workers Replace Unicorn with Puma 2022-09-09 04:33:37 +02:00