Replace UserRepresenter with UserView
[akkoma] / lib / pleroma / web /
2017-06-19 dtlunaReplace UserRepresenter with UserView
2017-06-19 Roger BraunMove finmojis to representation.
2017-06-19 Roger BraunAdd finmoji.
2017-06-18 Roger BraunSave incoming tags as lowercase.
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-12 Roger BraunRedirect html user profile request.
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-31 Roger BraunMake timeouts longer, some servers are very slow.
2017-05-31 Roger BraunRedirect to frontend on html notice path.
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 BraunExtract note handler.
2017-05-20 Roger BraunOutput ref instead of href for conversation.
2017-05-19 Roger BraunTry fetching shares.
2017-05-19 Roger BraunAlso show activities in OStatus.
2017-05-18 Roger BraunAdd categories to ostatus output.
2017-05-18 Roger Braunsave correct inReplyToStatusId.
2017-05-18 Roger BraunWire up inReplyToStatusIds for ostatus.
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-12 Roger BraunOn user making, check if we have a user with that uri.
2017-05-12 Roger BraunFetch user on externalprofile if we don't know him
2017-05-11 Roger BraunFix cws.
2017-05-11 Roger BraunMore debugging code.
2017-05-11 Roger BraunDon't fetch if we don't even have a inReplyTo.
2017-05-11 Roger BraunAdd debugging help.
2017-05-10 Roger BraunRepair retweets.
2017-05-10 Roger BraunActually guess 3 days...
2017-05-10 Roger BraunOnly try refreshing every 6 hours.
2017-05-10 Roger BraunHandle cases where we don't get lease_seconds returned.
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 option to keep id for follows.
2017-05-10 Roger BraunAdd externalprofile to TwAPI.
2017-05-10 Roger BraunRefresh subscriptions.
2017-05-10 Roger BraunUse changeset for remote user creation.
2017-05-09 Roger BraunGet fresh objects on changes.
2017-05-08 Roger BraunQuick fix for database filling.
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 Brauntypo.
2017-05-07 Roger BraunAdd some twapi fixes.
2017-05-07 Roger BraunAdd some debugging info.
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 BraunSafety measures.
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 BraunAdd one more alias for twapi twkn.
2017-05-06 Roger BraunAddress incoming messages to followers.
2017-05-06 Roger BraunSubscribe to remote users on following.
2017-05-06 Roger BraunFollow redirects when fetching activities.
2017-05-06 Roger BraunHandle incoming items through the queue.
2017-05-06 Roger BraunDo recursive fetching in-band for now.
2017-05-05 Roger BraunSend salmons and websub in background tasks.
2017-05-05 Roger BraunAdd basic thread fetching.
2017-05-05 Roger BraunBasic queue.
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 BraunMock HTTPoison in testing.
2017-05-05 Roger BraunSome refactoring.
2017-05-05 Roger BraunMerge branch 'develop' into dtluna/pleroma-refactor/1
2017-05-04 Roger BraunParse incoming retweets.
2017-05-04 Roger BraunJust sign with an empty string if needed.
2017-05-04 Roger BraunAdd debugging logs.
2017-05-03 Roger BraunFix specs.
2017-05-03 Roger BraunRemove reply-to for shares, mastodon gets confused.
2017-05-03 Roger BraunFix Mastodon signature bug.
2017-05-03 Roger BraunAdd self links to federated statuses.
2017-05-03 Roger BraunAdd user to announced status.
2017-05-03 Roger BraunAdd announce federation.
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 BraunFollow webfinger redirects.
next