Skip to content
Snippets Groups Projects
  1. May 28, 2018
  2. May 23, 2018
  3. May 22, 2018
  4. May 19, 2018
  5. May 17, 2018
  6. May 11, 2018
  7. May 09, 2018
  8. May 06, 2018
  9. May 05, 2018
  10. May 02, 2018
  11. Apr 23, 2018
  12. Apr 22, 2018
  13. Apr 21, 2018
  14. Apr 20, 2018
    • 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
      a9c44063
  15. Apr 16, 2018
  16. Apr 11, 2018
  17. Apr 10, 2018
  18. Apr 08, 2018
    • 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
  19. Apr 03, 2018
    • Emelia Smith's avatar
      Improve require_admin! and require_staff! filters (#7018) · 2e597518
      Emelia Smith authored
      Previously these returns 302 redirects instead of 403s, which meant posting links to admin pages in slack caused them to unfurl, rather than stay as a link. Additionally, require_admin! doesn't appear to be actively used, on require_staff!
      2e597518
  20. 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
  21. Mar 05, 2018
  22. Mar 04, 2018
    • Akihiko Odaki's avatar
      Set the default locale in config (#6580) · 51d76096
      Akihiko Odaki authored
      Previously the default locale was set by Localized concern for controllers,
      but it was not enforced for mailers.
      
      config is enforced throughout the application and an appropriate place to
      set the default locale.
      51d76096
  23. Feb 21, 2018
  24. Feb 08, 2018
  25. Jan 22, 2018
  26. Jan 21, 2018
  27. Jan 18, 2018
  28. Jan 17, 2018
    • Eugen Rochko's avatar
      Fix home regeneration (#6251) · 7badad77
      Eugen Rochko authored
      * Fix regeneration marker not being removed after completion
      
      * Return HTTP 206 from /api/v1/timelines/home if regeneration in progress
      Prioritize RegenerationWorker by putting it into default queue
      
      * Display loading indicator and poll home timeline while it regenerates
      
      * Add graphic to regeneration message
      
      * Make "not found" indicator consistent with home regeneration
      7badad77
  29. Jan 08, 2018
  30. Jan 07, 2018
  31. Jan 04, 2018
    • Patrick Figel's avatar
      Fix email confirmation link not updating email (#6187) · 5ec25ff3
      Patrick Figel authored
      A change introduced in #6125 prevents
      `Devise::Models::Confirmable#confirm` from being called for existing
      users, which in turn leads to `email` not being set to
      `unconfirmed_email`, breaking email updates. This also adds a test
      that would've caught this issue.
      5ec25ff3
  32. Jan 03, 2018
  33. Dec 12, 2017
  34. Dec 09, 2017
  35. Dec 06, 2017
    • aschmitz's avatar
      Break out nested relationship API keys (#5887) · 4de211b8
      aschmitz authored
      * Break out nested relationship API keys
      
      This closes #5856 by restoring the existing behavior of the `muting`
      and `following` keys (returning booleans rather than truthy or false).
      It adds `showing_reblogs` and `muting_notifications` keys:
      
      * `showing_reblogs` returns true if:
        1. You've requested to follow the user, with reblogs shown, or
        2. You are following the user, with reblogs shown.
      * `muting_notifications` returns true if you have muted the user and
        their notifications as well.
      
      * Rubocop fix
      
      * Fix pulling reblog/mute status from relationships
      
      I could swear this had passed tests before, but apparently not.
      Works now.
      
      * More test fixes
      
      Really, you'd expect this to be more straightforward.
      4de211b8
Loading