Skip to content
Snippets Groups Projects
  1. Nov 15, 2017
    • ysksn's avatar
      Add a test for Tag#to_param (#5705) · 7d7df877
      ysksn authored
      7d7df877
    • masarakki's avatar
      reusable-streaming (#5709) · c73a1fb5
      masarakki authored
      c73a1fb5
    • mayaeh's avatar
      f6bc6399
    • Surinna Curtis's avatar
      Optional notification muting (#5087) · 031a5a8f
      Surinna Curtis authored
      * Add a hide_notifications column to mutes
      
      * Add muting_notifications? and a notifications argument to mute!
      
      * block notifications in notify_service from hard muted accounts
      
      * Add specs for how mute! interacts with muting_notifications?
      
      * specs testing that hide_notifications in mutes actually hides notifications
      
      * Add support for muting notifications in MuteService
      
      * API support for muting notifications (and specs)
      
      * Less gross passing of notifications flag
      
      * Break out a separate mute modal with a hide-notifications checkbox.
      
      * Convert profile header mute to use mute modal
      
      * Satisfy eslint.
      
      * specs for MuteService notifications params
      
      * add trailing newlines to files for Pork :)
      
      * Put the label for the hide notifications checkbox in a label element.
      
      * Add a /api/v1/mutes/details route that just returns the array of mutes.
      
      * Define a serializer for /api/v1/mutes/details
      
      * Add more specs for the /api/v1/mutes/details endpoint
      
      * Expose whether a mute hides notifications in the api/v1/relationships endpoint
      
      * Show whether muted users' notifications are muted in account lists
      
      * Allow modifying the hide_notifications of a mute with the /api/v1/accounts/:id/mute endpoint
      
      * make the hide/unhide notifications buttons work
      
      * satisfy eslint
      
      * In probably dead code, replace a dispatch of muteAccount that was skipping the modal with launching the mute modal.
      
      * fix a missing import
      
      * add an explanatory comment to AccountInteractions
      
      * Refactor handling of default params for muting to make code cleaner
      
      * minor code style fixes oops
      
      * Fixed a typo that was breaking the account mute API endpoint
      
      * Apply white-space: nowrap to account relationships icons
      
      * Fix code style issues
      
      * Remove superfluous blank line
      
      * Rename /api/v1/mutes/details -> /api/v2/mutes
      
      * Don't serialize "account" in MuteSerializer
      
      Doing so is somewhat unnecessary since it's always the current user's account.
      
      * Fix wrong variable name in api/v2/mutes
      
      * Use Toggle in place of checkbox in the mute modal.
      
      * Make the Toggle in the mute modal look better
      
      * Code style changes in specs and removed an extra space
      
      * Code review suggestions from akihikodaki
      
      Also fixed a syntax error in tests for AccountInteractions.
      
      * Make AddHideNotificationsToMute Concurrent
      
      It's not clear how much this will benefit instances in practice, as the
      number of mutes tends to be pretty small, but this should prevent any
      blocking migrations nonetheless.
      
      * Fix up migration things
      
      * Remove /api/v2/mutes
      031a5a8f
    • ysksn's avatar
      Add tests for StreamEntry (#5687) · 6d7e05ec
      ysksn authored
      * Add tests for StreamEntry
      
      - `#object_type`
      - `#verb`
      - `#mentions`
      
      * Fix to test results instead of implementations
      6d7e05ec
    • ThibG's avatar
    • ThibG's avatar
  2. Nov 14, 2017
  3. Nov 13, 2017
  4. Nov 12, 2017
  5. Nov 11, 2017
    • Marcin Mikołajczak's avatar
      i18n: Update Polish translation (for #5635) (#5661) · fcb95335
      Marcin Mikołajczak authored
      * i18n: Update Polish translation (for #5635)
      
      * :expressionless::gun:
      fcb95335
    • Eugen Rochko's avatar
      Add moderator role and add pundit policies for admin actions (#5635) · 7bb8b0b2
      Eugen Rochko authored
      * Add moderator role and add pundit policies for admin actions
      
      * Add rake task for turning user into mod and revoking it again
      
      * Fix handling of unauthorized exception
      
      * Deliver new report e-mails to staff, not just admins
      
      * Add promote/demote to admin UI, hide some actions conditionally
      
      * Fix unused i18n
      Unverified
      7bb8b0b2
    • ThibG's avatar
      Retry thread resolving (#5599) · 2b119006
      ThibG authored
      Thread resolving is one of the few tasks that isn't retried on failure.
      One common cause for failure of this task is a well-connected user replying to
      a toot from a little-connected user on a small instance: the small instance
      will get many requests at once, and will often fail to answer requests within
      the 10 seconds timeout used by Mastodon.
      
      This changes makes the ThreadResolveWorker retry a few times, with a
      rapidly-increasing time before retries and large random contribution in order
      to spread the load over time.
      2b119006
  6. Nov 10, 2017
    • ysksn's avatar
      Add tests for RemoteFollow (#5651) · 56720ba5
      ysksn authored
      * Add tests for RemoteFollow.initialize
      
      * Add tests for RemoteFollow#valid?
      
      * Add tests for RemoteFollow#subscribe_address_for
      56720ba5
    • Matt's avatar
      Update en.yml (#5648) · e5aa4128
      Matt authored
      Changed "Toots with replies" to read "Toots and replies"
      e5aa4128
  7. Nov 09, 2017
  8. Nov 08, 2017
Loading