summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/mastodon_api/views/instance_view.ex
AgeCommit message (Expand)Author
2021-06-01Add "chat" back as a feature for backwards compat.Mark Felder
2021-06-01Move shout configuration from :instance, update docs and changelogMark Felder
2021-06-01Rename the non-federating Chat feature to ShoutMark Felder
2021-05-31Merge remote-tracking branch 'pleroma/develop' into cycles-base-urlAlex Gleason
2021-05-31Deprecate Pleroma.Web.base_url/0Alex Gleason
2021-04-09Use URI.merge to prevent concatenating two canonical URLs when a custom insta...Mark Felder
2021-01-27Add active user countEgor Kislitsyn
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
2020-11-16Use absolute URLs to thumbnail and background in /api/v1/instanceMark Felder
2020-07-26Merge remote-tracking branch 'upstream/develop' into by-approvalAlex Gleason
2020-07-17Expose the post formats in /api/v1/instanceMark Felder
2020-07-15Use `approval_required` in /api/v1/instanceAlex Gleason
2020-07-12Add `account_approval_required` instance settingAlex Gleason
2020-07-06InstanceView: Add chat limit, description limitlain
2020-07-02Remove camelCase from the keysMark Felder
2020-06-30Add fields limits to instance metadata, add testsMark Felder
2020-06-30Merge branch 'develop' into activation-metaMark Felder
2020-06-23Merge branch 'feature/1631-redesign-mrf-configuration' into 'develop'Haelwenn
2020-06-22Do not need a function to provide fallback value with default defined in conf...Mark Felder
2020-06-16moving mrf settings from instance to separate groupAlexander Strizhakov
2020-05-31Add `account_activation_required` to /api/v1/instanceAlex Gleason
2020-05-25Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-21Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-21Added the ability to upload background, logo, default user avatar, instance t...eugenijm
2020-05-18InstanceView: Expose background image link.lain
2020-05-13InstanceView: Add pleroma chat messages to nodeinfolain
2020-04-27InstanceController: Add extensions to `/api/v1/instance`lain
2020-03-03Update CopyrightsMark Felder
2019-10-02Extract instance actions from `MastodonAPIController` to `InstanceController`Egor Kislitsyn