Skip to content
Snippets Groups Projects
  1. Apr 15, 2018
  2. 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
  3. 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
  4. Apr 12, 2018
  5. Apr 11, 2018
  6. 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
  7. Apr 09, 2018
  8. Apr 08, 2018
  9. Apr 07, 2018
  10. Apr 04, 2018
  11. Apr 03, 2018
  12. Apr 02, 2018
    • Emelia Smith's avatar
      Feature: Report improvements (#6967) (#7000) · e85cffb2
      Emelia Smith authored
      * Implement Assignment of Reports (#6967)
      
      * Change translation of admin.report.comment.label to "Report Comment" for clarity
      
      As we'll soon add the ability for reports to have comments on them, this clarification makes sense.
      
      * Implement notes for Reports
      
      This enables moderators to leave comments about a report whilst they work on it
      
      * Fix display of report moderation notes
      
      * Allow reports to be reopened / marked as unresolved
      
      * Redirect to reports listing upon resolution of report
      
      * Implement "resolve with note" functionality
      
      * Add inverse relationship for report notes
      
      * Remove additional database querying when loading report notes
      
      * Fix tests for reports
      
      * Fix localisations for report notes / reports
      e85cffb2
    • 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
    • Emelia Smith's avatar
Loading