Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-31 | Update Japanese document to follow English document | AkiraFukushima | |
2019-08-30 | minor: Fix version dot | ultem | |
2019-08-27 | Fix typo | Egor Kislitsyn | |
2019-08-26 | Disable rate limiter by default | Egor Kislitsyn | |
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-24 | Minor corrections and clarification for Alpine standard v.3.10 | ultem | |
2019-08-23 | Fix default config of account fields length | aries | |
2019-08-20 | Merge branch 'digest-template' into 'develop' | lain | |
Improve digest email template See merge request pleroma/pleroma!1565 | |||
2019-08-20 | Merge branch 'feature/custom-fields' into 'develop' | lain | |
Add custom profile fields See merge request pleroma/pleroma!1488 | |||
2019-08-16 | Add configurable colors and logo for the digest template | Egor Kislitsyn | |
2019-08-14 | Merge remote-tracking branch 'origin/develop' into pleroma-conversations | lain | |
2019-08-14 | Increase max account fields limits | Egor Kislitsyn | |
2019-08-14 | Add `:max_remote_account_fields` config option | Egor Kislitsyn | |
2019-08-14 | Add configurable account field name length limit | Egor Kislitsyn | |
2019-08-14 | Add configurable account field value length limit | Egor Kislitsyn | |
2019-08-14 | Add custom profile fields | Egor Kislitsyn | |
2019-08-13 | Merge branch 'feature/mrf-vocabulary' into 'develop' | rinpatch | |
MRF Vocabulary See merge request pleroma/pleroma!1559 | |||
2019-08-13 | docs tweak | Ariadne Conill | |
2019-08-13 | Merge branch 'length-limit-bio' into 'develop' | rinpatch | |
Add configurable length limits for `User.bio` and `User.name` See merge request pleroma/pleroma!1515 | |||
2019-08-13 | docs: document mrf_vocabulary module settings | Ariadne Conill | |
2019-08-13 | config: remove legacy activitypub accept_blocks setting | Ariadne Conill | |
Anyone who is interested in dropping blocks can write their own MRF policy at this point. This setting predated the MRF framework. Disabling the side effect (unsubscription) is still a config option per policy. | |||
2019-08-12 | Conversation: Add endpoint to get a conversation by id. | lain | |
2019-08-10 | tests for Pleroma.Uploaders | Maksim | |
2019-08-08 | Merge branch 'feature/digest-email' into 'develop' | lain | |
Feature/digest email See merge request pleroma/pleroma!1078 | |||
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-04 | Replace "impode" with "implode" for | x0rz3q | |
2019-08-04 | Fix some typos and rework a few lines in howto_mediaproxy.md | Pierce McGoran | |
2019-08-03 | Admin fixes | Alexander Strizhakov | |
2019-08-02 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-08-01 | Add configurable length limits for `User.bio` and `User.name` | Egor Kislitsyn | |
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 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
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 | Add activity expiration worker | Mike Verdone | |
This is a worker that runs every minute and deletes expired activities. It's based heavily on the scheduled activities worker. | |||
2019-07-24 | Merge branch 'Fix-static-dir-doc' into 'develop' | kaniini | |
Fix static_dir docs See merge request pleroma/pleroma!1465 | |||
2019-07-24 | Add text about gitignore | aries | |
2019-07-24 | Merge branch 'develop' into feature/admin-api-user-statuses | Maxim Filippov | |
2019-07-24 | AdminAPI: Add "godmode" while fetching user statuses (i.e. admin can see ↵ | Maxim Filippov | |
private statuses) | |||
2019-07-23 | Admin config fix | Alexander Strizhakov | |
2019-07-23 | Fix the sentence and add the setting example | Aries | |
2019-07-22 | Fix static_dir docs | aries | |
2019-07-20 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |