Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-02 | Rename some directories because MkDocs uses them for categories | rinpatch | |
2019-09-19 | API Docs: Document conversation ids. | lain | |
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-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 | Mastodon API: Add `pleroma.thread_muted` to Status entity | rinpatch | |
Needed for pleroma-fe!941 | |||
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-05 | Pleroma Conversations: Document differences. | lain | |
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-19 | Merge branch 'develop' into feature/matstodon-statuses-by-name | Mark Felder | |
2019-07-16 | Add `pleroma.deactivated` to the Account entity (Mastodon API) | Eugenij | |
2019-07-15 | Merge branch 'develop' into feature/matstodon-statuses-by-name | Mark Felder | |
2019-07-15 | Update documentation | Egor Kislitsyn | |
2019-07-15 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-07-12 | Move these to pleroma namespace in Mastodon API | Mark Felder | |
2019-07-11 | Merge branch 'develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-07-09 | Docs/more mastodon api | feld | |
2019-06-15 | Documentation: Document chat token response. | lain | |
2019-06-14 | Mastodon API: Document changes. | lain | |
2019-06-05 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-06-05 | Merge branch 'explicit-addressing' into 'develop' | kaniini | |
Explicit addressing See merge request pleroma/pleroma!1239 | |||
2019-06-05 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-06-04 | fix merge | Maksim Pechnikov | |
2019-06-04 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-06-04 | Merge remote-tracking branch 'origin/develop' into explicit-addressing | lain | |
2019-06-04 | Docs: Add Explicit addressing to Readme and changelog. | lain | |
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
2019-06-03 | update api to set skip_thread_containment | Maksim Pechnikov | |
2019-05-31 | Documentation: Document Settings store mechanism. | lain | |
2019-05-29 | Update docs to reflect we accept nickname for id for both of these endpoints | Mark Felder | |
2019-05-14 | Add documentation | Egor Kislitsyn | |
2019-05-13 | differences_in_mastoapi_responses.md: fullname & bio are optionnal | Alexander Strizhakov | |
[ci skip] | |||
2019-05-06 | fix format | Maksim | |
Modified-by: Maksim Pechnikov <parallel588@gmail.com> | |||
2019-04-27 | Add default_scope to /api/v1/update_credentials | rinpatch | |
2019-04-25 | Move settings to Source subentity | rinpatch | |
2019-04-24 | Fix leaking private configuration parameters in Mastodon and Twitter APIs, ↵ | rinpatch | |
and add new configuration parameters to Mastodon API This patch: - Fixes `rights` in twitterapi ignoring `show_role` - Fixes exposing default scope of the user to anyone in Mastodon API - Extends Mastodon API to be able to show and set `no_rich_text`, `default_scope`, `hide_follows`, `hide_followers`, `hide_favorites` (requested by the FE in #674) Sorry in advance for 500 line one commit diff, I should have split it up to separate MRs | |||
2019-04-22 | Add `pleroma.in_reply_to_account_acct` to MastoAPI status entity | rinpatch | |
2019-04-21 | differences_in_mastoapi_responses.md: `content_type` parameter of post ↵ | Haelwenn (lanodan) Monnier | |
submission | |||
2019-04-18 | Do not require authentication for user search in MastoAPI | Mark Felder | |
2017-01-01 | Provide plaintext representations of content/cw in MastoAPI | rinpatch | |
2019-04-02 | Fix preview not being usable in form data | rinpatch | |
2019-04-02 | Rename fake param to preview and make the tests check that the object was ↵ | rinpatch | |
not inserted to the db | |||
2019-03-29 | document fake option | rinpatch | |
2019-03-28 | Move out of Gitlab Wiki | rinpatch | |
I understand that this change is quite unreadable and hard to review, sorry for forgetting to do atomic commits. This patch does not change too much content wise, it just * Gets everything from gitlab wiki * Removes some specific gitlab hacks * Formats all documentation file names to be in snake case so they look the same way as our code does |