aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2019-08-14Add configurable account field name length limitEgor Kislitsyn
2019-08-14Add configurable account field value length limitEgor Kislitsyn
2019-08-14Add custom profile fieldsEgor Kislitsyn
2019-08-13Merge branch 'feature/mrf-vocabulary' into 'develop'rinpatch
MRF Vocabulary See merge request pleroma/pleroma!1559
2019-08-13docs tweakAriadne Conill
2019-08-13Merge 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-13docs: document mrf_vocabulary module settingsAriadne Conill
2019-08-13config: remove legacy activitypub accept_blocks settingAriadne 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-12Conversation: Add endpoint to get a conversation by id.lain
2019-08-10tests for Pleroma.UploadersMaksim
2019-08-08Merge branch 'feature/digest-email' into 'develop'lain
Feature/digest email See merge request pleroma/pleroma!1078
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-04Replace "impode" with "implode" forx0rz3q
2019-08-04Fix some typos and rework a few lines in howto_mediaproxy.mdPierce McGoran
2019-08-03Admin fixesAlexander Strizhakov
2019-08-02Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-08-01Add configurable length limits for `User.bio` and `User.name`Egor Kislitsyn
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-24Merge branch 'develop' into feature/digest-emailRoman Chvanikov
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-24Add activity expiration workerMike Verdone
This is a worker that runs every minute and deletes expired activities. It's based heavily on the scheduled activities worker.
2019-07-24Merge branch 'Fix-static-dir-doc' into 'develop'kaniini
Fix static_dir docs See merge request pleroma/pleroma!1465
2019-07-24Add text about gitignorearies
2019-07-24Merge branch 'develop' into feature/admin-api-user-statusesMaxim Filippov
2019-07-24AdminAPI: Add "godmode" while fetching user statuses (i.e. admin can see ↵Maxim Filippov
private statuses)
2019-07-23Admin config fixAlexander Strizhakov
2019-07-23Fix the sentence and add the setting exampleAries
2019-07-22Fix static_dir docsaries
2019-07-20Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-07-20Merge developRoman Chvanikov
2019-07-19Merge branch 'feature/matstodon-statuses-by-name' into 'develop'feld
Feature/matstodon statuses by name See merge request pleroma/pleroma!1211
2019-07-19Merge branch 'develop' into feature/matstodon-statuses-by-nameMark Felder
2019-07-19Merge branch 'feature/richmedia-ttl' into 'develop'kaniini
add the rich media ttl based on image exp time See merge request pleroma/pleroma!1438
2019-07-19Fix domain for the contact clients.mdtom79
2019-07-19Update clients.md for Fedilabtom79
- Change owner (@fedilab@framapiaf.org), Source code: Framagit, Add some other supported features
2019-07-19update the docsSachin Joshi
2019-07-19change the structure of image ttl parsarSachin Joshi
2019-07-18Merge branch 'develop' into feature/admin-api-user-statusesMaxim Filippov
2019-07-18Merge branch 'feature/signed-object-fetches' into 'develop'kaniini
signed object fetches See merge request pleroma/pleroma!1446
2019-07-18Fix redirect setting not workingaries
2019-07-17Update clients.md - added Homepage for Fedilab Android apptallship
2019-07-17Update otp_en.md - Added creation of initial admin userBradley D. Thornton
2019-07-17config: add sign_object_fetches optionAriadne Conill
2019-07-17Merge branch 'feature/mention-mrf' into 'develop'kaniini
Add MRF MentionPolicy for dropping posts which mention specific actors See merge request pleroma/pleroma!1439