Skip to content
Snippets Groups Projects
  1. May 10, 2020
    • Eugen Rochko's avatar
      Fix error within error when limiting backtrace to 3 lines (#13120) · e9ecbca7
      Eugen Rochko authored
      Fix #13086, close #13113
      Unverified
      e9ecbca7
    • ThibG's avatar
      Remove confusing “You are already signed in.” flash message (#13547) · 45202f79
      ThibG authored
      When attempting to access the log-in page while already logged in,
      Devise's `require_no_authentication` kicks in and sets a flash
      message “You are already signed in.”
      
      In almost all cases, this also causes a redirect to /web, which
      does not display or clear flash messages, thus leaving the message
      to a potentially much later date, like for instance, accessing
      /preferences several minutes after being redirected to /web.
      Unverified
      45202f79
    • ThibG's avatar
      Improve RSS entries for statuses (#13592) · a4240fd0
      ThibG authored
      * Improve RSS entries for statuses
      
      - Render polls in both accounts and tags serializers
      - Refactor RSS serializers
      - Change title preview to include ellipsis when truncated
      - Change title preview to show CW instead of toot text
      - Add tests
      
      * Remove title from OEmbed serialization
      
      Twitter doesn't serialize title either, and tihs allows us to move the
      title formatting code to the RSS serializers.
      Unverified
      a4240fd0
  2. May 08, 2020
  3. May 03, 2020
  4. Apr 30, 2020
    • kaiyou's avatar
      Only check locally when deduplicating usernames (#13581) · 3511528e
      kaiyou authored
      When deduplicating account usernames for OAuthable users, the routine did check if any account was known with that username, including remote accounts. This caused some unnecessary deduplication, and usernames ending with unexpected trailing _1.
      This fixes #13580
      Unverified
      3511528e
  5. Apr 28, 2020
  6. Apr 26, 2020
  7. Apr 25, 2020
  8. Apr 23, 2020
  9. Apr 21, 2020
  10. Apr 20, 2020
  11. Apr 19, 2020
  12. Apr 18, 2020
  13. Apr 17, 2020
  14. Apr 16, 2020
  15. Apr 15, 2020
  16. Apr 13, 2020
  17. Apr 12, 2020
Loading