Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-29 | admin_api.md: Put data-type info as the values | Haelwenn (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-29 | Update admin_api.md | Maxim Filippov | |
2019-09-27 | Merge branch 'list-packs-docs' into 'develop' | kaniini | |
Add list_from endpoint to the pleroma_api docs See merge request pleroma/pleroma!1720 | |||
2019-09-27 | Merge branch 'patch-1' into 'develop' | kaniini | |
Fix code block for admin api document See merge request pleroma/pleroma!1722 | |||
2019-09-26 | Add docs | Maxim Filippov | |
2019-09-26 | Fix code block for admin api document | kPherox | |
2019-09-26 | Add list_from endpoint to the pleroma_api docs | Ekaterina Vaartis | |
2019-09-24 | Merge branch 'develop' into feature/return-link-for-password-reset | Maxim Filippov | |
2019-09-23 | Merge branch 'feature/force-password-reset' into 'develop' | kaniini | |
Admin API: Add ability to require password reset See merge request pleroma/pleroma!1705 | |||
2019-09-23 | Merge branch 'better-emoji-packs' into 'develop' | rinpatch | |
Shareable emoji packs Closes #833 and #1096 See merge request pleroma/pleroma!1551 | |||
2019-09-22 | Merge branch 'develop' into feature/return-link-for-password-reset | Maxim Filippov | |
2019-09-22 | Update docs | Maxim Filippov | |
2019-09-22 | Admin API: Add ability to force user's password reset | Maxim Filippov | |
2019-09-19 | API Docs: Document conversation ids. | lain | |
2019-09-19 | Document emoji pack listing in the api docs | Ekaterina Vaartis | |
2019-09-19 | Apply suggestion to docs/api/pleroma_api.md | vaartis | |
2019-09-19 | Apply suggestion to docs/api/pleroma_api.md | vaartis | |
2019-09-19 | Move emoji reloading to admin api | Ekaterina Vaartis | |
2019-09-19 | Add documentation for the emoji endpoints | Ekaterina Vaartis | |
2019-09-18 | Merge 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-18 | namings | Alex S | |
2019-09-18 | docs fix | Alex S | |
2019-09-18 | post for creating invite tokens in admin api | Alex S | |
2019-09-17 | Mastodon API: Add a setting to hide follow/follower count from the user view ↵ | eugenijm | |
(`hide_follows_count` and `hide_followers_count`) | |||
2019-09-16 | Merge branch 'develop' into feature/return-total-for-reports | Maxim Filippov | |
2019-09-13 | Add a note about compatibility with Mastodon | Egor Kislitsyn | |
2019-09-13 | Add email change endpoint | Egor Kislitsyn | |
2019-09-13 | Fix admin api docs for creating users | Angelina Filippova | |
2019-09-10 | Add note about limit to the doc | Egor Kislitsyn | |
2019-09-10 | Add an endpoint to get multiple statuses by IDs | Egor Kislitsyn | |
2019-09-04 | Return total for reports | Maxim Filippov | |
2019-09-04 | Mastodon API: Add `pleroma.thread_muted` to Status entity | rinpatch | |
Needed for pleroma-fe!941 | |||
2019-09-04 | Clarify that read notifications are returned | rinpatch | |
2019-09-04 | Apply suggestion to docs/api/pleroma_api.md | rinpatch | |
2019-09-04 | Extend `/api/pleroma/notifications/read` to mark multiple notifications | rinpatch | |
as read and make it respond with Mastoapi entities | |||
2019-08-25 | Log admin/moderator actions | Maxim Filippov | |
2019-08-24 | Activity expiration: Fix docs. | lain | |
2019-08-24 | Merge remote-tracking branch 'origin/develop' into ↵ | lain | |
sixohsix/pleroma-post_expiration | |||
2019-08-12 | Conversation: Add endpoint to get a conversation by id. | lain | |
2019-08-08 | Merge remote-tracking branch 'origin/develop' into pleroma-conversations | lain | |
2019-08-06 | Participation: Setting recipients will always add the owner. | lain | |
2019-08-05 | Pleroma Conversations: Document differences. | lain | |
2019-08-03 | Admin fixes | Alexander Strizhakov | |
2019-07-30 | Admin changes | Alexander Strizhakov | |
2019-07-28 | add account confirmation email resend in mastodon api | Sachin Joshi | |
2019-07-24 | Revert "squash! Expose expires_at datetime in mastoAPI only for the activity ↵ | Mike Verdone | |
actor" This reverts commit 2981821db834448bf9b2ba26590314e36201664c. | |||
2019-07-24 | squash! Expose expires_at datetime in mastoAPI only for the activity actor | Mike Verdone | |
NOTE: rewrite the commit msg | |||
2019-07-24 | Expose expires_at datetime in mastoAPI only for the activity actor | Mike 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-24 | Add support for activity expiration to common and Masto API | Mike 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-24 | Merge branch 'develop' into feature/admin-api-user-statuses | Maxim Filippov | |