Skip to content
Snippets Groups Projects
  1. Oct 23, 2018
  2. Oct 22, 2018
  3. Oct 21, 2018
  4. Oct 20, 2018
  5. Oct 19, 2018
  6. Oct 18, 2018
  7. Oct 17, 2018
    • Eugen Rochko's avatar
      Do not show "limited" visibility in default visibility preference (#8999) · 72d7d300
      Eugen Rochko authored
      * Do not show "limited" visibility in default visibility preference
      
      Fix regression from #8950
      
      * Fix code style issue
      Unverified
      72d7d300
    • Eugen Rochko's avatar
      Improve support for aspects/circles (#8950) · ddd30f33
      Eugen Rochko authored
      * 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
      Unverified
      ddd30f33
Loading