aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-11-11Merge branch 'develop' into frontend-admin-apiEgor Kislitsyn
2020-11-11little changes for MRF config descriptionsAlexander Strizhakov
- log level reduction, if policy doesn't implement config_description method - docs in dev.md
2020-11-11Add `local` visibilityEgor Kislitsyn
2020-11-10Apply 1 suggestion(s) to 1 file(s)feld
2020-11-10Apply 1 suggestion(s) to 1 file(s)feld
2020-11-10Apply 1 suggestion(s) to 1 file(s)feld
2020-11-10Apply 1 suggestion(s) to 1 file(s)feld
2020-11-08Update optimizing_beam.mdlain
2020-11-08Remove release_envrinpatch
While taking a final look at instance.gen before releasing I noticed that the release_env task outputs messages in broken english. Upon further inspection it seems to have even more severe issues which, in my opinion, warrant it's at least temporary removal: - We do not explain what it actually does, anywhere. Neither the task docs nor instance.gen, nor installation instructions. - It does not respect FHS on OTP releases (uses /opt/pleroma/config even though we store the config in /etc/pleroma/config.exs). - It doesn't work on OTP releases, which is the main reason it exists. Neither systemd nor openrc service files for OTP include it. - It is not mentioned in install guides other than the ones for Debian and OTP releases.
2020-11-06Markdown, you're drunkMark Felder
2020-11-06Make it clearer the settings go into the vm.args fileMark Felder
2020-11-06More grammar fixesMark Felder
2020-11-06Less confusing I hopeMark Felder
2020-11-06GrammarMark Felder
2020-11-06First draft of tips for optimizing BEAMMark Felder
2020-11-05Docs: Add info about expiring mutes.lain
2020-11-04Merge branch 'ejabberd-pleroma-auth' into 'develop'lain
Add ejabberd auth document See merge request pleroma/pleroma!3074
2020-11-04Cheatsheet: Add info about :blockers_visiblelain
2020-11-04Merge remote-tracking branch 'remotes/origin/develop' into auth-improvementsIvan Tashkinov
2020-11-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
alexgleason/pleroma-restrict-domain
2020-11-04Add `with_muted` param to ChatController.index/2Egor Kislitsyn
2020-11-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/local-only-scope
2020-11-02Merge branch 'develop' into 'frontend-admin-api'minibikini
# Conflicts: # lib/pleroma/web/router.ex
2020-10-31Merge branch 'feature/account-export' into 'develop'feld
Add account export Closes #847 See merge request pleroma/pleroma!2918
2020-10-31Auth subsystem refactoring and tweaks.Ivan Tashkinov
Added proper OAuth skipping for SessionAuthenticationPlug. Integrated LegacyAuthenticationPlug into AuthenticationPlug. Adjusted tests & docs.
2020-10-31Add idempotency_key to the chat_message entity.eugenijm
2020-10-30Merge remote-tracking branch 'origin/develop' into feature/account-exportEgor Kislitsyn
2020-10-30Merge branch 'develop' into 'feature/local-only-scope'minibikini
# Conflicts: # CHANGELOG.md
2020-10-29Merge branch 'fix/frontend-cli-docs' into 'develop'feld
Fix formatting and typos in "Managing frontends" guide See merge request pleroma/pleroma!3098
2020-10-29Merge branch 'issue/2137-user-filters-admin-fe' into 'develop'feld
[#2137] admin/users filters See merge request pleroma/pleroma!3016
2020-10-29Add documentation and update CHANGELOGEgor Kislitsyn
2020-10-29Merge remote-tracking branch 'origin/develop' into feature/local-only-scopeEgor Kislitsyn
2020-10-28Merge remote-tracking branch 'origin/develop' into feature/account-exportEgor Kislitsyn
2020-10-27Merge branch 'develop' into 'feature/autofollowing'feld
# Conflicts: # CHANGELOG.md
2020-10-27Merge branch 'develop' into 'feature/local-only-scope'minibikini
# Conflicts: # CHANGELOG.md
2020-10-27Merge branch 'develop' into feature/account-exportMark Felder
2020-10-27Merge branch 'develop' into feature/account-exportMark Felder
2020-10-27Merge branch '1668-prometheus-access-restrictions' into 'develop'feld
[#1668] App metrics endpoint (Prometheus) access restrictions Closes #1668 See merge request pleroma/pleroma!3093
2020-10-27Merge branch 'develop' into 'feature/autofollowing'feld
# Conflicts: # CHANGELOG.md
2020-10-26Merge branch 'docs/clients-apc2s' into 'develop'lain
clients.md: Add AndStatus, note supported protocols See merge request pleroma/pleroma!3104
2020-10-26Merge branch 'patch-1' into 'develop'rinpatch
Fix link reference See merge request pleroma/pleroma!3103
2020-10-26clients.md: Add AndStatus, note supported protocolsHaelwenn (lanodan) Monnier
2020-10-26Merge branch 'docs/ap_c2s' into 'develop'Haelwenn
AP C2S: Document our additional endpoints See merge request pleroma/pleroma!3056
2020-10-25Fix link referenceKana
2020-10-22update docsMaksim Pechnikov
2020-10-21Fix formatting and typos in "Managing frontends" guideEgor Kislitsyn
2020-10-20Merge remote-tracking branch 'origin/develop' into feature/account-exportEgor Kislitsyn
2020-10-20Rename `Pleroma.Backup` to `Pleroma.User.Backup`Egor Kislitsyn
2020-10-19Merge branch 'develop' into feature/local-only-scopeEgor Kislitsyn
2020-10-18[#1668] Restricted access to app metrics endpoint by default. Added ability ↵Ivan Tashkinov
to configure IP whitelist for this endpoint. Added tests and documentation.