aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2022-07-31Merge branch 'develop' into 'from/develop/tusooa/emit-move'tusooa
# Conflicts: # CHANGELOG.md # test/pleroma/user_test.exs
2022-07-13DOCS: Add some small piece about setting up a Gitlab-runnerIlja
This is based on me setting one up, but I kept it general with mostly linking to other documentation. The idea is that to just provide some Pleroma-specific info, maybe give some pointers, and point to the right (external) docs.
2022-07-13Merge branch 'short-description' into 'develop'tusooa
Add short_description instance field Closes #2865 See merge request pleroma/pleroma!3651
2022-07-03Merge branch 'image_description_from_exif_data' into 'develop'Haelwenn
Use EXIF data of image for image description See merge request pleroma/pleroma!3535
2022-07-03Merge branch 'from/upstream-develop/tusooa/server-announcements' into 'develop'Haelwenn
Server announcements (1st pass) See merge request pleroma/pleroma!3643
2022-07-01Add option to docs about instance genIlja
2022-07-01Rename the Exiftool moduleIlja
No migrations or checks yet
2022-07-01Rename the new moduleIlja
2022-07-01Use EXIF data of image to prefill image descriptionIlja
During attachment upload Pleroma returns a "description" field. Pleroma-fe has an MR to use that to pre-fill the image description field, <https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1399> * This MR allows Pleroma to read the EXIF data during upload and return the description to the FE * If a description is already present (e.g. because a previous module added it), it will use that * Otherwise it will read from the EXIF data. First it will check -ImageDescription, if that's empty, it will check -iptc:Caption-Abstract * If no description is found, it will simply return nil, just like before * When people set up a new instance, they will be asked if they want to read metadata and this module will be activated if so This was taken from an MR i did on Pleroma and isn't finished yet.
2022-05-12Instruct users to run 'git pull' as the pleroma userlewdthewides
2022-05-08Merge branch 'improve_anti_followbot_policy' into 'develop'Haelwenn
Also use actor_type to determine if an account is a bot in antiFollowbotPolicy Closes #2561 See merge request pleroma/pleroma!3498
2022-05-08Also use actor_type to determine if an account is a bot in antiFollowbotPolicyIlja
2022-03-29Add short_description fieldmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-08Add doc for Admin Announcement APIsTusooa Zhu
2022-03-02Document API additionTusooa Zhu
2022-01-19Add glitch-lily to clients.mdTusooa Zhu
2022-01-19Add ForceMentionsInContentPolicyrinpatch
Even though latest PleromaFE supports displaying these properly, mobile apps still exist, so I think we should offer a workaround to those who want it.
2022-01-18Docs: PleromaAPI oauth_tokens endpointsAlex Gleason
2022-01-18Merge branch 'hakabahitoyo-develop-patch-44025' into 'develop'Alex Gleason
[Document] Update cheatsheet.md. Add `Pleroma.Web.ActivityPub.MRF.KeywordPolicy`. See merge request pleroma/pleroma!3604
2022-01-15Update cheatsheet.md. Add `Pleroma.Web.ActivityPub.MRF.KeywordPolicy`.Hakaba Hitoyo
2022-01-12WIP account endorsementsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-07Docs: fix various Pleroma API endpoints paths, fix MFA responseAlex Gleason
2021-12-28Document aliases endpointsTusooa Zhu
Ref: emit-move
2021-12-28Document move_account APITusooa Zhu
Ref: emit-move
2021-12-26MastoAPI: Profile directorymarcin mikołajczak
2021-12-25Merge branch 'account-notes' into 'develop'Alex Gleason
MastoAPI: Add user notes on accounts See merge request pleroma/pleroma!3540
2021-12-25Merge branch 'account-subscriptions' into 'develop'Alex Gleason
MastoAPI: accept notify param in follow request See merge request pleroma/pleroma!3555
2021-12-23Merge branch 'add-nodeinfo-doc' into 'develop'Alex Gleason
Add initial Nodeinfo document See merge request pleroma/pleroma!3546
2021-12-23Add initial Nodeinfo documentHakaba Hitoyo
2021-12-19Merge branch 'v2-suggestions' into 'develop'Alex Gleason
V2 suggestions See merge request pleroma/pleroma!3547
2021-12-06Add 'notifying' to relationship for compatibility with Mastodonmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-11-26AdminAPI: suggest a user through the APIAlex Gleason
2021-11-21MastoAPI: Add user notes on accountsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-11-15Merge branch 'block-behavior' into 'develop'lain
Configurable block visibility, fixes #2123 Closes #2123 See merge request pleroma/pleroma!3242
2021-11-15Merge branch 'instance-deletion' into 'develop'lain
AdminAPI: endpoint to delete all content from a remote instance See merge request pleroma/pleroma!3483
2021-09-12fix a typo "Optionnal" -> "Optional"partev
2021-09-07Merge branch 'remove/mastofe' into 'develop'Haelwenn
Remove MastoFE from Pleroma, fixes #2625 Closes #2625 See merge request pleroma/pleroma!3392
2021-08-28mix pleroma.database set_text_search_config now runs concurrently and infinitelysomeone
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3514
2021-08-28Merge branch 'set_text_search_config_timeout' into 'develop'Haelwenn
mix pleroma.database set_text_search_config now runs concurrently and infinitely See merge request pleroma/pleroma!3514
2021-08-28Merge branch 'docs_add_yunohost_installation' into 'develop'Haelwenn
Add YunoHost to installation guides See merge request pleroma/pleroma!3497
2021-08-15mix pleroma.database set_text_search_config now runs concurrently and infinitelysomeone
2021-08-13Make the OPT recomendation clearerIlja
AFAIK OTP releases are the recomended way of installing, but * People seem unaware of that and use from source installations because they use the guide with the name of their distro * People don't know what OTP releases are or what it means I added a warning on all installation-from-source guides and added the same explanation on the two OTP pages (the miigration to OTP and installing OTP) Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3485
2021-08-10Merge branch 'docs_make_otp_recommendation_clearer' into 'develop'Haelwenn
Make the OPT recomendation clearer See merge request pleroma/pleroma!3485
2021-08-10Make the OPT recomendation clearerIlja
AFAIK OTP releases are the recomended way of installing, but * People seem unaware of that and use from source installations because they use the guide with the name of their distro * People don't know what OTP releases are or what it means I added a warning on all installation-from-source guides and added the same explanation on the two OTP pages (the miigration to OTP and installing OTP)
2021-08-07Add YunoHost to installation guidesIlja
2021-08-06Change docsIlja
* ./configuration/mrf.md * Change example * ./configuration/cheatsheet.md * Change descriptions to include that a reason is given * CHANGELOG.md * Add as breaking change
2021-07-17Merge remote-tracking branch 'pleroma/develop' into instance-deletionAlex Gleason
2021-07-17AdminAPI: add DELETE /instances/:instance to delete all content from a ↵Alex Gleason
remote instance
2021-07-10Merge develop branch upstreamSean King
2021-06-11docs/…/opt_en.md: Reuse /main/ repository url for the /community/ repoHaelwenn (lanodan) Monnier