aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-09-23Merge branch 'develop' into feature/bulk-confirmationMark Felder
2020-09-18Merge branch 'develop' into issue/2099Maksim Pechnikov
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-18update changelogMaksim Pechnikov
2020-09-18Merge branch 'develop' into issue/2099Maksim Pechnikov
2020-09-17Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
media-preview-proxy-nostream # Conflicts: # CHANGELOG.md
2020-09-17Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
media-preview-proxy-nostream
2020-09-17[#2497] Configurability of :min_content_length (preview proxy). Refactoring, ↵Ivan Tashkinov
documentation, tests.
2020-09-17Return the file content for `GET ↵eugenijm
/api/pleroma/admin/instance_document/:document_name`
2020-09-17AdminAPI: Allow to modify Terms of Service and Instance Panel via Admin APIeugenijm
2020-09-17Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
alexgleason/pleroma-chat-moderation
2020-09-17Merge branch 'develop' into issue/2099Maksim Pechnikov
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-11Merge remote-tracking branch 'upstream/develop' into chat-moderationAlex Gleason
2020-09-11Chat moderation: add tests for unauthorized accessAlex Gleason
2020-09-11Chat Moderation: use explicit `sender` and `recipient` fieldsAlex Gleason
2020-09-11Docs: AdminAPI chat moderationAlex Gleason
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-08PedantryMark Felder
2020-09-08Fix descriptionsMark Felder
2020-09-08Add mix task for bulk [un]confirming the local instance usersMark Felder
2020-09-08Make it possible to bulk send confirmation emails to all unconfirmed usersMark Felder
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-08Merge branch 'develop' into 'develop'lain
Added cmake See merge request pleroma/pleroma!2953
2020-09-08Merge branch 'feat/rich-media-improvements' into 'develop'rinpatch
Rich media improvements See merge request pleroma/pleroma!2944
2020-09-08Merge branch 'fix/2087-metadata' into 'develop'rinpatch
Fix/2087 metadata See merge request pleroma/secteam/pleroma!11
2020-09-07adapter options unificationAlexander Strizhakov
not needed options deletion
2020-09-07added api specMaksim Pechnikov
2020-09-06added import mutesMaksim Pechnikov
2020-09-04Added cmakeFarhan Khan
2020-09-02Rich media: Add failure trackingrinpatch
2020-08-28Add mention of sudo -Hu pleroma to docsShpuld Shpludson
2020-08-26Cheatsheet: Remove misleading examplelain
2020-08-25Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
frontend-bundles-downloads
2020-08-25Merge branch 'docs/update-clients' into 'develop'lain
clients.md: Remove Nekonium, Twidere-iOS, Feather; Add DashFE and BloatFE See merge request pleroma/pleroma!2914
2020-08-24clients.md: Remove Nekonium, Twidere-iOS, Feather; Add DashFE and BloatFEHaelwenn (lanodan) Monnier
2020-08-19relay fix for admin-feAlexander Strizhakov
2020-08-18Merge branch '2064-image-blanking' into 'develop'Haelwenn
Resolve "Make default image description blank" Closes #2064 See merge request pleroma/pleroma!2899
2020-08-18Merge branch 'freebsd-docs' into 'develop'lain
FreeBSD installation process See merge request pleroma/pleroma!2887
2020-08-18Cheatsheet: Add information about filename descriptionslain
2020-08-17Merge branch 'issue/1936' into 'develop'lain
[#1936] Ability to search for banned MediaProxy URLs  See merge request pleroma/pleroma!2873
2020-08-17Merge branch ↵lain
'2046-default-restrict-unauthenticated-basing-on-instance-privacy' into 'develop' [#2046] Defaulted pleroma/restrict_unauthenticated basing on instance privacy Closes #2046 See merge request pleroma/pleroma!2890
2020-08-15[#2046] Added test for pleroma/restrict_unauthenticated defaults on private ↵Ivan Tashkinov
instance. Updated docs and changelog.
2020-08-15Docs: Fix the way tabs are declaredrinpatch
Since python doesn't have a way to lock deps for a particlar project by default, I didn't bother with it. This resulted in mkdocs updating at some point, bringing a breaking change to how tabs are declared and broken tabs on docs-develop.pleroma.social. I've learned my lesson and locked deps with pipenv in pleroma/docs!5. This MR updates Pleroma docs to use the new tab style, fortunately my editor did most of it. Closes #2045