Skip to content
Snippets Groups Projects
  1. May 03, 2018
  2. May 02, 2018
  3. May 01, 2018
  4. 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
  5. Apr 26, 2018
  6. Apr 25, 2018
  7. Apr 24, 2018
  8. Apr 23, 2018
  9. Apr 22, 2018
  10. Apr 21, 2018
  11. 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
  12. Apr 18, 2018
  13. Apr 17, 2018
  14. Apr 16, 2018
  15. Apr 15, 2018
  16. 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
  17. 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
  18. Apr 12, 2018
  19. Apr 11, 2018
  20. Apr 10, 2018
Loading