Skip to content
Snippets Groups Projects
  1. May 01, 2018
  2. Apr 30, 2018
    • Yamagishi Kazutoshi's avatar
      [i18n] Occitan update (#7294) · 16468bdf
      Yamagishi Kazutoshi authored
      * Translated new strings
      
      + few changes
      
      * First update
      
      * Almost complet
      
      Missing the changes in the privacy policy
      
      * Update simple_form.oc.yml
      
      * bundle exec i18n-tasks normalize
      
      * bundle exec i18n-tasks remove-unused
      16468bdf
  3. Apr 26, 2018
  4. Apr 25, 2018
  5. Apr 24, 2018
  6. Apr 23, 2018
  7. Apr 22, 2018
  8. Apr 21, 2018
  9. Apr 20, 2018
    • unarist's avatar
      Ignore keyevents during text composition (#7205) · 84214b86
      unarist authored
      KeyboardEvent.key may be physical key name (Escape, Tab, etc.)
      even in text composition and it causes hotkeys or suggestion selection.
      So we need to check e.which or e.isComposing.
      
      Checking e.which also allows us to avoid Esc key on compositionend in Safari.
      84214b86
    • TakesxiSximada's avatar
      Fix the hot key (j, k) does not function correctly when there is a pinned toot... · 23106844
      TakesxiSximada authored
      Fix the hot key (j, k) does not function correctly when there is a pinned toot in account timeline. (#7202)
      
      * Fix the hot key (j, k) does not function correctly when there is a pinned toot in account timeline.
      
      * Fix typo
      
      * Add custom attribute prefix
      23106844
    • mayaeh's avatar
      Fix #6157: boosting own private toots (#7200) · ee2e0f69
      mayaeh authored
      * Fix boosting own private toots.
      
      * Run yarn manage:translations and update Japanese translations.
      ee2e0f69
    • unarist's avatar
      Fix Esc hotkey behavior (#7199) · 4e35ce82
      unarist authored
      This fixes following cases which causes hotkey action accidentally:
      
      * hitting Esc key to cancel text composition (mostly in CJK)
      
        Although events on cancelling composition are still heavily
        browser / input method dependent, but this implementation would
        covers current UI Events spec and some exceptions.
      
      * hitting Esc key to close autocomplete suggestions
      
      This PR changes to use keydown event instead of keyup event as well as other hotkeys.
      4e35ce82
  10. Apr 18, 2018
  11. Apr 17, 2018
  12. Apr 16, 2018
  13. Apr 15, 2018
  14. 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
  15. Apr 13, 2018
    • mayaeh's avatar
      i18n: Add Japanese translations for privacy policy and more (#7049) · 85ab30ab
      mayaeh authored
      * Update Japanese translations.
      
      * Update Japanese translations.
      
      * Update Japanese translations.
      
      * Update Japanese translations.
      
      * Add Japanese translations for #6984, #7040, #7072.
      Update Japanese translations for privacy policy.
      
      * Add Japanese translations for #7032, #7074, #7089.
      
      * Proofreading Japanese translations for privacy policy.
      85ab30ab
  16. Apr 12, 2018
  17. Apr 11, 2018
  18. Apr 10, 2018
  19. 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
    • Marcin Mikołajczak's avatar
      07d90b04
  20. Apr 08, 2018
    • Emelia Smith's avatar
      Hide search from Compose on mobile devices (#7077) · 0893b166
      Emelia Smith authored
      * Hide search from Compose on mobile devices
      
      We're presently seeing large numbers of users accidentally tooting what they're trying to search for. This PR hides the search form from the Compose view, now that we have a dedicated "search" tab on mobile.
      
      * Don't "showSearch" on mobile if we're not currently searching (isSearchPage)
      0893b166
Loading