Skip to content
Snippets Groups Projects
  1. Mar 12, 2021
  2. Mar 07, 2021
  3. Mar 03, 2021
  4. Mar 02, 2021
  5. Mar 01, 2021
  6. Feb 28, 2021
  7. Feb 26, 2021
  8. Feb 24, 2021
  9. Feb 22, 2021
  10. Feb 21, 2021
  11. Feb 19, 2021
  12. Feb 16, 2021
  13. Feb 12, 2021
  14. Feb 11, 2021
    • kaias1jp's avatar
      Fixed WebUI crash when a status opened in the media modal is deleted (#15701) · 08ae116d
      kaias1jp authored
      * Fixed picture in picture compatibility error in WebUI when status is deleted
      
      * Revert "Fixed picture in picture compatibility error in WebUI when status is deleted"
      
      This reverts commit f003b7d9d88688e9504f7dfae1545d7522fcfd98.
      
      * Close the modal display of the image when status is deleted
      
      * Fixed the case statement before the default statement
      
      * Removed unnecessary parts
      08ae116d
    • Takeshi Umeda's avatar
      fix typo (#15705) · 7927959d
      Takeshi Umeda authored
      7927959d
    • Cecylia Bocovich's avatar
      Onion service related changes to HTTPS handling (#15560) · e79f8dd8
      Cecylia Bocovich authored
      
      * Enable secure cookie flag for https only
      
      * Disable force_ssl for .onion hosts only
      
      Co-authored-by: default avatarAiden McClelland <me@drbonez.dev>
      e79f8dd8
    • 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
      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
  15. Feb 10, 2021
  16. 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
  17. Feb 02, 2021
  18. Jan 31, 2021
  19. Jan 28, 2021
  20. Jan 25, 2021
  21. Jan 22, 2021
  22. Jan 21, 2021
  23. Jan 19, 2021
Loading