Skip to content
Snippets Groups Projects
  1. Sep 25, 2017
  2. Sep 18, 2017
  3. Sep 16, 2017
  4. Sep 11, 2017
  5. Sep 08, 2017
    • Eugen Rochko's avatar
      Fix language filter codes (#4841) · 1caf11dd
      Eugen Rochko authored
      * Fix language filter codes
      
      CLD3 returns BCP-47 language identifier, filter settings expect
      identifiers in the ISO 639-1 format. Convert between formats,
      and exclude duplicate languages from filter choices (zh-CN->zh)
      
      * Fix zh name
      1caf11dd
  6. Sep 05, 2017
  7. Aug 30, 2017
  8. Aug 26, 2017
  9. Aug 25, 2017
  10. Aug 17, 2017
  11. Aug 07, 2017
    • Yamagishi Kazutoshi's avatar
      Update dependencies for Ruby (#4543) · 22db9472
      Yamagishi Kazutoshi authored
      * Update twitter-text to version 1.14.7
      
      * Update tilt to version 2.0.8
      
      * Update statsd-instrument to version 2.1.4
      
      * Update sidekiq to version 5.0.4
      
      * Update sidekiq-scheduler to version 2.1.8
      
      * Update sidekiq-unique-jobs to version 5.0.9
      
      * Update redis-activesupport to version 5.0.3
      
      * Update rails-settings-cached to version v0.6.6
      
      * Update pkg-config to version 1.2.4
      
      * Update parallel_tests to version 2.14.2
      
      * Update jsonapi-renderer to version 0.1.3
      
      * Update i18n-tasks to version 0.9.16
      
      * Update httplog to version 0.99.7
      
      * Update fabrication to version 2.16.2
      
      * Update bootsnap to version 1.1.2
      
      * Update aws-sigv4 to version 1.0.1
      
      * Update aws-sdk-core to version 2.10.21
      
      * Update hashdiff to version 0.3.5
      
      * Update rails to version 5.1.3
      22db9472
  12. Aug 05, 2017
  13. Jul 21, 2017
  14. Jul 19, 2017
  15. Jul 15, 2017
    • ThibG's avatar
      Optimize uri normalization (#4212) · 05cd3709
      ThibG authored
      * Add dependency on idn-ruby to speed up URI normalization
      
      * Use normalized_host instead of normalize.host when applicable
      
      When we are only interested in the normalized host, calling normalized_host
      avoids normalizing the other components of the URI as well as creating a
      new object
      05cd3709
  16. Jul 14, 2017
  17. Jul 13, 2017
    • Sorin Davidoi's avatar
      Web Push Notifications (#3243) · 0c7c188c
      Sorin Davidoi authored
      * feat: Register push subscription
      
      * feat: Notify when mentioned
      
      * feat: Boost, favourite, reply, follow, follow request
      
      * feat: Notification interaction
      
      * feat: Handle change of public key
      
      * feat: Unsubscribe if things go wrong
      
      * feat: Do not send normal notifications if push is enabled
      
      * feat: Focus client if open
      
      * refactor: Move push logic to WebPushSubscription
      
      * feat: Better title and body
      
      * feat: Localize messages
      
      * chore: Fix lint errors
      
      * feat: Settings
      
      * refactor: Lazy load
      
      * fix: Check if push settings exist
      
      * feat: Device-based preferences
      
      * refactor: Simplify logic
      
      * refactor: Pull request feedback
      
      * refactor: Pull request feedback
      
      * refactor: Create /api/web/push_subscriptions endpoint
      
      * feat: Spec PushSubscriptionController
      
      * refactor: WebPushSubscription => Web::PushSubscription
      
      * feat: Spec Web::PushSubscription
      
      * feat: Display first media attachment
      
      * feat: Support direction
      
      * fix: Stuff broken while rebasing
      
      * refactor: Integration with session activations
      
      * refactor: Cleanup
      
      * refactor: Simplify implementation
      
      * feat: Set VAPID keys via environment
      
      * chore: Comments
      
      * fix: Crash when no alerts
      
      * fix: Set VAPID keys in testing environment
      
      * fix: Follow link
      
      * feat: Notification actions
      
      * fix: Delete previous subscription
      
      * chore: Temporary logs
      
      * refactor: Move migration to a later date
      
      * fix: Fetch the correct session activation and misc bugs
      
      * refactor: Move migration to a later date
      
      * fix: Remove follow request (no notifications)
      
      * feat: Send administrator contact to push service
      
      * feat: Set time-to-live
      
      * fix: Do not show sensitive images
      
      * fix: Reducer crash in error handling
      
      * feat: Add badge
      
      * chore: Fix lint error
      
      * fix: Checkbox label overlap
      
      * fix: Check for payload support
      
      * fix: Rename action "type" (crash in latest Chrome)
      
      * feat: Action to expand notification
      
      * fix: Lint errors
      
      * fix: Unescape notification body
      
      * fix: Do not allow boosting if the status is hidden
      
      * feat: Add VAPID keys to the production sample environment
      
      * fix: Strip HTML tags from status
      
      * refactor: Better error messages
      
      * refactor: Handle browser not implementing the VAPID protocol (Samsung Internet)
      
      * fix: Error when target_status is nil
      
      * fix: Handle lack of image
      
      * fix: Delete reference to invalid subscriptions
      
      * feat: Better error handling
      
      * fix: Unescape HTML characters after tags are striped
      
      * refactor: Simpify code
      
      * fix: Modify to work with #4091
      
      * Sort strings alphabetically
      
      * i18n: Updated Polish translation
      
      it annoys me that it's not fully localized :P
      
      * refactor: Use current_session in PushSubscriptionController
      
      * fix: Rebase mistake
      
      * fix: Set cacheName to mastodon
      
      * refactor: Pull request feedback
      
      * refactor: Remove logging statements
      
      * chore(yarn): Fix conflicts with master
      
      * chore(yarn): Copy latest from master
      
      * chore(yarn): Readd offline-plugin
      
      * refactor: Use save! and update!
      
      * refactor: Send notifications async
      
      * fix: Allow retry when push fails
      
      * fix: Save track for failed pushes
      
      * fix: Minify sw.js
      
      * fix: Remove account_id from fabricator
      0c7c188c
  18. Jul 08, 2017
  19. Jul 07, 2017
  20. Jul 05, 2017
  21. Jun 30, 2017
    • Matt Jankowski's avatar
      Version bumps for gems (#4002) · 59ddf81a
      Matt Jankowski authored
      * Update aws-sdk to version 2.10.4
      
      * Update bootsnap to version 1.1.1
      
      * Update capistrano to version 3.8.2
      
      * Update capybara to version 2.14.4
      
      * Update cld3 to version 3.1.3
      
      * Update http_accept_language to version 2.1.1
      
      * Update sidekiq to version 5.0.3
      
      * Update rspec-sidekiq to version 3.0.3
      
      * Update sidekiq-scheduler to version 2.1.7
      
      * Update oj to version 3.2.0
      
      * Update openssl to version 2.0.4
      
      * Update pg to version 0.21.0
      
      * Update twitter-text to version 1.14.6
      
      * Update unicode-display_width to version 1.3.0
      
      * Update scss_lint to version 0.54.0
      
      * Update hamlit to version 2.8.4
      
      * Update erubi to version 1.6.1
      
      * Update httplog to version 0.99.4
      
      * Update aws-sdk to version 2.10.6
      59ddf81a
  22. Jun 27, 2017
  23. Jun 25, 2017
    • Eugen Rochko's avatar
      Add overview of active sessions (#3929) · f7301bd5
      Eugen Rochko authored
      * Add overview of active sessions
      
      * Better display of browser/platform name
      
      * Improve how browser information is stored and displayed for sessions overview
      
      * Fix test
      f7301bd5
  24. Jun 18, 2017
  25. Jun 11, 2017
  26. Jun 10, 2017
    • Matt Jankowski's avatar
      Gem versions, including security-related mail gem update (#3687) · 47338bc1
      Matt Jankowski authored
      * Update mail to version 2.6.6
      
      * Update aws-sdk to version 2.9.37
      
      * Update capybara to version 2.14.2
      
      * Update oj to version 3.1.0
      
      * Update sidekiq to version 5.0.2
      
      * Update puma to version 3.9.1
      
      * Update sanitize to version 4.5.0
      
      * Update capistrano-rails to version 1.3.0
      47338bc1
  27. Jun 06, 2017
    • Daigo 3 Dango's avatar
      Update nokogumbo to 1.4.13 (#3617) · 0026ba27
      Daigo 3 Dango authored
      $ bundle update --source nokogumbo# Please enter the commit message for your changes. Lines starting
      
      nokogumbo 1.4.11 and 1.4.12 don't work on Heroku.
      0026ba27
  28. Jun 04, 2017
    • Matt Jankowski's avatar
      Gem version bumps (#3524) · 5be1214c
      Matt Jankowski authored
      * Update annotate to version 2.7.2
      
      * Update puma to version 3.9.0
      
      * Update aws-sdk to version 2.9.28
      
      * Update bootsnap to version 1.0.0
      
      * Update nio4r to version 2.1.0
      
      * Update nokogumbo to version 1.4.12
      
      * Update oj to version 3.0.11
      
      * Update pkg-config to version 1.2.3
      
      * Update rubocop to version 0.49.1
      
      * Update sidekiq-scheduler to version 2.1.5
      5be1214c
  29. Jun 03, 2017
  30. Jun 02, 2017
  31. Jun 01, 2017
    • Matt Jankowski's avatar
      Update Rails to version 5.1.1 (#3121) · 2212dc4a
      Matt Jankowski authored
      * Update rails to version 5.1.1
      
      * Run `rails app:update`
      
      * Remove the override of polymorphic activity relationship
      
      * Silence warning about otp_secret attribute being unknown to rails
      
      * We will only introduce form_with where we want to use remote data
      2212dc4a
  32. May 31, 2017
  33. May 30, 2017
  34. May 29, 2017
  35. May 28, 2017
  36. May 20, 2017
Loading