summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-10-16Fix mentioning punycode domains when using Markdowntusooa
2023-10-15Fix duplicated schema namestusooa
2023-10-15Fix unsubscribe event type in streaming doctusooa
2023-10-15Add meta-info and query strings to streaming doctusooa
2023-10-15Fix some specs about server-sent events in streamingtusooa
2023-10-15Document client-sent events in streamingtusooa
2023-10-15Document server-sent events of streamingtusooa
2023-10-15Start writing api docs for streaming endpointtusooa
2023-10-15Clear up debug statementtusooa
2023-10-15Use pleroma: instead of pleroma. for ws eventstusooa
2023-10-15Return stream attribute in server-sent eventstusooa
2023-10-15Allow authenticating via client-sent eventstusooa
2023-10-15Allow subscribing to streamstusooa
2023-10-15Allow unified streaming endpointtusooa
2023-09-24TwitterAPI: Return proper error when healthcheck is disabledHaelwenn (lanodan) Monnier
2023-09-13Fix quote_visible attributetusooa
2023-09-13Expose quote_id parameter on the apitusooa
2023-09-13Do not mention original poster when quotingtusooa
2023-09-13Fix config descriptions for mrf inline quotetusooa
2023-09-13Make InlineQuotePolicy history awaretusooa
2023-09-13Add mrf to force link tag of quoting poststusooa
2023-09-13Keep incoming Link tagtusooa
2023-09-13Parse object link as quoteUrltusooa
2023-09-13Allow more flexibility in InlineQuotePolicytusooa
2023-09-13Allow local quote and private self-quotetusooa
2023-09-13Unify logic for normalizing quoteUritusooa
2023-09-13InlineQuotePolicy: skip objects which already have an .inline-quote spanAlex Gleason
2023-09-13Actually, don't send _misskey_quote anymoreAlex Gleason
2023-09-13InlineQuotePolicy: improve the way Markdown quotes are displayed by other sof...Alex Gleason
2023-09-13Handle Fedibird's new quoteUri fieldAlex Gleason
2023-09-13Transmogrifier: federate quotes with _misskey_quote fieldAlex Gleason
2023-09-13StatusView: return quote post inside a reblogAlex Gleason
2023-09-13InlineQuotePolicy: don't add line breaks to markdown postsAlex Gleason
2023-09-13StatusView: add `quote_visible` paramAlex Gleason
2023-09-13StatusView: fix quote visibilityAlex Gleason
2023-09-13CommonAPI: disallow quoting private posts through the APIAlex Gleason
2023-09-13Add InlineQuotePolicy to force quote URLs inlineAlex Gleason
2023-09-13ActivityDraft: mix format, defensive actor IDAlex Gleason
2023-09-13ActivityDraft: mention the OP of a quoted postAlex Gleason
2023-09-13Return quote_url through the API, don't render quotes more than 1 level deepAlex Gleason
2023-09-13InstanceView: add "quote_posting" featureAlex Gleason
2023-09-13mix formatAlex Gleason
2023-09-13ActivityDraft: allow quotingAlex Gleason
2023-09-13ActivityDraft: create quote postsAlex Gleason
2023-09-13StatusView: render the whole quoted statusAlex Gleason
2023-09-13StatusView: show quoted posts through the API, probablyAlex Gleason
2023-09-13Transmogrifier: fix quoteUrl here tooAlex Gleason
2023-09-13Transmogrifier: fetch quoted postAlex Gleason
2023-09-13ObjectValidators: improve quoteUrl compatibilityAlex Gleason
2023-09-13ObjectValidators: accept "quoteUrl" fieldAlex Gleason