aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2019-02-27Add `with_muted` param.lain
2019-02-27Add missing docs and testsMaxim Filippov
2019-02-26AutoLinkerEgor
2019-02-22OpenLDAP supportlink0ff
2019-02-20ReportsEgor
2019-02-19Added admin API for changing user activation statuseugenijm
2019-02-18Merge branch 'feature/jobs' into 'develop'kaniini
Job Queue See merge request pleroma/pleroma!732
2019-02-18Merge branch 'features/flavour-switching' into 'develop'kaniini
[MastoAPI] Add switching of frontend flavours See merge request pleroma/pleroma!807
2019-02-17Merge branch 'mastoapi-stop-capping-attachments' into 'develop'lambda
Remove a limit on attachments in Mastodon API and document the changes in responses from vanilla Mastodon See merge request pleroma/pleroma!834
2019-02-17Update Differences-in-MastodonAPI-Responses.mdlambda
2019-02-16[MastoAPI] Add switching of frontend flavoursHaelwenn (lanodan) Monnier
2019-02-16Add a section on how to identify a pleroma instance, clarify that post ↵rinpatch
upload limit is not capped too
2019-02-16Remove a limit on attachments in Mastodon API and document the changes in ↵rinpatch
responses from vanilla mastodon
2019-02-16WelcomeMessage: specify that the user has to be local.lain
2019-02-16Add optional welcome message.lain
2019-02-13Mark streaming feature for desktop apps in Clients.mdHakaba Hitoyo
2019-02-12Mark streaming feature for mobile/web apps in Clients.mdHakaba Hitoyo
2019-02-11Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobsEgor Kislitsyn
# Conflicts: # lib/pleroma/web/federator/federator.ex # lib/pleroma/web/websub/websub.ex
2019-02-10add feather to webclientssuccfemboi
2019-02-10docs/Clients.md: Add NekoniumHaelwenn (lanodan) Monnier
[ci skip]
2019-02-10docs/Clients.md: Add Twidere, Remove SubwayTooter, sort alphabeticallyHaelwenn (lanodan) Monnier
[ci skip]
2019-02-10docs/Clients.md: Add Social (GNOME)Haelwenn (lanodan) Monnier
[ci skip]
2019-02-10docs/Clients.md: Add per-type sectionsHaelwenn (lanodan) Monnier
helps differenciate between Electrons and others like Brutaldon. [ci skip]
2019-02-10docs/Clients.md: Add Brutaldon, Sengi, Halcyon, PinaforeHaelwenn (lanodan) Monnier
2019-02-10WIP: docs/Clients.md: Add documentation about clients supporting pleromaHaelwenn (lanodan) Monnier
[ci skip]
2019-02-08Add tests and fix a typo in docsrinpatch
2019-02-08fix typo in config.mdrinpatch
2019-02-08Merge branch 'develop' into feature/keyword-policyrinpatch
2019-02-08rename ftl_removal to federated_timeline_removal to keep consistent naming ↵rinpatch
with SimplePolicy
2019-02-08Add keyword policyrinpatch
2019-02-06adds a couple of explicit examples for ExSysloggerMichael Loftis
2019-02-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobsEgor Kislitsyn
# Conflicts: # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/federator/federator.ex
2019-02-04Merge branch 'feature/hellthread-filter-improvements' into 'develop'rinpatch
Improve hellthread filter Closes #584 See merge request pleroma/pleroma!766
2019-02-03implemented tweaksKaren Konou
2019-02-03made toggleable, added docsKaren Konou
2019-02-03Update Mogrify docs and warning for deprecated syntax to encourageMark Felder
users to enable both strip and auto-orient
2019-02-01Merge branch '534_federation_targets_reachability' into 'develop'href
[#534] Unreachable federation targets retirement Closes #534 See merge request pleroma/pleroma!703
2019-01-31Merge branch 'docs/pleroma-api-invite-token' into 'develop'Haelwenn
docs/Pleroma-API.md: Add missing token field documentation See merge request pleroma/pleroma!752
2019-01-31docs/Pleroma-API.md: Add missing token field documentationHaelwenn (lanodan) Monnier
[ci skip]
2019-01-31Merge branch 'develop' into 'develop'kaniini
Clarify the description of the `logo_mask` configuration key. See merge request pleroma/pleroma!747
2019-01-31Make rich media support toggleablerinpatch
2019-01-31Clarify the description of the `logo_mask` configuration key.Alice
2019-01-31Merge remote-tracking branch 'MAIN/develop' into feature/jobsEgor Kislitsyn
2019-01-30Merge branch 'multiple-hackney-pools' into 'develop'kaniini
Use multiple hackney pools See merge request pleroma/pleroma!739
2019-01-30Use multiple hackney poolshref
* federation (ap, salmon) * media (rich media, media proxy) * upload (uploader proxy) Each "part" will stop fighting others ones -- a huge federation outbound could before make the media proxy fail to checkout a connection in time. splitted media and uploaded media for the good reason than an upload pool will have all connections to the same host (the uploader upstream). it also has a longer default retention period for connections.
2019-01-30docs/config.md: Fix syntax, pleroma_fe isn’t an atomHaelwenn (lanodan) Monnier
2019-01-30docs/config.md: Fix typo, provide an example key with camelCase and where to ↵Haelwenn (lanodan) Monnier
find more [ci skip]
2019-01-29docs/Pleroma-API.md: Fix ex_doc title by changing the first h1 to itHaelwenn (lanodan) Monnier
[ci skip]
2019-01-29Merge branch 'hj-happiness-improvement' into 'develop'kaniini
New frontend configuration mechanism. Closes #445 See merge request pleroma/pleroma!700
2019-01-28add a job queueEgor Kislitsyn