summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-17Fix bad link in likes collectionsxsdv1
Don't copy and paste, mkay
2019-01-17Don't show content if empty or zero width spacerinpatch
2019-01-17[#502] Fixed `user_count` in `/api/v1/instance` to include only active local ↵Ivan Tashkinov
users.
2019-01-17formattingMark Felder
2019-01-17Default to disabled in the code in case the setting is absent from config.exsMark Felder
2019-01-17Fix the issue with get_by_nickname never being calledrinpatch
2019-01-17Also add to default configMark Felder
2019-01-17Make attachment links configurableMark Felder
Thanks @href!
2019-01-17[#491] Made user bio preserve full nicknames (nick@host).Ivan Tashkinov
2019-01-17Fix testrinpatch
2019-01-17Introduce optional unfurling of nsfw contentrinpatch
2019-01-17Use object url instead of a hackrinpatch
2019-01-17Apply feld's patchrinpatch
2019-01-17Merge branch 'resilient-user-view-2' into 'develop'kaniini
MastoAPI: Don't break on missing users. See merge request pleroma/pleroma!675
2019-01-16Remove @providers and call Pleroma.config on runtimerinpatch
2019-01-16Remove useless with in opengraph.exrinpatch
2019-01-16oofrinpatch
2019-01-16remove id castrinpatch
2019-01-16cache ap_id in id instead of caching user two timesrinpatch
2019-01-16oopsrinpatch
2019-01-16forgot to remove this thingrinpatch
2019-01-16join us now and share the software~. Also testsrinpatch
2019-01-16MastoAPI: Don't break on missing users.lain
2019-01-16Replace map with reduce to remove nilsrinpatch
2019-01-16Merge branch 'feature/improve-microformats' into 'develop'lambda
improve microformats support See merge request pleroma/pleroma!672
2019-01-16Merge branch '518_instance_stats_fix' into 'develop'lambda
[#518] Fix: /api/v1/instance ("domain_count"), /api/v1/instance/peers Closes #518 See merge request pleroma/pleroma!673
2019-01-16Remove caching because it does not affect performance and may be even worse ↵rinpatch
in some cases
2019-01-16[#518] Fixed /api/v1/instance ("domain_count" value) and ↵Ivan Tashkinov
/api/v1/instance/peers responses.
2019-01-16Remove OpenGraph test from Ostatus testsrinpatch
2019-01-16Add config docrinpatch
2019-01-16[#477] Minor refactoring (user search query).Ivan Tashkinov
2019-01-16Add a fallback function to handle generic params, just in caserinpatch
2019-01-16Thanks you rinpatch, very coolrinpatch
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-16tests: fixupWilliam Pitcock
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-15Merge branch 'bugfix/tesla-query-params' into 'develop'lambda
Make OStatus Work Again See merge request pleroma/pleroma!671
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