Skip to content
Snippets Groups Projects
  1. Apr 21, 2018
  2. Apr 20, 2018
  3. 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
  4. Apr 16, 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 12, 2018
  7. Apr 11, 2018
  8. Apr 10, 2018
  9. 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
  10. Apr 03, 2018
  11. 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
  12. Apr 01, 2018
  13. Mar 27, 2018
  14. Mar 26, 2018
    • Akihiko Odaki's avatar
      Validate HTTP response length while receiving (#6891) · 40e5d230
      Akihiko Odaki authored
      to_s method of HTTP::Response keeps blocking while it receives the whole
      content, no matter how it is big. This means it may waste time to receive
      unacceptably large files. It may also consume memory and disk in the
      process. This solves the inefficency by checking response length while
      receiving.
      40e5d230
  15. Mar 24, 2018
  16. Mar 20, 2018
    • Rey Tucker's avatar
      request: in the event of failure, try other IPs (#6761) (#6813) · 36b57037
      Rey Tucker authored
      * request: in the event of failure, try other IPs (#6761)
      
      In the case where a name has multiple A/AAAA records, we should
      try subsequent records instead of immediately failing when we have a
      failure on the first IP address.
      
      This significantly improves delivery success when there are network
      connectivity problems affecting only IPv4 or IPv6.
      
      * fix method call style
      
      * request_spec: adjust test case to use Addrinfo
      
      * request: Request/open: move private addr check to within begin/rescue
      
      * request_spec: add case to test failover, fix exception check
      
      * Double Addrinfo.foreach so that it correctly yields instances
      36b57037
  17. Mar 07, 2018
  18. Mar 05, 2018
  19. Mar 04, 2018
  20. Feb 28, 2018
  21. Feb 24, 2018
  22. Feb 22, 2018
    • Eugen Rochko's avatar
      Redesign landing page (again) (#6486) · c71aa468
      Eugen Rochko authored
      * Redesign landing page (again)
      
      * Move login form in small version to the right column
      
      * Display closed registrations message
      
      * Add site setting for the hero image
      
      * Fix test
      
      * Increase spacing, maximum width, change call to action section
  23. Feb 21, 2018
    • Eugen Rochko's avatar
      Fix bug in relationships API introduced by #6482 (#6527) · 4bc62516
      Eugen Rochko authored
      It was merge when it needed to be deep_merge. And added some tests
    • Eugen Rochko's avatar
      Account archive download (#6460) · 61ed133f
      Eugen Rochko authored
      * Fix #201: Account archive download
      
      * Export actor and private key in the archive
      
      * Optimize BackupService
      
      - Add conversation to cached associations of status, because
        somehow it was forgotten and is source of N+1 queries
      - Explicitly call GC between batches of records being fetched
        (Model class allocations are the worst offender)
      - Stream media files into the tar in 1MB chunks
        (Do not allocate media file (up to 8MB) as string into memory)
      - Use #bytesize instead of #size to calculate file size for JSON
        (Fix FileOverflow error)
      - Segment media into subfolders by status ID because apparently
        GIF-to-MP4 media are all named "media.mp4" for some reason
      
      * Keep uniquely generated filename in Paperclip::GifTranscoder
      
      * Ensure dumped files do not overwrite each other by maintaing directory partitions
      
      * Give tar archives a good name
      
      * Add scheduler to remove week-old backups
      
      * Fix code style issue
  24. Feb 20, 2018
  25. Feb 18, 2018
  26. Feb 17, 2018
    • Akihiko Odaki's avatar
      Isolate each specs for cache store (#6450) · 9b8a4484
      Akihiko Odaki authored
      The cache store is explicitly used by some specs, but they were not
      isolated and therefore not reliable. This fixes the issue by clearing
      the cache after each specs.
      9b8a4484
    • Akihiko Odaki's avatar
      Limit the languages used for notification mailer test (#6487) · a7c50c7a
      Akihiko Odaki authored
      Some available languages lack translations for notification mails. Now it
      tests for two languages which is certain to have required translations:
      German and English.
      
      German is the language the current project owner, Eugen Rochko speaks, and
      providing English translations for new messages is de facto mandatory.
      a7c50c7a
  27. Feb 16, 2018
  28. Feb 11, 2018
  29. Feb 10, 2018
Loading