aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/common_api
AgeCommit message (Collapse)Author
2019-07-23Do not notify subscribers for messages from users which are replies to othersMark Felder
2019-07-15Add more tests for MastodonAPIController and CommonAPISergey Suprunenko
2019-07-15Merge branch 'sha512-crypt' into 'develop'kaniini
detect and use sha512-crypt for stored password hash. See merge request pleroma/pleroma!1422
2019-07-15List messages must be visible for mentioned usersEgor Kislitsyn
2019-07-15Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-07-15Support `list` visibility in StatusViewEgor Kislitsyn
2019-07-14Unfollow should also unsubscribeSergey Suprunenko
2019-07-14detect and use sha512-crypt for stored password hash.Moonman
2019-07-11Add "listMessage"Egor Kislitsyn
2019-07-11Merge branch 'develop' into feature/addressable-listsEgor Kislitsyn
2019-07-10Wrap error messages into gettext helpersEgor Kislitsyn
2019-06-29Fix not being able to pin unlisted postsrinpatch
Closes #1038
2019-06-26Return correct response when reply to a direct message is not direct itselfSergey Suprunenko
2019-06-18Add proper error handling for when the post exceeds character limitsrinpatch
2019-06-05Utils: Use update_follow_state_for_all when appropriate.lain
2019-06-05User: Remove superfluous `maybe_follow`.lain
2019-06-05Fix merge conflictEgor Kislitsyn
2019-06-05Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-06-05Merge branch 'explicit-addressing' into 'develop'kaniini
Explicit addressing See merge request pleroma/pleroma!1239
2019-06-05Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-06-04Fix CommonAPI.vote returning tuples inside of the activity array instead of ↵rinpatch
just activities
2019-06-04Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-06-03CommonAPI: Add explicit addressing.lain
2019-06-02Make error message about author's inability to vote more sensiblerinpatch
2019-06-02Refresh the object in CommonAPI.vote instead of MastoAPI controllerrinpatch
2019-06-01Add poll votesrinpatch
Also in this commit by accident: - Fix query ordering causing exclude_poll_votes to not work - Do not create notifications for Answer objects
2019-05-24Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-05-21Accept strings in expires_in because sasuga javascriptrinpatch
2019-05-21Fix posting non-polls from mastoferinpatch
2019-05-21Enforce poll limits and add error handling for MastodonAPI's post endpointrinpatch
2019-05-19Remove tags/mentions/rich text from poll options because Mastodon andrinpatch
add custom emoji
2019-05-18Resolve merge conflicts and remove IO.inspectsrinpatch
2019-05-18Mastodon API: Add support for posting pollsrinpatch
2019-05-17add Changelog entryWilliam Pitcock
2019-05-17also suppress link previews from posts marked #nsfwWilliam Pitcock
2019-05-17Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-05-17Add `ap_id` to ListEgor Kislitsyn
2019-05-17Fix/902 random compile failingAlexander Strizhakov
2019-05-16Add Reports to Admin APISergey Suprunenko
2019-05-16Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-05-15CommonAPI: Visibility refactor.lain
2019-05-15CommonAPI: Refactor visibility, forbid public to private replies.lain
2019-05-14Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-05-13Use pseudo ap id of a list in BCCEgor Kislitsyn
2019-05-03formatter.ex: Add get_emoji_map/1Haelwenn (lanodan) Monnier
2019-05-01Add addressable listsEgor Kislitsyn
2019-04-27Fix bookmarks depending on embeded object and move checking if therinpatch
status is bookmarked to SQL
2019-04-26add support for bbcodeWilliam Pitcock
2019-04-22Replace Object.normalize(activity.data[object] with ↵rinpatch
Object.normalize(acitivty) to benefit from preloading
2019-04-22Use `User.get_cached*` everywhereEgor