aboutsummaryrefslogtreecommitdiff
path: root/docs/API/differences_in_mastoapi_responses.md
AgeCommit message (Collapse)Author
2021-01-10Add development sectionIlja
* I cretaed a folder 'development' * I split up the file dev.md into three parts and moved it to this folder * index.md * authentication_authorization.md * mrf.md * I also moved ap_extensions.md * I created a new file setting_up_pleroma_dev.md
2020-12-30Merge remote-tracking branch 'upstream/develop' into aliasesAlex Gleason
2020-12-05Fix typoEgor Kislitsyn
2020-12-02Document follow relationship updates and cleanupEgor Kislitsyn
2020-11-19[#2301] Proper handling of `User.is_discoverable`: users appear in ↵Ivan Tashkinov
in-service search but are hidden from external services like search bots.
2020-11-17SpellingMark Felder
2020-11-17Document the API extensions for push subscriptionsMark Felder
2020-11-17Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/local-only-scope
2020-11-13Make notifs view work for reportsIlja
* These are the first small steps for issue 2034 "Reports should send a notification to admins". * I added a new type of notification "pleroma:report" to the the database manually (a migration will need to be written later) * I added the new type to the notification_controller * I made the view return the notification. It doesn't include the report itself (yet)
2020-11-11Add `local` visibilityEgor Kislitsyn
2020-11-05Docs: Add info about expiring mutes.lain
2020-10-15Add local-only statusesEgor Kislitsyn
2020-10-08Remote Timeline: add Streaming supportAlex Gleason
2020-08-07Clean up account aliasesAlex Gleason
2020-07-17Expose the post formats in /api/v1/instanceMark Felder
2020-07-11docs: API: fix update_credentials endpoints path, clarify ↵Alibek Omarov
update/verify_credentials endpoints paths
2020-07-10Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
chat-federation-information
2020-07-08Add changelog and documentationHaelwenn (lanodan) Monnier
2020-07-07Docs: Document resetting of imageslain
2020-07-06Docs: document instance differenceslain
2020-07-03Docs: Document `accepts_chat_messages` setting.lain
2020-07-03Docs: Document the added `accepts_chat_messages` user property.lain
2020-07-02Document the new API extension of /api/v1/instanceMark Felder
2020-06-29Merge branch '1031-parent-visible' into 'develop'lain
Resolve "Add `pleroma.parent_visible` to the status view" Closes #1031 See merge request pleroma/pleroma!2679
2020-06-29differences_in_mastoapi_responses: Update account fieldsHaelwenn (lanodan) Monnier
2020-06-25MastoAPI differences: Document not implemented featuresAlex Gleason
2020-06-24Docs: Document added parent_visible field.lain
2020-05-30Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-29Docs: Document streaming differenceslain
2020-05-28Docs: Attachement limitations in MastoAPI differencesAlex Gleason
2020-05-20Docs: Add background_image in instancelain
2020-05-06added `unread_notifications_count` for `/api/v1/accounts/verify_credentials`Maksim Pechnikov
2020-05-04Merge branch 'develop' into issue/1276-2Maksim Pechnikov
2020-05-02Merge branch 'feature/1710-consolidate-instance-info' into 'develop'rinpatch
Feature/1710 consolidate instance info Closes #1710 See merge request pleroma/pleroma!2430
2020-05-01Merge branch 'develop' into issue/1276-2Maksim Pechnikov
2020-04-29Document `captcha_answer_data` parameterEgor Kislitsyn
2020-04-28Document DELETE /api/v1/notifications/destroy_multipleMark Felder
2020-04-28fix markdown formatMaksim Pechnikov
2020-04-27Docs: Add `/api/v1/instance` informationlain
2020-04-27Merge branch 'develop' into openapi/accountEgor Kislitsyn
2020-04-24Update differences_in_mastoapi_responses.mdlain
2020-04-24formattingAlexander
2020-04-24reply filteringAlexander
2020-04-22Update Flake ID descriptionEgor Kislitsyn
2020-04-15added an endpoint for getting unread notification countMaksim Pechnikov
2020-04-14Revert "Merge branch 'issue/1276' into 'develop'"lain
This reverts merge request !1877
2020-04-07Merge branch 'develop' into issue/1276Maksim Pechnikov
2020-04-02Fix formatting in documentationEgor Kislitsyn
2020-03-29Merge branch 'develop' into issue/1276Maksim Pechnikov
2020-03-20include_types parameter in /api/v1/notificationsAlexander Strizhakov