chinwagsocial/app
ThibG f08f880f58
Fix media not being marked sensitive when client sets a CW but no text (#13277)
Mastodon enforces the “sensitive” flag on media attachments whenever a toot
is posted with a Content Warning. However, it does so *after* potentially
converting the Content Warning to toot text (when there is no toot text),
which leads to inconsistent and surprising behavior for API clients.
This commit fixes this inconsistency.
2020-03-25 22:40:58 +01:00
..
chewy Fix bookmarks also searchable (#13293) 2020-03-22 02:40:03 +01:00
controllers Add option to include resolved DNS records when blacklisting e-mail domains in admin UI (#13254) 2020-03-12 22:35:20 +01:00
helpers Add ability to delete files uploaded for settings in admin UI (#13192) 2020-03-08 16:00:24 +01:00
javascript Fix frontend crash when deleting announcements (#13312) 2020-03-25 22:39:55 +01:00
lib Bump cld3 from 3.2.6 to 3.3.0 (#13107) 2020-03-09 00:12:52 +01:00
mailers Fix error when sending moderation notification (#13014) 2020-02-01 15:42:12 +01:00
models Make bookmarks also searchable (#13271) 2020-03-21 03:14:10 +01:00
policies Add ability to delete files uploaded for settings in admin UI (#13192) 2020-03-08 16:00:24 +01:00
presenters Fix n+1 query for bookmarks on statuses (#12494) 2019-11-28 04:08:00 +01:00
serializers Change local media attachments to perform heavy processing asynchronously (#13210) 2020-03-08 23:56:18 +01:00
services Fix media not being marked sensitive when client sets a CW but no text (#13277) 2020-03-25 22:40:58 +01:00
validators Search account domain in lowercase (#13016) 2020-02-01 15:42:24 +01:00
views Add option to include resolved DNS records when blacklisting e-mail domains in admin UI (#13254) 2020-03-12 22:35:20 +01:00
workers Change local media attachments to perform heavy processing asynchronously (#13210) 2020-03-08 23:56:18 +01:00