aboutsummaryrefslogtreecommitdiff
path: root/config/config.exs
AgeCommit message (Collapse)Author
2019-08-14Add custom profile fieldsEgor Kislitsyn
2019-08-13Merge branch 'feature/mrf-vocabulary' into 'develop'rinpatch
MRF Vocabulary See merge request pleroma/pleroma!1559
2019-08-13Merge branch 'length-limit-bio' into 'develop'rinpatch
Add configurable length limits for `User.bio` and `User.name` See merge request pleroma/pleroma!1515
2019-08-13MRF: add vocabulary policy moduleAriadne Conill
2019-08-13config: remove legacy activitypub accept_blocks settingAriadne Conill
Anyone who is interested in dropping blocks can write their own MRF policy at this point. This setting predated the MRF framework. Disabling the side effect (unsubscription) is still a config option per policy.
2019-08-09Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queueIvan Tashkinov
2019-08-09[#1149] Oban jobs implementation for :federator_incoming and ↵Ivan Tashkinov
:federator_outgoing queues.
2019-08-02Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-08-01[#1149] Replaced RetryQueue with oban-based retries.Ivan Tashkinov
2019-08-01Add configurable length limits for `User.bio` and `User.name`Egor Kislitsyn
2019-07-28add account confirmation email resend in mastodon apiSachin Joshi
2019-07-24Add activity expiration workerMike Verdone
This is a worker that runs every minute and deletes expired activities. It's based heavily on the scheduled activities worker.
2019-07-20Merge developRoman Chvanikov
2019-07-19Merge branch 'feature/richmedia-ttl' into 'develop'kaniini
add the rich media ttl based on image exp time See merge request pleroma/pleroma!1438
2019-07-17config: add sign_object_fetches optionAriadne Conill
2019-07-16mastoapi password resetAlexander Strizhakov
added rate limit to password reset configure rate limit in runtime
2019-07-17add the rich media ttl based on image exp timeSachin Joshi
2019-07-16[#1094] Rate-limited follow & unfollow actions.Ivan Tashkinov
2019-07-14Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-07-14parsers configurableAlex S
2019-07-13nodeinfo: implement MRF transparency exclusionsAriadne Conill
2019-07-13Merge branch '1041-status-actions-rate-limit' into 'develop'kaniini
Rate-limited status actions (per user and per user+status). Closes #1041 See merge request pleroma/pleroma!1410
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-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-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-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-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-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-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.