Skip to content
Snippets Groups Projects
  1. Apr 18, 2018
  2. Apr 17, 2018
  3. Apr 16, 2018
  4. Apr 15, 2018
  5. 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
  6. 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
  7. Apr 12, 2018
  8. Apr 11, 2018
  9. 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
    • bb's avatar
      8f800ad6
    • Emelia Smith's avatar
      Feature: Allow staff to change user emails (#7074) · 219a4423
      Emelia Smith authored
      * Admin: Show unconfirmed email address on account page
      
      * Admin: Allow staff to change user email addresses
      
      * ActionLog: On change_email, log current email address and new unconfirmed email address
      219a4423
    • MIYAGI Hikaru's avatar
      Fix GIFV encoding params (#7098) · e6e93ecd
      MIYAGI Hikaru authored
      - Explicitly specify video codec.
        When ffmpeg isn't compiled with libx264 but openh264, mpeg4 is selected as video codec.
      - Swap avarage bitrate and max bitrate.
      e6e93ecd
  10. Apr 09, 2018
  11. 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
    • Emelia Smith's avatar
      Add search item to tab bar for mobile devices (#7072) · c9cbb8de
      Emelia Smith authored
      * Add search item to tab bar for mobile devices
      
      * Fix missing prop validation
      c9cbb8de
    • Levi Bard's avatar
      Enable updating additional account information from user preferences via rest api (#6789) · cd0eaa34
      Levi Bard authored
      * Enable updating additional account information from user preferences via rest api
      Resolves #6553
      
      * Pacify rubocop
      
      * Decoerce incoming settings in UserSettingsDecorator
      
      * Create user preferences hash directly from incoming credentials instead of going through ActionController::Parameters
      
      * Clean up user preferences update
      
      * Use ActiveModel::Type::Boolean instead of manually checking stringified number equivalence
      cd0eaa34
Loading