Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve support for aspects/circles #8950

Merged
merged 9 commits into from
Oct 17, 2018
Merged

Improve support for aspects/circles #8950

merged 9 commits into from
Oct 17, 2018

Commits on Oct 10, 2018

  1. Add silent column to mentions

    Gargron committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    123b21d View commit details
    Browse the repository at this point in the history
  2. Save silent mentions in ActivityPub Create handler and optimize it

    Move networking calls out of the database transaction
    Gargron committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    fb2b371 View commit details
    Browse the repository at this point in the history
  3. 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
    Gargron committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    1c72376 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1086856 View commit details
    Browse the repository at this point in the history
  5. 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
    Gargron committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    d787fd8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Clean up code

    Gargron committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    1b27981 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f138986 View commit details
    Browse the repository at this point in the history
  3. Fix code style issues

    Gargron authored Oct 11, 2018
    Configuration menu
    Copy the full SHA
    e4d2f81 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Use Status#active_mentions in Notification

    And remove stream_entry eager-loading from Notification
    Gargron committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    398c4be View commit details
    Browse the repository at this point in the history