aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-06-27ostatus: use Object.normalize() instead of Object.get_by_ap_id() directly.William Pitcock
2018-06-27common api: use Object.normalize() instead of Object.get_by_ap_id() directly.William Pitcock
2018-06-27activitypub: use Object.normalize() instead of Object.get_by_ap_id() directly.William Pitcock
2018-06-27streamer: use Object.normalize() instead of Object.get_by_ap_id() directly.William Pitcock
2018-06-27user: use Object.normalize() instead of Object.get_by_ap_id() directly.William Pitcock
2018-06-27activity: add normalize() to find a complete activity given either URI or par...William Pitcock
2018-06-27object: add helper functions to handle various forms of a given object and re...William Pitcock
2018-06-26[Pleroma.Web.MastodonAPI.MastodonAPIController]: Add rights to initial_stateHaelwenn (lanodan) Monnier
2018-06-25Merge branch 'fix/mutes.json-emptyarray' into 'develop'lambda
2018-06-25Merge branch 'feature/configurable-blocks' into 'develop'lambda
2018-06-24combined outgoing_blocks with statementsquidboi
2018-06-24mix formatVivian Lim
2018-06-23return unquoted empty array from /api/qvitter/mutes.jsonVivian Lim
2018-06-23fixes- found that TwitterAPI.Controller adds .json suffix alreadyVivian Lim
2018-06-23return empty array for api/qvitter/mutes.json queries instead of htmlVivian Lim
2018-06-23fix mind-crushingly dumb syntax errorsquidboi
2018-06-23change moved attributes into normal variablessquidboi
2018-06-23move configurable module attributes into relevant functionssquidboi
2018-06-23[Pleroma.Web.MastodonApi.MastodonApiController] Add initial_state.meta.max_to...Haelwenn (lanodan) Monnier
2018-06-23[Pleroma.Web.MastodonApi.MastodonApiController] Add /api/v2/searchHaelwenn (lanodan) Monnier
2018-06-23Fake 2.4.0 APIHaelwenn (lanodan) Monnier
2018-06-23lib/pleroma/web/activity_pub/mrf/simple_policy.ex: mix formatHaelwenn (lanodan) Monnier
2018-06-19mrf simple: add accept listsWilliam Pitcock
2018-06-19Merge branch 'features/column_media_streaming' into 'develop'lambda
2018-06-19Merge branch 'bugfix/block-follow-relationships' into 'develop'lambda
2018-06-19user: add helper function to fetch a user given only an ap_id (fix tests)William Pitcock
2018-06-19Merge branch 'feature/exclude-replies-filter' into 'develop'lambda
2018-06-19user: when processing a block in User.block(), ensure all follow relationship...William Pitcock
2018-06-18activitypub transmogrifier: fix handling of contentMap.William Pitcock
2018-06-18activitypub: support filtering activities by whether or not they are a reply ...William Pitcock
2018-06-17MastodonAPI: Add streaming to media tabs of federated and local TLsHaelwenn (lanodan) Monnier
2018-06-16Merge branch 'develop' into feature/configurable-blockssquidboi
2018-06-16Merge branch 'feature/configure-mrf-rejectnonpublic' into 'develop'lambda
2018-06-15Merge branch 'bugfix/mastofe_thread_render' into 'develop'eal
2018-06-15Pleroma.Web.MastodonAPI.StatusView: Fix status.json so it renders threadsHaelwenn (lanodan) Monnier
2018-06-15Fix typolain
2018-06-14Merge branch 'fix/missing-file-extension' into 'develop'lambda
2018-06-14Add missing file extension if file does not have oneFrancis Dinh
2018-06-14upload.ex: add MPEG Layer 3 file header.eal
2018-06-14Merge branch 'bugfix/mrf-orphaning' into 'develop'lambda
2018-06-14Merge branch 'feature/twitterapi-unrepeat' into 'develop'lambda
2018-06-14Merge branch 'bugfix/oauth2-param-name' into 'develop'lambda
2018-06-14Merge branch 'bugfix/oauth-password-with-email' into 'develop'lambda
2018-06-14oauth: fix password-based login when username is email addressWilliam Pitcock
2018-06-14oauth: support either name or username parameter with grant_type=passwordWilliam Pitcock
2018-06-13Add unretweet TwAPI endpoint and cleanup AP.unannounceFrancis Dinh
2018-06-13activitypub transmogrifier: handle activity lookup failureWilliam Pitcock
2018-06-13streamer: don't relay boosts of messages which would otherwise be blockedWilliam Pitcock
2018-06-13Merge branch 'feature/webfinger-rfc7033-compliant' into 'develop'lambda
2018-06-13webfinger: send JRD by default instead of XRDWilliam Pitcock