Age | Commit message (Expand) | Author |
2017-07-17 | Use update method to update session in WebPushNotificationWorker (#4235) | Akihiko Odaki |
2017-07-15 | Optimize uri normalization (#4212) | ThibG |
2017-07-14 | Fix #2672 - Connect signed PuSH subscription requests to instance domain (#4205) | Eugen Rochko |
2017-07-14 | HTTP signatures (#4146) | Eugen Rochko |
2017-07-13 | Web Push Notifications (#3243) | Sorin Davidoi |
2017-07-10 | Limit total subscribe retries to 10, but space them out more (#4142) | Eugen Rochko |
2017-07-07 | Refactor JSON templates to be generated with ActiveModelSerializers instead o... | Eugen Rochko |
2017-06-25 | Bind web UI access tokens to sessions (#3940) | Eugen Rochko |
2017-06-22 | Some minor change and spec for Account (#3813) | Akihiko Odaki (@fn_aki@pawoo.net) |
2017-06-19 | Rename FollowRemoteAccountService to ResolveRemoteAccountService (#3847) | Eugen Rochko |
2017-06-14 | Batched remove status service (#3735) | Eugen Rochko |
2017-06-14 | Account deletion (#3728) | Eugen Rochko |
2017-06-04 | change sidekiq queueing to bulk push (#3536) | takayamaki |
2017-05-22 | Specs for cleanup workers (#3235) | Matt Jankowski |
2017-05-20 | Replace mastodon:media:clear and mastodon:feeds:clear rake tasks with (#3180) | Eugen Rochko |
2017-05-19 | Add spec coverage for regeneration worker (#3143) | Matt Jankowski |
2017-05-19 | Specs for precompute feed service (#3142) | Matt Jankowski |
2017-05-18 | After remote follow worker specs (#3098) | Matt Jankowski |
2017-05-14 | Do not cancel PuSH subscriptions after encountering "permanent" error… (#3046) | Eugen Rochko |
2017-05-12 | Spec coverage and refactor for pubsub/delivery worker (#3021) | Matt Jankowski |
2017-05-11 | Pubsub confirmation worker spec (#2974) | Matt Jankowski |
2017-05-10 | Spec feed insert worker (#2965) | Matt Jankowski |
2017-05-10 | Spec coverage and refactor of digest mailer worker (#2961) | Matt Jankowski |
2017-05-10 | Add spec for Pubsubhubbub::DistributionWorker. PuSH-deliver public items (#2954) | Eugen Rochko |
2017-05-09 | add content-type in pubsubhubhub request header (#2943) | haoyayoi |
2017-05-06 | Fix Scheduler::SubscriptionsScheduler (#2834) | Eugen Rochko |
2017-05-05 | More robust PuSH subscription refreshes (#2799) | Eugen Rochko |
2017-04-25 | Punycode URI normalization (#2370) | Eugen |
2017-04-24 | Followers-only post federation (#2111) | Eugen |
2017-04-12 | Quick best practice cleanup of views/helpers (#1546) | Matt Jankowski |
2017-04-12 | Allow import/export of mutes list (#1541) | Matt Jankowski |
2017-04-11 | Imports controller errors (#1553) | Matt Jankowski |
2017-04-10 | Fix for Import issue from URL (#1416) | Jantso Porali |
2017-04-08 | Fix #1141, fix #1126 - Avatar/profile info fetching (#1215) | Eugen |
2017-04-07 | Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1... | Eugen |
2017-04-05 | Catch more errors in process_follows so it doesn't fail | blackle |
2017-04-05 | Split SalmonWorker into smaller parts, move profile updating into another job | Eugen Rochko |
2017-04-05 | Replace calls to FeedManager#inline_render and #broadcast | Eugen Rochko |
2017-04-05 | Fix wrong variable used in publish channel | Eugen |
2017-04-05 | Add proper message to PushUpdateWorker, use redis directly | Eugen |
2017-04-05 | Merge branch 'master' into broadcast-to-worker | Eugen |
2017-04-05 | Only render public payload once in FanOutOnWrite | Eugen Rochko |
2017-04-04 | We're going to want these nice helper methods, lets share them with a parent ... | Kurtis Rainbolt-Greene |
2017-04-04 | Moving in the inline render | Kurtis Rainbolt-Greene |
2017-04-04 | I don't actually think we need that. | Kurtis Rainbolt-Greene |
2017-04-04 | Moving the queue_at into the worker | Kurtis Rainbolt-Greene |
2017-04-04 | Replacing the broadcast method with the one defined in the feed manager | Kurtis Rainbolt-Greene |
2017-04-04 | By pushing this into a worker we can reduce the amount of time the feed manag... | Kurtis Rainbolt-Greene |
2017-04-05 | Remove PuSH subscriptions when delivery is answered with a 4xx error | Eugen Rochko |
2017-04-04 | Spawn FeedInsertWorker to deliver status into personal feed | Eugen Rochko |