aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/common_api
AgeCommit message (Expand)Author
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
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
2019-04-01Handle dates in the Unix timestamp format (Fixes #763)Sergey Suprunenko
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-22Merge branch 'safe-mentions' into 'develop'kaniini
2019-03-21common api: move context functions from twitterapiWilliam 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