Skip to content
Snippets Groups Projects
  1. May 21, 2018
  2. May 19, 2018
  3. May 18, 2018
  4. May 17, 2018
  5. May 16, 2018
  6. May 13, 2018
  7. May 11, 2018
  8. May 07, 2018
  9. May 06, 2018
  10. May 05, 2018
  11. May 04, 2018
  12. May 02, 2018
  13. Apr 30, 2018
  14. Apr 29, 2018
  15. Apr 25, 2018
  16. Apr 23, 2018
  17. Apr 20, 2018
    • Yamagishi Kazutoshi's avatar
      Fix spec for sr-Latn (#7203) · 87e3f0a4
      Yamagishi Kazutoshi authored
      87e3f0a4
    • 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
  18. Apr 18, 2018
    • Kaito Sinclaire's avatar
      Direct messages column (#4514) · 156b916c
      Kaito Sinclaire authored
      * Added a timeline for Direct statuses
      * Lists all Direct statuses you've sent and received
      * Displayed in Getting Started
      * Streaming server support for direct TL
      
      * Changes to match other timelines in 2.0
      156b916c
  19. Apr 17, 2018
  20. Apr 16, 2018
  21. 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
  22. Apr 12, 2018
  23. Apr 11, 2018
    • Akihiko Odaki's avatar
      Paginate ancestor statuses in public page (#7102) · 519119f6
      Akihiko Odaki authored
      This also limits the statuses returned by API, but pagination is not
      implemented in Web API yet. I still expect it brings user experience
      better than making a user wait to fetch all ancestor statuses and flooding
      the column with them.
      519119f6
  24. 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
    • 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
  25. 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
    • ThibG's avatar
      Fix follow/unfollow buttons on public profile (fixes #7036) (#7040) · 1364e9e4
      ThibG authored
      * Fix follow/unfollow buttons on public profile
      
      - Present non-logged users with web+mastodon:// URLs for remote accounts
      - Present logged-in users with appropriate links (authorize_follows and
        remote_unfollows) for remote accounts
      
      * Do not cache rendered cards if user is logged in
      1364e9e4
  26. Apr 07, 2018
  27. 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
Loading