Skip to content
Snippets Groups Projects
  1. Mar 05, 2019
  2. Mar 04, 2019
  3. Mar 03, 2019
  4. Mar 01, 2019
  5. Feb 28, 2019
    • ThibG's avatar
      Fix serialization of boosts (#10129) · ee7d79c0
      ThibG authored
      The condition introduced by #9998 was wrong, serializing boosts
      that weren't self-boosts, and not serializing self-boosts.
      ee7d79c0
    • ThibG's avatar
    • ThibG's avatar
      Improved remote thread fetching (#10106) · 9d3c6f18
      ThibG authored
      * Fetch up to 5 replies when discovering a new remote status
      
      This is used for resolving threads downwards. The originating
      server must add a “replies” attributes with such replies for it to
      be useful.
      
      * Add some tests for ActivityPub::FetchRepliesWorker
      
      * Add specs for ActivityPub::FetchRepliesService
      
      * Serialize up to 5 public self-replies for ActivityPub notes
      
      * Add specs for ActivityPub::NoteSerializer
      
      * Move exponential backoff logic to a worker concern
      
      * Fetch first page of paginated collections when fetching thread replies
      
      * Add specs for paginated collections in replies
      
      * Move Note replies serialization to a first CollectionPage
      
      The collection isn't actually paginable yet as it has no id nor
      a `next` field. This may come in another PR.
      
      * Use pluck(:uri) instead of map(&:uri) to improve performances
      
      * Fix fetching replies when they are in a CollectionPage
      9d3c6f18
  6. Feb 27, 2019
    • ThibG's avatar
      Fix direct timeline pagination in the WebUI (#10126) · 6e8743d1
      ThibG authored
      The `hasMore` property of timelines in redux store was set whenever an API
      request returned only one page of results, *even* if the query only requested
      newer conversations (using `since_id`), causing `hasMore` to be incorrectly set to
      false whenever fetching new toots in the direct timeline, which happens each time
      the direct message column is opened.
      
      (Basically #9516 for direct messages)
      6e8743d1
    • trwnh's avatar
      Allow getting-started to scroll on short screens (#10075) · df012067
      trwnh authored
      At 480px height, there is not enough space to fully display the footer.
      df012067
Loading