aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/common_api
AgeCommit message (Expand)Author
2019-07-28Fix 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-05Merge branch 'explicit-addressing' into 'develop'kaniini
2019-06-04Fix CommonAPI.vote returning tuples inside of the activity array instead of j...rinpatch
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-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
2019-05-17also suppress link previews from posts marked #nsfwWilliam Pitcock
2019-05-17Fix/902 random compile failingAlexander Strizhakov
2019-05-16Add Reports to Admin APISergey Suprunenko
2019-05-15CommonAPI: Visibility refactor.lain
2019-05-15CommonAPI: Refactor visibility, forbid public to private replies.lain
2019-05-03formatter.ex: Add get_emoji_map/1Haelwenn (lanodan) Monnier
2019-04-27Fix bookmarks depending on embeded object and move checking if therinpatch
2019-04-26add support for bbcodeWilliam Pitcock
2019-04-22Replace Object.normalize(activity.data[object] with Object.normalize(acitivty...rinpatch
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-17oofrinpatch
2019-04-17Make credo happyrinpatch
2019-04-17Added some more normalization calls all in mastodon api controllerrinpatch
2019-04-17Fix pinned posts relying on embded objectsrinpatch
2019-04-17Merge branch 'develop' into feature/database-compactionrinpatch
2019-04-15Remove inReplyToStatusIdrinpatch
2019-04-12Revert "simplify mentions escape"Egor
2019-04-10Merge branch 'develop' into feature/user-status-subscriptionsSadposter
2019-04-08Used cached user resources in subscriptionsSadposter
2019-04-07Add check on activity visibility in sub notificationSadposter
2019-04-06Merge develop to 770-add-emoji-tagsAlex S
2019-04-05Change relationship direction of subscriptionsSadposter
2019-04-05Make subscriptions the same direction as blocksSadposter
2019-04-05Add notification checksSadposter
2019-04-02Fix preview not being usable in form datarinpatch
2019-04-02Merge branch 'bugfix/wrong-date-format' into 'develop'lambda
2019-04-02Merge branch 'feature/fake-statuses' into 'develop'lambda
2019-04-02Merge develop into feature/770-add-emoji-tagsAlex S
2019-04-02Rename fake param to preview and make the tests check that the object was not...rinpatch
2019-04-02change `Repo.get(User, id)` => `User.get_by_id(id)`Egor Kislitsyn
2019-04-02change `Repo.get(Activity, id)` => `Activity.get_by_id(id)`Egor Kislitsyn
2019-04-02Ignore dates in wrong formatsSergey Suprunenko