aboutsummaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2020-05-06decreasing default max_connections optionAlexander Strizhakov
2020-05-06removing unused checkin_timeout optionAlexander Strizhakov
2020-05-06changing default connection idle time before closeAlexander Strizhakov
2020-05-06adding settings to descriptions.exsAlexander Strizhakov
2020-05-06changing defaults for closing idle connectionsAlexander Strizhakov
2020-05-06closing idle gun connectionsAlexander Strizhakov
2020-05-05Merge branch 'openapi/validation-plug' into 'develop'rinpatch
Ignore unexpected query params and ENUM values Closes #1719 See merge request pleroma/pleroma!2468
2020-05-05Document configuration for Pleroma.Web.ApiSpec.CastAndValidateEgor Kislitsyn
2020-05-04Merge branch 'feature/update-labels-for-activating-settings' into 'develop'feld
Fix inconsistency in language for activating settings in description.exs Closes admin-fe#108 See merge request pleroma/pleroma!2469
2020-05-04Fix inconsistency in language for activating settingsAngelina Filippova
2020-05-04Enable strict validation mode in dev and test environmentsEgor Kislitsyn
2020-05-04Add a config option to enable strict validationEgor Kislitsyn
2020-05-01Made follow request notifications non-optional (removed config switch).Ivan Tashkinov
2020-04-20Merge remote-tracking branch 'upstream/develop' into accept-deletesAlex Gleason
2020-04-20Add :reject_deletes option to SimplePolicyAlex Gleason
2020-04-17Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
1559-follow-request-notifications # Conflicts: # CHANGELOG.md
2020-04-13[#2342] Removed description.exs entry for temporary configuration option.Ivan Tashkinov
2020-04-07[#1559] Support for "follow_request" notifications (configurable).Ivan Tashkinov
(Not currently supported by PleromaFE, thus disabled by default).
2020-04-01Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
output-of-relationships-in-statuses # Conflicts: # CHANGELOG.md
2020-04-01Merge branch 'gun' into 'develop'feld
Gun adapter Closes #945 See merge request pleroma/pleroma!1861
2020-04-01Ability to control the output of account/pleroma/relationship in statuses in ↵Ivan Tashkinov
order to improve the rendering performance. See `[:extensions, output_relationships_in_statuses_by_default]` setting and `with_relationships` param.
2020-03-30Merge branch 'develop' into gunAlexander Strizhakov
2020-03-30activities generation tasksAlexander Strizhakov
2020-03-25Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
1364-notifications-sending-control
2020-03-25Fixed incorrect usage of "relations" as a short form of "relationships".Ivan Tashkinov
2020-03-20Merge branch 'develop' into gunAlexander Strizhakov
2020-03-20restrict_unauthenticated settingAlexander Strizhakov
2020-03-16Enable Gun adapter by defaultMark Felder
We need devs to dogfood this before we merge it into the 2.1 release
2020-03-16Merge branch 'develop' into gunAlexander Strizhakov
2020-03-16removing from descriptions.exs deprecated settingsAlexander Strizhakov
2020-03-15Merge branch 'f' into 'develop'Haelwenn
rip out fetch_initial_posts Closes #1422 and #1595 See merge request pleroma/pleroma!2297
2020-03-15rip out fetch_initial_postsrinpatch
Every time someone tries to use it, it goes mad and tries to scrape the entire fediverse for no visible reason, it's better to just remove it than continue shipping it in it's current state. idea acked by lain and feld on irc Closes #1595 #1422
2020-03-13rate limiter: disable based on if remote ip was found, not on if the plug ↵rinpatch
was enabled The current rate limiter disable logic won't trigger when the remote ip is not forwarded, only when the remoteip plug is not enabled, which is not the case on most instances since it's enabled by default. This changes the behavior to warn and disable when the remote ip was not forwarded, even if the RemoteIP plug is enabled. Also closes #1620
2020-03-04adding descriptionsAlexander Strizhakov
2020-03-03refactoring for gun api modulesAlexander Strizhakov
2020-03-03retry and retry_timeout settings default changeAlexander Strizhakov
2020-03-03naming for checkin from pool timeoutAlexander Strizhakov
2020-03-03Merge branch 'develop' into gunAlexander Strizhakov
2020-03-02Merge branch 'prepared-statements-settings' into 'develop'lain
Prepared statements settings See merge request pleroma/pleroma!2238
2020-03-02returning repo parametersAlexander Strizhakov
2020-03-01Merge branch 'develop' into gunAlexander Strizhakov
2020-03-01timeline controller: rate limit timelines to 3 requests per 500ms per ↵rinpatch
timeline per ip/user
2020-02-29Merge branch 'rate-limiter-runtime-settings' into 'develop'rinpatch
RateLimiter improvements: runtime configurability, no default limits in tests See merge request pleroma/pleroma!2250
2020-02-29Merge branch 'develop' into gunAlexander Strizhakov
2020-02-29streamer group & Oban crontab childAlexander Strizhakov
2020-02-28add confirm field to filtered paramsSteven Fuchs
2020-02-27Runtime configurability of RateLimiter. Refactoring. Disabled default rate ↵Ivan Tashkinov
limits in tests.
2020-02-26unnecessary groupsAlexander Strizhakov
2020-02-25Add :unnamed option to default database configurationlain
2020-02-24Merge branch '1505-threads-federation' into 'develop'Haelwenn
[#1505] Threads / replies federation Closes #1505 See merge request pleroma/pleroma!2129