Skip to content
Snippets Groups Projects
  1. May 09, 2018
  2. May 07, 2018
  3. May 06, 2018
  4. May 05, 2018
  5. May 04, 2018
  6. May 03, 2018
  7. May 02, 2018
    • Eugen Rochko's avatar
      Slightly reduce RAM usage (#7301) · cb5b5cb5
      Eugen Rochko authored
      * No need to re-require sidekiq plugins, they are required via Gemfile
      
      * Add derailed_benchmarks tool, no need to require TTY gems in Gemfile
      
      * Replace ruby-oembed with FetchOEmbedService
      
      Reduce startup by 45382 allocated objects
      
      * Remove preloaded JSON-LD in favour of caching HTTP responses
      
      Reduce boot RAM by about 6 MiB
      
      * Fix tests
      
      * Fix test suite by stubbing out JSON-LD contexts
  8. Apr 30, 2018
    • Yamagishi Kazutoshi's avatar
      [i18n] Occitan update (#7294) · 16468bdf
      Yamagishi Kazutoshi authored
      * Translated new strings
      
      + few changes
      
      * First update
      
      * Almost complet
      
      Missing the changes in the privacy policy
      
      * Update simple_form.oc.yml
      
      * bundle exec i18n-tasks normalize
      
      * bundle exec i18n-tasks remove-unused
      16468bdf
  9. Apr 27, 2018
  10. Apr 26, 2018
  11. Apr 25, 2018
  12. Apr 24, 2018
  13. Apr 23, 2018
    • Emelia Smith's avatar
      Implement the ability for instances to define a list of disallowed hashtags (#7176) · 60b871d5
      Emelia Smith authored
      The goal here isn't to prevent these hashtags from existing, but just to strongly curtail their usage; The hashtags may still exist in the database via federated status, or from being created prior to this feature.
      60b871d5
    • Marcin Mikołajczak's avatar
      3ccca6ce
    • Yamagishi Kazutoshi's avatar
      Update dependencies for Ruby (2018-04-23) (#7237) · 9613a53c
      Yamagishi Kazutoshi authored
      * Update annotate to version 2.7.3
      
      * Update aws-sdk-s3 to version 1.9.2
      
      * Update browser to version 2.5.3
      
      * Update capistrano to version 3.10.2
      
      * Update domain_name to version 0.5.20180417
      
      * Update http to version 3.2.0
      
      * Update lograge to version 0.10.0
      
      * Update oj to version 3.5.1
      
      * Update parallel_tests to version 2.21.3
      
      * Update puma to version 3.11.4
      
      * Update rubocop to version 0.55.0
      
      * Update scss_lint to version 0.57.0
      
      * Update simplecov to version 0.16.1
      
      * Update tty-command to version 0.8.0
      
      * Update tty-prompt to version 0.16.0
      
      * Update pkg-config to version 1.3.0
      
      * Update fog-local to version 0.5.0
      
      * Update fog-openstack to version 0.1.25
      
      * Update devise-two-factor to version 3.0.3
      
      * bundle update
      9613a53c
  14. Apr 22, 2018
  15. Apr 21, 2018
  16. 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
  17. Apr 18, 2018
  18. Apr 17, 2018
    • Emelia Smith's avatar
      Feature: add count of account notes to reports (#7130) · 204d72fb
      Emelia Smith authored
      * Reports: Colocate account details with reports
      
      * Reports: Add count of account moderation notes
      
      Sometimes an account will be left with a note instead of the report, this adds a way to quickly see from a given report if this is the case.
      204d72fb
  19. Apr 15, 2018
  20. 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
Loading