aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/mastodon_api/views
AgeCommit message (Expand)Author
2019-08-14Return profile URL in MastodonAPI's `url` fieldThibaut Girka
2019-08-14Simplify logic to mention.js `url` fieldThibaut Girka
2019-08-14Return profile URL when available instead of actor URI for MastodonAPI mentio...Thibaut Girka
2019-08-14Mastodon API: Fix thread mute detectionrinpatch
2019-08-14Mastodon API: Set follower/following counters to 0 when hidingrinpatch
2019-07-28Status View: Poll ids are strings.lain
2019-06-18Mastodon API: Sanitize display namesrinpatch
2019-06-15Mastodon API: Return the token needed for the chat.lain
2019-06-13AccountView: Add user background.lain
2019-06-04Merge branch 'develop' into issue/941Maksim Pechnikov
2019-06-04Merge branch 'generic-fe-settings' into 'develop'kaniini
2019-06-03update api to set skip_thread_containmentMaksim Pechnikov
2019-06-03Merge branch 'develop' into feature/polls-2-electric-boogalorinpatch
2019-06-03Merge branch 'align-mastodon-conversations' into 'develop'lambda
2019-06-02Remove a TODO comment as the tests for poll view were writtenrinpatch
2019-06-01Mastodon API: actually check for poll votesrinpatch
2019-06-01Resolve merge conflictsrinpatch
2019-05-31AccountView: settings -> settings_storelain
2019-05-31User: Add settings store to Info, AccountViewlain
2019-05-31Mastodon Conversation API: Don't return own account in 'accounts'.lain
2019-05-30Replace missing non-nullable Card attributes with empty stringsSergey Suprunenko
2019-05-22Fix credo issuesrinpatch
2019-05-22Merge branch 'bugfix/account_view_source.note' into 'develop'rinpatch
2019-05-22MastoAPI AccountView: fill source.note with plaintext version of noteHaelwenn (lanodan) Monnier
2019-05-21Actual vote count in poll viewrinpatch
2019-05-21Add virtual :thread_muted? fieldAaron Tinio
2019-05-19Remove tags/mentions/rich text from poll options because Mastodon andrinpatch
2019-05-18Resolve merge conflicts and remove IO.inspectsrinpatch
2019-05-17Update account_view.exlambda
2019-05-17Render polls in statusesrinpatch
2019-05-17MastoAPI account_view.ex: requested is false when following is trueHaelwenn (lanodan) Monnier
2019-05-15CommonAPI: Refactor visibility, forbid public to private replies.lain
2019-05-07Remove `bookmarks` assoc and add a fake `bookmark` assoc insteadrinpatch
2019-05-07- Actually use preloaded bookmarks in viewsrinpatch
2019-05-01Merge remote-tracking branch 'origin/develop' into conversations_threelain
2019-04-27Fix bookmarks depending on embeded object and move checking if therinpatch
2019-04-26Merge branch 'feature/807-bookmark-endpoint-extension' into 'develop'lambda
2019-04-25Move settings to Source subentityrinpatch
2019-04-25fixes for testsAlex S
2019-04-25bookmarks in separate tableAlex S
2019-04-24Fix leaking private configuration parameters in Mastodon and Twitter APIs, an...rinpatch
2019-04-23Merge branch 'mastoapi/add-in-reply-to-screen-name' into 'develop'kaniini
2019-04-22Add `pleroma.in_reply_to_account_acct` to MastoAPI status entityrinpatch
2019-04-22Replace Object.normalize(activity.data[object] with Object.normalize(acitivty...rinpatch
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-21Fix Credo warningRoman Chvanikov
2019-04-21Fix Credo warningRoman Chvanikov
2019-04-21Refactor conversation function in MastodonAPIController to use a ViewRoman Chvanikov
2019-04-21Set correct values in the MastoAPI reblog status vieweugenijm
2019-04-17Make credo happyrinpatch