1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app
Eugen Rochko 32d4372381
Use #any? instead of #exists? when checking media attachments (#7570)
If media_attachments are not loaded, SQL query is the same, but
the #exists? method performs SQL query even if preloaded
2018-05-21 16:01:16 +02:00
..
chewy
controllers Remove small pagination limit from context API (#7564) 2018-05-21 12:43:05 +02:00
helpers Fix double-encoding of display name in title and e-mails (#7534) 2018-05-18 15:56:57 +02:00
javascript Unescape HTML entities in rich web push notifications in web UI (#7569) 2018-05-21 16:00:56 +02:00
lib
mailers
models Ensure push subscription is immediately removed when application is revoked (#7548) 2018-05-19 21:05:08 +02:00
policies
presenters
serializers Improve payload format of Web Push API now that it's open (#7521) 2018-05-19 14:46:47 +02:00
services Use #any? instead of #exists? when checking media attachments (#7570) 2018-05-21 16:01:16 +02:00
validators
views Disables autocorrect/autocapitalize on remote username field. (#7549) 2018-05-19 19:36:23 +02:00
workers checking http status code with range (#7544) 2018-05-19 14:47:44 +02:00