aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/common_api/common_api.ex
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-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-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-22Use `User.get_cached*` everywhereEgor
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-06Merge develop to 770-add-emoji-tagsAlex S
2019-04-02Fix preview not being usable in form datarinpatch
2019-04-02Rename fake param to preview and make the tests check that the object was not...rinpatch
2019-04-01Adding tag to emoji ets tableAlex S
2019-03-29Implement fake status submitrinpatch
2019-03-23formattingWilliam Pitcock
2019-03-23common api: use the optimized Object.normalize whenever possibleWilliam Pitcock
2019-03-20Add safe dm mode option.lain
2019-03-16Merge branch 'feature/federated-flags' into 'develop'kaniini
2019-03-15Refactor to store user ap_id, add testsKaren Konou
2019-03-15Implement mastodon's reblog hiding featureKaren Konou
2019-03-14reports: unify sending e-mail for both remote and local reportsWilliam Pitcock
2019-03-14common api: add support for forwarding reportsWilliam Pitcock
2019-03-13Unify unfollow, accept and reject follow requests using CommonAPIeugenijm
2019-03-13[Credo] make all variables use snake_caseHaelwenn (lanodan) Monnier
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-08Allow an admin to delete a user statuseugenijm
2019-03-04Unify Mastodon and Twitter follow implementations using CommonAPIeugenijm
2019-02-26AutoLinkerEgor
2019-02-20ReportsEgor
2019-02-14Merge remote-tracking branch 'upstream/develop' into patch-image-descriptionWim Vanderbauwhede
2019-02-11Merge branch 'develop' into feature/thread-mutingKaren Konou
2019-02-11Refactor as per Rin's suggestions, add endpoint testsKaren Konou
2019-02-09de-group alias/esHaelwenn (lanodan) Monnier
2019-02-09Credo fixes: alias grouping/orderingHaelwenn (lanodan) Monnier