Skip to content
Snippets Groups Projects
  1. Jun 14, 2017
  2. Jun 13, 2017
  3. Jun 12, 2017
  4. Jun 11, 2017
    • ThibG's avatar
      Fix an error when TagManager.local_url? is called with a bad URI (#3701) · f8fe394e
      ThibG authored
      TagManager.local_url? was sometimes called with an URI with a nil host,
      leading to a crash in TagManager.local_url?. This fixes moves the
      already-existing uri.host.blank? check in front to avoid this case.
      f8fe394e
    • Eugen Rochko's avatar
      Fix #3582 - Update OStatus2 gem (#3699) · 2a545e0f
      Eugen Rochko authored
      2a545e0f
    • Eugen Rochko's avatar
      Fix removal of status sending the original status to mentioned users instead... · ce812466
      Eugen Rochko authored
      Fix removal of status sending the original status to mentioned users instead of delete Salmon (#3672)
      
      * Fix removal of status sending the original status to mentioned users instead
      of delete Salmon, add test
      
      * Create remove_status_service_spec.rb
      ce812466
    • Eugen Rochko's avatar
      Fix #3665 - Refactor timelines reducer (#3686) · 47bf7a80
      Eugen Rochko authored
      * Move ancestors/descendants out of timelines reducer
      
      * Refactor timelines reducer
      
      All types of timelines now have a flat structure and use the same
      reducer functions and actions
      
      * Reintroduce some missing behaviours
      
      * Fix wrong import in reports
      
      * Fix includes typo
      
      * Fix issue related to "next" pagination in timelines and notifications
      
      * Fix bug with timeline's initial state, expandNotifications
      47bf7a80
    • René Klačan's avatar
      Fix Account model deprecation warnings (#3689) · 85d405c8
      René Klačan authored
      ```
      DEPRECATION WARNING: The behavior of `attribute_changed?` inside of after callbacks will be changing in the next version of Rails. The new return value will reflect the behavior of calling the method after `save` returned (e.g. the opposite of what it returns now). To maintain the current behavior, use `saved_change_to_attribute?` instead. (called from block in <class:Account> at /Users/rene/Workspace/personal/ruby/mastodon/app/models/account.rb:60)
      DEPRECATION WARNING: The behavior of `attribute_changed?` inside of after callbacks will be changing in the next version of Rails. The new return value will reflect the behavior of calling the method after `save` returned (e.g. the opposite of what it returns now). To maintain the current behavior, use `saved_change_to_attribute?` instead. (called from block in <class:Account> at /Users/rene/Workspace/personal/ruby/mastodon/app/models/account.rb:60)
      DEPRECATION WARNING: The behavior of `attribute_changed?` inside of after callbacks will be changing in the next version of Rails. The new return value will reflect the behavior of calling the method after `save` returned (e.g. the opposite of what it returns now). To maintain the current behavior, use `saved_change_to_attribute?` instead. (called from block in <class:Account> at /Users/rene/Workspace/personal/ruby/mastodon/app/models/account.rb:60)
      DEPRECATION WARNING: The behavior of `attribute_changed?` inside of after callbacks will be changing in the next version of Rails. The new return value will reflect the behavior of calling the method after `save` returned (e.g. the opposite of what it returns now). To maintain the current behavior, use `saved_change_to_attribute?` instead. (called from block in <class:Account> at /Users/rene/Workspace/personal/ruby/mastodon/app/models/account.rb:61)
      DEPRECATION WARNING: The behavior of `attribute_changed?` inside of after callbacks will be changing in the next version of Rails. The new return value will reflect the behavior of calling the method after `save` returned (e.g. the opposite of what it returns now). To maintain the current behavior, use `saved_change_to_attribute?` instead. (called from block in <class:Account> at /Users/rene/Workspace/personal/ruby/mastodon/app/models/account.rb:62)
      DEPRECATION WARNING: The behavior of `attribute_changed?` inside of after callbacks will be changing in the next version of Rails. The new return value will reflect the behavior of calling the method after `save` returned (e.g. the opposite of what it returns now). To maintain the current behavior, use `saved_change_to_attribute?` instead. (called from block in <class:Account> at /Users/rene/Workspace/personal/ruby/mastodon/app/models/account.rb:63)
      ```
      
      Here's PR describing changes to Dirty API https://github.com/rails/rails/pull/25337
      85d405c8
    • Akihiko Odaki (@fn_aki@pawoo.net)'s avatar
      Localize date in digest and cover NotificationMailer more (#3694) · f596a413
      Akihiko Odaki (@fn_aki@pawoo.net) authored
      * Localize date in digest
      
      * Cover NotificationMailer more
      f596a413
    • Ratmir Karabut's avatar
      Update Russian translation (#3692) · 9e53fe5c
      Ratmir Karabut authored
      9e53fe5c
    • Yamagishi Kazutoshi's avatar
      3690f04e
    • Yamagishi Kazutoshi's avatar
      f3e8bc9f
    • René Klačan's avatar
      Make sure email is case insensitive on all places (#3688) · dcf05302
      René Klačan authored
      When case insensitivity is enabled via devise's `config.case_insensitive_keys` then `.find_for_authentication` method needs to be used instead of `.find_by` because second mentioned returns `nil` when valid email with different cases is passed.
      
      More info https://github.com/plataformatec/devise/wiki/How-To:-Use-case-insensitive-emails
      dcf05302
  5. Jun 10, 2017
  6. Jun 09, 2017
Loading