Skip to content
Snippets Groups Projects
  1. Apr 22, 2018
  2. Apr 21, 2018
  3. 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
    • Eugen Rochko's avatar
      Improve report layout (#7188) · a9c44063
      Eugen Rochko authored
      * Use table for statuses in report
      
      * Display reported account and reporter in the same table
      
      * Split accounts and general report info into two tables again
      
      * Redesign report statuses table, notes, merge notes and action log
      
      * Remove unused translations
      
      * Fix code style issue
      
      * Fix code style issue
      
      * Fix code style issue
  4. Apr 19, 2018
  5. Apr 18, 2018
  6. Apr 17, 2018
  7. Apr 16, 2018
  8. Apr 15, 2018
  9. 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
  10. 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
  11. Apr 12, 2018
  12. Apr 11, 2018
  13. Apr 10, 2018
    • Emelia Smith's avatar
      Feature: Improve reports ui (#7032) · d9b62e34
      Emelia Smith authored
      * Further improvements to Reports UI
      
      - Clean up notes display
      - Clean up add new note form
      - Simplify controller
      - Allow reopening a report with a note
      - Show created at date for reports
      - Fix report details table formatting
      
      * Show history of report using Admin::ActionLog beneath the report
      
      * Fix incorrect log message when reopening a report
      
      * Implement fetching of all ActionLog items that could be related to the report
      
      * Ensure adding a report_note updates the report's updated_at
      
      * Limit Report History to actions that happened between the report being created and the report being resolved
      
      * Fix linting issues
      
      * Improve report history builder
      
      Thanks @gargron for the improvements
      d9b62e34
    • Eugen Rochko's avatar
  14. 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
  15. Apr 08, 2018
Loading