Skip to content
Snippets Groups Projects
  1. May 25, 2018
  2. May 23, 2018
  3. May 22, 2018
  4. May 21, 2018
  5. May 19, 2018
  6. May 16, 2018
    • Sylvhem's avatar
      Reword the direct message warning (#7420) · 53c2164e
      Sylvhem authored
      * Change direct message warning
      
      Reword the direct message warning to set proper privacy expectations.
      
      * Update the French translation
      
      Update the French translation to reflect the changes made to the direct message warning.
      
      * Wording update
      
      Update the message's wording according to the feedback.
      53c2164e
  7. May 13, 2018
  8. May 11, 2018
  9. May 08, 2018
  10. May 07, 2018
  11. May 06, 2018
    • ThibG's avatar
      Various improvements to the report UI (#7342) · 5c7bed6b
      ThibG authored
      * Also display replies in report modal
      
      * Allow report modal to be up to 80% of viewport height
      
      * Use narrow no-break space where needed in the French translation
      5c7bed6b
  12. May 05, 2018
  13. May 04, 2018
  14. May 03, 2018
  15. May 01, 2018
  16. Apr 20, 2018
  17. Apr 18, 2018
  18. Apr 17, 2018
  19. Apr 15, 2018
  20. Apr 14, 2018
    • Eugen Rochko's avatar
      Add bio fields (#6645) · 78ed4ab7
      Eugen Rochko authored
      * Add bio fields
      
      - Fix #3211
      - Fix #232
      - Fix #121
      
      * Display bio fields in web UI
      
      * Fix output of links and missing fields
      
      * Federate bio fields over ActivityPub as PropertyValue
      
      * Improve how the fields are stored, add to Edit profile form
      
      * Add rel=me to links in fields
      
      Fix #121
  21. Apr 11, 2018
  22. Apr 10, 2018
  23. Apr 09, 2018
    • Emelia Smith's avatar
      Feature: Direct message from Statuses (#7089) · 904a2479
      Emelia Smith authored
      * Fix: Switching between composing direct message and mention from menus
      
      Previously clicking "direct message" followed by "mention" resulted in the composed status staying as "direct", along with weird spacing of items in the text area. This attempts to fix that.
      
      * Fix: Add missing proptype check for onMention in Status component
      
      * Add the ability to send a direct message to a user from the menu on Statuses
      
      * Add space between "Embed" and "Mention" on expanded statuses menu
      904a2479
  24. Apr 08, 2018
  25. Apr 07, 2018
  26. Apr 04, 2018
  27. Apr 02, 2018
    • unarist's avatar
      Add missing rejection handling for Promises (#7008) · 2c51bc0c
      unarist authored
      * Add eslint-plugin-promise to detect uncaught rejections
      
      * Move alert generation for errors to actions/alert
      
      * Add missing rejection handling for Promises
      
      * Use catch() instead of onReject on then()
      
      Then it will catches rejection from onFulfilled. This detection can be
      disabled by `allowThen` option, though.
      2c51bc0c
Loading