summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-04-18CommonAPI post: kill \r with fireWilliam Pitcock
2018-04-18rm_user: also ensure that cache is running.eal
2018-04-18Merge branch 'fix/rm-user-task' into 'develop'lambda
Fix rm_user task. See merge request pleroma/pleroma!119
2018-04-18Fix rm_user task.eal
2018-04-18MastoAPI and OAuth: allow login with either email or username.eal
2018-04-18Handle unrepeats via the TwitterAPIFrancis Dinh
2018-04-18Expose unannounce activity so that it can be testedFrancis Dinh
2018-04-17Add federation for unrepeatsFrancis Dinh
2018-04-17Add make_unannounce_data helper functionFrancis Dinh
2018-04-17Remove unretweet function for nowFrancis Dinh
2018-04-16Return target status in MastoAPI endpoint instead of reblog activityFrancis Dinh
2018-04-16doc fixesFrancis Dinh
2018-04-14Add unrepeat functionalityFrancis Dinh
2018-04-14ActivityPub MRF: implement the SimplePolicy policyWilliam Pitcock
2018-04-14ActivityPub: implement MRF core hook and baseline noop policy objectWilliam Pitcock
2018-04-14ActivityPub.ex: do not return boosted statuses from blocked users.eal
2018-04-12Switch to User.delete for rm_user taskPhenethylamine
2018-04-12Add rm_user mix taskPhenethylamine
2018-04-11Fix issue #124Gian Sass
2018-04-10Fix register_user task.lain
2018-04-10Order masto searches by date.lain
2018-04-09Merge branch 'bugfix/user-search-with-at-sign' into 'develop'lambda
user: strip leading @ from user query when searching for users if present Closes #117 See merge request pleroma/pleroma!99
2018-04-09user: strip leading @ from user query when searching for users if presentWilliam Pitcock
closes #117
2018-04-08Merge branch 'feature/mastodon-api-for-tootstream' into 'develop'lambda
mastodon api emulation improvements for tootstream Closes #101 See merge request pleroma/pleroma!100
2018-04-08Merge branch 'fix/persisted-mastofe-settings' into 'develop'lambda
MastoAPI: Persist frontend timelines and settings. Closes #113 See merge request pleroma/pleroma!98
2018-04-07mastodon api: report version as the Mastodon API version supported with the ↵William Pitcock
real version in parenthesis
2018-04-07mastodon api: implement /api/v1/lists stubWilliam Pitcock
2018-04-07Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developlain
2018-04-07Only search in public data for now.lain
This should be the data the user is allowed to see later, but this will stop accidental private message leaks.
2018-04-07MastoAPI: Persist frontend timelines and settings.eal
2018-04-07Merge branch 'bugfix/html-webfinger-host-meta' into 'develop'lambda
webfinger: handle situations where the well-known endpoint returns HTML See merge request pleroma/pleroma!94
2018-04-07Follow import: allow URI in addition to screen_name.eal
2018-04-06XML: use try/catch with XPath functionsWilliam Pitcock
2018-04-06Accept port number in urls.lain
2018-04-05MastodonAPI search: return only create activities.lain
2018-04-05Fix failure to serve media from custom upload pathRX14
2018-04-04TwitterAPI: Don't put follows into the public tls.lain
2018-04-04Handle + in links.lain
2018-04-03Use user url in mention if we have it.lain
2018-04-02Load all users at once in timelines.lain
2018-04-02Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developlain
2018-04-02Use context_ids directly if we have them.lain
2018-04-02Generates contexts and ids on insertion time.lain
2018-04-02Pre-fetch conversation ids.lain
2018-04-02Merge branch 'fix-107' into 'develop'lambda
masto api: run emojis through mediaproxy Closes #107 See merge request pleroma/pleroma!92
2018-04-02Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developlain
2018-04-02Fail faster.lain
2018-04-02Fix some test stuff.lain
2018-04-02masto api: run emojis through mediaproxyMorgan Bazalgette
fixes #107
2018-04-01Merge branch 'feature/mastodon-search-tags' into 'develop'lambda
mastodon search api: implement a reasonable hashtags stub See merge request pleroma/pleroma!89