summaryrefslogtreecommitdiff
path: root/docs/api
AgeCommit message (Collapse)Author
2019-09-29admin_api.md: Put data-type info as the valuesHaelwenn (lanodan) Monnier
Similar to how the other responses examples are done, this also makes it proper JSON (as it doesn’t have comments).
2019-09-29Update admin_api.mdMaxim Filippov
2019-09-27Merge branch 'list-packs-docs' into 'develop'kaniini
Add list_from endpoint to the pleroma_api docs See merge request pleroma/pleroma!1720
2019-09-27Merge branch 'patch-1' into 'develop'kaniini
Fix code block for admin api document See merge request pleroma/pleroma!1722
2019-09-26Add docsMaxim Filippov
2019-09-26Fix code block for admin api documentkPherox
2019-09-26Add list_from endpoint to the pleroma_api docsEkaterina Vaartis
2019-09-24Merge branch 'develop' into feature/return-link-for-password-resetMaxim Filippov
2019-09-23Merge branch 'feature/force-password-reset' into 'develop'kaniini
Admin API: Add ability to require password reset See merge request pleroma/pleroma!1705
2019-09-23Merge branch 'better-emoji-packs' into 'develop'rinpatch
Shareable emoji packs Closes #833 and #1096 See merge request pleroma/pleroma!1551
2019-09-22Merge branch 'develop' into feature/return-link-for-password-resetMaxim Filippov
2019-09-22Update docsMaxim Filippov
2019-09-22Admin API: Add ability to force user's password resetMaxim Filippov
2019-09-19API Docs: Document conversation ids.lain
2019-09-19Document emoji pack listing in the api docsEkaterina Vaartis
2019-09-19Apply suggestion to docs/api/pleroma_api.mdvaartis
2019-09-19Apply suggestion to docs/api/pleroma_api.mdvaartis
2019-09-19Move emoji reloading to admin apiEkaterina Vaartis
2019-09-19Add documentation for the emoji endpointsEkaterina Vaartis
2019-09-18Merge branch 'hide-follower-following-count' into 'develop'feld
Add a setting to hide follows/followers stats from the user profile See merge request pleroma/pleroma!1663
2019-09-18namingsAlex S
2019-09-18docs fixAlex S
2019-09-18post for creating invite tokens in admin apiAlex S
2019-09-17Mastodon API: Add a setting to hide follow/follower count from the user view ↵eugenijm
(`hide_follows_count` and `hide_followers_count`)
2019-09-16Merge branch 'develop' into feature/return-total-for-reportsMaxim Filippov
2019-09-13Add a note about compatibility with MastodonEgor Kislitsyn
2019-09-13Add email change endpointEgor Kislitsyn
2019-09-13Fix admin api docs for creating usersAngelina Filippova
2019-09-10Add note about limit to the docEgor Kislitsyn
2019-09-10Add an endpoint to get multiple statuses by IDsEgor Kislitsyn
2019-09-04Return total for reportsMaxim Filippov
2019-09-04Mastodon API: Add `pleroma.thread_muted` to Status entityrinpatch
Needed for pleroma-fe!941
2019-09-04Clarify that read notifications are returnedrinpatch
2019-09-04Apply suggestion to docs/api/pleroma_api.mdrinpatch
2019-09-04Extend `/api/pleroma/notifications/read` to mark multiple notificationsrinpatch
as read and make it respond with Mastoapi entities
2019-08-25Log admin/moderator actionsMaxim Filippov
2019-08-24Activity expiration: Fix docs.lain
2019-08-24Merge remote-tracking branch 'origin/develop' into ↵lain
sixohsix/pleroma-post_expiration
2019-08-12Conversation: Add endpoint to get a conversation by id.lain
2019-08-08Merge remote-tracking branch 'origin/develop' into pleroma-conversationslain
2019-08-06Participation: Setting recipients will always add the owner.lain
2019-08-05Pleroma Conversations: Document differences.lain
2019-08-03Admin fixesAlexander Strizhakov
2019-07-30Admin changesAlexander Strizhakov
2019-07-28add account confirmation email resend in mastodon apiSachin Joshi
2019-07-24Revert "squash! Expose expires_at datetime in mastoAPI only for the activity ↵Mike Verdone
actor" This reverts commit 2981821db834448bf9b2ba26590314e36201664c.
2019-07-24squash! Expose expires_at datetime in mastoAPI only for the activity actorMike Verdone
NOTE: rewrite the commit msg
2019-07-24Expose expires_at datetime in mastoAPI only for the activity actorMike Verdone
In the "pleroma" section of the MastoAPI for status activities you can see an expires_at item that states when the activity will expire, or nothing if the activity will not expire. The expires_at date is only visible to the person who posted the activity. This is the conservative approach in case some attacker decides to write a logger for expiring posts. However, in the future of OCAP, signed requests, and all that stuff, this attack might not be that likely. Some other pleroma dev should remove the restriction in the code at that time, if they're satisfied with the security implications of doing so.
2019-07-24Add support for activity expiration to common and Masto APIMike Verdone
The "expires_at" parameter accepts an ISO8601-formatted date which defines when the activity will expire. At this point the API will not give you any feedback about if your post will expire or not.
2019-07-24Merge branch 'develop' into feature/admin-api-user-statusesMaxim Filippov