aboutsummaryrefslogtreecommitdiff
path: root/config/config.exs
AgeCommit message (Collapse)Author
2019-08-14[#161] Refactoring, documentation.Ivan Tashkinov
2019-08-14MRF: add vocabulary policy moduleAriadne Conill
2019-08-14config: 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-07-28Workaround for remote server certificate chain issuesrinpatch
2019-07-28Enable OpenGraph and TwitterCard by defaultrinpatch
Closes #1034
2019-07-14nodeinfo: implement MRF transparency exclusionsAriadne Conill
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-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-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
2019-06-03add option skip_thread_containmentMaksim Pechnikov
2019-06-02Ueberauth: extended format of OAUTH_CONSUMER_STRATEGIES to allow explicit ↵Ivan Tashkinov
dependency specification.
2019-06-02formattingWilliam Pitcock
2019-06-02mrf: add subchain policyWilliam Pitcock
2019-06-01Resolve merge conflictsrinpatch
2019-05-25remove @websub and @ostatus module-level constantsWilliam Pitcock
2019-05-25kill @httpoisonWilliam Pitcock
2019-05-22mrf: simple policy: add the ability to strip avatars and banners from user ↵William Pitcock
profiles
2019-05-22[#699] add worker to clean expired oauth tokensMaksim
2019-05-22Merge branch 'feature/object-pruning' into 'develop'lambda
Object pruning See merge request pleroma/pleroma!1181
2019-05-22Merge branch 'mongooseim-support' into 'develop'kaniini
MongooseIM: Add basic integration endpoints. See merge request pleroma/pleroma!1172
2019-05-21add mix task to prune the object database using a configured retention periodWilliam Pitcock
2019-05-21Add poll limits to /api/v1/instance and initial staterinpatch
2019-05-20Additional reserved usernamesMark Felder
2019-05-20Move default mascot configuration to `config/`Sadposter
2019-05-20Add report filtering to MRF.SimplePolicyAaron Tinio
2019-05-17config: make sending the user agent configurable, disable sending the user ↵William Pitcock
agent in tests
2019-05-17Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into rum-indexlain
2019-05-17Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
ecto_sql_update
2019-05-17Configuration: disable migration lock.lain
2019-05-15Merge branch 'chore/extricate-http-signatures' into 'develop'lambda
switch to pleroma/http_signatures library See merge request pleroma/pleroma!1155
2019-05-15Merge branch 'cleanup' into 'develop'lambda
Remove unused queue from the config See merge request pleroma/pleroma!1158
2019-05-15Search: Add optional rum indexing / searching.lain
2019-05-15Merge branch 'legacy-fe-config' into 'develop'rinpatch
remove deprecated PleromaFE configuration See merge request pleroma/pleroma!1152
2019-05-15remove deprecated PleromaFE configurationSachin Joshi
2019-05-15Remove unused queue from the configEgor Kislitsyn