Age | Commit message (Expand) | Author |
2017-05-23 | Cover AccountsController more in spec (#3229) | Akihiko Odaki |
2017-05-20 | Filter languages with opt out (#3175) | Matt Jankowski |
2017-05-20 | guard against empty domain block list in status scope (#3161) | beatrix |
2017-05-19 | Fix federated timeline excluding local toots when any domain blocks are set (... | Eugen Rochko |
2017-05-19 | Add buttons to block and unblock domain (#3127) | Eugen Rochko |
2017-05-19 | Conditional validations no longer accept strings for if/unless (#3124) | Matt Jankowski |
2017-05-19 | Account domain blocks (#2381) | Eugen Rochko |
2017-05-17 | Refactor Status#ancestors/descendants (#3092) | alpaca-tc |
2017-05-16 | Optimize Status#permitted_for 24x (#3069) | alpaca-tc |
2017-05-15 | Fix change of status callbacks not setting in_reply_to_account_id and (#3072) | Eugen Rochko |
2017-05-15 | Feature conversations muting (#3017) | Eugen Rochko |
2017-05-13 | Fixes NoMethodError: undefined method 'first' for nil:NilClass (#3036) | alpaca-tc |
2017-05-12 | Add conversation model, <ostatus:conversation /> (#3016) | Eugen Rochko |
2017-05-02 | annotate models (#2697) | yhirano |
2017-05-01 | Filter on allowed user language preferences (#2361) | Matt Jankowski |
2017-04-28 | More status specs (#2564) | Matt Jankowski |
2017-04-27 | Cache Status#ancestors recursive query results (#2527) | Eugen Rochko |
2017-04-27 | Don't need to include ActiveModel::Validations (#2521) | Tomohiro Suwa |
2017-04-23 | ActivityPub: Add basic, read-only support for Outboxes, Notes, and Create/Ann... | Evan Minto |
2017-04-19 | Extract error messages to locale file (#2162) | alpaca-tc |
2017-04-18 | Avoid dynamic methods due to processing speed (#2080) | 839 |
2017-04-18 | Rename cache key to exclude_account_ids_for:id, adjust formatting | Eugen Rochko |
2017-04-18 | Merge branch 'fix/cache_blocking' of git://github.com/pixiv/mastodon into pix... | Eugen Rochko |
2017-04-17 | Required foreign keys (#2003) | alpaca-tc |
2017-04-17 | Merge branch 'master' into fix/cache_blocking | Effy Elden |
2017-04-16 | Simplify the og:image and og:description code in stream_entries/show (#1934) | Matt Jankowski |
2017-04-16 | cache blockings for reducing queries. | Keiji Yoshimi |
2017-04-09 | Fix #1339 - better Atom titles (#1343) | Eugen |
2017-04-07 | DRY up reblog vs original status check | Joël Quenneville |
2017-04-05 | Eliminate unnecessary queries and query clauses with none and all | Brad Urani |
2017-04-04 | Fix ActionController::Parameters in API issue | Eugen Rochko |
2017-03-30 | Add counter caches for a large performance increase on API requests | Eugen Rochko |
2017-03-15 | Add "direct" visibility level in the backend. Web UI is not yet | Eugen Rochko |
2017-03-05 | Improved /api/v1/accounts/:id/statuses with new params: only_media, exclude_r... | Eugen Rochko |
2017-03-02 | Fix #231 - Muting | Eugen Rochko |
2017-03-01 | Mute button progress so far. WIP, doesn't entirely work correctly. | Kit Redgrave |
2017-02-19 | Split public timeline into "public timeline" which is local, and | Eugen Rochko |
2017-02-16 | Adding index overview for reports in admin UI | Eugen Rochko |
2017-02-11 | Fix Status.permitted_for scope query | Eugen Rochko |
2017-02-11 | Mentions in private statuses allow mentioned people to see them | Eugen Rochko |
2017-02-09 | Fix the fix | Eugen Rochko |
2017-02-09 | Fix #614 - extra reply-boolean on statuses to account for cases when replied-to | Eugen Rochko |
2017-02-07 | Add "clear notifications" button, exclude posts from people who have blocked ... | Eugen Rochko |
2017-02-06 | Add API modifiers to limit returned toots from public/hashtag timelines | Eugen Rochko |
2017-02-05 | Removing failed push notification API, make context loads use cache | Eugen Rochko |
2017-02-02 | Cleaning up format of broadcast real-time messages, removing | Eugen Rochko |
2017-01-31 | Fix #529 - Make hashtag timelines show conversations, fix hashtag loading in ... | Eugen Rochko |
2017-01-25 | Instead of using spoiler boolean and spoiler_text, simply check for non-blank... | Eugen Rochko |
2017-01-23 | Implement a click-to-view spoiler system | blackle |
2017-01-20 | Fix #463 - Fetch and display previews of URLs using OpenGraph tags | Eugen Rochko |