Don't break on empty mentions.
[akkoma] / test / web /
2017-08-24 Roger BraunDon't break on empty mentions.
2017-08-18 lambadalambdaMerge branch 'patch-1' into 'develop'
2017-08-16 Roger BraunFix deletion not deleting relevant actions.
2017-08-09 Roger Braunescape attachment urls on creation.
2017-08-04 Roger BraunAlso fetch atom links.
2017-08-01 Roger BraunAdd href to in-reply-to.
2017-08-01 Roger BraunAdd basic incoming deletions.
2017-08-01 Roger BraunDisplay html links correctly for remote activies.
2017-07-31 Roger BraunRevert "Close br tags."
2017-07-31 Roger BraunRevert "Wrap in <p>."
2017-07-31 Roger BraunRevert "Remove newlines completely so mastodon doesn...
2017-07-31 Roger BraunRemove newlines completely so mastodon doesn't bug...
2017-07-31 Roger BraunWrap in <p>.
2017-07-31 Roger BraunClose br tags.
2017-07-29 Roger BraunAdd html alternate link to atom.
2017-07-22 Roger BraunSave follower count and note count in user.
2017-07-20 Roger BraunAdd friends endpoint.
2017-07-20 Roger BraunAdd followers endpoint.
2017-07-19 Roger BraunUse follower address in user entry.
2017-07-08 Roger BraunFix undo activity.
2017-07-02 Roger BraunAdd way to update most recent notification id.
2017-06-30 Roger BraunOnly return posts in TwAPI conversations.
2017-06-30 Roger BraunOrder conversation fetches like GS does.
2017-06-30 Roger BraunAdd tests for public recipients.
2017-06-25 Roger BraunAdd external links to twapi.
2017-06-25 Roger BraunSave external link for notes.
2017-06-24 Roger BraunUpdate user data on fetch if it changed.
2017-06-23 Roger BraunLonger timeouts for outgoing federation.
2017-06-20 Roger BraunMerge branch 'develop' into refactor/user-view
2017-06-19 dtlunaReplace UserRepresenter with UserView
2017-06-18 Roger BraunRevert "Add invisible tags to TwAPI output."
2017-06-18 Roger BraunFetch user feed on externalprofile request.
2017-06-18 Roger BraunOutput tags list in TwAPI.
2017-06-18 Roger BraunStrip unsafe html on output in TwAPI.
2017-06-18 Roger BraunRemove html from user bios on display.
2017-06-14 Roger BraunDo some basic escaping.
2017-06-14 Roger BraunMove mention parsing to Formatter module.
2017-06-12 Roger BraunEnable user timelines.
2017-06-08 Roger BraunSave correct date for incoming notes.
2017-06-05 Roger BraunFix NaN statuses per day.
2017-06-02 Roger BraunRepresent object publishing date in notes.
2017-06-01 Roger BraunMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-05-30 Roger BraunShorten names in links.
2017-05-24 Roger BraunSave remote user bio and update if we see new data.
2017-05-24 Roger BraunOutput proper published data in ostatus.
2017-05-22 Roger BraunMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-05-20 Roger BraunOutput ref instead of href for conversation.
2017-05-19 Roger BraunAlso show activities in OStatus.
2017-05-18 Roger BraunFix specs.
2017-05-18 Roger BraunAdd categories to ostatus output.
2017-05-18 Roger BraunKeep newlines around.
2017-05-18 Roger BraunAdd invisible tags to TwAPI output.
2017-05-18 Roger BraunHandle incoming tags.
2017-05-18 Roger BraunSave tags in object.
2017-05-17 Roger BraunTwitter API refactoring.
2017-05-16 Roger BraunAP refactoring.
2017-05-15 Roger BraunFix mention replacing.
2017-05-11 Roger BraunFix cws.
2017-05-10 Roger BraunRepair retweets.
2017-05-10 Roger BraunCorrect active state websub name.
2017-05-10 Roger BraunHandle incoming follows.
2017-05-10 Roger BraunSet valid_until date.
2017-05-10 Roger BraunAdd externalprofile to TwAPI.
2017-05-10 Roger BraunRefresh subscriptions.
2017-05-08 Roger BraunAdd class=attachment to attachment links.
2017-05-08 Roger BraunMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-05-08 Roger BraunFix remote users retweeting local stuff.
2017-05-07 Roger BraunAdd some twapi fixes.
2017-05-07 Roger BraunPrevent double insertions.
2017-05-07 Roger BraunPreserve ids on favorites / retweets.
2017-05-07 Roger BraunMerge branch 'develop' into dtluna/pleroma-feature...
2017-05-07 Roger BraunFederate follow salmons.
2017-05-07 Roger BraunAdd conversation ids to twapi announce representer.
2017-05-07 Roger BraunFix user fetching error.
2017-05-06 Roger BraunAddress incoming messages to followers.
2017-05-05 Roger BraunDon't call out if we have the favorited notice locally.
2017-05-05 Roger BraunHandle incoming favorites, fetch potentially missing...
2017-05-05 Roger BraunMerge branch 'develop' into dtluna/pleroma-refactor/1
2017-05-04 Roger BraunParse incoming retweets.
2017-05-03 Roger BraunFix specs.
2017-05-03 Roger BraunRemove reply-to for shares, mastodon gets confused.
2017-05-03 Roger BraunAdd self links to federated statuses.
2017-05-03 Roger BraunAdd user to announced status.
2017-05-03 Roger BraunOStatus announce representer.
2017-05-03 Roger BraunRemove doubled 'to' recipients.
2017-05-03 Roger BraunAttachment parsing, better magic key fetching.
2017-05-03 Roger BraunJust give out the entry, not the whole feed.
2017-05-03 Roger BraunReturn note objects as ostatus post activities.
2017-05-02 Roger BraunUse inReplyTo to find context.
2017-05-02 Roger BraunAdd attachment link to posts.
2017-05-02 Roger BraunAdd avatar updating from incoming messages.
2017-05-02 Roger BraunAdd an ostatus representer for like activities.
2017-05-02 Roger BraunSave context in likes / announces.
2017-05-02 Roger BraunAdd statusnet_profile_url to the TwAPI.
2017-05-02 Roger BraunAdd twkn timeline.
2017-05-02 Roger BraunMark incoming activties as non-local.
2017-05-02 Roger BraunFix specs, add local marker to actitivies.
2017-05-01 Roger BraunDon't crypt raw iolists.
2017-05-01 Roger BraunAdd type to rel=self link in feed.
2017-05-01 Roger BraunReturn webfinger for ap_ids.
next