This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/views
Eugen Rochko ddd30f331c
Improve support for aspects/circles (#8950)
* Add silent column to mentions

* Save silent mentions in ActivityPub Create handler and optimize it

Move networking calls out of the database transaction

* Add "limited" visibility level masked as "private" in the API

Unlike DMs, limited statuses are pushed into home feeds. The access
control rules between direct and limited statuses is almost the same,
except for counter and conversation logic

* Ensure silent column is non-null, add spec

* Ensure filters don't check silent mentions for blocks/mutes

As those are "this person is also allowed to see" rather than "this
person is involved", therefore does not warrant filtering

* Clean up code

* Use Status#active_mentions to limit returned mentions

* Fix code style issues

* Use Status#active_mentions in Notification

And remove stream_entry eager-loading from Notification
2018-10-17 17:13:04 +02:00
..
about Replace SVG asset with Custom mascot (#8766) 2018-10-08 00:20:45 +02:00
accounts Add description meta tag additionally to og:description (#8941) 2018-10-10 02:21:30 +02:00
admin Display customized mascot in web UI and fix admin form for it (#8964) 2018-10-12 04:04:08 +02:00
admin_mailer
application
auth
authorize_interactions
errors
filters
follower_accounts
following_accounts
home
invites
kaminari
layouts Fix missing protocol in dns-prefetch, improve code style (#8963) 2018-10-12 02:19:10 +02:00
media
notification_mailer Display content warning in mail notification emails (#6832) 2018-03-19 20:12:20 +01:00
oauth
remote_follow
remote_interaction
remote_unfollows
settings Improve form for selecting media display preference (#8965) 2018-10-16 14:07:54 +02:00
shared Add description meta tag additionally to og:description (#8941) 2018-10-10 02:21:30 +02:00
shares
stream_entries Improve support for aspects/circles (#8950) 2018-10-17 17:13:04 +02:00
tags
user_mailer
well_known