aboutsummaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2019-07-13[#1041] Rate-limited status actions (per user and per user+status).Ivan Tashkinov
2019-07-12Workaround for remote server certificate chain issuesrinpatch
2019-07-12merge developRoman Chvanikov
2019-07-11Extend Pleroma.Pagination to support offset-based pagination, use ↵Eugenij
async/await to execute status and account search in parallel
2019-07-10enable synchronization by defaultAlex S
2019-07-10removing synchronization workerAlex S
2019-07-10[#1062] added option to disable send emailMaksim
2019-07-09Merge developRoman Chvanikov
2019-07-09Fix/1019 correct count remote usersAlexander Strizhakov
2019-07-09reverse proxy testsAlexander Strizhakov
2019-07-09Merge branch 'enable-ogp-by-default' into 'develop'Haelwenn
Do not crash if metadata fails to render and enable OGP and TwitterCard by default Closes #1034 See merge request pleroma/pleroma!1388
2019-07-09Merge branch 'test-speedup' into 'develop'Haelwenn
Testing: Don't federate in testing. See merge request pleroma/pleroma!1391
2019-07-09Testing: Don't federate in testing.lain
2019-07-08Enable OpenGraph and TwitterCard by defaultrinpatch
Closes #1034
2019-06-30[#161] Refactoring, documentation.Ivan Tashkinov
2019-06-29Resolve conflictsRoman Chvanikov
2019-06-27In my experience syslog tags are usually lowercaseMark Felder
2019-06-26Merge branch 'feature/configurable-pack-extensions' into 'develop'kaniini
Make default pack extensions configurable and default to png and gif See merge request pleroma/pleroma!1338
2019-06-26Make default pack extensions configurable and default to png and gifrinpatch
2019-06-25add ignore hosts and TLDs for rich_mediaMaksim Pechnikov
2019-06-23Bind to 127.0.0.1 instead of 0.0.0.0 by defaultrinpatch
2019-06-20Fixes for dynamic configurationAlexander Strizhakov
2019-06-18Deps: Update auto_linkerrinpatch
2019-06-14it is changed in compile timeAlexander Strizhakov
we can't change module attributes and endpoint settings in runtime
2019-06-14Fix rate limit testEgor Kislitsyn
2019-06-14Set instance static/uploads to be outside of application directory in ↵rinpatch
release config In case of releases the application directory changes with each version so the contents will not be accessible
2019-06-12Merge branch 'release-config-import' into 'develop'lain
Import release config from env variable or /etc/pleroma/config.exs and warn if the file is missing See merge request pleroma/pleroma!1269
2019-06-11Import release config from env variable or /etc/pleroma/config.exs andrinpatch
warn if the file is missing
2019-06-11Add option to restrict all users to local contentEgor Kislitsyn
2019-06-11Better default parameters for suggestionHakaba Hitoyo
2019-06-11Merge branch 'feature/rate-limiter' into 'develop'lain
Feature/Rate Limiter Closes #943 See merge request pleroma/pleroma!1266
2019-06-11Replace `MastodonAPIController.account_register/2` rate limiterEgor Kislitsyn
2019-06-11Add rate limiting for search endpointsEgor Kislitsyn
2019-06-11Merge branch 'change-containment-default' into 'develop'kaniini
Configuration: Skip thread containment by default See merge request pleroma/pleroma!1256
2019-06-09Merge branch 'develop' into feature/releasesrinpatch
2019-06-08Fix wrong placement of serve_endpointsrinpatch
2019-06-08Set default loglevel to `warn` in prodrinpatch
It's rare that info logs are needed to debug the issue, so I would suggest setting them to warn in prod by default to make finding the relevant parts easier and potentially even decrease cpu usage on bigger instances Closes #962
2019-06-08Set serve_endpoints to true in prod config as setting it in runtimerinpatch
config would cause issues with mix tasks
2019-06-08Basic release skeletonrinpatch
2019-06-07Fix tests.lain
2019-06-07Configuration: Skip thread containment by defaultlain
In my tests the interaction between thread containment and other restrictions makes postgresql create some very bad query plans. This caused direct messages to time out on soykaf, for example.
2019-06-07Set default config for digest to falseRoman Chvanikov
2019-06-07Resolve conflictsRoman Chvanikov
2019-06-06Replace Mix.env with Pleroma.Config.get(:env)rinpatch
Mix.env/0 is not availible in release environments such as distillery or elixir's built-in releases.
2019-06-06[#943] Make the unauthenticated users limitation optionalEgor
2019-06-05OAuth consumer: tests fix, comments, Keycloak config notes.Ivan Tashkinov
2019-06-05Fix conflictRoman Chvanikov
2019-06-04Merge branch 'develop' into issue/941Maksim Pechnikov
2019-06-04Merge branch 'feature/mrf-subchain' into 'develop'kaniini
MRF: subchain policy See merge request pleroma/pleroma!1233
2019-06-04Merge branch 'ueberauth_config_extension' into 'develop'kaniini
Ueberauth: extended format of OAUTH_CONSUMER_STRATEGIES to allow explicit dependency specification See merge request pleroma/pleroma!1234