Age | Commit message (Expand) | Author |
2017-09-09 | Fix errors preventing UnsubscribeService from working (#4866) | Eugen Rochko |
2017-09-08 | Handle stream_entry URL correctly in ActivityPub (#4854) | unarist |
2017-09-08 | Fix language filter codes (#4841) | Eugen Rochko |
2017-09-08 | Fetch statuses/following/followers numbers from ActivityPub collections (#4840) | Eugen Rochko |
2017-09-07 | Feat add validation for report comment: characters under 1000 valid (#4833) | voidSatisfaction |
2017-09-06 | Switch to static URIs, new URI format in both protocols for new statuses (#4815) | Eugen Rochko |
2017-09-05 | Fix #4794 - Fake instant follow in API response when account is believed unlo... | Eugen Rochko |
2017-09-04 | Show pinned statuses only in the top of the profile page (#4803) | nullkal |
2017-09-02 | Validate data of Imports (#4782) | abcang |
2017-09-02 | Raise an error for remote url in StatusFinder (#4776) | unarist |
2017-09-01 | Make PreviewCard records reuseable between statuses (#4642) | Eugen Rochko |
2017-08-31 | Remove identity context from output of LinkedDataSignature (#4753) | Eugen Rochko |
2017-08-31 | Don't process ActivityPub payload if signature is invalid (#4752) | unarist |
2017-08-30 | Forward ActivityPub creates that reply to local statuses (#4709) | Eugen Rochko |
2017-08-30 | Update status embeds (#4742) | Eugen Rochko |
2017-08-29 | Serialize ActivityPub alternate link into OStatus deletes, handle it (#4730) | Eugen Rochko |
2017-08-28 | Fix Delete activity handling when the status has been reblogged (#4729) | unarist |
2017-08-28 | Fix deletion of status which has been reblogged (#4728) | unarist |
2017-08-28 | rescue HTTP::ConnectionError in RemoteFollowController#create (#4726) | abcang |
2017-08-26 | Add handling of Linked Data Signatures in payloads (#4687) | Eugen Rochko |
2017-08-25 | Allow multiple pinned statuses to be shown and make them be ordered b… (#4690) | nullkal |
2017-08-25 | Pinned statuses (#4675) | Eugen Rochko |
2017-08-24 | Add configuration to disable private status federation over PuSH (#4582) | Eugen Rochko |
2017-08-24 | Fetch reblogs as Announce activity instead of Note object (#4672) | unarist |
2017-08-24 | Minor performance improvement for test suite (#4678) | Eugen Rochko |
2017-08-23 | Use checkboxes for application scope setting (#4671) | nullkal |
2017-08-23 | Fix up the applications area (#4664) | Eugen Rochko |
2017-08-22 | Add Mastodon::Source.url (#4643) | Daigo 3 Dango |
2017-08-22 | Application prefs section (#2758) | Colin Mitchell |
2017-08-22 | Fix bugs which OStatus accounts may detected as ActivityPub ready (#4662) | unarist |
2017-08-21 | Do not try to re-subscribe to unsubscribed accounts (#4653) | Eugen Rochko |
2017-08-21 | Use URI.join even when S3 enabled (#4652) | Yamagishi Kazutoshi |
2017-08-21 | Fix #4637 - Re-add missing doorkeeper_authorize for /api/v1/verify_credential... | Eugen Rochko |
2017-08-19 | Improve ActivityPub/OStatus compatibility (#4632) | Eugen Rochko |
2017-08-18 | Don't send Link header when don't know prev and next links (#4633) | Yamagishi Kazutoshi |
2017-08-18 | Put ActivityPub alternate link into Atom, prefer it when processing Atom (#4623) | Eugen Rochko |
2017-08-17 | use existing inflections instead of custom helper (#4624) | nightpool |
2017-08-17 | Show what protocol is used for accounts in admin/accounts#index (#4622) | nullkal |
2017-08-14 | Fix ActivityPub follow interaction and add more specs (#4601) | unarist |
2017-08-14 | Add support for searching AP users (#4599) | Yamagishi Kazutoshi |
2017-08-14 | Set correct content-type for ActivityPub JSON (#4592) | Eugen Rochko |
2017-08-14 | Hook up URL-based resource look-up to ActivityPub (#4589) | Eugen Rochko |
2017-08-13 | Add alternate links to ActivityPub resources from HTML/HEAD variants (#4586) | Eugen Rochko |
2017-08-13 | ActivityPub delivery (#4566) | Eugen Rochko |
2017-08-09 | Add Digest header to requests with body, handle acct and URI keyId (#4565) | Eugen Rochko |
2017-08-08 | Add ActivityPub inbox (#4216) | Eugen Rochko |
2017-08-07 | feat: Cache status height to avoid expensive renders (#4439) | Sorin Davidoi |
2017-08-07 | Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src an... | Ondřej Hruška |
2017-08-05 | Add "signed in as" header to some pages (#4523) | Eugen Rochko |
2017-08-03 | Redirect to PasswordController#new when reset_password_token is invalid (#4506) | nullkal |