summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/mastodon_api/views/account_view.ex
AgeCommit message (Expand)Author
2020-10-14Undo API breaking changesMark Felder
2020-10-13Change user.locked field to user.is_lockedMark Felder
2020-09-16[#2497] Media preview proxy: misc. improvements (`static` param support, dyna...Ivan Tashkinov
2020-09-03[#2497] Added support for enforcing output format for media proxy preview, us...Ivan Tashkinov
2020-09-03Merge branch 'develop' into media-preview-proxyMark Felder
2020-09-01User table: ensure bio is always a stringrinpatch
2020-08-27Support static avatars and header images with Mediaproxy PreviewMark Felder
2020-07-23[#2791] AccountView: renamed `:force` option to `:skip_visibility_check`.Ivan Tashkinov
2020-07-22[#1973] Fixed accounts rendering in GET /api/v1/pleroma/chats with truish :re...Ivan Tashkinov
2020-07-10Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into chat-federa...lain
2020-07-08Add [:instances_favicons, :enabled] setting, defaults to falseHaelwenn (lanodan) Monnier
2020-07-08Use instances table instead of CachexHaelwenn (lanodan) Monnier
2020-07-08Move get_favicon to Pleroma.Instances, use /Haelwenn (lanodan) Monnier
2020-07-08Add support for remote faviconsHaelwenn (lanodan) Monnier
2020-07-03AccountView: Add 'accepts_chat_messages' to view.lain
2020-06-22Merge branch 'feature/1739-account-endpoints' into 'develop'lain
2020-06-19Only accounts with Service actor_type are considered as botsSergey Suprunenko
2020-06-17Merge branch 'features/users-raw_bio' into 'develop'rinpatch
2020-06-06User: Add raw_bio, storing unformatted bioHaelwenn (lanodan) Monnier
2020-05-29Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-27AccountView: Use mediaproxy URLs for emojisrinpatch
2020-05-18return :visible instead of booleanAlexander Strizhakov
2020-05-18account visibilityAlexander Strizhakov
2020-05-17Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-13Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-13Merge remote-tracking branch 'remotes/origin/develop' into restricted-relatio...Ivan Tashkinov
2020-05-13Add OpenAPI spec for StatusControllerEgor Kislitsyn
2020-05-12[#2456] Added support for `embed_relationships` param, nailed down endpoints ...Ivan Tashkinov
2020-05-12Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-10[#2456] Removed support for embedded relationships in account view.Ivan Tashkinov
2020-05-09[#2456] Clarified `skip_relationships` option (and its default of `false`) fo...Ivan Tashkinov
2020-05-08Merge remote-tracking branch 'remotes/origin/develop' into restricted-relatio...Ivan Tashkinov
2020-05-08Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-08fixed 'source' object in verify_credentialsMaksim Pechnikov
2020-05-06added `unread_notifications_count` for `/api/v1/accounts/verify_credentials`Maksim Pechnikov
2020-05-01Restricted embedding of relationships where applicable (statuses / notificati...Ivan Tashkinov
2020-04-17Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-04-16Merge branch 'develop' into features/remove-user-source_datarinpatch
2020-04-16AccountView: Return user ap_id.lain
2020-04-13Merge remote-tracking branch 'remotes/origin/develop' into output-of-relation...Ivan Tashkinov
2020-04-11Merge branch 'following-relationships-optimizations' into 'develop'rinpatch
2020-04-10profile emojis in User.emoji instead of source_dataHaelwenn (lanodan) Monnier
2020-04-02Merge remote-tracking branch 'remotes/origin/2323-accounts-relationships-hotf...Ivan Tashkinov
2020-04-02[#2323] Fixed a typo causing /accounts/relationships to render default relati...Ivan Tashkinov
2020-04-01Ability to control the output of account/pleroma/relationship in statuses in ...Ivan Tashkinov
2020-03-31Provide known-good user.uri, remove User.profile_url/1Haelwenn (lanodan) Monnier
2020-03-28FollowingRelationship storage & performance optimizations (state turned `ecto...Ivan Tashkinov
2020-03-26Ensured no auxiliary computations (actors list preparation etc.) related to r...Ivan Tashkinov
2020-03-25Further preloading (more endpoints), refactoring, tests.Ivan Tashkinov
2020-03-25Applied relationships preloading to GET /api/v1/accounts/relationships. Refac...Ivan Tashkinov