summaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
AgeCommit message (Collapse)Author
2021-02-22Update the documentation to use make it use /api/v1/pleroma instead of ↵eugenijm
/api/pleroma
2021-02-18[#3213] HashtagsTableMigrator: fault rate allowance to enable the feature ↵Ivan Tashkinov
(defaults to 1%), counting of affected objects, misc. tweaks.
2021-02-13[#3213] `rescue` around potentially-raising `Repo.insert_all/_` calls. Misc. ↵Ivan Tashkinov
improvements (docs etc.).
2021-01-29[#3286] Documentation on configuring Pleroma as OAuth 2.0 provider.Ivan Tashkinov
2021-01-21Add ability to invalidate cache entries for ApacheMark Felder
2021-01-21use proper namingAlexander Strizhakov
for MediaProxyWarmingPolicy in ConcurrentLimiter
2021-01-21Update docsMark Felder
2021-01-21configurable limits for ConcurrentLimiterAlexander Strizhakov
Pleroma.Web.RichMedia.Helpers & Pleroma.Web.MediaProxy
2021-01-12Deprecate Pleroma.Uploaders.S3, :public_endpointMark Felder
2021-01-06Merge remote-tracking branch 'upstream/develop' into block-behaviorAlex Gleason
2020-11-19Cheatsheet: Add docs about reset token expirationlain
2020-11-17Remove FedSocketsrinpatch
Current FedSocket implementation has a bunch of problems. It doesn't have proper error handling (in case of an error the server just doesn't respond until the connection is closed, while the client doesn't match any error messages and just assumes there has been an error after 15s) and the code is full of bad descisions (see: fetch registry which uses uuids for no reason and waits for a response by recursively querying a ets table until the value changes, or double JSON encoding). Sometime ago I almost completed rewriting fedsockets from scrach to adress these issues. However, while doing so, I realized that fedsockets are just too overkill for what they were trying to accomplish, which is reduce the overhead of federation by not signing every message. This could be done without reimplementing failure states and endpoint logic we already have with HTTP by, for example, using TLS cert auth, or switching to a more performant signature algorithm. I opened https://git.pleroma.social/pleroma/pleroma/-/issues/2262 for further discussion on alternatives to fedsockets. From discussions I had with other Pleroma developers it seems like they would approve the descision to remove them as well, therefore I am submitting this patch.
2020-11-04Cheatsheet: Add info about :blockers_visiblelain
2020-10-28Merge remote-tracking branch 'origin/develop' into feature/account-exportEgor Kislitsyn
2020-10-20Rename `Pleroma.Backup` to `Pleroma.User.Backup`Egor Kislitsyn
2020-10-16Adds feature to permit e.g., local admins and community moderators to ↵Mark Felder
automatically follow all newly registered accounts
2020-10-14Merge branch 'develop' into feature/account-exportMark Felder
2020-10-13changes after rebaseAlexander Strizhakov
2020-10-13RemoteIp module nameAlexander Strizhakov
2020-10-07Add configurable temporary directoryEgor Kislitsyn
2020-10-07Require emailEgor Kislitsyn
2020-10-07Add config for Pleroma.BackupEgor Kislitsyn
2020-10-06Improve description yet againMark Felder
2020-10-06Don't leak internal variables in the docs. They're useless to users.Mark Felder
2020-10-06Improve descriptions for reserved and proxiesMark Felder
2020-10-06Fix docs for default headers used by RemoteIp. We only use X-Forwarded-For ↵Mark Felder
by default.
2020-09-18Merge branch 'media-preview-proxy-nostream' into 'develop'feld
Media preview proxy See merge request pleroma/pleroma!3001
2020-09-18Federate data through persistent websocket connectionsSteven Fuchs
2020-09-17[#2497] Configurability of :min_content_length (preview proxy). Refactoring, ↵Ivan Tashkinov
documentation, tests.
2020-09-14Remove `:managed_config` option.rinpatch
In practice, it was already removed half a year ago, but the description and cheatsheet entries were still there. The migration intentionally does not use ConfigDB.get_by_params, since this will break migration code as soon as we add a new field is added to ConfigDB. Closes #2086
2020-09-11SpellingMark Felder
Reported by: trevoke
2020-09-10Document ephemeral activity changes betterrinpatch
Also remove the example from the cheatsheet, there is no need for it when the types are simple
2020-09-10configurable lifetime for ephemeral activitiesAlexander Strizhakov
2020-09-10expire mfa tokens through ObanAlexander Strizhakov
2020-09-08RelMe and Feed no longer configurableMark Felder
2020-09-08Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into unlistedMark Felder
2020-09-08docs: cheatsheet: add ForceBotUnlistedPolicyAlibek Omarov
2020-09-07adapter options unificationAlexander Strizhakov
not needed options deletion
2020-09-02Rich media: Add failure trackingrinpatch
2020-08-26Cheatsheet: Remove misleading examplelain
2020-08-25Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
frontend-bundles-downloads
2020-08-18Cheatsheet: Add information about filename descriptionslain
2020-08-15[#2046] Added test for pleroma/restrict_unauthenticated defaults on private ↵Ivan Tashkinov
instance. Updated docs and changelog.
2020-08-12Add the ActivityExpirationPolicy MRF to docs and clarify post expiration ↵Mark Felder
criteria.
2020-08-07Merge branch 'develop' into fix/ldap-auth-issuesMark Felder
2020-08-07Docs: Remove wrong / confusing auth docs.lain
2020-08-07Add a note about the proper value for uidMark Felder
2020-08-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
frontend-bundles-downloads
2020-08-04Merge branch 'email-blacklist' into 'develop'lain
Add email blacklist, fixes #1404 Closes #1404 See merge request pleroma/pleroma!2837
2020-08-03Merge branch 'fixes_1957_add_option_to_send_user_chatmessage_instead_of_dm' ↵lain
into 'develop' fixes 1957 Add option to send user chatmessage instead of dm Closes #1957 See merge request pleroma/pleroma!2782