aboutsummaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2019-09-13Merge branch 'admin-config-description' into 'develop'rinpatch
Admin config description Closes #1178 and #1209 See merge request pleroma/pleroma!1611
2019-09-11Use Jason for rendering responsesrinpatch
Although Jason readme says Phoenix 1.4+ already does it by default, [it actually does it only for new projects](https://github.com/phoenixframework/phoenix/blob/3bfb9f6e900c9a2e31cb95736e2cb5bdad329b61/lib/phoenix.ex#L58-L59)
2019-09-11web_cache_ttl descriptionAlex S
2019-09-11formattingAlex S
2019-09-11Apply suggestion to config/description.exsAlexander Strizhakov
2019-09-11Apply suggestion to config/description.exsAlexander Strizhakov
2019-09-11some changesAlex S
2019-09-11description.exsAlex S
2019-09-09Add Pleroma.Plugs.Cacheminibikini
2019-09-03Remove dynamic config as default, add healthcheckAshlynn Anderson
2019-08-26Disable rate limiter by defaultEgor Kislitsyn
2019-08-24Merge remote-tracking branch 'origin/develop' into ↵lain
sixohsix/pleroma-post_expiration
2019-08-23Fix default config of account fields lengtharies
2019-08-21Merge branch 'rate-limit-ap-routes' into 'develop'lain
[#1174] Rate limit AP routes See merge request pleroma/pleroma!1586
2019-08-20Add `:ap_routes` rate limitEgor Kislitsyn
2019-08-20Merge branch 'digest-template' into 'develop'lain
Improve digest email template See merge request pleroma/pleroma!1565
2019-08-16Add configurable colors and logo for the digest templateEgor Kislitsyn
2019-08-14Increase max account fields limitsEgor Kislitsyn
2019-08-14Add `:max_remote_account_fields` config optionEgor Kislitsyn
2019-08-14Add configurable account field name length limitEgor Kislitsyn
2019-08-14Add configurable account field value length limitEgor Kislitsyn
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-08Merge branch 'feature/digest-email' into 'develop'lain
Feature/digest email See merge request pleroma/pleroma!1078
2019-08-04Remove longfox emoji setHakaba Hitoyo
2019-08-03Run mix formatAshlynn Anderson
2019-08-03Create docker.exs and docker-entrypoint + round out DockerfileAshlynn Anderson
At this point, the implementation is completely working and has been tested running live and federating with other instances.
2019-08-02Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-08-01Add configurable length limits for `User.bio` and `User.name`Egor Kislitsyn
2019-07-31Merge branch 'develop' into feature/hide-follows-remoterinpatch
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-24Make test.exs read config in the same way as dev.exsMike Verdone
This way, if your test.secret.exs has an error, you'll actually see it.
2019-07-20Resolve merge conflictsrinpatch
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-17tests: add tests for signed object fetchesAriadne Conill
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-13Refactor Follows/Followers counter syncronizationrinpatch
- Actually sync counters in the database instead of info cache (which got overriden after user update was finished anyway) - Add following count field to user info - Set hide_followers/hide_follows for remote users based on http status codes for the first collection page
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