summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-01-16No need to use activity in the keyrinpatch
2019-01-16add cachingrinpatch
2019-01-16Disable previews for any activity, but createrinpatch
2019-01-16formatter: improve microformats markupWilliam Pitcock
2019-01-16html: allow microformats-related markup through the html filterWilliam Pitcock
2019-01-16cache HTML in OGPrinpatch
2019-01-15Add behaviours to TwitterCard, remove some dumb stuff in Formatter.truncaterinpatch
2019-01-15Merge branch 'bugfix/websub-hardening' into 'develop'lambda
websub: improve error handling See merge request pleroma/pleroma!670
2019-01-15Add twitter card, filter nsfwrinpatch
2019-01-15http: add support for query parameters, use Jason for JSON encoding instead ↵William Pitcock
of Poison like everywhere else
2019-01-15Add space between name and nicknamerinpatch
2019-01-15Formatingrinpatch
2019-01-15Attach attachmentsrinpatch
2019-01-15websub: improve error handlingWilliam Pitcock
2019-01-15Introduce get_by_id in Activity, replace newlines with spacesrinpatch
2019-01-15refactor opengraph to a different module with a behaviourrinpatch
2019-01-15remove useless newlines after every tag. Make domain.com/username provide ↵rinpatch
opengraph too
2019-01-15[#477] User search tests. Normalized search rank in User.search.Ivan Tashkinov
2019-01-15add a fallback functionrinpatch
2019-01-15please don't bully me for thisrinpatch
2019-01-15cringerinpatch
2019-01-15Fix some edge cases [nervous laughter]rinpatch
2019-01-15Merge branch 'fix/elixir-1-8-type-annotation' into 'develop'lambda
Fix Elixir 1.8 type annotation issue Closes #523 See merge request pleroma/pleroma!668
2019-01-15Move metadata.ex out of ostatusrinpatch
2019-01-15Upload: Fix uploading with a : in the filenameHaelwenn (lanodan) Monnier
2019-01-15Upload: Fix uploading with a ? in the filenameHaelwenn (lanodan) Monnier
2019-01-15Fix Elixir 1.8 type annotation issueMaxim Filippov
2019-01-14Merge branch 'media-url-escape' into 'develop'rinpatch
URI escape file upload URLs See merge request pleroma/pleroma!665
2019-01-14Merge branch 'load-all-dms' into 'develop'lambda
Remove recent activity restriction. See merge request pleroma/pleroma!644
2019-01-14[#477] User search improvements: tsquery search with field weights, friends ↵Ivan Tashkinov
& followers boosting.
2019-01-14URI escape file upload URLsShadowfacts
2019-01-14Merge branch 'feature/add-oembed-parser' into 'develop'kaniini
Add OEmbed parser See merge request pleroma/pleroma!661
2019-01-14Merge branch 'activitypub-likes' into 'develop'kaniini
Activitypub c2s likes See merge request pleroma/pleroma!658
2019-01-14Prefer ids to usernamesrinpatch
2019-01-14mrf: add no placeholder-text policy, strips pointless "." content from posts ↵William Pitcock
with images
2019-01-13Resolve merge conflictrinpatch
2019-01-13Add OEmbed parserMaxim Filippov
2019-01-12Add likes to activitypub object representationsxsdv1
Top level of the likes OrderedCollection is inlined to get immediate access to totalItems. Because the count can be returned without scanning the database for like activities the extra query is saved when the client only wants to display the total.
2019-01-12Add route to get object like activitiessxsdv1
2019-01-12Handle client submitted activitypub like activitysxsdv1
2019-01-12Prepare all types objects before serialisingsxsdv1
Activities returned from inbox can include other types of objects like Article
2019-01-12Honour parameters on MastoAPI /favouritesSadposter
2019-01-12Add link headers to MastoAPI /favouritesSadposter
As documented at https://docs.joinmastodon.org/api/rest/favourites/
2019-01-11unpin when deleting a statusEgor Kislitsyn
2019-01-10Merge branch 'activitypub-dereference-activity-id' into 'develop'kaniini
Support activity+json request for activity See merge request pleroma/pleroma!641
2019-01-10Add Twitter Card parserMaxim Filippov
2019-01-10Merge branch 'twapi-follower-pagination' into 'develop'kaniini
Twapi follower pagination See merge request pleroma/pleroma!648
2019-01-10Merge branch 'bugfix/markdown-newline-codeblocks' into 'develop'Haelwenn
common api: fix newlines in markdown code blocks See merge request pleroma/pleroma!651
2019-01-10common api: utils: remove newline to <br> conversion from bare HTML to be ↵William Pitcock
consistent with markdown ok @lanodan
2019-01-10common api: fix newlines in markdown code blocksWilliam Pitcock