Skip to content
Snippets Groups Projects
  1. May 21, 2018
  2. May 19, 2018
  3. 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
  4. May 13, 2018
  5. May 11, 2018
  6. May 08, 2018
  7. May 07, 2018
  8. 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
  9. May 05, 2018
  10. May 04, 2018
  11. May 03, 2018
  12. May 01, 2018
  13. Apr 20, 2018
  14. Apr 18, 2018
  15. Apr 17, 2018
  16. Apr 15, 2018
  17. 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
  18. Apr 11, 2018
  19. Apr 10, 2018
  20. 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
  21. Apr 08, 2018
  22. Apr 07, 2018
  23. Apr 04, 2018
  24. 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
  25. Apr 01, 2018
  26. Mar 30, 2018
    • ThibG's avatar
      Add some UI for user-defined domain blocks (#6628) · a6c129dd
      ThibG authored
      * Keep list of blocked domains
      
      Might be overkill, but I'm trying to follow the same logic as for blocked users
      
      * Add basic domain block UI
      
      * Add the domain blocks UI to Getting Started
      
      * Fix undefined URL in `fetchDomainBlocks`
      
      * Update all known users' domain_blocking relationship instead of just one's
      a6c129dd
  27. Mar 29, 2018
  28. Mar 28, 2018
    • Yuto Tokunaga's avatar
      Add double-tap zoom functionary to `ZoomableImage` (#6944) · 5021c4e9
      Yuto Tokunaga authored
      add <div.zoomable-image__margin/> to keep margin of the image on zooming
      move setting `scrollLeft` and `scrollTop` of container from callback of
      `setState` to `componentDidUpdate`
      add 'hammerjs' package for touch gesture detection
      rewrite `ZoomableImage` using 'hammerjs'
      5021c4e9
  29. Mar 27, 2018
  30. Mar 24, 2018
Loading