summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2017-10-31Allow using cws in mastodon api.Roger Braun
2017-10-31Fix specs.Roger Braun
2017-10-31MastoAPI: Include CW.Roger Braun
2017-10-31TwitterAPI: Display cws.Roger Braun
2017-10-31Save cws in the activitypub data.Roger Braun
2017-10-31Avoid potentially slow count queries for user note count.Roger Braun
For a variety of reasons, posgresql won't use the available actor, type index to do an index only scan. We now just increase the user note count, which will lead to slightly wrong counts in some cases, but it's better than the potentially very slow count query.
2017-10-31MastoAPI: Return id as string instead of integer.Roger Braun
2017-10-31Typo.Roger Braun
2017-10-31MastoAPI: Always return an url for statuses.Roger Braun
External url if available, id if not.
2017-10-30Move user search to User module.Roger Braun
2017-10-29Fix follow test semantics.eal
2017-10-29Fix return type of /api/v1/followseal
2017-10-28Add tests.eal
2017-10-23MastoAPI: Add emoji output.Roger Braun
2017-10-05Don't reject already accepted subscriptions.Roger Braun
2017-09-18HTTP Signatures: Work with all test vectors.Roger Braun
2017-09-18Start of HTTP Signatures.Roger Braun
2017-09-17MastoAPI: Add repeats to statusview.Roger Braun
2017-09-17MastodonAPI: Add user favorites endpoint.Roger Braun
2017-09-17TwitterAPI: Use correct endpoint for tag timeline.Roger Braun
2017-09-17TwitterAPI: Add tag timeline.Roger Braun
2017-09-17Add missing fixtures.Roger Braun
2017-09-16Make emoji configurable in files.Roger Braun
2017-09-16Apply incoming custom emoji.Roger Braun
2017-09-16Handle incoming emoji.Roger Braun
2017-09-16Federate emoji out.Roger Braun
2017-09-16Small emoji refactor.Roger Braun
2017-09-16TwitterAPI: Add search.Roger Braun
2017-09-16Add undocumented default user default settings.Roger Braun
2017-09-16Add remote user fetching to search.Roger Braun
2017-09-16Add basic search.Roger Braun
2017-09-15MastoAPI: Fix date in account view.Roger Braun
2017-09-15Refactor posting and make character limit configurable.Roger Braun
2017-09-14MastoAPI: Follower-related changesRoger Braun
2017-09-14Add tag timelines.Roger Braun
2017-09-14MastoAPI: fake out 'application' property.Roger Braun
2017-09-14MastoAPI: Also return text_url in attachments.Roger Braun
2017-09-14Cleanup.Roger Braun
2017-09-14Add media upload endpoint.Roger Braun
2017-09-13MastoAPI: Add accounts getting.Roger Braun
2017-09-13Allign datetime format with mastodon.Roger Braun
2017-09-13Fix logic.Roger Braun
2017-09-13Add relationships to masto api.Roger Braun
2017-09-12Remove milliseconds from mastodon api response.Roger Braun
2017-09-12Use hash of attachment url as id.Roger Braun
Pretty hacky, let's see if we can get away with this.
2017-09-12MastoAPI: Remove domain ending from account name.Roger Braun
2017-09-11Add basic mastodon notification support.Roger Braun
2017-09-10Add user timelines to Masto Api.Roger Braun
2017-09-10Add attachments to mastoapi statuses.Roger Braun
2017-09-10Add header image to masto api.Roger Braun