aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/common_api
AgeCommit message (Expand)Author
2019-10-05CommonAPI: Create profile updates as public.lain
2019-10-04Replace `Pleroma.FlakeId` with `flake_id` hex packageEgor Kislitsyn
2019-08-25Log admin/moderator actionsMaxim Filippov
2019-08-24Activity Expiration: Switch to 'expires_in' system.lain
2019-08-24Merge remote-tracking branch 'origin/develop' into sixohsix/pleroma-post_expi...lain
2019-08-08Merge remote-tracking branch 'origin/develop' into pleroma-conversationslain
2019-08-05tests for CommonApi/UtilsMaksim
2019-08-05CommonAPI: Replies to conversations also get the correct context id.lain
2019-08-02CommonAPI: Extend api with conversation replies.lain
2019-07-31test for Pleroma.Web.CommonAPI.Utils.get_by_id_or_ap_idMaksim
2019-07-29Revert "Merge branch 'bugfix/clean-up-markdown-rendering' into 'develop'"kaniini
2019-07-29markdown: clean up html generated by earmarkAriadne Conill
2019-07-29constants: add as_public constant and use it everywhereAriadne Conill
2019-07-24Require that ephemeral posts live for at least one hourMike Verdone
2019-07-24Add support for activity expiration to common and Masto APIMike Verdone
2019-07-23Fix functionMark Felder
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
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
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
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 j...rinpatch
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
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
2019-05-18Resolve merge conflicts and remove IO.inspectsrinpatch
2019-05-18Mastodon API: Add support for posting pollsrinpatch
2019-05-17add Changelog entryWilliam Pitcock