Age | Commit message (Expand) | Author |
2017-07-07 | Fix feed author not being enforced in ProcessFeedService (#4092) | Eugen Rochko |
2017-06-20 | Fix conversations (fixes #3869) (#3870) | ThibG |
2017-06-07 | Fix Code Climate failed (regression from #3622) (#3624) | Yamagishi Kazutoshi |
2017-06-07 | Fixes #3388 by moving re-entrant `shared_status_from_xml` before transaction ... | ThibG |
2017-06-06 | Try fixing ThreadResolveWorker calls (#3599) | ThibG |
2017-05-31 | Misc tidying and clean ups (#3445) | Matt Jankowski |
2017-05-27 | Fix some nil errors (#3338) | Eugen Rochko |
2017-05-22 | Similarly to #2426, put creation of remote statuses in a transaction, (#3233) | Eugen Rochko |
2017-05-18 | Fetch remote image using http.rb (#3114) | Yamagishi Kazutoshi |
2017-05-17 | Fix #2572 - Resolve preview cards for remote statuses as well as local ones (... | Eugen Rochko |
2017-05-16 | Make faster ProcessFeedService (#3080) | Shunsuke Michii |
2017-05-12 | Add conversation model, <ostatus:conversation /> (#3016) | Eugen Rochko |
2017-05-11 | Fix #1426 - Trim long usernames in public follower/following lists (#2993) | Eugen Rochko |
2017-05-04 | Likely fix #2458, fix #2031 - handle out-of-order deletes for statuses (#2734) | Eugen Rochko |
2017-05-03 | Fix #2706 - Always respond with 200 to PuSH payloads (#2733) | Eugen Rochko |
2017-04-30 | Downgrade rubocop 0.48.1 => 0.46.0 (#2628) | yhirano |
2017-04-27 | Improve shared status verification (#2525) | Eugen Rochko |
2017-04-25 | Punycode URI normalization (#2370) | Eugen |
2017-04-16 | Add language detection (#1772) | Eugen |
2017-04-16 | Fix #1813 - Alleviate extra requests when processing mentions (#1938) | Eugen |
2017-04-16 | Make file attachment on MediaAttachment optional (#1865) | Eugen |
2017-04-15 | Allow running mastodon on a different domain as the one used for identifying ... | ThibG |
2017-04-08 | Fix #1141, fix #1126 - Avatar/profile info fetching (#1215) | Eugen |
2017-04-05 | Split SalmonWorker into smaller parts, move profile updating into another job | Eugen Rochko |
2017-03-13 | Fix casuality of processing remote mentions such that notifications | Eugen Rochko |
2017-02-22 | Skip remote media URLs that don't have a hostname | Eugen Rochko |
2017-02-11 | Mentions in private statuses allow mentioned people to see them | Eugen Rochko |
2017-02-09 | Fix #614 - extra reply-boolean on statuses to account for cases when replied-to | Eugen Rochko |
2017-01-27 | Do not run FetchLinkCardService on local URLs, increase file size limit to 8MB, | Eugen Rochko |
2017-01-25 | Use <summary> to encode content warnings instead | Eugen Rochko |
2017-01-25 | Instead of using spoiler boolean and spoiler_text, simply check for non-blank... | Eugen Rochko |
2017-01-23 | Optional domain block attribute that prevents media attachments from being do... | Eugen Rochko |
2017-01-20 | Instead of refusing to create accounts, domain blocks auto-suspend new accoun... | Eugen Rochko |
2017-01-20 | Fix preview cards layout, do preview card crawling for remote statuses | Eugen Rochko |
2017-01-14 | Fix too late return | Eugen |
2017-01-11 | Add ruby version to Gemfile, move devDependencies in package.json to dependen... | Eugen Rochko |
2016-12-12 | Restoring old async behaviour of thread resolving as it proved to be more robust | Eugen Rochko |
2016-12-11 | Thread resolving no longer needs to be separate from ProcessFeedService, | Eugen Rochko |
2016-12-05 | Add account suspension | Eugen Rochko |
2016-11-30 | Per-status control for unlisted mode, also federation for unlisted mode | Eugen Rochko |
2016-11-26 | Update hub URL and re-subscribe if hub URL changes | Eugen Rochko |
2016-11-22 | Remove unneeded indices, improve error handling in background workers, don't ... | Eugen Rochko |
2016-11-21 | Call NotifyService about remote reblogs | Eugen Rochko |
2016-11-20 | Adding unified streamable notifications | Eugen Rochko |
2016-11-18 | Catch validation errors in ProcessFeedService so that one failing entry would... | Eugen Rochko |
2016-11-18 | Don't create attachments if remote file cannot be fetched | Eugen Rochko |
2016-11-15 | Fix rubocop issues, introduce usage of frozen literal to improve performance | Eugen Rochko |
2016-11-13 | Force utf-8 encoding when processing XML | Eugen Rochko |
2016-11-10 | Discard misattributed remote statuses, improve timelines filter | Eugen Rochko |
2016-11-08 | Adding more logging | Eugen Rochko |