Skip to content
Snippets Groups Projects
  1. Mar 06, 2023
  2. Mar 04, 2023
  3. Mar 03, 2023
  4. Mar 02, 2023
  5. Feb 27, 2023
  6. Feb 22, 2023
  7. Feb 20, 2023
  8. Feb 18, 2023
  9. Feb 17, 2023
  10. Feb 15, 2023
  11. Feb 10, 2023
  12. Feb 08, 2023
  13. Feb 07, 2023
  14. Feb 04, 2023
  15. Jan 25, 2023
  16. Jan 24, 2023
  17. Jan 21, 2023
  18. Jan 18, 2023
  19. Jan 13, 2023
  20. Jan 11, 2023
    • Kaspar V's avatar
      Fix/remove calling private method with send in model (#22951) · ae62e5fa
      Kaspar V authored
      * fix(status): remove send usage for private unlink_from_conversations
      
      - make unlink_from_conversations public method
      - rename unlink_from_conversations to unlink_from_conversations!
      - fix send call on private method in statuses_vacuum and batched_remove_status_service
      
      * fix(feeds_vacuum): replace find_in_batches with in_batches
      
      because active record query results should be a little more efficient than
      itterating with map and each. Postgres can grasp such lists of ids much quicker
      than ruby can.
      Will probably make allmost no difference, but cannot hurt either.
      ae62e5fa
  21. Jan 06, 2023
    • Darius Kazemi's avatar
      Fix account search not returning followed accounts first (#22956) · 264655c5
      Darius Kazemi authored
      * Make autosuggest for mentions return followed accounts first
      
      This makes it so that (when elasticsearch is disabled) when a user types '@foo' in the compose box, they are first going to get accounts they follow ordered by the ranking algorithm, and then second they will get accounts they do not follow, also ordered by the ranking algorithm.
      
      This makes behavior more consistent with user expectation and also with results when elasticsearch is enabled.
      
      * Fix ranking order to correct direction
      
      * One more fixup per @gargron suggestion
      
      * Tweak to ranking to no longer include following modifier
      264655c5
Loading