aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/common_api
AgeCommit message (Collapse)Author
2019-01-25Merge branch 'fix/tusky-dm' into 'develop'kaniini
Add actor to recipients list Closes #390 See merge request pleroma/pleroma!683
2019-01-24Use correct logic to determine "attentions" listMaxim Filippov
2019-01-23Merge branch 'develop' into rename/pleroma_activity_consistencylain
2019-01-21Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1Haelwenn (lanodan) Monnier
2019-01-20common api: set directMessage flag on our own postsWilliam Pitcock
2019-01-19Merge branch '491_full_mentions_in_user_bio' into 'develop'kaniini
[#491] Made user bio preserve full nicknames (nick@host) Closes #491 See merge request pleroma/pleroma!676
2019-01-18[#491] Made full nicknames be preserved in user links text only in Bio.Ivan Tashkinov
2019-01-17formattingMark Felder
2019-01-17Default to disabled in the code in case the setting is absent from config.exsMark Felder
2019-01-17Make attachment links configurableMark Felder
Thanks @href!
2019-01-11unpin when deleting a statusEgor Kislitsyn
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
2019-01-09only non-reblogs, self-authored, public statuses can be pinnedEgor Kislitsyn
2019-01-07add pinned postsEgor Kislitsyn
2019-01-05add some brakets to the emoji list.scarlett
2019-01-05Strip HTML in and allow emoji in summaries.scarlett
2018-12-31update copyright years to 2019William Pitcock
2018-12-27Treat only true and "true" as trueMaxim Filippov
2018-12-27Treat any present value in "no_attachment_links" as trueMaxim Filippov
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-14fix markdown formattingMaksim Pechnikov
2018-12-14Prevent accidental double RTs or favoriteseal
2018-12-12fix warningsMaksim Pechnikov
2018-12-09fix compile warningsMaksim Pechnikov
2018-11-20Fix most mastodon api bugs.lain
2018-11-20Fix Notification tests.lain
2018-11-08common api: utils: flip to/cc for mentionsWilliam Pitcock
2018-11-06Runtime configurationhref
Related to #85 Everything should now be configured at runtime, with the exception of the `Pleroma.HTML` scrubbers (the scrubbers used can be changed at runtime, but their configuration is compile-time) because it's building a module with a macro.
2018-11-02Check for empty string in_reply_to ids.lain
2018-11-01activitypub: use Object.delete() instead of mutating the database and cache ↵William Pitcock
directly
2018-11-01[Pleroma.Web.CommonAPI]: Delete post cache entry when it’s deletedHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/346
2018-10-31common api: allow self-liking objectsWilliam Pitcock
mastodon allows this, for whatever reason. closes #347.
2018-10-29common api: prefer formatting attachments using the attachment's name ↵William Pitcock
instead of URI
2018-10-29utils: fix another possible leak with private S3 backends using mediaproxyWilliam Pitcock
same rationale as the other mediaproxy changes
2018-10-14common api: enable tag linking in markdown modeWilliam Pitcock
2018-10-10common api: take the combination of the subject and content for length limit ↵William Pitcock
enforcement closes #315
2018-10-05config: allow for accepted post formats to be configuredWilliam Pitcock
2018-10-05Revert "Merge branch 'revert-a26d5e6b' into 'develop'"William Pitcock
This reverts commit d31bbb1cfe04ca6073a322bcf77239e7d4b79839, reversing changes made to 340ab3cb9068d444b77213e07beb8c2c3ca128b9.
2018-08-31Revert "Merge branch 'feature/rich-text' into 'develop'"lambda
This reverts merge request !309
2018-08-31common api: add support for formatting messages outside of twitter-style ↵William Pitcock
plain text
2018-08-26Merge branch 'feature/emoji-in-local-users' into 'develop'kaniini
Add emoji to local user profiles. Closes #202 See merge request pleroma/pleroma!271
2018-08-26common api: handle replying to orphaned threadsWilliam Pitcock
2018-08-21fix test for converting bio \r\n to <br>.ensra
2018-08-20formattingWilliam Pitcock
2018-08-20common api: format hashtags in the same way as we format mentionsWilliam Pitcock
2018-08-13Use Image type for emoji icons.eal
2018-08-13CommonAPI: add emoji to user source data on updateeal
2018-06-27common api: use Object.normalize() instead of Object.get_by_ap_id() directly.William Pitcock