Skip to content
Snippets Groups Projects
  1. Feb 11, 2021
    • Jeong Arm's avatar
      Use custom mascot on static share page (#15687) · d499bb03
      Jeong Arm authored
      * Use custom mascot on static share page
      
      * Use full_asset_url
      d499bb03
    • Claire's avatar
    • Claire's avatar
      Fix URI of repeat follow requests not being recorded (#15662) · be3b9f81
      Claire authored
      * Fix URI of repeat follow requests not being recorded
      
      In case we receive a “repeat” or “duplicate” follow request, we automatically
      fast-forward the accept with the latest received Activity `id`, but we don't
      record it.
      
      In general, a “repeat” or “duplicate” follow request may happen if for some
      reason (e.g. inconsistent handling of Block or Undo Accept activities, an
      instance being brought back up from the dead, etc.) the local instance thought
      the remote actor were following them while the remote actor thought otherwise.
      
      In those cases, the remote instance does not know about the older Follow
      activity `id`, so keeping that record serves no purpose, but knowing the most
      recent one is useful if the remote implementation at some point refers to it
      by `id` without inlining it.
      
      * Add tests
      be3b9f81
    • Mélanie Chauvel's avatar
      Slightly reorder three dots menu on toots to make it more intuitive (#15647) · f5fefdc1
      Mélanie Chauvel authored
      * Slightly reorder three dots menu on toots to make it more intuitive
      
      - Make “Pin to profile” always appear at the same place
      - Add separator to group “Bookmark” and “Pin to profile”
      - Fix separator being the first item in some cases
      
      * Fix missing semicolon and keep status_action_bar.js and action_bar.js in sync
      f5fefdc1
  2. Feb 10, 2021
  3. Feb 09, 2021
    • Claire's avatar
      Create instance actor if it hasn't been properly seeded (#15693) · acdeb162
      Claire authored
      An uncommon but somewhat difficult to digagnose issue is dealing with
      improperly-seeded databases. In such cases, instance-signed fetches will
      fail with a ActiveRecord::RecordNotFound error, usually caught and handled
      as generic 404, leading people to think the remote resource itself has not
      been found, while it's the local instance actor that does not exist.
      
      This commit changes the code so that failure to find the instance actor
      automatically creates a new one, so that improperly-seeded databases do
      not cause any issue.
      acdeb162
    • Eugen Rochko's avatar
      Change max. image dimensions to 1920x1080px (1080p) (#15690) · acf18428
      Eugen Rochko authored
      * Change max. image size to 1920x1080px
      
      * Change it in web UI too
      acf18428
  4. Feb 02, 2021
  5. Jan 31, 2021
  6. Jan 29, 2021
  7. Jan 28, 2021
  8. Jan 26, 2021
  9. Jan 25, 2021
  10. Jan 24, 2021
  11. Jan 23, 2021
  12. Jan 22, 2021
Loading